index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
httpd
/
cgi-bozo.c
Age
Commit message (
Expand
)
Author
2021-03-05
Pull up the following (all via patch), requested by mrg in ticket #1221:
martin
2019-03-29
Account for cgihandler being set when counting the number of CGI environment
martin
2019-01-17
- call this 20190116
mrg
2019-01-17
- fix CGI '+' param and error handling.
mrg
2018-11-24
appease lint
christos
2018-11-23
minor style fixes. simplify bozo_match_content_map().
mrg
2018-11-22
add an assert() check on array bounds.
mrg
2018-11-22
many clean ups:
mrg
2018-11-20
from CHANGES:
mrg
2018-11-18
use __func__ in debug().
mrg
2017-11-28
PR bin/52194: bozohttpd fails to exec scripts via the -C mechanism
martin
2017-10-05
s/u_int/unsigned/.
mrg
2017-01-31
call this bozohttpd 20170201.
mrg
2017-01-31
- fix a bug in cgi processing. from Dennis Lindroos.
mrg
2016-04-24
CID 1358679: Fix memory leak.
christos
2016-04-15
use %zu instead of %lu for size_t.
mrg
2016-04-15
updates and bozohttpd 20160415:
mrg
2015-12-31
redo the fix for rev 1.26 - instead of getting a new string wrong,
mrg
2015-12-29
- convert most asprintf() calls to bozoasprintf().
mrg
2015-12-28
rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc.
mrg
2015-12-27
several clean ups:
mrg
2015-10-28
* add CGI support for ~user translation (-E switch)
shm
2015-05-02
fix content type handling to not hard code (wrong) values for length,
mrg
2015-04-19
Fix deref "command" after "free(file)", from KIYOHARA Takashi
christos
2014-06-24
PR/48810 use cgi handler for index files
shm
2014-01-02
- update CHANGES with recent changes
mrg
2013-10-12
no need to check free() arguments against NULL
mbalmer
2013-07-11
copyright maint.
mrg
2013-06-27
Redo previous (fixing a memory leak introduced), and while there rework
martin
2011-11-18
merge bozohttpd 20111118
mrg
2010-12-14
When invoking a content handler specified via -C, set the REDIRECT_STATUS
tls
2010-09-20
merge bozohttpd 20100920
mrg
2010-06-17
merge bozohttpd 20100617.
mrg
2010-05-10
merge bozohttpd 20100510.
mrg
2010-05-10
merge bozohttpd 20100509.
mrg
2009-05-23
merge bozohttpd 20090522
mrg
2009-04-18
merge bozohttpd 20090418. remove a couple of minor do-nothing local
mrg
2009-04-18
merge bozohttpd 20090417
mrg
2009-03-11
use SIMPLEQ_FOREACH_SAFE(), to avoid a use-after-free.
mrg
2009-02-19
More CGI handling fixes from Sergey Katsev at Coyote Point.
tls
2009-02-04
From Sergey Katsev at Coyote Point: fix bugs in request transformation and
tls
2008-11-06
pull across the fix from my master bozohttpd cvs tree for PR 38466.
mrg
2008-03-03
merge bozohttpd 20080303
mrg
2007-11-04
- remove const from h_header, this pointer is occasionally free'd
rtr
2007-11-04
+ don't free strdup()'d ptr that was manipulated.
rtr
2007-10-17
RCS IDs
tls
2007-10-17
Fix two memory leaks noted by Coverity (CID-4694, CIT-4695) and use
tls
2007-10-16
Get httpd ready for inclusion in build.
tls
2007-10-16
Import of bozohttpd for its originally intended purpose: a small (~30k)
tls