Annotation of embedaddon/lighttpd/NEWS, revision 1.1.1.2
1.1 misho 1:
2: ====
3: NEWS
4: ====
5:
1.1.1.2 ! misho 6: - 1.4.35
! 7: * [network/ssl] fix build error if TLSEXT is disabled
! 8: * [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active)
! 9: * [mod_rrdtool] fix invalid read (string not null terminated)
! 10: * [mod_dirlisting] fix memory leak if pcre fails
! 11: * [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends
! 12: * [mod_magnet] fix memory leak
! 13: * add comments for switch fall throughs
! 14: * remove logical dead code
! 15: * [buffer] fix length check in buffer_is_equal_right_len
! 16: * fix resource leaks in error cases on config parsing and other initializations
! 17: * add force_assert() to enforce assertions as simple assert()s are disabled by -DNDEBUG (fixes #2546)
! 18: * [mod_cml_lua] fix null pointer dereference
! 19: * force assertion: setting FD_CLOEXEC must work (if available)
! 20: * [network] check return value of lseek()
! 21: * fix unchecked return values from stream_open/stat_cache_get_entry
! 22: * [mod_webdav] fix logic error in handling file creation error
! 23: * check length of unix domain socket filenames
! 24: * fix SQL injection / host name validation (thx Jann Horn)
! 25:
! 26: - 1.4.34
! 27: * [mod_auth] explicitly link ssl for SHA1 (fixes #2517)
! 28: * [mod_extforward] fix compilation without IPv6, (not) using undefined var (fixes #2515, thx mm)
! 29: * [ssl] fix SNI handling; only use key+cert from SNI specific config (fixes #2525, CVE-2013-4508)
! 30: * [doc] update ssl.cipher-list recommendation
! 31: * [stat-cache] FAM: fix use after free (CVE-2013-4560)
! 32: * [stat-cache] fix FAM cleanup/fdevent handling
! 33: * [core] check success of setuid,setgid,setgroups (CVE-2013-4559)
! 34: * [ssl] fix regression from CVE-2013-4508 (client-cert sessions were broken)
! 35: * maintain physical.basedir (the "acting" doc-root as prefix of physical.path) in more places
! 36: * [core] decode URL before rewrite, enabling it to work in $HTTP["url"] conditionals (fixes #2526)
! 37: * [auto* build] remove -no-undefined from linker flags, as we actually link modules with undefined symbols (fixes #2533)
! 38: * [mod_mysql_vhost] fix memory leak on config init (#2530)
! 39: * [mod_webdav] fix fd leak found with parfait (fixes #2530, thx kukackajiri)
! 40:
! 41: - 1.4.33 - 2013-09-27
1.1 misho 42: * mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (fixes #2465, thx peex)
43: * fix handling of If-Modified-Since if If-None-Match is present (don't return 412 for date parsing errors);
44: follow current draft for HTTP/1.1, which tells us to ignore If-Modified-Since if we have matching etags.
45: * [mod_fastcgi,log] support multi line logging (fixes #2252)
46: * call ERR_clear_error only for ssl connections in CON_STATE_ERROR
47: * reject non ASCII characters in HTTP header names
48: * [mod_auth] use crypt() on encrypted password instead of extracting salt first (fixes #2483)
49: * [mod_auth] add htpasswd -s (SHA1) support if openssl is used (needs openssl for SHA1). This doesn't use any salt, md5 with salt is probably better.
50: * [mod_auth] fix base64_decode (#2484)
51: * fix some bugs found with canalyze (fixes #2484, thx Zhenbo Xu)
52: * fix undefined stuff found with clang
53: * [cmake] Use TARGET_LINK_LIBRARIES instead of LINK_FLAGS for library dependencies, also add -Wl,--as-needed to extra warnings (fixes #2448)
54: * [mod_auth] fix invalid read in digest qop=auth-int handling (fixes #2478)
55: * [auto* build] simplify autogen.sh, handle automake 1.13 test running (fixes #2490)
56: * [mod_userdir] add userdir.active option, "enabled" by default
57: * [core] return 501 Not Implemented in static file mode for all methods except GET/POST/HEAD/OPTIONS
58: * [core] recognize more http methods to forward to backends (fixes #2346)
59: * [ssl] use DH only if openssl supports it (fixes #2479)
60: * [network] use constants available at compile time for maximum number of chunks for writev instead of calling sysconf (fixes #2470)
61: * [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if the ssl $SERVER["socket"] conditional was nested (fixes #2501)
62: * [ssl] accept ssl renegotiations if they are not disabled (fixes #2491)
63: * [ssl] add option ssl.empty-fragments, defaulting to disabled (fixes #2492)
64: * [auth] put REMOTE_USER into cgi environment, making it accessible to lua via lighty.req_env (fixes #2495)
65: * [auth] new method "extern" to use already present REMOTE_USER (from magnet, ssl, ...) (fixes #2436)
66: * [core] remove requirement that default doc-root has to exist, there are reasonable scenarios not requiring static files at all
67: * [core] check whether server.chroot exists
68: * [mod_simple_vhost] fix cache; skip module if simple-vhost.server-root is empty (thx rm for reporting)
69: * [mod_accesslog] add accesslog.syslog-level option (fixes #2480)
70: * [core] allow files to be used as document-root (fixes #2475)
71: * [core] set signal handlers before forking child processes in modules/plugins_call_set_defaults (fixes #2502)
72:
73: - 1.4.32 - 2012-11-21
74: * Code cleanup with clang/sparse (fixes #2437, thx kibi)
75: * Ignore EPIPE/ECONNRESET after SSL_shutdown
76: * Handle ENAMETOOLONG, return 404 Not Found (fixes #2396, thx dererkazo)
77: * configure.ac: remove old stuff, add some new to fix warnings in automake 1.12 (fixes #2419, thx blino)
78: * add PATCH method (fixes #2424)
79: * fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)
80: * network_server_init: fix double free and memleak on error (fixes #2440, thx kyprizel)
81: * detect "x-gzip"/"x-bzip2" as separate encodings, more strict encoding matching (fixes #2443)
82: * tests: make sure mod_proxy doesn't leave running processes (fixes #2435, thx kibi)
83: * mod_extforward: log address of untrusted proxy with debug.log-request-handling
84: * fix DoS in Connection header value split (reported by Jesse Sipprell, CVE-2012-5533)
85: * remove whitespace at end of header keys
86:
87: - 1.4.31 - 2012-05-31
88: * [ssl] fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI (thx carpii for reporting)
89: * Move fdevent subsystem includes to implementation files to reduce conflicts (fixes #2373)
90: * [mod_compress] fix handling if etags are disabled but cache-dir is set - may lead to double response
91: * disable mmap by default (fixes #2391)
92: * buffer_caseless_compare: always convert letters to lowercase to get transitive results, fixing array lookups (fixes #2405)
93: * Fix handling of empty header list entries in http_request_split_value, fixing invalid read in valgrind (fixes #2413)
94: * Fix access log escaping of " and \\ (fixes #1551)
95: * [mod_auth] Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617) (fixes #2410)
96: * [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
97: * [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simoncpu)
98: * Detect multiple -f options: show error message instead of assert (fixes #2416)
99: * [mod_extforward] Support ipv6 addresses (fixes #1889)
100: * [mod_redirect] Support url.redirect-code option (fixes #2247)
101: * Fix --enable-mmap handling in configure.ac
102:
103: - 1.4.30 - 2011-12-18
104: * Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes #2331)
105: * Limit amount of bytes we send in one go; fixes stalling in one connection and timeouts on slow systems.
106: * [ssl] fix build errors when Elliptic-Curve Diffie-Hellman is disabled
107: * Add static-file.disable-pathinfo option to prevent handling of urls like .../secret.php/image.jpg as static file
108: * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
109: * Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
110: * [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
111: * [ssl] count renegotiations to prevent client renegotiations
112: * [ssl] add option to honor server cipher order (fixes #2364, BEAST attack)
113: * [core] accept dots in ipv6 addresses in host header (fixes #2359)
114: * [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)
115: * [libev/cgi] fix waitpid ECHILD errors in cgi with libev (fixes #2324)
116:
117: - 1.4.29 - 2011-07-03
118: * Fix mod_proxy waiting for response even if content-length is 0 (fixes #2259)
119: * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257)
120: * mod_cgi: make read buffer as big as incoming data block
121: * [build] Fix detection of libev (fixes #2300)
122: * ssl: Support for Diffie-Hellman and Elliptic-Curve Diffie-Hellman key exchange (fixes #2301)
123: add ssl.use-sslv3 (fixes #2246)
124: load all algorithms (fixes #2239)
125: * [ssl/md5] prefix our own md5 implementation with li_ so it doesn't conflict with the openssl one (fixes #2269)
126: * [ssl/build] some minor fixes; fix compile without ssl, cleanup ssl config buffers
127: * [proc,include_shell] log error if exec shell fails (fixes #2280)
128: * [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)
129: * [doc] Move docs to outdated/ subdir and refer to wiki instead (fixes #2248)
130: * fdevent: add solaris eventports (fixes #2171)
131:
132: - 1.4.28 - 2010-08-22
133: * Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. (fixes #2249)
134: * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() (fixes #2250)
135:
136: - 1.4.27 - 2010-08-13
137: * Fix handling return value of SSL_CTX_set_options (fixes #2157, thx mlcreech)
138: * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
139: * mod_proxy: close connection on write error (fixes #2114)
140: * Check uri instead of physical path for directory redirect
141: * Fix detecting git repository (fixes #2173, thx ncopa)
142: * [mod_compress] Fix segfault when etags are disabled (fixes #2169)
143: * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del (fixes #2125)
144: * Print double quotes properly when dumping config file (fixes #1806)
145: * Include IP addresses on error log on password failures (fixes #2191)
146: * Fix stalls while reading from ssl sockets (fixes #2197)
147: * Fix etag formatting on boxes with 32-bit longs
148: * Fix two compiler warnings
149: * mod_accesslog: fix %p for ipv6 sockets (fixes #2228, thx jo.henke)
150: * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile (fixes #2226)
151: * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions (fixes #2215)
152: * mod_cgi: fix race condition leaving response not forwarded to client (fixes #2217)
153: * mod_accesslog: Fix var declarations mixed in source (fixes #2233)
154: * mod_status: Add version to status page (fixes #2219)
155: * mod_accesslog: optimize accesslog_append_escaped (fixes #2236, thx crypt)
156: * openssl: silence annoying error messages for errno==0 (fixes #2213)
157: * array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry (fixes #2145)
158: * add check to stop loading plugins twice
159: * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
160: * only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
161: * add libev fdevent handler: server.event-handler = "libev"
162: * mod_proxy: return response as soon as it is available (fixes #2196)
163: * don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
164: * bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
165:
166: - 1.4.26 - 2010-02-07
167: * Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)
168: * Remove dependency on automake >= 1.11 with m4_ifdef check
169: * mod_accesslog: support %e (fixes #2113, thx presbrey)
170: * Fix mod_cgi cgi.execute-x-only option in global block
171: * mod_fastcgi: x-sendfile2 parse error debugging
172: * Fix mod_proxy dead host detection if connect() fails
173: * Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2159)
174: * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
175: * Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, CVE-2010-0295)
176: * Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (like select or poll on FreeBSD)
177:
178: - 1.4.25 - 2009-11-21
179: * mod_magnet: fix pairs() for normal tables and strings (fixes #1307)
180: * mod_magnet: add traceback for printing lua errors
181: * mod_rewrite: fix compile error if compiled without pcre
182: * disable warning "CLOSE-read" (fixes #2091)
183: * mod_rrdtool: fix creating file if it doesn't exist (#1788)
184: * reset tlsext_server_name in connection_reset - fixes random hostnames in the $HTTP["host"] conditional
185: * export some SSL_CLIENT_* vars for client cert validation (fixes #1288, thx presbrey)
186: * mod_fastcgi: fix mod_fastcgi packet parsing
187: * mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)
188: * Fix configure.ac to allow autoreconf, also enables make V=0
189:
190: - 1.4.24 - 2009-10-25
191: * Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
192: * Use unsigned int (and T_CONFIG_INT) for max_request_size
193: * Use unsigned int for secdownload.timeout (fixes #1966)
194: * Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
195: * Add server.breakagelog, a "special" stderr (fixes #1863)
196: * Fix config evaluation for debug.log-timeouts option (#1529)
197: * Add "cgi.execute-x-only" to mod_cgi, requires +x for cgi scripts (fixes #2013)
198: * Fix FD_SETSIZE comparision warnings
199: * Add "lua-5.1" to searched pkg-config names for lua
200: * Fix unused function webdav_lockdiscovery in mod_webdav
201: * cmake: Fix crypt lib check
202: * cmake: Add -export-dynamic to link flags, fixes build on FreeBSD
203: * Set FD_CLOEXEC for bound sockets before pipe-logger forks (fixes #2026)
204: * Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)
205: * Show "no uri specified -> 400" error only when "debug.log-request-header-on-error" is enabled (fixes #2030)
206: * Fix hanging connection in mod_scgi (fixes #2024)
207: * Allow digits in hostnames in more places (fixes #1148)
208: * Use connection_reset instead of handle_request_done for cleanup callbacks
209: * Change mod_expire to append Cache-Control instead of overwriting it (fixes #1997)
210: * Allow all comparisons for $SERVER["socket"] - only bind for "=="
211: * Remove strptime failed message (fixes #2031)
212: * Fix issues found with clang analyzer
213: * Try to fix server.tag issue with localized svnversion
214: * Fix handling network-write return values (#2024)
215: * Use disable-time in fastcgi for all disables after errors, default is 1sec (fixes #2040)
216: * Remove adaptive spawning code from fastcgi (was disabled for a long time)
217: * Allow mod_mysql_vhost to use stored procedures (fixes #2011, thx Ben Brown)
218: * Fix ipv6 in mod_proxy (fixes #2043)
219: * Print errors from include_shell to stderr
220: * Set tm.tm_isdst = 0 before mktime() (fixes #2047)
221: * Use linux-epoll by default if available (fixes #2021, thx Olaf van der Spek)
222: * Print an error if you use too many captures in a regex pattern (fixes #2059)
223: * Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
224: * Remember keep-alive-idle in separate variable (fixes #1988)
225: * Fix header inclusion order, always include "config.h" before any system header
226: * mod_webdav: Patch to skip login information for domain part of Destination field (fixes #1793)
227: * mod_webdav: Delete old properties before updating new for MOVE (fixes #1317)
228: * Read hostname from absolute uris in the request line (fixes #1937)
229: * mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)
230: * mod_compress: match partial+full content-type (fixes #1552)
231: * mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fixes #897)
232: * Fix linger-on-close behaviour to avoid rare failure conditions (was r2636, fixes #657)
233: * mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
234: * Fix segfault on invalid config "duplicate else conditions" (fixes #2065)
235: * mod_usertrack: Use T_CONFIG_INT for max-age, solves range problem (#1455)
236: * mod_accesslog: configurable timestamp logging (fixes #1479)
237: * always define _GNU_SOURCE
238: * Add some iterators for mod_magnet (fixes #1307)
239: * Fix close_timeout_ts trigger (should finally fix lingering close)
240: * mod_rewrite: add url.rewrite-[repeat-]if-not-file to rewrite if file doesn't exist or is not a regular file (fixes #985, thx lucas aerbeydt)
241: * Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <peter@colberg.org>)
242: * Add SSL Client Certificate verification (#1288)
243: * mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tries (fixes #1825)
244: * mod_accesslog: escape special characters (fixes #1551, thx icy)
245: * fix mod_webdav crash from #1793 (fixes #2084, thx hiroya)
246: * Don't print ssl error if client didn't support TLS SNI
247: * Fix linger close timeout handling, drop timeout to 5 seconds (fixes #2086)
248: * Fix broken return values from int to enum in mod_fastcgi
249:
250: - 1.4.23 - 2009-06-19
251: * Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
252: * New lighttpd man page (moved it to section 8) (fixes #1875)
253: * Create rrd file for empty rrdfile in mod_rrdtool (#1788)
254: * Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (fixes #729)
255: * Finally removed spawn-fcgi
256: * Allow xattr to overwrite mime type (fixes #1929)
257: * Remove link from errormsg about fastcgi apps (fixes #1942)
258: * Strip trailing dot from "Host:" header
259: * Remove the optional port info from SERVER_NAME (thx Mr_Bond)
260: * Fix mod_proxy RoundRobin (off by one problem if only one backend is up)
261: * Rename configure.in to configure.ac, with small cleanups (fixes #1932)
262: * Add proper SUID bit detection (fixes #416)
263: * Check for regular file in mod_cgi, so we don't try to start directories
264: * Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fixes #1923)
265: * Add support for pipe logging for server.errorlog (fixes #296)
266: * Add revision number to package version for svn/git checkouts
267: * Use server.tag for SERVER_SOFTWARE if configured (fixes #357)
268: * Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgi
269: * mod_magnet: Add env["request.remote-ip"] (fixes #1740)
270: * mod_magnet: Add env["request.path-info"]
271: * Change name/version separator back to "/" (affects every place where the version is printed)
272: * Fix bug with FastCGI request id overflow under high load; just use always id 1 as we don't use multiplexing. (thx jgray)
273: * Add some dirlisting enhancements (fixes #1458)
274: * Add option to enable TCP_DEFER_ACCEPT (fixes #1447)
275: * Limit amount of bytes read for one read-event (fixes #1070)
276: * Add evasive.silent option (fixes #1438)
277: * Make mod_extforward headers configurable (fixes #1545)
278: * Add '%_' pattern for complete hostname in mod_evhost (fixes #1737)
279: * Add IPv6 support to mod_proxy (fixes #1537)
280: * mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)
281: * Fix error message if no auth backend was set
282: * Fix SERVER_NAME port stripping (fixes #1968)
283: * Fix x-sendfile 2gb limiting (fixes #1970)
284: * Fix mod_cgi environment keys mangling (fixes #1969)
285: * Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixes #729)
286: * Fix max-age value in mod_expire for 'modification' (fixes #1978)
287: * Fix evasive.silent option (#1438)
288: * Fix mod-fastcgi counters
289: * Modify fastcgi error message
290: * Backup errno for later usage (reported by Guido Reina via mailinglist)
291: * Improve FastCGI performance (fixes #1999)
292: * Workaround broken operating systems: check for trailing '/' in filenames (fixes #1989)
293: * Allow using pcre with cross-compiling (pcre-config got fixed; fixes #1986)
294: * Add "lighty.req_env" table to mod_magnet for setting/getting environment values for cgi (fixes #1967, thx presbrey)
295: * Fix segfault in mod_expire after failed config parsing (fixes #1992)
296: * Add ssi.content-type option (default text/html, fixes #615)
297: * Add support for "real" entropy from /dev/[u]random (fixes #1977)
298: * Adding support for additional chars in LDAP usernames (fixes #1941)
299: * Ignore multiple "If-None-Match" headers (only use first one, fixes #753)
300: * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
301: * Allow max-keep-alive-requests to depend on conditional (fixes #1881)
302: * Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
303:
304: - 1.4.22 - 2009-03-07
305: * Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)
306: * Fix default vhost in mod_simple_vhost (fixes #1905)
307: * Handle EINTR in mod_rrdtool (fixes #604)
308: * Fix rrd error after graceful restart (fixes #419)
309: * Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spotting the problem)
310: * Fix segfault in mod_scgi (fixes #1911)
311: * Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another fix from #1913)
312: * Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /dev/null later. (fixes #1922)
313: * Fix some problems with more strict compilers (#1923)
314: * Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)
315:
316: - 1.4.21 - 2009-02-16
317:
318: * Fix base64 decoding in mod_auth (#1757, thx guido)
319: * Fix mod_cgi segfault when bound to unix domain socket (#653)
320: * Do not rely on ioctl FIONREAD (#673)
321: * Now really fix mod auth ldap (#1066)
322: * Fix leaving zombie process with include_shell (#1777)
323: * Removed debian/, openwrt/ and cygwin/; they weren't kept up-to-date, and we decided to remove dist. specific stuff
324: * Try to convert string options to shorts for numeric options in config file; allows to use env-vars for numeric options. (#1159, thx andrewb)
325: * Do not cache default vhost in mod_simple_vhost (#709)
326: * Trust pcre-config, do not check for pcre manually (#1769)
327: * Fix fastcgi authorization in subdirectories with check-local=disabled; don't split pathinfo for authorizer. (#963)
328: * Add possibility to disable methods in mod_compress (#1773)
329: * Fix duplicate connection keep-alive/transfer-encoding headers (#960)
330: * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)
331: * Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requests
332: * Compare address family in inet_ntop_cache
333: * Revert CVE-2008-4359 (#1720) fix "encoding+simplifying urls for rewrite/redirect": too many regressions.
334: * Use FD_CLOEXEC if possible (fixes #1821)
335: * Optimized buffer usage in mod_proxy (fixes #1850)
336: * Fix uninitialized value in time struct after strptime
337: * Do not pass Proxy-Connection: header from client to backend http server in mod_proxy (#1877)
338: * Fix wrong malloc sizes in mod_accesslog (probably nothing bad happened...) (fixes #1855, thx ycheng)
339: * Some small buffer.c fixes (closes #1837)
340: * Remove floating point math from server.c (fixes #1402)
341: * Disable SSLv2 by default
342: * Use/enforce sane max-connection values (fixes #1803)
343: * Allow mod_compress to return 304 (Not Modified); compress ignores the static-file.etags option.(fixes #1884)
344: * Add option to ignore the "Expect: 100-continue" header instead of returning 417 Expectation failed (closes #1017)
345: * Use modified etags in mod_compress (fixes #1800)
346: * Fix max-connection limit handling/100% cpu usage (fixes #1436)
347: * Fix error handling in freebsd-sendfile (fixes #1813)
348: * Silenced the annoying "request timed out" warning, enable with the "debug.log-timeouts" option (fixes #1529)
349: * Allow tabs in header values (fixes #1822)
350: * Added Language conditional (fixes #1119); patch by petar
351: * Fix wrong format strings (#1900, thx stepancheg)
352:
353: - 1.4.20 - 2008-09-30
354:
355: * Fix mod_compress to compile with old gcc version (#1592)
356: * Fix mod_extforward to compile with old gcc version (#1591)
357: * Update documentation for #1587
358: * Fix #285 again: read error after SSL_shutdown (thx marton.illes@balabit.com) and clear the error queue before some other calls (CVE-2008-1531)
359: * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
360: * Fix segfault for appending matched parts if there was no regex matching (just give empty strings) (#1601)
361: * Use data_response_init in mod_fastcgi x-sendfile handling for response.headers, fix a small "memleak" (#1628)
362: * Don't send empty Server headers (#1620)
363: * Fix conditional interpretation of core options
364: * Enable escaping of % and $ in redirect/rewrite; only two cases changed their behaviour: "%%" => "%", "$$" => "$"
365: * Fix accesslog port (should be port from the connection, not the "server.port") (#1618)
366: * Fix mod_fastcgi prefix matching: match the prefix always against url, not the absolute filepath (regardless of check-local)
367: * Overwrite Content-Type header in mod_dirlisting instead of inserting (#1614), patch by Henrik Holst
368: * Handle EINTR in mod_cgi during write() (#1640)
369: * Allow all http status codes by default; disable body only for 204,205 and 304; generate error pages for 4xx and 5xx (#1639)
370: * Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page
371: * Remove lighttpd.spec* from source, fixing all problems with it ;-)
372: * Do not rely on PATH_MAX (POSIX does not require it) (#580)
373: * Disable logging to access.log if filename is an empty string
374: * Implement a clean way to open /dev/null and use it to close stdin/out/err in the needed places (#624)
375: * merge spawn-fcgi changes from trunk (from @2191)
376: * let spawn-fcgi propagate exit code from spawned fcgi application
377: * close connection after redirect in trigger_b4_dl (thx icy)
378: * close connection in mod_magnet if returned status code
379: * fix bug with IPv6 in mod_evasive (#1579)
380: * fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com
381: * [tests] fixed system, use foreground daemons and waitpid
382: * [tests] removed pidfile from test system
383: * [tests] fixed tests needing php running (if not running on port 1026, search php in env[PHP] or /usr/bin/php-cgi)
384: * fixed typo in mod_accesslog (#1699)
385: * replaced buffer_{append,copy}_string with the _len variant where possible (#1732) (thx crypt)
386: * case insensitive match for secdownload md5 token (#1710)
387: * Handle only HEAD, GET and POST in mod_dirlisting (same as in staticfile) (#1687)
388: * fixed mod_secdownload problem with unsigned time_t (#1688)
389: * handle EAGAIN and EINTR for freebsd sendfile (#1675)
390: * Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null (#1716)
391: * fixed round-robin balancing in mod_proxy (#1715)
392: * fixed EINTR handling for waitpid in mod_fastcgi
393: * mod_{fast,s}cgi: overwrite environment variables (#1722)
394: * inserted many con->mode checks; they should prevent two modules to handle the same request if they shouldn't (#631)
395: * fixed url encoding to encode more characters (#266)
396: * allow digits in [s]cgi env vars (#1712)
397: * fixed dropping last character of evhost pattern (#161)
398: * print helpful error message on conditionals in global block (#1550)
399: * decode url before matching in mod_rewrite (#1720) -- (reverted for 1.4.21)
400: * fixed conditional patching of ldap filter (#1564)
401: * Match headers case insensitive in response (removing of X-{Sendfile,LIGHTTPD-*}, catching Date/Server) [2281]
402: * fixed bug with case-insensitive filenames in mod_userdir (#1589), spotted by "anders1" (CVE-2008-4360)
403: * fixed format string bugs in mod_accesslog for SYSLOG
404: * replaced fprintf with log_error_write in fastcgi debug
405: * fixed mem leak in ssi expression parser (#1753), thx Take5k
406: * hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)
407: * do not send content-encoding for 304 (#1754), thx yzlai
408: * fix segfault for stat_cache(fam) calls with relative path (without '/', can be triggered by x-sendfile) (#1750)
409: * fix splitting of auth-ldap filter
410: * workaround ldap connection leak if a ldap connection failed (restarting ldap)
411: * fix auth.backend.ldap.bind-dn/pw problems (only read from global context for temporary ldap reconnects, thx ruskie)
412: * fix memleak in request header parsing (#1774, thx qhy) (CVE-2008-4298)
413: * fix mod_rewrite memleak/endless loop detection (#1775, thx phy - again!)
414: * use decoded url for matching in mod_redirect (#1720) (CVE-2008-4359) -- (reverted for 1.4.21)
415:
416: - 1.4.19 - 2008-03-10
417:
418: * added support for If-Range: <date> (#1346)
419: * added support for matching $HTTP["scheme"] in configs
420: * fixed initgroups() called after chroot (#1384)
421: * fixed case-sensitive check for Auth-Method (#1456)
422: * execute fcgi app without /bin/sh if used as argument to spawn-fcgi (#1428)
423: * fixed a bug that made /-prefixed extensions being handled also when
424: matching the end of the uri in fcgi,scgi and proxy modules (#1489)
425: * print error if X-LIGHTTPD-send-file cannot be done; reset header
426: Content-Length for send-file. Patches by Stefan Buehler
427: * prevent crash in certain php-fcgi configurations (#841)
428: * add IdleServers and Scoreboard directives in ?auto mode for mod_status (#1507)
429: * open log immediately after daemonizing, fixes SIGPIPEs on startup (#165)
430: * HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-Proto header is set. (#1499)
431: * generate ETag and Last-Modified headers for mod_ssi based on newest modified include (#1491)
432: * support letterhomes in mod_userdir (#1473)
433: * support chained proxies in mod_extforward (#1528)
434: * fixed bogus "cgi died ?" if we kill the CGI process on shutdown
435: * fixed ECONNRESET handling in network-openssl
436: * fixed handling of EAGAIN in network-linux-sendfile (#657)
437: * reset conditional cache (#1164)
438: * create directories in mod_compress (was broken with alias/userdir) (#1027)
439: * fixed out of range access in fd array (#1562, #372) (CVE-2008-0983)
440: * mod_compress should check if the request is already handled, e.g. by fastcgi (#1565)
441: * remove broken workaround for buggy Opera version with ssl/chunked encoding (#285)
442: * generate etag/last-modified header for on-the-fly-compressed files (#1171)
443: * req-method OPTIONS: do not insert default response if request was denied, do not deny OPTIONS by default (#1324)
444: * fixed memory leak on windows (#1347)
445: * fixed building outside of the src dir (#1349)
446: * fixed including of stdint.h/inttypes.h in etag.c (#1413)
447: * do not add Accept-Ranges header if range-request is disabled (#1449)
448: * log the ip of failed auth tries in error.log (enhancement #1544)
449: * fixed RoundRobin in mod_proxy (#516)
450: * check for symlinks after successful pathinfo matching (#1574)
451: * fixed mod-proxy.t to run with a builddir outside of the src dir
452: * do not suppress content on "307 Temporary Redirect" (#1412)
453: * fixed Content-Length header if response body gets removed in connections.c (#1412, part 2)
454: * do not generate a "Content-Length: 0" header for HEAD requests, added test too
455: * remove compress cache file if compression or write failed (#1150)
456: * fixed body handling of status 300 requests
457: * spawn-fcgi: only try to connect to unix socket (not tcp) before spawning (#1575)
458: * fix sending source of cgi script instead of 500 error if fork fails (CVE-2008-1111)
459: * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
460: * fix sending "408 - Timeout" instead of "410 - Gone" for timedout urls in mod_secdownload (#1440)
461: * workaround #1587: require userdir.path to be set to enable mod_userdir (empty string allowed) (CVE-2008-1270)
462: * make configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
463: * fixed handling of waitpid() == EINTR mod_ssi on solaris
464:
465: - 1.4.18 - 2007-09-09
466:
467: * fixed compile error on IRIX 6.5.x on prctl() (#1333)
468: * fixed forwarding a SIGINT and SIGHUP when using max-workers (#902)
469: * fixed FastCGI header overrun in mod_fastcgi (reported by mattias@secweb.se)
470: * fixed hanging redirects with keep-alive due to missing
471: "Content-Length: 0" headers
472: * fixed crashing when using undefined environment variables in the config
473: * fixed compilation of mod_mysql_vhost on irix (#1341)
474:
475: - 1.4.17 - 2007-08-29
476:
477: * added dir-listing.set-footer in mod_dirlisting (#1277)
478: * added sending UID and PID for SIGTERM and SIGINT to the logs
479: * fixed hardcoded font-sizes in mod_dirlisting (#1267)
480: * fixed different ETag length on 32/64 platforms (#1279)
481: * fixed compression of files < 128 bytes by disabling compression (#1241)
482: * fixed mysql server reconnects (#518)
483: * fixed disabled keep-alive for dynamic content with HTTP/1.0 (#1166)
484: * fixed crash on mixed EOL sequences in mod_cgi
485: * fixed key compare (#1287)
486: * fixed invalid char in header values (#1286)
487: * fixed invalid "304 Not Modified" on broken timestamps
488: * fixed endless loop on shrinked files with sendfile() on BSD (#1289)
489: * fixed counter overrun in ?auto in mod_status (#909)
490: * fixed too aggresive caching of nested conditionals (#41)
491: * fixed possible overflow in unix-socket path checks on BSD (#713)
492: * fixed extra Content-Length header on 1xx, 204 and 304 (#1002)
493: * fixed handling of duplicate If-Modified-Since to return 304
494: * fixed extracting status code from NPH scripts (#1125)
495: * fixed prctl() usage (#1310)
496: * removed config-check if passwd files exist (#1188)
497: * fixed crash when etags are disabled but the client sends one (#1322)
498: * fixed crash when freeing the config in mod_alias
499: * fixed server.error-handler-404 breakage from 1.4.16 (#1270)
500: * fixed entering 404-handler from dynamic content (#948)
501: * added more debug infos for FAM based stat-cache
502: * use more LSB like paths in the sample config (#1242)
503:
504: - 1.4.16 - 2007-07-25
505:
506: * added static-file.etags, etag.use-inode, etag.use-mtime, etag.use-size
507: to customize the generation of ETags for static files. (#1209)
508: (patch by <Yusufg@gmail.com>)
509: * fixed typecast of NULL on execl() (#1235)
510: (patch by F. Denis)
511: * fixed circumventing url.access-deny by trailing slash (#1230)
512: * fixed crash on duplicate headers with trailing WS (#1232)
513: * fixed accepting more connections then requested (#1216)
514: * fixed mem-leak in mod_auth (reported by Stefan Esser)
515: * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)
516: * fixed missing check for base64 encoded string in mod_auth and Basic auth
517: (reported by Stefan Esser)
518: * fixed possible crash in Auth-Digest header parser on trailing WS in
519: mod_auth (reported by Stefan Esser)
520: * fixed check on stale errno values, which broke handling of broken fastcgi
521: applications. (#1245)
522: * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, mod_fastcgi
523: and mod_webdav (#1263)
524:
525: - 1.4.15 - 2007-04-13
526:
527: * fixed broken Set-Cookie headers
528:
529: - 1.4.14 - 2007-04-13
530:
531: * fix crash if gethostbyaddr() failed on redirect [1718]
532: * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
533: * added HTTPS=on to the environment of cgi scripts (#861) [1684]
534: * fix handling of 303 (#1045) [1678]
535: * made the configure check for lua more portable [1677]
536: * added mod_extforward module [1665]
537: * references to the fam stat cache engine should be conditional (#1039) [1664]
538: * fix http 500 errors (colin.stephen/at/o2.com) #1041 [1663]
539: * prevent wrong pidfile unlinking on graceful restart (Chris Webb) [1656]
540: * ignore empty packets from STDERR stream. #998
541: * fix a crash for files with an mtime of 0 reported by cubiq on irc [1519]
542: CVE-2007-1870
543: * allow empty passwords with ldap (Jörg Sonnenberger) [1516]
544: * mod_scgi.c segfault fix #964 [1501]
545: * Added round-robin support to mod_fastcgi [1500]
546: * Handle DragonFlyBSD the same way as Freebsd (Jörg Sonnenberger) [1492,1676]
547: * added now and weeks support to mod_expire. #943
548: * fix cpu hog in certain requests [1473] CVE-2007-1869
549: * fix for handling hostnames with trailing dot [1406]
550: * fixed header-injection via server.tag (#1106)
551: * disabled caching of files without a content-type to solve the
552: aggressive caching of FF
553: * remove trailing white-spaces from HTTP-requests before parsing (#1098)
554: * fixed accesslog.use-syslog in a conditional and the caching of the
555: accesslog for files (fixes #1064)
556: * fixed various crashes at startup on broken accesslog.format strings (#1000)
557: * fixed handling of %% in accesslog.format
558: * fixed conditional dir-listing.exclude (#930)
559: * reduced default PATH_MAX to 255 (#826)
560: * ECONNABORTED is not known on cygwin (#863)
561: * fixed crash on url.redirect and url.rewrite if %0 is used in a global context
562: (#800)
563: * fixed possible crash in debug-message in mod_extforward
564: * fixed compilation of mod_extforward on glibc < 2.3.4
565: * fixed include of empty in the configfiles (#1076)
566: * send SIGUSR1 to fastcgi children before SIGTERM. libfcgi wants SIGUSR1. (#737)
567: * fixed missing AUTH_TYPE entry in the fastcgi environment. (#889)
568: * fixed compilation in network_writev.c on MacOS X 10.3.9 (#903)
569: * added kill-signal as another setting for fastcgi backends. See the wiki for more.
570:
571: - 1.4.13 - 2006-10-09
572:
573: * added initgroups in spawn-fcgi (#871)
574: * added apr1 support htpasswd in mod-auth (#870)
575: * added lighty.stat() to mod_magnet
576: * fixed segfault in splitted CRLF CRLF sequences
577: (introduced in 1.4.12) (#876)
578: * fixed compilation of LOCK support in mod-webdav
579: * fixed fragments in request-URLs (#869)
580: * fixed pkg-config check for lua5.1 on debian
581: * fixed Content-Length = 0 on HEAD requests without
582: a known Content-Length (#119)
583: * fixed mkdir() forcing 0700 (#884)
584: * fixed writev() on FreeBSD 4.x and older (#875)
585: * removed warning about a 404-error-handler
586: returned 404
587: * backported and fixed the buildsystem changes for
588: webdav locks
589: * fixed plugin loading so we can finally load lua
590: extensions in mod_magnet scripts
591: * fixed large uploads if xattr is enabled
592:
593: - 1.4.12 - 2006-09-23
594:
595: * added experimental LOCK support for webdav
596: * added Content-Range support for PUT in webdav
597: * added support for += on empty arrays in config-files
598: * added ssl.cipher-list and ssl.use-sslv2
599: * added $HTTP["querystring"] conditional
600: * added mod_magnet as long-term replacement for mod_cml
601: * added work-around for a Opera Bug with SSL + Chunked-Encoding
602: * changed --print-config to print to stdout instead of stderr
603: * changed no longer use 0600 for new files with webdav. umask is
604: honored. Make sure you have set a proper umask.
605: * fixed upload hangs with SSL
606: * fixed connection drops with SSL (aka bad retry)
607: * fixed path traversal with \ on cygwin
608: * fixed mem-leak in mod_flv_streaming
609: * fixed required trailing newline in configfiles (#142)
610: * fixed quoting the autoconf files (#466)
611: * fixed empty Host: + $HTTP["host"] handling (#458)
612: * fixed handling of If-Modified-Since if ETag is not set
613: * fixed default-shell if SHELL is not set (#441)
614: * fixed appending and assigning of env.* vars
615: * fixed empty FCGI_STDERR packets
616: * fixed conditional server.allow-http-11
617: * fixed handling of follow-symlink + lstat()
618: * fixed SIGHUP handling if max-workers is used
619: * fixed "Software caused connection abort" messages on FreeBSD
620:
621: - 1.4.11 - 2006-03-09
622:
623: * added ability to specify which ip address spawn-fci listens on
624: (agkr/at/pobox.com)
625: * added mod_flv_streaming to streaming Flash Movies efficiently
626: * fixed handling of error codes returned by mod_dav_svn behing a
627: mod_proxy
628: * fixed error-messages in mod_auth and mod_fastcgi
629: * fixed re-enabling overloaded local fastcgi backends
630: * fixed handling of deleted files in linux-sendfile
631: * fixed compilation on BSD and MacOSX
632: * fixed $SERVER["socket"] on a already bound socket
633: * fixed local source retrieval on windows
634: (secunia)
635: * fixed hanging cgi if remote side is dieing while reading
636: from the pipe (sandy/at/meebo.com)
637:
638: - 1.4.10 - 2006-02-08
639:
640: * added docs for mod_dirlisting
641: * added fastcgi.map-extensions to mod_fastcgi
642: * fixed load balancing for mod_fastcgi
643: * fixed extra newline for syslog() in mod_accesslog
644: * fixed user-track cookie for IE in mod_usertrack
645: * fixed crash in digest handling in mod_auth
646: * fixed handling of 301 response-bodies from a mod_proxy backend
647: * fixed loading of base modules if server.modules is not set
648: * fixed broken cgi if mod_scgi is loaded
649:
650: - 1.4.9 - 2006-01-14
651:
652: * added server.core-files option (sandy <sandy/at/meebo.com>)
653: * added docs for mod_status
654: * added mod_evasive to limit the number of connections by IP (<w1zzard/at/techpowerup.com>)
655: * added the power-magnet to mod_cml
656: * added internal statistics to mod_fastcgi
657: * added server.statistics-url to get internal statistics from mod_status
658: * added support for conditional range-requests through If-Range
659: * added static building via scons
660: * fixed 100% cpu loops in mod_cgi ("sandy" <sjen/at/cs.stanford.edu>)
661: * fixed handling for secure-download.timeout (jamis/at/37signals.com)
662: * fixed IE bug in content-charset in the output of mod_dirlisting (sniper/at/php.net)
663: * fixed typos and language in the docs (ryan-2005/at/ryandesign.com)
664: * fixed assertion in mod_cgi on HEAD request is Content-Length (<sandy/at/meebo.com>)
665: * fixed handling if equal but duplicate If-Modified-Since request headers
666: * fixed endless loops in mod_fastcgi if backend is dead
667: * fixed Depth: 1 handling in PROPFIND requests on empty dirs
668: * fixed encoding of UTF8 encoded dirlistings (Jani Taskinen <sniper/at/iki.fi>)
669: * fixed initial bind to a unix-domain socket through server.bind
670: * fixed handling of lowercase filesystems
671: * fixed duplicate request headers cause by mod_setenv
672:
673: - 1.4.8 - 2005-11-23
674:
675: * added auto-reconnect to ldap-server in mod_auth
676: (joerg/at/netbsd.org)
677: * changed auth.ldap-cafile to be optional
678: (joerg/at/netbsd.org)
679: * added strip_request_uri in mod_fastcgi
680: * added more X-* headers to mod_proxy
681: (Ben Grimm <bengrimm/at/gmail.com>)
682: * added 'debug' to simple-vhost to suppress the
683: (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/
684: messages by default
685: * added support to let the server listen on UNIX-socket
686: * changed default stat-cache-engine to 'simple'
687: * removed debian/ dir from source package on request by packager
688: * fixed max-age timestamps in mod_expire
689: * fixed encoding the filenames in PROPFIND in mod_webdav
690: * fixed range request handling in network_writev
691: * fixed retry on connect error in mod_fastcgi
692: (Robert G. Jakabosky <bobby/at/alphatrade.com>)
693: * fixed possible crash in mod_webdav if sqlite3 support
694: is available but not use
695: * fixed fdvent-handler init if server.max-worker was used
696: (Siddharth Vijayakrishnan <mail/at/bluefireworks.net>)
697: * fixed missing cleanup in mysql_vhost
698: * fixed assert() in "connections.c:962:
699: connection_handle_read_state: Assertion 'c->mem->used' failed."
700: * fixed 64bit issue in md5
701: * fixed crash in mod_status
702: * fixed duplicate headers in mod_proxy
703: * fixed Content-Length in HEAD request in mod_proxy
704: * fixed unsigned/signed comparisions
705: * fixed streaming in mod_cgi
706: * fixed possible overflow in password-salt handling
707: (reported on slashdot by james-web/at/and.org)
708: * fixed server-traffic-limit if connection limit is not set
709:
710: - 1.4.7 - 2005-11-02
711:
712: * added FD_CLOEXEC to fds which are kept open for a longer time
713: * added smaller, moving mmaped windows to network_writev
714: * added madvise() to instruct the kernel the do proper read-ahead in network_writev
715: * added support for %I in mod_accesslog
716: * added better compat to Apache for ?auto in mod_status
717: * added support for userdirs without a entry in /etc/passwd in mod_userdir
718: (rob/at/inversepath.com)
719: * added startup-time selectable network-backend
720: * added location of upload-files to config as array
721: * added webdav.log-xml for logging xml-content in mod_webdav
722: * added Cache-Control: max-age to mod_expire
723: * workaround missing client-bug by assuming we received a close-notify on
724: non-keep-alive requests in SSL request
725: * disabled kerberos5 support by default to fix compilation on RHEL
726: * fixed order of library checks to fix compilation on Solaris 9
727: * fixed open file-descriptors on read-error
728: * fixed crash if /var/tmp is not writable
729:
730: - 1.4.6 - 2005-10-09
731:
732: * fixed compilation on MacOS X and cygwin
733: * fixed compressed output if caching was disabled (seen in IE and Opera)
734: * fixed range-request option
735: * fixed mysql-vhost module (was broken in 1.4.5)
736: * fixed false positive in the detection of case-insensitive FS
737:
738: - 1.4.5 - 2005-10-02
739:
740: * added all DeltaV methods as known methods
741: * added buffer-to-disk of request content
742: * added warning for unused variables in conditionals
743: * added global index-generators to mod_indexfile
744: * fixed caching for remote-ip conditionals with keep-alive
745: * fixed redirects with content
746: * fixed infinite loop in exec-cmd in mod_ssi
747: * fixed segfault in config handling for mod_mysql_vhost
748: * fixed segfault on FIFOs/Sockets
749: * fixed possible crash on uninit memory if If-Modified-Since was too long
750: * fixed accounting of mem-chunks
751: * fixed starving of connections on high load
752: * fixed crc errors in mod_compress on 64bit platforms
753: * fixed handling of overlapping fastcgi packets (bug added in 1.4.4)
754: * fixed logic of conditionals if a header was not set
755: * fixed a segfault in mod_rewrite if %1 references were used
756: * fixed handling of empty request URIs in HTTP requests
757:
758: - 1.4.4 - 2005-09-16
759: * added support for %V in mod_accesslog
760: * added a option for a FastCGI responser to send static files
761: * added md5 and blowfish hashes to htpasswd
762: * fixed METHOD in mod_accesslog of WebDAV methods
763: * fixed check for permission before files in sent
764: * fixed mod-proxy and content for non-POST requests
765: * fixed compilation of mod_cml on MacOS X
766: * fixed SSL errmsg after accept()
767: * fixed memleak in stat-cache
768: * fixed aborted connections if file was moved while in transfer
769: * fixed mem-usage for large FastCGI transfers
770:
771: - 1.4.3 - 2005-09-01
772:
773: * added gracefull shutdown
774: * added server.max-connections
775: * fixed compilation on all BSD platforms
776: * fixed init of kqueue and /dev/poll after daemonize
777: * fixed segfault if select() is event-handler and more than FD_SETSIZE
778: fds are opened
779: * fixed compilation of mod_cml
780: * fixed bin-copy-env in mod_fastcgi
781:
782: - 1.4.2 - 2005-08-29
783:
784: * fixed mimetype detection on uppercase extensions
785: * fixed memleak in stat-cache
786: * fixed infinite loop in mod_cgi
787: * fixed alignment crashes on sparc64 and alpha64
788: * fixed test system for gentoo ebuild
789: * fixed infinite loop in SSL
790: * fixed range request for files > 2Gb
791:
792: - 1.4.1 - 2005-08-22
793:
794: * added a complete Class 1 complient mod_webdav
795: * fixed ssl support (especially on OpenBSD)
796: * fixed response header in body problem in mod_cgi
797: * fixed numbers before body problem
798: * fixed compilation on Solaris and FreeBSD
799: * fixed conditional options in mod_dirlisting
800: * fixed segfault in mod_dirlisting for NFS directories
801: * fixed check for docroot in change-root environments
802:
803: - 1.4.0 - 2005-08-17
804:
805: * added nested conditionals
806: * added remote-ip to $HTTP
807: * added support for stat-cache via FAM
808: * added a read-only WebDAV module
809: * fixed cleanup in mod_proxy and mod_fastcgi
810: * fixed handling of filenames on case-insensitive filesystems
811:
812: - 1.3.16 - 2005-07-31
813:
814: * added Date: headers to dynamic HTTP/1.0 requests
815: * added support for OPTION * HTTP/1.1
816: * added support for accesslog to syslog
817: * added support for PATH_INFO guessing if check-local is disabled in
818: mod_fastcgi
819: * added switch to disable range-requests
820: * added valid-user option for mod_auth (tigger at gentoo.org)
821: * added JavaScript based sorting to mod_status (erik)
822: * added selective TCP_CORK (Christian von Roques)
823: * break up endless loops with Status: 500
824: * fixed endless loops in mod_rewrite
825: * mapped url.rewrite and url.rewrite-final to uri.rewrite-once
826: * fixed compilation for mod_trigger_b4_dl
827: * fixed 'can't reach host' in mod_proxy
828: * error-handler-404 defaults to Status: 200 and static files work now
829:
830: - 1.3.15 - 2005-07-15
831:
832: * added mod_cml
833: * added mod_trigger_b4_dl
834: * added encoding to mod_dirlisting
835: * added ?auto to mod_status
836: * relaxed handling of characters in URIs even more
837: * fixed detection of sendfile() on Linux 2.4.x
838: * fixed comparision of buffers for short strings
839: * server.errorfile-prefix is now conditional
840: * fixed mod_rrdtool to close STDERR
841:
842: - 1.3.14 - 2005-06-15
843:
844: * added SCGI support via mod_scgi
845: * added hash-based and round-robin load balancing to mod_proxy
846: * fixed range requests larger than 2Gb
847: * fixed compilation on Solaris
848: * fixed endless loops in mod_fastcgi, mod_cgi and mod_proxy
849: * fixed handling of URIs for '+' and characters > 127
850:
851: - 1.3.13 - 2005-03-06
852:
853: * added customizable directory listings
854: * fixed compile error on all BSD unixes
855: * fixed PATHINFO handling for FastCGI
856: * fixed handling of remote-close on FreeBSD and OpenSSL
857:
858: - 1.3.12 - 2005-03-02
859:
860: * added ssl.ca-file
861: * added support for \n\n as terminator
862: * rewrote test-framework and added more tests
863: * fixed cgi.assign with empty handler
864: * fixed segfault in debug-code
865: * fixed mod_expire if modification-timestamps are used
866: * fixed segfault on duplication Host-headers
867: * fixed endless loop in mod_fastcgi
868: * fixed handling of dead fastcgi-processes
869:
870: - 1.3.11 - 2005-02-20
871:
872: * added REMOTE_PORT and SERVER_ADDR to CGI-env
873: * relaxed handling of newlines before keep-alive requests
874: * relaxed uri-parser again
875: * fixed PHP_SELF for php
876: * fixed compilation on MacOS X
877: * fixed handling of EPIPE and ECONNRESET
878: * fixed crash in mod_auth if config-options are missing
879: * fixed handling of missing trailing / in mod_userdir
880: * fixed conditional secdownload.secret
881: * fixed REPORT ME error due to failed reconnects in mod_fastcgi
882: * fixed cmdline handling in mod_fastcgi
883:
884: - 1.3.10 - 2005-02-06
885:
886: * added support for full commandline in spawn-fcgi
887: * fixed missing check for IP-address in mod_fastcgi
888: * fixed compile error with openssl in mod_fastcgi
889: * removed a debug-message from network-functions
890:
891: - 1.3.9 - 2005-02-06
892:
893: * added a stricter URI parser
894: * added a check to the CGI spawner if the cgi-handler exists
895: * added documentation for SSL and mod_status
896: * added handling of startup environment to FastCGI
897: * improved performance in FastCGI in buildind the FastCGI header
898: * fixed min-procs and max-procs in FastCGI on PowerPC
899: * fixed crash in setenv.add-response-header
900: * fixed handling of nph-scripts in CGI
901: * fixed accidently sending out physical file in CGI on error
902: * fixed cygwin support
903: * fixed handling of missing files
904: * fixed HEAD requests for dynamic requests
905:
906: - 1.3.8 - 2005-01-30
907:
908: * added traffic shaping by remote host and virtual server
909: * added auto-spawning of FastCGI process on demand
910: * added virtual host based on MySQL
911: * added mod_setenv to add envirnoment and http headers on the fly
912: * added support for syslog in mod_accesslog
913: * improved output of mod_status
914: * improved debug output in request handling
915: * fixed build problems on netbsd 1.4.x and 1.5.x
916: * fixed status.url configuration
917: * fixed handling of != and !~ in configutation
918: * fixed special cases in keep-alive handling
919: * fixed timeout handling in handling POST requests
920: * fixed mode AUTHORIZER in FastCGI
921: * fixed handling if internal redirects if no Host: is supplied
922: * fixed mod_alias + pathinfo
923: * fixed directory indexes and permissions
924: * enabled sending errorlog to syslog again
925:
926: - 1.3.7 - 2004-12-11
927:
928: * added retries for a fastcgi connect if a php-childs
929: dies at startup
930: * update the debian directory
931: * added setgroups() to drop all group-privs
932: * added native port to windows via mingw32
933: * added server.tag = '...'
934: * added support for ${...} in mod_ssi
935: * ported all plugins to conditional support
936: * fixed multipart handling in cgi
937: * fixed kqueue event-handler
938: * fixed wrap-around in mod_status
939: * fixed crash with SSL + FastCGI
940: * fixed detection of SSL headers
941: * fixed handling of dangling SSL_shutdown
942: * fixed detection of keep-alive of Firefox
943:
944: - 1.3.6 - 2004-11-03
945:
946: * added spawn-fcgi to the distribution
947: * added support in fastcgi module to spawn fastcgi
948: processes itself
949: * fixed logfile cycling if external logging is used
950: * fixed connection handling in fastcgi if no chunk
951: encoding is used
952: * fixed internal redirects on directories if a query
953: string is supplied
954: * fixed cgi-module for POST request above 4k
955: * fixed mod_alias and follow-symlink
956:
957: - 1.3.5 - 2004-10-31
958:
959: * added mod_alias
960: * added mod_userdir
961: * added the exec command to the SSI handler
962: * added a switch to disable follow-symlinks
963: * added a switch to disable IPv6 at compile-time
964: * fixed compilation on FreeBSD and NetBSD 1.3.x
965: * fixed segfault in pipelining
966: * fixed a segfault in writev() handler if LFS is used
967:
968: - 1.3.4 - 2004-10-24
969:
970: * added limiter for open files
971: * added logging of user supplied data to accesslogs
972: * added build target for OpenWRT
973: * added plain backend support for auth-digest
974: * fixed handling the external accesslog processes
975: * fixed SERVER_NAME in CGI and FastCGI
976:
977: - 1.3.3 - 2004-10-16
978:
979: * added support for NL terminators in CGI-scripts
980: * added support for conditionals in mod_auth,
981: mod_simple_vhost and mod_evhost
982: * added a error-handler for 404 codes
983: * fixed request counter in the rrdtool module
984: * fixed log-file cycling
985: * fixed seg-fault
986:
987: - 1.3.2 - 2004-09-30
988:
989: * fixed file-cache
990:
991: - 1.3.1 - 2004-09-30
992:
993: * fixed file-cache
994: * fixed parsing of IPv6 adresses
995: * fixed cgi for cygwin
996: * fixed test-suite for FreeBSD and IRIX
997: * fixed handling of shrinked files
998: * fixed handling of REQUEST_URI after rewrite
999:
1000: - 1.3.0 - 2004-09-17
1001:
1002: * added build for MacOS X and Cygwin
1003: * added handling of more than one socket
1004: * added config-conditions for User-Agent and Referer
1005: * added final rewrite-rules
1006:
1007: - 1.2.8 - 2004-09-11
1008:
1009: * added a cache for mimetypes
1010: * added X-Forwarded-For for mod_proxy
1011: * fixed handling of comments in If-Modified-Since
1012: * fixed error handling in FastCGI code
1013: * fixed expire plugin for second Expire header
1014:
1015: - 1.2.7 - 2004-09-04
1016:
1017: * added mod_rrdtool for internal statistics
1018: * added xattr support
1019: * added user-controlable timeouts
1020: * improved documentation for many plugins
1021: * fixed POST requests for mod_proxy
1022: * fixed rare hang with CGI
1023: * fixed seg-fault if no configfile is specified
1024: * fixed rare problem in FastCGI header generation
1025:
1026: - 1.2.6 - 2004-08-26
1027:
1028: * added apache-like accesslog definition
1029: * enabled timestamp cache again
1030: * improved performance in the string compare functions
1031: * fixed double-free in fastcgi handler
1032: * fixed error-handling in cgi handler
1033:
1034: - 1.2.5 - 2004-08-10
1035:
1036: * added skeleton for solaris 10 port-API
1037: * added compression support even if no cachedir is set
1038: * added conditional configoptions
1039: * fixed compilation on OpenBSD
1040: * fixed kqueue support
1041: * fixed pipelining bug
1042: * fixed parallel build (triggered by Gentoo)
1043: * updated debian postinst
1044:
1045: - 1.2.4 - 2004-07-31
1046:
1047: * added kqueue support
1048: * added server-side includes (mod_ssi)
1049: * fixed large post uploads in fastcgi
1050: * fixed rt-signals handling of delayed events
1051:
1052: - 1.2.3 - 2004-07-10
1053:
1054: * added a proxy module for Java and friends
1055: * added support to pass accesslog through an external programm
1056: * added mimetypes for text/css and text/javascript
1057: * fixed index-files for FastCGI if webserver is in chroot
1058: * fixed error messages of CGI process fails to exec()
1059: * fixed detection of pcre on IRIX and FreeBSD
1060: * fixed timestamps in Last-Modified checks
1061: * fixed 64bit builds
1062: * fixed mmap-caching of large files
1063: * relaxed the HTTP parser on empty headerfields
1064:
1065: - 1.2.2 - 2004-06-15
1066:
1067: * added support for unix domain sockets in FastCGI
1068: * fixed mmap caching
1069: * fixed compile-time check for linux sendfile()
1070: * fixed check for pcre.h on Fedora Core 2
1071:
1072: - 1.2.1 - 2004-05-30
1073:
1074: * added experimental support for AIX send_file()
1075: * added an mmap cache to the filehandle cache
1076: * enabled FreeBSD sendfile support again
1077: * added support for calling CGI binaries directly
1078: * fixed pipelining for POST requests
1079: * fixed some seg-faults if no configfile is used
1080:
1081: - 1.2.0 - 2004-05-17
1082:
1083: * added conforming Expect: handling
1084: * added a module for secure and fast downloading
1085: * rewrote the event handling interface
1086: * fixed array handling which might lead to 'missing header'
1087: * fixed pipelining support
1088: * fixed build of the localizer extension
1089: * fixed cgi handling for headers which are flushed to often
1090: * fixed compilation on Solaris 2.5
1091:
1092: - 1.1.9 - 2004-04-29
1093:
1094: * added AUTHORIZER mode to the FastCGI module
1095: * added 'check-local' option to disable local stat() in the FastCGI module
1096: * added prefix-notation for FastCGI module
1097: * added 'mod_usertrack'
1098: * improved CGI/FastCGI spec conformance
1099: * more code cleanup
1100: * fixed HTTP/1.1 chunk headers
1101: * fixed POST handling
1102: * fixed SSL network handler
1103: * fixed writev() network handler
1104:
1105: - 1.1.8 - 2004-04-16
1106:
1107: * code cleanup
1108: * limiting the size of the request-body and the request-header
1109: * minor speed improvements
1110: * tightend the HTTP-Parser again
1111:
1112: - 1.1.7 - 2004-04-12
1113:
1114: * added REMOTE_USER to the Server->FastCGI parameters
1115: * added bzip2 compression
1116: * improved the error-messages from the new configfile parser
1117: * fixed accesslog writing for errornous requests
1118: * fixed LFS (64bit filesizes) handling
1119: * fixed Content-Length for HEAD requests
1120: * fixed some memory leaks in the configfile parser
1121:
1122: - 1.1.6 - 2004-04-10
1123:
1124: * tightend the HTTP-Parser
1125: * rewrote the configfile parser (based on lemon)
1126: * fixed openssl support
1127: * fixed mmap+write support
1128: * use localtime in accesslog if possible
1129:
1130: - 1.1.5 - 2004-04-07
1131:
1132: * added ldap backend to the auth
1133: * added a mod_expire
1134: * added debian packaging structure
1135: * merged redhat and suse spec-file
1136: * fixed eventhandler for solaris
1137: * fixed 64bit fileoffsets
1138: * fixed permissions of the PID-file
1139:
1140: - 1.1.4 - 2004-04-04
1141:
1142: * added server.pid-file
1143: * added support for solaris /dev/poll and solaris sendfilev()
1144: * added support for writev()
1145: * added PATHINFO support (again)
1146: * fixed CLF logfile writing
1147:
1148: - 1.1.3 - 2004-03-25
1149:
1150: * set default event-handler to 'poll'
1151: * fixed logcycling in chroot()
1152: * fixed hostname detection
1153: * added syslog() as fallback for error-logging
1154:
1155: - 1.1.2 - 2004-03-22
1156:
1157: * added a "docroot" setting for fastcgi processes
1158: * performance improvements
1159: * improved configure script
1160: * rewrote the fastcgi config parser
1161: * added a rc-script for RedHat
1162: * added epoll() support for Linux 2.6.x
1163:
1164: - 1.1.1 - 2004-03-15
1165:
1166: * added localizer module
1167: * performance improvements
1168: * code cleanup
1169:
1170: - 1.1.0 - 2004-03-06
1171:
1172: * changed some configuration keys for better readability
1173: * moved the virtual-host code to mod_simple_vhost
1174: * added enhanced virtual host plugin from Christian Kruse
1175: * added two new auth-backends (htpasswd, htdigest)
1176: * fixed and improved authentification
1177: * stricter parsing of the Host: field
1178: * added a warning for unused configuration keys
1179: * improved FastCGI documentation
1180:
1181: - 1.0.3 - 2004-02-13
1182:
1183: * a startup script has been added (LSB compliant)
1184: * HEAD requests were submitting the content like a GET request
1185: * the virtual directory listing got a face-lifting and fixes
1186: * request-headers are now handled case-in-sensitive as required
1187: by the standard. this fixes POST requests for w3m and some Proxies.
1188:
1189: - 1.0.2 - 2004-02-07
1190:
1191: * rearrangement of the default configfile
1192: * some updates in the documentation
1193: * a entry in the error-log for a 404
1194: * stdout is no longer the default for the accesslog
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>