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