summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
2018-11-19fix a denial of service attack against header contents, whichmrg
2018-11-18use __func__ in debug().mrg
2018-08-24Remove trailing whitespace.wiz
2018-08-24Bump datemartin
2018-08-24Add support for remapping requested paths via a .bzredirect file.martin
2018-08-24fix output since protocol agnostic change went in.mrg
2018-05-11remove definition of LUA_USE_APICHECK, it is a build time option for Luasevan
2018-05-04Do not try and process empty requests. This resolves a crash when issuing asevan
2018-05-04fix the rest of the compilers.christos
2018-05-04fix lintchristos
2018-05-02Unbreak script for Lua 5.3.sevan
2018-05-02Pass the expected httpd instance when calling set_pref()sevan
2018-05-01Enable checking arguments for validity.sevan
2018-02-06- need string.hchristos
2018-01-28Use a protocol-agnostic URL (don't degrade HTTPS->HTTP)maya
2017-11-28Document script handler issues with httpd(8).wiz
2017-11-28PR bin/52194: bozohttpd fails to exec scripts via the -C mechanismmartin
2017-10-05s/u_int/unsigned/.mrg
2017-07-07fix ordering of a couple of words. from Edgar Pettijohn in PR#52375.mrg
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-05-28Cosmetic changes to Lua binding in bozohttpd.alnsn
2017-05-21Remove MKCRYPTO option.riastradh
2017-02-05uh, this is actually called 20170201 :-)mrg
2017-02-04fix the prototype for bozo_set_pref(). from cfkochmrg
2017-01-31call this bozohttpd 20170201.mrg
2017-01-31- fix a bug in cgi processing. from Dennis Lindroos.mrg
2017-01-20Fix typo: s/suport/supportabhinav
2016-12-27When testing non-verbosely, show diff on failure. ok mrg@schmonz
2016-12-21Fix sentences at a couple of places.abhinav
2016-12-11there was a bug fix in july. call this 20160720.mrg
2016-10-04update the -V documentation to be more clear about what it does.mrg
2016-10-04add -V to the usage() list. noted by Swift Griggs on netbsd-users.mrg
2016-09-26Missed in previous: exit 1 if html_cmp says no match.schmonz
2016-09-23Add a VERBOSE knob to the testsuite ("yes" by default, producingschmonz
2016-08-20use netbsd rcsidmrg
2016-07-19Do not send encoding header for compressed formats.shm
2016-06-30avoid an impossible case the compiler can't quite tell.mrg
2016-05-24As proposed in:agc
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
2016-01-02Fix bug in cleanup of reply headers.elric
2016-01-02Add the concept of ``reply headers'', that is a SIMPLEQ of headers thatelric
2015-12-31bump the version; we have real fixes now.mrg
2015-12-31redo the fix for rev 1.26 - instead of getting a new string wrong,mrg
2015-12-29rewrite the redirection url generation code to use bozoasprintf().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-12-27fix running the testsuite from the build treemrg