Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/libexec/httpd
Module Name: src
Committed By: martin
Date: Tue Jul 29 09:32:14 UTC 2025
Modified Files:
src/libexec/httpd [netbsd-10]: CHANGES auth-bozo.c bozohttpd.8
bozohttpd.c cgi-bozo.c content-bozo.c main.c ssl-bozo.c
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1139):
libexec/httpd/CHANGES: revision 1.55
libexec/httpd/CHANGES: revision 1.56
libexec/httpd/cgi-bozo.c: revision 1.55
libexec/httpd/cgi-bozo.c: revision 1.56
libexec/httpd/bozohttpd.8: revision 1.93
libexec/httpd/bozohttpd.8: revision 1.94
libexec/httpd/bozohttpd.8: revision 1.95
libexec/httpd/bozohttpd.8: revision 1.96
libexec/httpd/bozohttpd.8: revision 1.97
libexec/httpd/bozohttpd.c: revision 1.143
libexec/httpd/bozohttpd.8: revision 1.100
libexec/httpd/bozohttpd.c: revision 1.144
libexec/httpd/bozohttpd.8: revision 1.99
libexec/httpd/bozohttpd.c: revision 1.145
libexec/httpd/bozohttpd.c: revision 1.146
libexec/httpd/bozohttpd.c: revision 1.147
libexec/httpd/auth-bozo.c: revision 1.28
libexec/httpd/ssl-bozo.c: revision 1.33
libexec/httpd/ssl-bozo.c: revision 1.34
libexec/httpd/content-bozo.c: revision 1.22
libexec/httpd/main.c: revision 1.31
serve .iso as "application/octet-stream". bump version & copyright.
add a note about how to setup http -> https redirection.
bump documented version.
Fix memory leaks in bozo_cleanup
Fix hr_authrealm memory leak
hr_authrealm might be already set, so we need to free it before overwriting
the value
Remove unused variable (bp)
Fix off-by-one in bozo_decode_url_percent
In case of strings that end with '%', debug function was reading past buffer.
Removed unnecessary comment
Thanks leot@ for pointing this out
httpd(8): Add missing newline to `SSL Error' messages.
Matches the pattern in all other printf/syslog calls.
add some missing changes and bump the version.
s/supressing/suppressing/.
note this documents bozohttpd 20240126.
Bump bozohttpd version to today for mobile-friendly directory listing
bozohttpd(8): clarifications and editorial fixes
Clarify that -b also listens on an address and port
(overridden by -i address and/or -I port), as does -f.
If -i isn't given, all addresses are listened to.
Use literal instead of emphasis for Lua, paths, URLs (etc).
Add more cross-references to other options.
Split FILES into a tagged list and subsections describing
the behaviour.
drop duplicate "by default".
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.54.2.1 src/libexec/httpd/CHANGES
cvs rdiff -u -r1.27 -r1.27.6.1 src/libexec/httpd/auth-bozo.c
cvs rdiff -u -r1.92 -r1.92.2.1 src/libexec/httpd/bozohttpd.8
cvs rdiff -u -r1.142 -r1.142.2.1 src/libexec/httpd/bozohttpd.c
cvs rdiff -u -r1.54 -r1.54.6.1 src/libexec/httpd/cgi-bozo.c
cvs rdiff -u -r1.21 -r1.21.2.1 src/libexec/httpd/content-bozo.c
cvs rdiff -u -r1.30 -r1.30.2.1 src/libexec/httpd/main.c
cvs rdiff -u -r1.32 -r1.32.2.1 src/libexec/httpd/ssl-bozo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index