Module Name: src Committed By: msaitoh Date: Wed Jul 9 09:42:39 UTC 2014
Modified Files: src/libexec/httpd [netbsd-6]: CHANGES Makefile Makefile.boot auth-bozo.c bozohttpd.8 bozohttpd.c bozohttpd.h cgi-bozo.c content-bozo.c daemon-bozo.c dir-index-bozo.c main.c ssl-bozo.c tilde-luzah-bozo.c src/libexec/httpd/libbozohttpd [netbsd-6]: Makefile libbozohttpd.3 src/libexec/httpd/small [netbsd-6]: Makefile Added Files: src/libexec/httpd [netbsd-6]: lua-bozo.c netbsd_queue.h printenv.lua Log Message: Pull up following revision(s) (requested by mrg in ticket #1095): libexec/httpd/CHANGES 1.12-1.18 libexec/httpd/Makefile 1.13-1.22 libexec/httpd/Makefile.boot 1.6 libexec/httpd/auth-bozo.c 1.11-1.13 libexec/httpd/bozohttpd.8 1.33-1.46 libexec/httpd/bozohttpd.c 1.31-1.54 libexec/httpd/bozohttpd.h 1.21-1.32 libexec/httpd/cgi-bozo.c 1.21-1.25 libexec/httpd/content-bozo.c 1.8-1.10 libexec/httpd/daemon-bozo.c 1.16-1.16 libexec/httpd/dir-index-bozo.c 1.15-1.19 libexec/httpd/lua-bozo.c 1.1-1.9 libexec/httpd/main.c 1.6-1.7 libexec/httpd/netbsd_queue.h 1.1 libexec/httpd/printenv.lua 1.1-1.2 libexec/httpd/ssl-bozo.c 1.14-1.16 libexec/httpd/tilde-luzah-bozo.c 1.10 libexec/httpd/libbozohttpd/Makefile 1.2 libexec/httpd/libbozohttpd/libbozohttpd.3 1.2-1.3 libexec/httpd/small/Makefile 1.2 Update bozohttpd from 20111118 to 20140708. changes in bozohttpd 20140708: o fixes for virtual host support, from rajeev_v_pil...@yahoo.com o avoid printing double errors, from s...@netbsd.org o fix a security issue in basic HTTP authentication which would allow authentication to be bypassed, from s...@netbsd.org changes in bozohttpd 20140201: o support .svg files o fix a core dump when requests timeout changes in bozohttpd 20140102: o update a few content types o add support for directly calling lua scripts to handle processes, from mbal...@netbsd.org o properly escape generated HTML o add authentication for redirections, from mar...@netbsd.org o handle chained ssl certifications, from el...@netbsd.org o add basic support for gzipped files, from el...@netbsd.org o properly escape generated URIs To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.11.2.1 src/libexec/httpd/CHANGES cvs rdiff -u -r1.12 -r1.12.8.1 src/libexec/httpd/Makefile cvs rdiff -u -r1.5 -r1.5.8.1 src/libexec/httpd/Makefile.boot cvs rdiff -u -r1.10 -r1.10.2.1 src/libexec/httpd/auth-bozo.c cvs rdiff -u -r1.32 -r1.32.2.1 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.30 -r1.30.2.1 src/libexec/httpd/bozohttpd.c cvs rdiff -u -r1.20 -r1.20.2.1 src/libexec/httpd/bozohttpd.h \ src/libexec/httpd/cgi-bozo.c cvs rdiff -u -r1.7 -r1.7.2.1 src/libexec/httpd/content-bozo.c cvs rdiff -u -r1.15 -r1.15.2.1 src/libexec/httpd/daemon-bozo.c cvs rdiff -u -r1.13.2.1 -r1.13.2.2 src/libexec/httpd/dir-index-bozo.c cvs rdiff -u -r0 -r1.9.6.2 src/libexec/httpd/lua-bozo.c cvs rdiff -u -r1.5 -r1.5.2.1 src/libexec/httpd/main.c cvs rdiff -u -r0 -r1.1.8.2 src/libexec/httpd/netbsd_queue.h cvs rdiff -u -r0 -r1.2.6.2 src/libexec/httpd/printenv.lua cvs rdiff -u -r1.13 -r1.13.2.1 src/libexec/httpd/ssl-bozo.c cvs rdiff -u -r1.9 -r1.9.2.1 src/libexec/httpd/tilde-luzah-bozo.c cvs rdiff -u -r1.1.1.1 -r1.1.1.1.8.1 src/libexec/httpd/libbozohttpd/Makefile \ src/libexec/httpd/libbozohttpd/libbozohttpd.3 cvs rdiff -u -r1.1.1.1 -r1.1.1.1.8.1 src/libexec/httpd/small/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.