CHANGES revision 1.48
1$NetBSD: CHANGES,v 1.48 2021/04/04 18:14:26 mrg Exp $ 2 3changes in bozohttpd 20210403: 4 o fix a denial of service attack against initial request contents, 5 now bounded at 16KiB. reported by Justin Parrott in PR#56085 6 7changes in bozohttpd 20210227: 8 o new support for content types: .tar.bz2, .tar.xz, .tar.lz, 9 .tar.zst, .tbz2, .txz, .tlz, .zipx, .xz, .zst, .sz, .lz, .lzma, 10 .lzo, .7z, .lzo, .cab, .dmg, .jar, and .rar. should fix 11 netbsd PR#56026: 12 MIME type of .tar.xz file on ny{cdn,ftp}.NetBSD.org is invalid 13 14changes in bozohttpd 20210211: 15 o fix various NULL derefs from malformed headers. mostly from 16 <emily@ingalls.rocks>. 17 o fix memory leaks in library interface: add bozo_cleanup(). 18 19changes in bozohttpd 20201014: 20 o also set -D_GNU_SOURCE in Makefile.boot. from 21 hadrien.lacour@posteo.net. 22 o fix array size botch (assertion, not exploitable.) from 23 martin@netbsd.org. 24 o also match %2F as well as %2f. from leah@vuxu.org. 25 o many manual and help fixes. clean ups for higher lint levels, 26 consistency/style clean ups. various option fixes including made 27 -f imply -b. from <henrik@gulbra.net> for freebsd. 28 29changes in bozohttpd 20200912: 30 o add .m4a and .m4v file extensions. 31 32changes in bozohttpd 20200820: 33 o make this work on sun2 by reducing mmap window there. 34 o fix SSL shutdown sequence. from spz@netbsd.org. 35 o add readme support to directory indexing. from jmcneill@netbsd.org 36 o add blocklist(8) support. from jruoho@netbsd.org. 37 38changes in bozohttpd 20190228: 39 o extend timeout facility to ssl and stop servers hanging forever 40 if the client never sends anything. reported by Steffen in netbsd 41 PR#50655. 42 o don't display special files in the directory index. they aren't 43 served, but links to them are generated. 44 o fix CGI '+' parameter handling, some error checking, and a double 45 free. from rajeev_v_pillai@yahoo.com 46 o more directory indexing clean up. from rajeev_v_pillai@yahoo.com 47 48changes in bozohttpd 20181215: 49 o fix .htpasswd bypass for authenticated users. reported by JP, 50 from leot@netbsd.org 51 o avoid possible null dereference when receiving a big request that 52 timeout. reported by maya@netbsd.org, from leot@netbsd.org 53 o fix handling of -T option, from leot@netbsd.org 54 o cleanups and portability improvements, from maya@netbsd.org 55 o change directory indexing to use html tables, from 56 rajeev_v_pillai@yahoo.com 57 58changes in bozohttpd 20181125: 59 o fixes for option parsing introduced in bozohttpd 20181123 60 61changes in bozohttpd 20181121: 62 o add url remap support via .bzremap file, from martin@netbsd.org 63 o handle redirections for any protocol, not just http: 64 o fix a denial of service attack against header contents, which 65 is now bounded at 16KiB. reported by JP 66 o reduce default timeouts, and add expand timeouts to handle the 67 initial line, each header, and the total time spent 68 o add -T option to expose new timeout settings 69 o minor RFC fixes related to timeout handling 70 o fix special file (.htpasswd, .bz*) bypass. reported by JP 71 72changes in bozohttpd 20170201: 73 o fix an infinite loop in cgi processing 74 o fixes and clean up for the testsuite 75 o no longer sends encoding header for compressed formats 76 77changes in bozohttpd 20160517: 78 o add a bozo_get_version() function which returns the version number 79 80changes in bozohttpd 20160415: 81 o add search-word support for CGI 82 o fix a security issue in CGI suffix handler support which would 83 allow remote code execution, from shm@netbsd.org 84 o -C option supports now CGI scripts only 85 86changes in bozohttpd 20151028: 87 o add CGI support for ~user translation (-E switch) 88 o add redirects to ~user translation 89 o fix bugs around ~user translation 90 o add schema detection for absolute redirects 91 o fixed few memory leaks 92 o bunch of minor tweaks 93 o removed -r support 94 o smarter redirects 95 96changes in bozohttpd 20150320: 97 o fix redirection handling 98 o support transport stream (.ts) and video object (.vob) files 99 o directory listings show correct file sizes for large files 100 101changes in bozohttpd 20140717: 102 o properly handle SSL errors 103 104changes in bozohttpd 20140708: 105 o fixes for virtual host support, from rajeev_v_pillai@yahoo.com 106 o avoid printing double errors, from shm@netbsd.org 107 o fix a security issue in basic HTTP authentication which would allow 108 authentication to be bypassed, from shm@netbsd.org 109 110changes in bozohttpd 20140201: 111 o support .svg files 112 o fix a core dump when requests timeout 113 114changes in bozohttpd 20140102: 115 o update a few content types 116 o add support for directly calling lua scripts to handle 117 processes, from mbalmer@netbsd.org 118 o properly escape generated HTML 119 o add authentication for redirections, from martin@netbsd.org 120 o handle chained ssl certifications, from elric@netbsd.org 121 o add basic support for gzipped files, from elric@netbsd.org 122 o properly escape generated URIs 123 124changes in bozohttpd 20111118: 125 o add -P <pidfile> option, from jmmv@netbsd.org 126 o avoid crashes with http basic auth, from pooka@netbsd.org 127 o add support for REDIRECT_STATUS variable, from tls@netbsd.org 128 o support .mp4 files in the default map 129 o directory indexes with files with : are now displayed properly, from 130 reed@netbsd.org 131 o allow -I option to be useful in non-inetd mode as well 132 133changes in bozohttpd 20100920: 134 o properly fully disable multi-file mode for now 135 o fix the -t and -U options when used without the -e option, broken since 136 the library-ifcation 137 o be explicit that logs go to the FTP facility in syslog 138 o use scandir() with alphasort() for sorted directory lists, from moof 139 o fix a serious error in vhost handling; "Host:.." would allow access to 140 the next level directory from the virtual root directory, from seanb 141 o fix some various non standard compile time errors, from rudolf 142 o fix dynamic CGI content maps, from rudolf 143 144changes in bozohttpd 20100617: 145 o fix some compile issues 146 o fix SSL mode. from rtr 147 o fix some cgi-bin issues, as seen with cvsweb 148 o disable multi-file daemon mode for now, it breaks 149 o return 404's instead of 403's when chdir of ~user dirs fail 150 o remove "noreturn" attribute from bozo_http_error() that was 151 causing incorrect runtime behaviour 152 153changes in bozohttpd 20100509: 154 o major rework and clean up of internal interfaces. move the main 155 program into main.c, the remaining parts are useable as library 156 add bindings for lua. by Alistair G. Crooks <agc@netbsd.org> 157 o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325 158 159changes in bozohttpd 20090522: 160 o avoid dying in daemon mode for some uncommon, but recoverable, errors 161 o close leaking file descriptors for CGI and daemon mode 162 o handle poll errors properly 163 o don't try to handle more than one request per process yet 164 o add subdirs for build "debug" and "small" versions 165 o clean up a bad merge / duplicate code 166 o make mmap() usage portable, fixes linux & ranges: support 167 o document the -f option 168 o daemon mode now serves 6 files per child 169 170changes in bozohttpd 20090417: 171 o make bozohttpd internally more modular, preparing the way 172 to handle more than one request per process 173 o fix http-auth, set $REMOTE_USER not $REMOTEUSER. also fix 174 cgi-bin with cvsweb, from Holger Weiss <holger@CIS.FU-Berlin.DE> 175 o fix an uninitialised variable use in daemon mode 176 o fix ssl mode with newer OpenSSL 177 o mmap large files in manageable sizes so we can serve any size file 178 o refactor url processing to handle query strings correctly for CGI 179 from Sergey Katsev at Coyote Point 180 o add If-Modified-Since support, from Joerg Sonnenberger 181 <joerg@netbsd.org> 182 o many more manual fixes, from NetBSD 183 184changes in bozohttpd 20080303: 185 o fix some cgi header processing, from <thelsdj@gmail.com> 186 o add simple Range: header processing, from <bad@bsd.de> 187 o man page fixes, from NetBSD 188 o clean up various parts, from NetBSD 189 190changes in bozohttpd 20060710: 191 o prefix some function names with "bozo" 192 o align directory indexing <hr> markers 193 o clean up some code GCC4 grumbled about 194 195changes in bozohttpd 20060517: 196 o don't allow "/.." or "../" files 197 o don't write ":80" into urls for the http port 198 o fix a fd leak when fork() fails 199 o make directory indexing mode not look so ugly 200 o build a text version of the manual page 201 o make "make clean" work properly 202 203changes in bozohttpd 20050410: 204 o fix some off-by-one errors from <roland.illig@gmx.de> 205 o properly support nph- CGI 206 o make content maps case insensitive 207 o fix proto header merging to include the missing comma 208 o major source reorganisation; most features are in separate files now 209 o new -V flag that makes unknown virtualhosts use slashdir 210 from <rumble@ephemeral.org> 211 o HTTP/1.x protocol headers are now properly merged for CGI 212 213changes in bozohttpd 20040808: 214 o CGI status is now properly handled (-a flag has been removed) 215 o CGI file upload support works 216 o %xy translations are no longer ever applied after the first '?', 217 ala RFC2396. from lukem 218 o daemon mode (-b) should no longer hang spinning forever if it 219 sees no children. from lukem 220 o new .bzabsredirect file support. from <martin@netbsd.org> 221 o return a 404 error if we see %00 or %2f (/) 222 o don't print 2 "200" headers for CGI 223 o support .torrent files 224 225changes in bozohttpd 20040218: 226 o new .bzredirect file support for sane directory redirection 227 o new -Z option that enables SSL mode, from <rtr@eterna.com.au> 228 o the -C option has been changed to take two explicit options, rather 229 than a single option with a space separating the suffix and the 230 interpreter. ``-C ".foo /path/to/bar"'' should now be written 231 as ``-C .foo /path/to/bar'' 232 o the -M option has been changed like -C and no longer requires or 233 supports a single argument with space-separated options 234 o with -a, still print the 200 OK. from <rtr@eterna.com.au> 235 o with -r, if a .bzdirect file appears in a directory, allow direct 236 access to this directory 237 238changes in bozohttpd 20031005: 239 o fixes for basic authorisation. from <ecu@ipv42.net> 240 o always display file size in directory index mode 241 o add .xbel, .xml & .xsl -> text/xml mappings. from 242 <wiz@danbala.ifoer.tuwien.ac.at> 243 244changes in bozohttpd 20030626: 245 o fix a recent core dump when given no input 246 o add new -r flag that ensures referrer is set to this host 247 o fix several compile time errors with -DNO_CGIBIN_SUPPORT 248 o fix some man page details. from lukem@wasabisystems.com 249 o re-add a missing memset(), fixing a core dump. from lukem 250 o support HTTP basic authorisation, disabled by default. from lukem 251 o print the port number in redirects and errors. from lukem 252 o only syslog the basename of the program. from lukem 253 o add __attribute__() format checking. from lukem 254 o fix cgibin SCRIPT_NAME to have a leading /. from zakj@nox.cx 255 o simplify some code in -C to avoid a core dump. from lukem 256 o add a .css -> css/text entry to the content_map[]. from zakj@nox.cx 257 258changes in bozohttpd 20030409: 259 o -d without DEBUG enabled only prints one warning and continues 260 o one can now define the C macro SERVER_SOFTWARE when building to 261 change the Server: header and CGI variable of the same name 262 o add new -s flag the force logging output to stderr. from zakj@nox.cx 263 o add new -a flag for CGI bin that stops bozohttpd from outputting 264 any HTTP reply, the CGI program must output these. from zakj@nox.cx 265 o new REQUEST_URI and DATE_GMT environment variables for CGI. from 266 zakj@nox.cx 267 o add a "Makefile.boot" that should work with any make program 268 o build on linux again 269 o fix core dumps when using -C 270 271changes in bozohttpd 20030313: 272 o deprecate -r flag; make this the default and silently ignore -r now 273 o add support for file extentions to call CGI programs (from lukem) 274 o add dynamic support to add new content map entries, allowing both 275 new file types and non /cgi-bin CGI programs to be run with the 276 new -C "suffix cgihandler" and -M "suffix type encoding encoding11" 277 options 278 o in -b mode, set the http date after accept() returns, not before we 279 call accept() 280 o in -b mode, bind all addresses found not just the first one 281 o unsupport old hostname API 282 o in -b mode, set the SO_REUSEADDR socket option (lukem) 283 o allow -x (index.html) mode to work with CGI handlers 284 285changes in bozohttpd 20021106: 286 o add .bz2 support 287 o properly escape <, > and & in error messages, partly from 288 Nicolas Jombart <ecu@mariejeanne.net> 289 o new -H flag to hide .* files in directory index mode 290 o fix buffer reallocation when parsing a request, to avoid 291 overflowing the buffer with carriage returns (\r) 292 o do not decode "%XY"-style cgi-bin data beyond the "?" 293 294changes in bozohttpd 5.15 (20020913): 295 o add .ogg support -> `application/x-ogg' 296 o fix CGI requests with "/" in the query part 297 298changes in bozohttpd 5.14 (20020823): 299 o allow -X mode to work for "/" 300 o work on systems without MADV_SEQUENTIAL 301 o make a local cut-down copy of "queue.h" (fixes linux & solaris 302 support at the very least) 303 o portability fixes for pre-ipv6 socket api systems (eg, solaris 7) 304 o portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname 305 o better documentation on virtual host support 306 307changes in bozohttpd 5.13 (20020804): 308 o support .mp3 files (type audio/mpeg) 309 o use stat() to find out if something is a directory, for -X mode 310 311changes in bozohttpd 5.12 (20020803): 312 o constification 313 o fixes & enhancements for directory index mode (-X) 314 315changes in bozohttpd 5.11 (20020730): 316 o more man page fixes from Thomas Klausner 317 <wiz@danbala.ifoer.tuwien.ac.at> 318 o de-K&R C-ification 319 o fix Date: header for daemon mode 320 o fix core dump when asking for /cgi-bin/ when CGI isn't configured 321 o use a valid Server: header 322 323changes in bozohttpd 5.10 (20020710): 324 - add freebsd support 325 - fix a couple of header typos 326 - many cgi-bin fixes from lukem@netbsd.org 327 - add -T chrootdir and -U user, plus several minor other cleanups 328 with signals and return values. from xs@kittenz.org 329 - add -e that does not clear the environment for -T/-U 330 - fix a formatting error noticed by ISIHARA Takanori <ishit@oak.dti.ne.jp> 331 332changes in bozohttpd 5.09 (20010922): 333 - add a daemon mode 334 - document how to use bozohttpd in netbsd inetd with more than 40 335 connections per minute and also with cgibin 336 - man page fixes from wiz@netbsd.org 337 338changes in bozohttpd 5.08 (20010812): 339 - add directory index generation support (-X) from ad@netbsd.org 340 - add .pa as an alias for .pac 341 - make server software version configurable (RFC) 342 343changes in bozohttpd 5.07 (20010610): 344 - add .png support 345 - new "-x index.html" flag to change default file 346 - new "-p public_html" flag to change default ~user directory 347 - fixes cgi-bin support and more from chuck@research.att.com 348 - add many new content-types, now support most common ones 349 350changes in bozohttpd 5.06 (20000825): 351 - add IPv6 support from itojun@iijlab.net 352 - man page fixes from jlam@netbsd.org 353 354changes in bozohttpd 5.05 (20000815): 355 - fix a virtual host bug, from kleink@netbsd.org 356 357changes in bozohttpd 5.04 (20000427): 358 - fix virtual host support; URI takes precedence over Host: 359 360changes in bozohttpd 5.03 (20000427): 361 - fix a bug with chdir() 362 363changes in bozohttpd 5.02 (20000426): 364 - .pac spport from simonb 365 366changes in bozohttpd 5.01 (20000421): 367 - .swf support 368 - virtual hosting support 369