summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
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
2015-08-27s/dirname/dirpath/ to avoid potentially shadowing dirname(3).mrg
2015-08-13Remove trailing space in boast.wiz
2015-08-13Extend AUTHORS section. Nobody likes a braggart.shm
2015-08-05on QNX, use nbutil.h.mrg
2015-07-16Fix handling path with multiple slashes at the beginningshm
2015-07-09Remove d_namelen as it's an BSD extension. Fix building bozohttpd on SunOS.shm
2015-07-04fix memory leaks on error; found by brainy.christos
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
2015-04-16install as bozohttpd/bozohttpd.8 as well as httpd.mrg
2015-03-20copyright maintenance, note shm@ in the manual and update the CHANGESmrg
2015-03-20don't quote /. it doesn't work. this should fix PR#49765.mrg
2015-01-27spit out a 403 not just when an open() fails with EPERM, but withsnj
2014-12-26more for the previous: make sure [i - 1] can never go negative.mrg
2014-12-26properly handle ilen = 0 case, which could lead to array underflow.mrg
2014-12-25Bring this man page back to this decade.wiz
2014-12-25call this 20141225.mrg
2014-12-13add .ts and .vob suffixes.mrg
2014-11-21Fixed memory leak in case of multiple authentication headers sent by theshm
2014-11-21Fixed off-by-one in virtualhost processing. Previous code was checking ifshm
2014-10-10don't truncate file sizes to 32 bits for directory indexes.mrg
2014-08-15NUL terminate a string.mbalmer
2014-07-19lua: updated from 5.1 to 5.3 work3lneto
2014-07-17call this 20140717.mrg
2014-07-17rewrite much of the SSL code:mrg
2014-07-17link against main.c and ssl-bozo.c (which provides the IO backend.)mrg
2014-07-17use const and remove unnecessary braces.mrg
2014-07-16make a minor output change match again.mrg
2014-07-16make -t chroot option available always again.mrg
2014-07-08call this bozohttpd 20140708, and add/fix a couple of CHANGES entries.mrg
2014-07-08avoid truncating a directory path when using snprintf(), but insteadmrg
2014-07-08make export-distfile target slightly more stable.mrg
2014-07-02Handle ENAMETOOLONG to return 404 error instead of 500.shm
2014-07-01* bozo_clean_request free(3) clean up (removed needless checks)shm