summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
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
2015-12-12Introduce bozo_strdup and bozo_asprintf to add error checking and reducechristos
2015-12-12- restrict the default list of ciphers to something more securechristos
2015-12-07Improve the httpd(8) printenv.lua Lua examplekamil
2015-11-29Bump date for previouskamil
2015-11-29Synchronize SYNOPSIS with realitykamil
2015-11-29Remove nonexistent option z: in the getopt(3) callkamil
2015-10-31handle asprintf errors consistently.christos
2015-10-30fix wrong variablechristos
2015-10-30simplifychristos
2015-10-30- don't use alloca and then check if alloca returns null and then try tochristos
2015-10-30Fix build with "USE_SSP" set to "yes".tron
2015-10-28* add CGI support for ~user translation (-E switch)shm
2015-10-25s/USE_NBUTIL/HAVE_NBUTIL_H/, to match the Makefile.mrg