summaryrefslogtreecommitdiff
path: root/libexec/httpd/cgi-bozo.c
AgeCommit message (Expand)Author
2021-04-08bozohttpd: fix argument type for functions from <ctype.h>rillig
2021-02-27belated call version 20210211 after previous memory leak fix.mrg
2021-02-11changes in bozohttpd 20210210:mrg
2020-10-15various updates from <henrik@gulbra.net> / freebsd. the list from Henrik:mrg
2020-08-20send close_notify for the ssl connection before closing the TCP connectionspz
2019-12-06remove some XXX comments. one isn't relevant, and the other twomrg
2019-03-29Account for cgihandler being set when counting the number of CGI environmentmartin
2019-01-17- call this 20190116mrg
2019-01-17- fix CGI '+' param and error handling.mrg
2018-11-24appease lintchristos
2018-11-23minor style fixes. simplify bozo_match_content_map().mrg
2018-11-22add an assert() check on array bounds.mrg
2018-11-22many clean ups:mrg
2018-11-20from CHANGES:mrg
2018-11-18use __func__ in debug().mrg
2017-11-28PR bin/52194: bozohttpd fails to exec scripts via the -C mechanismmartin
2017-10-05s/u_int/unsigned/.mrg
2017-01-31call this bozohttpd 20170201.mrg
2017-01-31- fix a bug in cgi processing. from Dennis Lindroos.mrg
2016-04-24CID 1358679: Fix memory leak.christos
2016-04-15use %zu instead of %lu for size_t.mrg
2016-04-15updates and bozohttpd 20160415:mrg
2015-12-31redo 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-28rename bozo_err/bozo_warn/bozo_asprintf to bozoerr/etc.mrg
2015-12-27several clean ups:mrg
2015-10-28* add CGI support for ~user translation (-E switch)shm
2015-05-02fix content type handling to not hard code (wrong) values for length,mrg
2015-04-19Fix deref "command" after "free(file)", from KIYOHARA Takashichristos
2014-06-24PR/48810 use cgi handler for index filesshm
2014-01-02- update CHANGES with recent changesmrg
2013-10-12no need to check free() arguments against NULLmbalmer
2013-07-11copyright maint.mrg
2013-06-27Redo previous (fixing a memory leak introduced), and while there reworkmartin
2011-11-18merge bozohttpd 20111118mrg
2010-12-14When invoking a content handler specified via -C, set the REDIRECT_STATUStls
2010-09-20merge bozohttpd 20100920mrg
2010-06-17merge bozohttpd 20100617.mrg
2010-05-10merge bozohttpd 20100510.mrg
2010-05-10merge bozohttpd 20100509.mrg
2009-05-23merge bozohttpd 20090522mrg
2009-04-18merge bozohttpd 20090418. remove a couple of minor do-nothing localmrg
2009-04-18merge bozohttpd 20090417mrg
2009-03-11use SIMPLEQ_FOREACH_SAFE(), to avoid a use-after-free.mrg
2009-02-19More CGI handling fixes from Sergey Katsev at Coyote Point.tls
2009-02-04From Sergey Katsev at Coyote Point: fix bugs in request transformation andtls
2008-11-06pull across the fix from my master bozohttpd cvs tree for PR 38466.mrg
2008-03-03merge bozohttpd 20080303mrg
2007-11-04- remove const from h_header, this pointer is occasionally free'drtr
2007-11-04+ don't free strdup()'d ptr that was manipulated.rtr