CHANGES revision 1.18
1$eterna: CHANGES,v 1.78 2011/11/18 01:25:11 mrg Exp $
2
3changes in bozohttpd 20140708:
4	o  fixes for virtual host support, from rajeev_v_pillai@yahoo.com
5	o  avoid printing double errors, from shm@netbsd.org
6	o  fix a security issue in basic HTTP authentication which would allow
7	   authentication to be bypassed, from shm@netbsd.org
8
9changes in bozohttpd 20140201:
10	o  support .svg files
11	o  fix a core dump when requests timeout
12
13changes in bozohttpd 20140102:
14	o  update a few content types
15	o  add support for directly calling lua scripts to handle
16	   processes, from mbalmer@netbsd.org
17	o  properly escape generated HTML
18	o  add authentication for redirections, from martin@netbsd.org
19	o  handle chained ssl certifications, from elric@netbsd.org
20	o  add basic support for gzipped files, from elric@netbsd.org
21	o  properly escape generated URIs
22
23changes in bozohttpd 20111118:
24	o  add -P <pidfile> option, from jmmv@netbsd.org
25	o  avoid crashes with http basic auth, from pooka@netbsd.org
26	o  add support for REDIRECT_STATUS variable, from tls@netbsd.org
27	o  support .mp4 files in the default map
28	o  directory indexes with files with : are now displayed properly, from
29	   reed@netbsd.org
30	o  allow -I option to be useful in non-inetd mode as well
31
32changes in bozohttpd 20100920:
33	o  properly fully disable multi-file mode for now
34	o  fix the -t and -U options when used without the -e option, broken since
35	   the library-ifcation
36	o  be explicit that logs go to the FTP facility in syslog
37	o  use scandir() with alphasort() for sorted directory lists, from moof
38	o  fix a serious error in vhost handling; "Host:.." would allow access to
39	   the next level directory from the virtual root directory, from seanb
40	o  fix some various non standard compile time errors, from rudolf
41	o  fix dynamic CGI content maps, from rudolf
42
43changes in bozohttpd 20100617:
44	o  fix some compile issues
45	o  fix SSL mode.  from rtr
46	o  fix some cgi-bin issues, as seen with cvsweb
47	o  disable multi-file daemon mode for now, it breaks
48	o  return 404's instead of 403's when chdir of ~user dirs fail
49	o  remove "noreturn" attribute from bozo_http_error() that was
50	   causing incorrect runtime behaviour
51
52changes in bozohttpd 20100509:
53	o  major rework and clean up of internal interfaces.  move the main
54	   program into main.c, the remaining parts are useable as library.
55	   add bindings for lua.  by Alistair G. Crooks <agc@netbsd.org>
56	o  fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325
57
58changes in bozohttpd 20090522:
59	o  avoid dying in daemon mode for some uncommon, but recoverable, errors
60	o  close leaking file descriptors for CGI and daemon mode
61	o  handle poll errors properly
62	o  don't try to handle more than one request per process yet
63	o  add subdirs for build "debug" and "small" versions
64	o  clean up a bad merge / duplicate code
65	o  make mmap() usage portable, fixes linux & ranges: support
66	o  document the -f option
67	o  daemon mode now serves 6 files per child
68
69changes in bozohttpd 20090417:
70	o  make bozohttpd internally more modular, preparing the way
71	   to handle more than one request per process
72	o  fix http-auth, set $REMOTE_USER not $REMOTEUSER.  also fix
73	   cgi-bin with cvsweb, from Holger Weiss <holger@CIS.FU-Berlin.DE>
74	o  fix an uninitialised variable use in daemon mode
75	o  fix ssl mode with newer OpenSSL
76	o  mmap large files in manageable sizes so we can serve any size file
77	o  refactor url processing to handle query strings correctly for CGI
78	   from Sergey Katsev at Coyote Point
79	o  add If-Modified-Since support, from Joerg Sonnenberger
80	   <joerg@netbsd.org>
81	o  many more manual fixes, from NetBSD
82
83changes in bozohttpd 20080303:
84	o  fix some cgi header processing, from <thelsdj@gmail.com>
85	o  add simple Range: header processing, from <bad@bsd.de>
86	o  man page fixes, from NetBSD
87	o  clean up various parts, from NetBSD
88
89changes in bozohttpd 20060710:
90	o  prefix some function names with "bozo"
91	o  align directory indexing <hr> markers
92	o  clean up some code GCC4 grumbled about
93
94changes in bozohttpd 20060517:
95	o  don't allow "/.." or "../" files
96	o  don't write ":80" into urls for the http port
97	o  fix a fd leak when fork() fails
98	o  make directory indexing mode not look so ugly
99	o  build a text version of the manual page
100	o  make "make clean" work properly
101
102changes in bozohttpd 20050410:
103	o  fix some off-by-one errors from <roland.illig@gmx.de>
104	o  properly support nph- CGI
105	o  make content maps case insensitive
106	o  fix proto header merging to include the missing comma
107	o  major source reorganisation; most features are in separate files now
108	o  new -V flag that makes unknown virtualhosts use slashdir
109	   from <rumble@ephemeral.org>
110	o  HTTP/1.x protocol headers are now properly merged for CGI
111
112changes in bozohttpd 20040808:
113	o  CGI status is now properly handled (-a flag has been removed)
114	o  CGI file upload support works
115	o  %xy translations are no longer ever applied after the first '?',
116	   ala RFC2396.  from lukem
117	o  daemon mode (-b) should no longer hang spinning forever if it
118	   sees no children.  from lukem
119	o  new .bzabsredirect file support. from <martin@netbsd.org>
120	o  return a 404 error if we see %00 or %2f (/)
121	o  don't print 2 "200" headers for CGI
122	o  support .torrent files
123
124changes in bozohttpd 20040218:
125	o  new .bzredirect file support for sane directory redirection
126	o  new -Z option that enables SSL mode, from <rtr@eterna.com.au>
127	o  the -C option has been changed to take two explicit options, rather
128	   than a single option with a space separating the suffix and the
129	   interpreter.  ``-C ".foo /path/to/bar"'' should now be written
130	   as ``-C .foo /path/to/bar''
131	o  the -M option has been changed like -C and no longer requires or
132	   supports a single argument with space-separated options
133	o  with -a, still print the 200 OK.  from <rtr@eterna.com.au>
134	o  with -r, if a .bzdirect file appears in a directory, allow direct
135	   access to this directory
136
137changes in bozohttpd 20031005:
138	o  fixes for basic authorisation.  from <ecu@ipv42.net>
139	o  always display file size in directory index mode
140	o  add .xbel, .xml & .xsl -> text/xml mappings.  from
141	   <wiz@danbala.ifoer.tuwien.ac.at>
142
143changes in bozohttpd 20030626:
144	o  fix a recent core dump when given no input
145	o  add new -r flag that ensures referrer is set to this host
146	o  fix several compile time errors with -DNO_CGIBIN_SUPPORT
147	o  fix some man page details. from lukem@wasabisystems.com
148	o  re-add a missing memset(), fixing a core dump. from lukem
149	o  support HTTP basic authorisation, disabled by default.  from lukem
150	o  print the port number in redirects and errors. from lukem
151	o  only syslog the basename of the program. from lukem
152	o  add __attribute__() format checking. from lukem
153	o  fix cgibin SCRIPT_NAME to have a leading /.  from zakj@nox.cx
154	o  simplify some code in -C to avoid a core dump.  from lukem
155	o  add a .css -> css/text entry to the content_map[].  from zakj@nox.cx
156
157changes in bozohttpd 20030409:
158	o  -d without DEBUG enabled only prints one warning and continues
159	o  one can now define the C macro SERVER_SOFTWARE when building to
160	   change the Server: header and CGI variable of the same name
161	o  add new -s flag the force logging output to stderr. from zakj@nox.cx
162	o  add new -a flag for CGI bin that stops bozohttpd from outputting
163	   any HTTP reply, the CGI program must output these.  from zakj@nox.cx
164	o  new REQUEST_URI and DATE_GMT environment variables for CGI.  from
165	   zakj@nox.cx
166	o  add a "Makefile.boot" that should work with any make program
167	o  build on linux again
168	o  fix core dumps when using -C
169
170changes in bozohttpd 20030313:
171	o  deprecate -r flag; make this the default and silently ignore -r now
172	o  add support for file extentions to call CGI programs (from lukem)
173	o  add dynamic support to add new content map entries, allowing both
174	   new file types and non /cgi-bin CGI programs to be run with the
175	   new -C "suffix cgihandler" and -M "suffix type encoding encoding11"
176	   options
177	o  in -b mode, set the http date after accept() returns, not before we
178	   call accept()
179	o  in -b mode, bind all addresses found not just the first one
180	o  unsupport old hostname API
181	o  in -b mode, set the SO_REUSEADDR socket option (lukem)
182	o  allow -x (index.html) mode to work with CGI handlers
183
184changes in bozohttpd 20021106:
185	o  add .bz2 support
186	o  properly escape <, > and & in error messages, partly from
187	   Nicolas Jombart <ecu@mariejeanne.net>
188	o  new -H flag to hide .* files in directory index mode
189	o  fix buffer reallocation when parsing a request, to avoid
190	   overflowing the buffer with carriage returns (\r)
191	o  do not decode "%XY"-style cgi-bin data beyond the "?"
192
193changes in bozohttpd 5.15 (20020913):
194	o  add .ogg support -> `application/x-ogg'
195	o  fix CGI requests with "/" in the query part
196
197changes in bozohttpd 5.14 (20020823):
198	o  allow -X mode to work for "/"
199	o  work on systems without MADV_SEQUENTIAL
200	o  make a local cut-down copy of "queue.h" (fixes linux & solaris
201	   support at the very least)
202	o  portability fixes for pre-ipv6 socket api systems (eg, solaris 7)
203	o  portability fixes for missing _PATH_DEFPATH, LOG_FTP and __progname
204	o  better documentation on virtual host support
205
206changes in bozohttpd 5.13 (20020804):
207	o  support .mp3 files (type audio/mpeg)
208	o  use stat() to find out if something is a directory, for -X mode
209
210changes in bozohttpd 5.12 (20020803):
211	o  constification
212	o  fixes & enhancements for directory index mode (-X)
213
214changes in bozohttpd 5.11 (20020730):
215	o  more man page fixes from Thomas Klausner
216	   <wiz@danbala.ifoer.tuwien.ac.at>
217	o  de-K&R C-ification
218	o  fix Date: header for daemon mode
219	o  fix core dump when asking for /cgi-bin/ when CGI isn't configured
220	o  use a valid Server: header
221
222changes in bozohttpd 5.10 (20020710):
223	- add freebsd support 
224	- fix a couple of header typos
225	- many cgi-bin fixes from lukem@netbsd.org
226	- add -T chrootdir and -U user, plus several minor other cleanups
227	with signals and return values.  from xs@kittenz.org
228	- add -e that does not clear the environment for -T/-U
229	- fix a formatting error noticed by ISIHARA Takanori <ishit@oak.dti.ne.jp>
230
231changes in bozohttpd 5.09 (20010922):
232	- add a daemon mode
233	- document how to use bozohttpd in netbsd inetd with more than 40 
234	connections per minute and also with cgibin
235	- man page fixes from wiz@netbsd.org
236
237changes in bozohttpd 5.08 (20010812):
238	- add directory index generation support (-X) from ad@netbsd.org
239	- add .pa as an alias for .pac
240	- make server software version configurable (RFC)
241
242changes in bozohttpd 5.07 (20010610):
243	- add .png support 
244	- new "-x index.html" flag to change default file
245	- new "-p public_html" flag to change default ~user directory
246	- fixes cgi-bin support and more from chuck@research.att.com
247	- add many new content-types, now support most common ones
248
249changes in bozohttpd 5.06 (20000825):
250	- add IPv6 suppor from itojun@iijlab.net
251	- man page fixes from jlam@netbsd.org
252
253changes in bozohttpd 5.05 (20000815):
254	- fix a virtual host bug, from kleink@netbsd.org
255
256changes in bozohttpd 5.04 (20000427):
257	- fix virtual host support; URI takes precedence over Host:
258
259changes in bozohttpd 5.03 (20000427):
260	- fix a bug with chdir() 
261
262changes in bozohttpd 5.02 (20000426):
263	- .pac spport from simonb
264
265changes in bozohttpd 5.01 (20000421):
266	- .swf support 
267	- virtual hosting support 
268