summaryrefslogtreecommitdiff
path: root/libexec/httpd
AgeCommit message (Expand)Author
2021-03-05Pull up the following (all via patch), requested by mrg in ticket #1221:martin
2020-11-19Pull up following revision(s) (requested by hannken in ticket #1134):martin
2019-03-29Account for cgihandler being set when counting the number of CGI environmentmartin
2019-03-27add $NetBSD$mrg
2019-03-08on m68010 set BOZO_WRSZ to 16k and BOZO_WRSZ to 64k.mrg
2019-02-28call this bozohttpd 20190228, and merge the CHANGES entries from themrg
2019-02-28add ssl specific timeout value (30s). if SSL_accept() doesn'tmrg
2019-01-27fix duplicated chunk from mergedholland
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2019-01-22o don't display special files in the directory index. they aren'tmrg
2019-01-18rework size_arrays():mrg
2019-01-18fix a few problems pointed out by clang static analyzer, from rajeev_v_pillai:mrg
2019-01-17- call this 20190116mrg
2019-01-17add 'check' target to toplevel makefile.mrg
2019-01-17- fix CGI '+' param and error handling.mrg
2019-01-08remove reference to deleted -r option. fixes PR#53840 from J. Lewis Muir.mrg
2018-12-19minor rewording. fix alphabeta ordering of contributors.mrg
2018-12-18fix an old spell-o and a new format-o.mrg
2018-12-15Document last changes and bump version to 20181215leot
2018-12-15Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing)leot
2018-12-15Avoid .htpasswd exposure to authenticated users when .htpasswd isleot
2018-12-15Avoid possible NULL dereference when sending a big request that timeout.leot
2018-12-15strings.h for strcasecmp (on linux)maya
2018-12-15Check against BOZO_HEADERS_MAX_SIZE in a way that isn't prone to overflow.maya
2018-12-14Don't pass ${HOST} to test scripts.maya
2018-12-04use html tables for directory index.mrg
2018-12-04avoid sign extension in % handling (and printing 0xFFFFFF beforemrg
2018-11-25normalise some messages.mrg
2018-11-25add option fixes here.mrg
2018-11-25fix -X option parsing. noted by Rajeev V. Pillai.mrg
2018-11-24avoid c99ism.mrg
2018-11-24- add FALLTHROUGH commentchristos
2018-11-24appease lintchristos
2018-11-24one semicolon is usually enough.christos
2018-11-24call this bozohttpd 20181124.mrg
2018-11-24fix a bug in the rework for -i option: move the real code in place.mrg
2018-11-24s/time/val/ to avoid shadowing a global indentifier.mrg
2018-11-23minor style fixes. simplify bozo_match_content_map().mrg
2018-11-22add an assert() check on array bounds.mrg
2018-11-22alpha sort the option switch.mrg
2018-11-22many clean ups:mrg
2018-11-21use MAP_SHARED for the bzremap file. avoids netbsd kernel complaining:mrg
2018-11-21two fixes reported by mouse:mrg
2018-11-21- move special files defines into bozohttpd.h, so we can ...mrg
2018-11-20also fix have_dynamic_content from the previous previous. re-ordermrg
2018-11-20fix previous: have_debug was reversed.mrg
2018-11-20move some #if support into bozohttpd.h.mrg
2018-11-20from CHANGES:mrg
2018-11-19note the changes present in bozohttpd 20181118:mrg
2018-11-19avoid memory leak in sending multiple auth headers.mrg