CHANGES revision ee8a658b320d04a469ae4d1f26779f5a7e987346
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein -*- coding: utf-8 -*-
b0fb330a8581c8bfab5e523084f9f39264a52b12gsteinChanges with Apache 2.3.7
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) SECURITY: CVE-2009-3555 (cve.mitre.org)
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein attack when compiled against OpenSSL version 0.9.8m or later. Introduces
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein and offer unsafe legacy renegotiation with clients which do not yet
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein support the new secure renegotiation protocol, RFC 5746.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Joe Orton, and with thanks to the OpenSSL Team]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) SECURITY: CVE-2009-3555 (cve.mitre.org)
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein by rejecting any client-initiated renegotiations. Forcibly disable
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein keepalive for the connection if there is any buffered data readable. Any
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein configuration which requires renegotiation for per-directory/location
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) SECURITY: CVE-2010-0408 (cve.mitre.org)
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein when request headers indicate a request body is incoming; not a case of
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein HTTP_INTERNAL_SERVER_ERROR. [Niku Toivola <niku.toivola sulake.com>]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) SECURITY: CVE-2010-0425 (cve.mitre.org)
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein mod_isapi: Do not unload an isapi .dll module until the request
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein processing is completed, avoiding orphaned callback pointers.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) ab: fix number of requests sent by ab when keepalive is enabled. PR 48497.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Bryn Dole <dole blekko.com>]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) Log an error for failures to read a chunk-size, and return 408 instead of
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein 413 when this is due to a read timeout. This change also fixes some cases
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein of two error documents being sent in the response for the same scenario.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Eric Covener] PR49167
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) mod_proxy_balancer: Add new directive BalancerNonce to allow admin
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein to control/set the nonce used in the balancer-manager application.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Jim Jagielski]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) mod_proxy_connect: Support port ranges in AllowConnect. PR 23673.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Stefan Fritsch]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) Proxy balancer: support setting error status according to HTTP response
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein code from a backend. PR 48939. [Daniel Ruggeri <DRuggeri primary.net>]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) htcacheclean: Introduce the ability to clean specific URLs from the
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein cache, if provided as an optional parameter on the command line.
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein [Graham Leggett]
b0fb330a8581c8bfab5e523084f9f39264a52b12gstein *) core: Introduce the IncludeStrict directive, which explicitly fails
f4c310fd2555c6faca1f980f00b161eadb089023gstein server startup if no files or directories match a wildcard path.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) htcacheclean: Report additional statistics about entries deleted.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 48944. [Mark Drayton mark markdrayton.info]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits all
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker builds of mod_ssl to use 'SSLFIPS off' for portability, but the proper
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker build of openssl is required for 'SSLFIPS on'. PR 46270.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Dr Stephen Henson <steve openssl.org>, William Rowe]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_http: Log the port of the remote server in various messages.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 48812. [Igor Galić <i galic brainsware org>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker connections and other protocol handlers (like mod_ftp). [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_ajp: Really regard the operation a success, when the client
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker aborted the connection. In addition adjust the log message if the client
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker aborted the connection. [Ruediger Pluem]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Add the 'SSLInsecureRenegotiation' directive, which
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker allows insecure renegotiation with clients which do not yet
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker support the secure renegotiation protocol. [Joe Orton]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Fix a potential I/O hang if a long list of trusted CAs
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker is configured for client cert auth. PR 46952. [Joe Orton]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Only log a 408 if it is no keepalive timeout. PR 39785
1b21d7b3d97def358b2e923655edeb16613a1c31gstein [Ruediger Pluem, Mark Montague <markmont umich.edu>]
1b21d7b3d97def358b2e923655edeb16613a1c31gstein *) support/rotatelogs: Add -L option to create a link to the current
1b21d7b3d97def358b2e923655edeb16613a1c31gstein log file. PR 48761 [<lyndon orthanc.ca>, Dan Poirier]
1b21d7b3d97def358b2e923655edeb16613a1c31gstein *) mod_ldap: Update LDAPTrustedClientCert to consistently be a per-directory
f4c310fd2555c6faca1f980f00b161eadb089023gstein setting only, matching most of the documentation and examples.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 46541 [Paul Reder, Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ldap: LDAPTrustedClientCert now accepts CA_DER/CA_BASE64 argument
f4c310fd2555c6faca1f980f00b161eadb089023gstein types previously allowed only in LDAPTrustedGlobalCert. [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_negotiation: Preserve query string over multiviews negotiation.
f4c310fd2555c6faca1f980f00b161eadb089023gstein This buglet was fixed for type maps in 2.2.6, but the same issue
f4c310fd2555c6faca1f980f00b161eadb089023gstein affected multiviews and was overlooked.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 33112 [Joergen Thomsen <apache jth.net>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert
000397350b42c6266351bd618fa07df929fa7c79gstein when some are not password-protected. [Eric Covener]
000397350b42c6266351bd618fa07df929fa7c79gstein *) Fix startup segfault when the Mutex directive is used but no loaded
f4c310fd2555c6faca1f980f00b161eadb089023gstein modules use httpd mutexes. PR 48787. [Jeff Trawick]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Proxy: get the headers right in a HEAD request with
f4c310fd2555c6faca1f980f00b161eadb089023gstein ProxyErrorOverride, by checking for an overridden error
f4c310fd2555c6faca1f980f00b161eadb089023gstein before not after going into a catch-all code path.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 41646. [Nick Kew, Stuart Children]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) support/rotatelogs: Support the simplest log rotation case, log
9f18c80269be35c0b5653e84b0db0a24044722c4gstein truncation. Useful when the log is being processed in real time
9f18c80269be35c0b5653e84b0db0a24044722c4gstein using a command like tail. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) support/htcacheclean: Teach it how to write a pid file (modelled on
f4c310fd2555c6faca1f980f00b161eadb089023gstein httpd's writing of a pid file) so that it becomes possible to run
f4c310fd2555c6faca1f980f00b161eadb089023gstein more than one instance of htcacheclean on the same machine.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Log command line on startup, so there's a record of command line
f4c310fd2555c6faca1f980f00b161eadb089023gstein arguments like -f. PR 48752. [Dan Poirier]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Introduce mod_reflector, a handler capable of reflecting POSTed
f4c310fd2555c6faca1f980f00b161eadb089023gstein request bodies back within the response through the output filter
f4c310fd2555c6faca1f980f00b161eadb089023gstein stack. Can be used to turn an output filter into a web service.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_proxy_http: Make sure that when an ErrorDocument is served
f4c310fd2555c6faca1f980f00b161eadb089023gstein from a reverse proxied URL, that the subrequest respects the status
f4c310fd2555c6faca1f980f00b161eadb089023gstein of the original request. This brings the behaviour of proxy_handler
98e9c4a310bb623ff788680f88b6bd200ff36a24wrowe in line with default_handler. PR 47106. [Graham Leggett]
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein *) Support wildcards in both the directory and file components of
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein the path specified by the Include directive. [Graham Leggett]
67ec15681c83d4f5e119f0742618569017beb3fbstriker *) mod_proxy, mod_proxy_http: Support remote https proxies
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein by using HTTP CONNECT. PR 19188.
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein [Philippe Dutrueux <lilas evidian.com>, Rainer Jung]
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein *) apxs: Fix -A and -a options to ignore whitespace in httpd.conf
5a9667916c79d8c699b069068e5570aa1c331c80gstein [Philip M. Gollucci]
f5ec9b038bb9db933072ba2c0a8e7bb2a3cedbdagsteinChanges with Apache 2.3.6
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) worker: Don't report server has reached MaxClients until it has.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Add message when server gets within MinSpareThreads of MaxClients.
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein PR 46996. [Dan Poirier]
67ec15681c83d4f5e119f0742618569017beb3fbstriker *) mod_session: Session expiry was being initialised, but not updated
ef3c32d4a7accb38368c7b9face2ade88d987a8bgstein on each session save, resulting in timed out sessions when there
9f18c80269be35c0b5653e84b0db0a24044722c4gstein should not have been. Fixed. [Graham Leggett]
9d0665da83d1e22c0ea0e5f6f940f70f75bf5237ianh *) mod_log_config: Add the R option to log the handler used within the
f4c310fd2555c6faca1f980f00b161eadb089023gstein request. [Christian Folini <christian.folini netnea com>]
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm *) mod_include: Allow fine control over the removal of Last-Modified and
f4c310fd2555c6faca1f980f00b161eadb089023gstein ETag headers within the INCLUDES filter, making it possible to cache
f4c310fd2555c6faca1f980f00b161eadb089023gstein responses if desired. Fix the default value of the SSIAccessEnable
f4c310fd2555c6faca1f980f00b161eadb089023gstein directive. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Add new UnDefine directive to undefine a variable. PR 35350.
b47464a901075041e800be2de098a603923fa4f9gstein [Stefan Fritsch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
f4c310fd2555c6faca1f980f00b161eadb089023gstein for regex backreferences as mod_rewrite and mod_include: Remove the use
f4c310fd2555c6faca1f980f00b161eadb089023gstein of '&' as an alias for '$0' and allow to escape any character with a
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm backslash. PR 48351. [Stefan Fritsch]
b47464a901075041e800be2de098a603923fa4f9gstein *) mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the
f4c310fd2555c6faca1f980f00b161eadb089023gstein password to UTF-8. PR 45318.
b47464a901075041e800be2de098a603923fa4f9gstein [Johannes Müller <joh_m gmx.de>, Stefan Fritsch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ab: Fix calculation of requests per second in HTML output. PR 48594.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Stefan Fritsch]
b47464a901075041e800be2de098a603923fa4f9gstein *) mod_authnz_ldap: Failures to map a username to a DN, or to check a user
f4c310fd2555c6faca1f980f00b161eadb089023gstein password now result in an informational level log entry instead of
f4c310fd2555c6faca1f980f00b161eadb089023gstein warning level. [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gsteinChanges with Apache 2.3.5
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) SECURITY: CVE-2010-0434 (cve.mitre.org)
f4c310fd2555c6faca1f980f00b161eadb089023gstein Ensure each subrequest has a shallow copy of headers_in so that the
f4c310fd2555c6faca1f980f00b161eadb089023gstein parent request headers are not corrupted. Eliminates a problematic
f4c310fd2555c6faca1f980f00b161eadb089023gstein optimization in the case of no request body. PR 48359
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Jake Scott, William Rowe, Ruediger Pluem]
de18a9e85398b9c79c422f578633ed56c2747bbbgstein *) Turn static function get_server_name_for_url() into public
de18a9e85398b9c79c422f578633ed56c2747bbbgstein ap_get_server_name_for_url() and use it where appropriate. This
de18a9e85398b9c79c422f578633ed56c2747bbbgstein fixes mod_rewrite generating invalid URLs for redirects to IPv6
de18a9e85398b9c79c422f578633ed56c2747bbbgstein literal addresses. [Stefan Fritsch]
de18a9e85398b9c79c422f578633ed56c2747bbbgstein *) mod_ldap: Introduce new config option LDAPTimeout to set the timeout
de18a9e85398b9c79c422f578633ed56c2747bbbgstein for LDAP operations like bind and search. [Stefan Fritsch]
de18a9e85398b9c79c422f578633ed56c2747bbbgstein *) mod_proxy, mod_proxy_ftp: Move ProxyFtpDirCharset from mod_proxy to
de18a9e85398b9c79c422f578633ed56c2747bbbgstein mod_proxy_ftp. [Takashi Sato]
de18a9e85398b9c79c422f578633ed56c2747bbbgstein *) mod_proxy, mod_proxy_connect: Move AllowCONNECT from mod_proxy to
de18a9e85398b9c79c422f578633ed56c2747bbbgstein mod_proxy_connect. [Takashi Sato]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_cache: Do an exact match of the keys defined by
f4c310fd2555c6faca1f980f00b161eadb089023gstein CacheIgnoreURLSessionIdentifiers against the querystring instead of
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm a partial match. PR 48401.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Dodou Wang <wangdong.08 gmail.com>, Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_proxy_balancer: Fix crash in balancer-manager. [Rainer Jung]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Core HTTP: disable keepalive when the Client has sent
f4c310fd2555c6faca1f980f00b161eadb089023gstein Expect: 100-continue
f4c310fd2555c6faca1f980f00b161eadb089023gstein but we respond directly with a non-100 response.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Keepalive here led to data from clients continuing being treated as
de18a9e85398b9c79c422f578633ed56c2747bbbgstein a new request.
de18a9e85398b9c79c422f578633ed56c2747bbbgstein PR 47087 [Nick Kew]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) Core: reject NULLs in request line or request headers.
12901074f5d6b36d08be84d8637b6f2c21e0da26trawick PR 43039 [Nick Kew]
000397350b42c6266351bd618fa07df929fa7c79gstein *) Core: (re)-introduce -T commandline option to suppress documentroot
000397350b42c6266351bd618fa07df929fa7c79gstein check at startup.
9f18c80269be35c0b5653e84b0db0a24044722c4gstein PR 41887 [Jan van den Berg <janvdberg gmail.com>]
12901074f5d6b36d08be84d8637b6f2c21e0da26trawick *) mod_autoindex: support XHTML as equivalent to HTML in IndexOptions,
000397350b42c6266351bd618fa07df929fa7c79gstein ScanHTMLTitles, ReadmeName, HeaderName
000397350b42c6266351bd618fa07df929fa7c79gstein PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]
000397350b42c6266351bd618fa07df929fa7c79gstein *) Proxy: Fix ProxyPassReverse with relative URL
000397350b42c6266351bd618fa07df929fa7c79gstein Derived (slightly erroneously) from PR 38864 [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_headers: align Header Edit with Header Set when used on Content-Type
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 48422 [Cyril Bonté <cyril.bonte free.fr>, Nick Kew>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_headers: Enable multi-match-and-replace edit option
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 47066 [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_filter: enable it to act on non-200 responses.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 48377 [Nick Kew]
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gsteinChanges with Apache 2.3.4
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein *) Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
9f18c80269be35c0b5653e84b0db0a24044722c4gstein and WatchdogMutexPath with a single Mutex directive. Add APIs to
9f18c80269be35c0b5653e84b0db0a24044722c4gstein simplify setup and user customization of APR proc and global mutexes.
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
9f18c80269be35c0b5653e84b0db0a24044722c4gstein respected; set DEFAULT_REL_RUNTIMEDIR instead. [Jeff Trawick]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) http_core: KeepAlive no longer accepts other than On|Off.
709df1e1c2e1710570f8cb4209497e88662829c3gstein [Takashi Sato]
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein *) mod_dav: Remove errno from dav_error interface. Calls to dav_new_error()
709df1e1c2e1710570f8cb4209497e88662829c3gstein and dav_new_error_tag() must be adjusted to add an apr_status_t parameter.
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein [Jeff Trawick]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_authnz_ldap: Add AuthLDAPBindAuthoritative to allow Authentication to
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein try other providers in the case of an LDAP bind failure.
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein PR 46608 [Justin Erenkrantz, Joe Schaefer, Tony Stevenson]
709df1e1c2e1710570f8cb4209497e88662829c3gstein *) Build: fix --with-module to work as documented
709df1e1c2e1710570f8cb4209497e88662829c3gsteinChanges with Apache 2.3.3
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) SECURITY: CVE-2009-3095 (cve.mitre.org)
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_proxy_ftp: sanity check authn credentials.
7281ea331999debdc337b02ce37a3169e0e033a2gstein [Stefan Fritsch <sf fritsch.de>, Joe Orton]
7281ea331999debdc337b02ce37a3169e0e033a2gstein *) SECURITY: CVE-2009-3094 (cve.mitre.org)
7281ea331999debdc337b02ce37a3169e0e033a2gstein mod_proxy_ftp: NULL pointer dereference on error paths.
7281ea331999debdc337b02ce37a3169e0e033a2gstein [Stefan Fritsch <sf fritsch.de>, Joe Orton]
67ec15681c83d4f5e119f0742618569017beb3fbstriker *) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against
67ec15681c83d4f5e119f0742618569017beb3fbstriker OpenSSL 1.0.0b3. [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
67ec15681c83d4f5e119f0742618569017beb3fbstriker *) mod_dav: Include uri when logging a PUT error due to connection abort.
67ec15681c83d4f5e119f0742618569017beb3fbstriker PR 38149. [Stefan Fritsch]
000397350b42c6266351bd618fa07df929fa7c79gstein *) mod_dav: Return 409 instead of 500 for a LOCK request if the parent
f4c310fd2555c6faca1f980f00b161eadb089023gstein resource does not exist or is not a collection. PR 43465. [Stefan Fritsch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_dav_fs: Return 409 instead of 500 for Litmus test case copy_nodestcoll
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker (a COPY request where the parent of the destination resource does not
f4c310fd2555c6faca1f980f00b161eadb089023gstein exist). PR 39299. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dav_fs: Don't delete the whole file if a PUT with content-range failed.
000397350b42c6266351bd618fa07df929fa7c79gstein PR 42896. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dav_fs: Make PUT create files atomically and no longer destroy the
9f18c80269be35c0b5653e84b0db0a24044722c4gstein old file if the transfer aborted. PR 39815. [Paul Querna, Stefan Fritsch]
000397350b42c6266351bd618fa07df929fa7c79gstein *) mod_dav_fs: Remove inode keyed locking as this conflicts with atomically
9f18c80269be35c0b5653e84b0db0a24044722c4gstein creating files. On systems with inode numbers, this is a format change of
000397350b42c6266351bd618fa07df929fa7c79gstein the DavLockDB. The old DavLockDB must be deleted on upgrade.
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein [Stefan Fritsch]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) mod_log_config: Make ${cookie}C correctly match whole cookie names
9f18c80269be35c0b5653e84b0db0a24044722c4gstein instead of substrings. PR 28037. [Dan Franklin <dan dan-franklin.com>,
9f18c80269be35c0b5653e84b0db0a24044722c4gstein Stefan Fritsch]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) vhost: A purely-numeric Host: header should not be treated as a port.
9f18c80269be35c0b5653e84b0db0a24044722c4gstein PR 44979 [Nick Kew]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) mod_ldap: Avoid 500 errors with "Unable to set LDAP_OPT_REFHOPLIMIT option to 5"
9f18c80269be35c0b5653e84b0db0a24044722c4gstein when built against openldap by using SDK LDAP_OPT_REFHOPLIMIT defaults unless
9f18c80269be35c0b5653e84b0db0a24044722c4gstein LDAPReferralHopLimit is explicitly configured.
eb2abb2d3f87f28e99bcb282b91e432822b4d9b4gstein [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_charset_lite: Honor 'CharsetOptions NoImplicitAdd'.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ssl: Add support for OCSP Stapling. PR 43822.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Dr Stephen Henson <shenson oss-institute.org>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_socache_shmcb: Allow parens in file name if cache size is given.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Fixes SSLSessionCache directive mis-parsing parens in pathname.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 47945. [Stefan Fritsch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) htpasswd: Improve out of disk space handling. PR 30877. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) htpasswd: Use MD5 hash by default on all platforms. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_sed: Reduce memory consumption when processing very long lines.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 48024 [Basant Kumar Kukreja <basant.kukreja sun.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ab: Fix segfault in case the argument for -n is a very large number.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 47178. [Philipp Hagemeister <oss phihag.de>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Allow ProxyPreserveHost to work in <Proxy> sections. PR 34901.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Stefan Fritsch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) configure: Fix THREADED_MPMS so that mod_cgid is enabled again
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker for worker MPM. [Takashi Sato]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_dav: Provide a mechanism to obtain the request_rec and pathname
f4c310fd2555c6faca1f980f00b161eadb089023gstein from the dav_resource. [Jari Urpalainen <jari.urpalainen nokia.com>,
f4c310fd2555c6faca1f980f00b161eadb089023gstein Brian France <brian brianfrance.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Build: Use install instead of cp if available on installing
f4c310fd2555c6faca1f980f00b161eadb089023gstein modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_cache: correctly consider s-maxage in cacheability
f4c310fd2555c6faca1f980f00b161eadb089023gstein decisions. [Dan Poirier]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_logio/core: Report more accurate byte counts in mod_status if
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_logio is loaded. PR 25656. [Stefan Fritsch]
f39230a531b23d94f86a087963299bbe2e431a4agstein *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
f39230a531b23d94f86a087963299bbe2e431a4agstein some cache entries and log a warning. Also increase the default
f4c310fd2555c6faca1f980f00b161eadb089023gstein LDAPSharedCacheSize to 500000. This is a more realistic size suitable
f4c310fd2555c6faca1f980f00b161eadb089023gstein for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 46749. [Stefan Fritsch]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
5b03ba47ff7225cacb131f14b019332af27da960gstein the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_cache: Teach CacheEnable and CacheDisable to work from within a
e0d102c882a7ed34d3eec24b36da49f097066a36stoddard Location section, in line with how ProxyPass works. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_reqtimeout: New module to set timeouts and minimum data rates for
f4c310fd2555c6faca1f980f00b161eadb089023gstein receiving requests from the client. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core: Fix potential memory leaks by making sure to not destroy
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker bucket brigades that have been created by earlier filters.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Stefan Fritsch]
f5d88bab65052e00ba37a1af17e5e67a437628b5wrowe *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker brigades in several places. [Stefan Fritsch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
f5d88bab65052e00ba37a1af17e5e67a437628b5wrowe match by scheme, or by a wildcarded hostname. PR 40169
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
f4c310fd2555c6faca1f980f00b161eadb089023gstein on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_mime: Make RemoveType override the info from TypesConfig.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 38330. [Stefan Fritsch]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_cache: Introduce the option to run the cache from within the
5b03ba47ff7225cacb131f14b019332af27da960gstein normal request handler, and to allow fine grained control over
5b03ba47ff7225cacb131f14b019332af27da960gstein where in the filter chain content is cached. [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core: Treat timeout reading request as 408 error, not 400.
5b03ba47ff7225cacb131f14b019332af27da960gstein Log 408 errors in access log as was done in Apache 1.3.x.
5b03ba47ff7225cacb131f14b019332af27da960gstein PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
5b03ba47ff7225cacb131f14b019332af27da960gstein Stefan Fritsch <sf fritsch.de>, Dan Poirier]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
5b03ba47ff7225cacb131f14b019332af27da960gstein SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
5b03ba47ff7225cacb131f14b019332af27da960gstein PR15866. [Dan Poirier]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) ab: ab segfaults in verbose mode on https sites
5b03ba47ff7225cacb131f14b019332af27da960gstein PR46393. [Ryan Niebur]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_dav: Allow other modules to become providers and add resource types
5b03ba47ff7225cacb131f14b019332af27da960gstein to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
5b03ba47ff7225cacb131f14b019332af27da960gstein Brian France <brian brianfrance.com>]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_dav: Allow other modules to add things to the DAV or Allow headers
5b03ba47ff7225cacb131f14b019332af27da960gstein of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
5b03ba47ff7225cacb131f14b019332af27da960gstein Brian France <brian brianfrance.com>]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) core: Lower memory usage of core output filter.
5b03ba47ff7225cacb131f14b019332af27da960gstein [Stefan Fritsch <sf sfritsch.de>]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
5b03ba47ff7225cacb131f14b019332af27da960gstein LocationMatch sections. PR47754. [Dan Poirier]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_request: Make sure the KeptBodySize directive rejects values
5b03ba47ff7225cacb131f14b019332af27da960gstein that aren't valid numbers. [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_session_crypto: Sanity check should the potentially encrypted
5b03ba47ff7225cacb131f14b019332af27da960gstein session cookie be too short. [Graham Leggett]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_session.c: Prevent a segfault when session is added but not
5b03ba47ff7225cacb131f14b019332af27da960gstein configured. [Graham Leggett]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_auth_digest: Fail server start when nonce count checking
5b03ba47ff7225cacb131f14b019332af27da960gstein is configured without shared memory, or md5-sess algorithm is
5b03ba47ff7225cacb131f14b019332af27da960gstein configured. [Dan Poirier]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) mod_proxy_connect: The connect method doesn't work if the client is
5b03ba47ff7225cacb131f14b019332af27da960gstein connecting to the apache proxy through an ssl socket. Fixed.
5b03ba47ff7225cacb131f14b019332af27da960gstein PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
5b03ba47ff7225cacb131f14b019332af27da960gstein David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
5b03ba47ff7225cacb131f14b019332af27da960gstein Kevin Croft, Rudolf Cardinal]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ssl: The error message when SSLCertificateFile is missing should
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker at least give the name or position of the problematic virtual host
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker definition. [Stefan Fritsch sf sfritsch.de]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_headers: generalise the envclause to support expression
f4c310fd2555c6faca1f980f00b161eadb089023gstein evaluation with ap_expr parser [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
f4c310fd2555c6faca1f980f00b161eadb089023gstein the flood of requests at bay that strike a backend webserver as
9a1d0e3184c65f510dbef5e83ba5b9f27f961b44gstein a cached entity goes stale. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_auth_digest: Fix usage of shared memory and re-enable it.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 16057 [Dan Poirier]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Preserve Port information over internal redirects
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
f4c310fd2555c6faca1f980f00b161eadb089023gstein rather than BAD_GATEWAY or (especially) NOT_FOUND.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 46971 [evanc nortel.com]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Various modules: Do better checking of pollset operations in order to
f4c310fd2555c6faca1f980f00b161eadb089023gstein avoid segmentation faults if they fail. PR 46467
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Stefan Fritsch <sf sfritsch.de>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_autoindex: Correctly create an empty cell if the description
72360798a27566f28e2cbee0e39a0a6e3c3bd729wrowe for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) ab: Fix broken error messages after resolver or connect() failures.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Jeff Trawick]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) SECURITY: CVE-2009-1890 (cve.mitre.org)
f4c310fd2555c6faca1f980f00b161eadb089023gstein Fix a potential Denial-of-Service attack against mod_proxy in a
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker reverse proxy configuration, where a remote attacker can force a
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker proxy process to consume CPU time indefinitely. [Nick Kew, Joe Orton]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) SECURITY: CVE-2009-1191 (cve.mitre.org)
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_proxy_ajp: Avoid delivering content from a previous request which
f4c310fd2555c6faca1f980f00b161eadb089023gstein failed to send a request body. PR 46949 [Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) htdbm: Fix possible buffer overflow if dbm database has very
f4c310fd2555c6faca1f980f00b161eadb089023gstein long values. PR 30586 [Dan Poirier]
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe *) core: Return APR_EOF if request body is shorter than the length announced
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_suexec: correctly set suexec_enabled when httpd is run by a
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker non-root user and may have insufficient permissions.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 42175 [Jim Radford <radford blackbean.org>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker type. PR 45107. [Michael Ströder <michael stroeder.com>,
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_http: fix case sensitivity checking transfer encoding
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_alias: ensure Redirect issues a valid URL.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dir: add FallbackResource directive, to enable admin to specify
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker an action to happen when a URL maps to no file, without resorting
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_rewrite: Remove locking for writing to the rewritelog.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 46942 [Dan Poirier <poirier pobox.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_alias: check sanity in Redirect arguments.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker defined session identifiers encoded in the URL when caching.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Ruediger Pluem]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_rewrite: Fix the error string returned by RewriteRule.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker argument of RewriteRule was not started with "[" or not ended with "]".
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Windows: Fix usage message.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Rainer Jung]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) apachectl: When passing through arguments to httpd in
f4c310fd2555c6faca1f980f00b161eadb089023gstein non-SysV mode, use the "$@" syntax to preserve arguments.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker be run when a connection is opened. PR 46827
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Marko Kevac <mkevac gmail.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 47037. [Jeff Trawick]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
f4c310fd2555c6faca1f980f00b161eadb089023gstein protocol. [Mladen Turk]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_proxy_ajp: Forward remote port information by default.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Rainer Jung]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Allow MPMs to be loaded dynamically, as with most other modules. Use
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker --enable-mpms-shared={list|"all"} to enable. This required changes to
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker the MPM interfaces. Removed: mpm.h, mpm_default.h (as an installed
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker called until after the register-hooks phase. [Jeff Trawick]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
12901074f5d6b36d08be84d8637b6f2c21e0da26trawick to enable stricter checking of remote server certificates.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Ruediger Pluem]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
f4c310fd2555c6faca1f980f00b161eadb089023gstein returns EINPROGRESS and a subsequent poll() returns only POLLERR.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Observed on HP-UX. [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker as A/UX, Next, and Tandem. [Jeff Trawick]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker globbing characters to be retrieved instead of converted into a
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker of module state across unload/load. [Jeff Trawick]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_substitute: Fix a memory leak. PR 44948
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Dan Poirier <poirier pobox.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gsteinChanges with Apache 2.3.2
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
f4c310fd2555c6faca1f980f00b161eadb089023gstein HTML injections and HTTP response splitting. PR 46837.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Geoff Keating <geoffk apple.com>]
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker development HEAD. PR 45521. [Kaspar Brand, Sander Temme]
5b03ba47ff7225cacb131f14b019332af27da960gstein *) ab: Fix maintenance of the pollset to resolve EALREADY errors
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein PR 44584. Use APR_POLLSET_NOCOPY for better performance with some
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein pollset implementations. [Jeff Trawick]
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein *) mod_disk_cache: The module now turns off sendfile support if
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein 'EnableSendfile off' is defined globally. [Lars Eilebrecht]
0dc04ceaaa28e4c949d82c7b066880eeb32a55f0gstein *) mod_deflate: Adjust content metadata before bailing out on 304
5b03ba47ff7225cacb131f14b019332af27da960gstein responses so that the metadata does not differ from 200 response.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Roy T. Fielding]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
f4c310fd2555c6faca1f980f00b161eadb089023gstein that the Etag value is properly quoted when adding the gzip marker.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Added 20x22 icons for ODF, SVG, and XML documents. PR 37185.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Peter Harlow]
50bd75672ef114fb839dd9643c192b432fdf344cgstein *) Disabled DefaultType directive and removed ap_default_type()
50bd75672ef114fb839dd9643c192b432fdf344cgstein from core. We now exclude Content-Type from responses for which
f4c310fd2555c6faca1f980f00b161eadb089023gstein a media type has not been configured via mime.types, AddType,
f4c310fd2555c6faca1f980f00b161eadb089023gstein ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
50bd75672ef114fb839dd9643c192b432fdf344cgstein *) mod_rewrite: Add IPV6 variable to RewriteCond
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Ryan Phillips <ryan-apache trolocsis.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 46275. [Takashi Sato]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) rotatelogs: Allow size units B, K, M, G and combination of
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker time and size based rotation. [Rainer Jung]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
f4c310fd2555c6faca1f980f00b161eadb089023gstein [<tlhackque yahoo.com>]
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein *) core: Translate the the status line to ASCII on EBCDIC platforms in
f4c310fd2555c6faca1f980f00b161eadb089023gstein ap_send_interim_response() and for locally generated "100 Continue"
f4c310fd2555c6faca1f980f00b161eadb089023gstein responses. [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) prefork: Fix child process hang during graceful restart/stop in
f4c310fd2555c6faca1f980f00b161eadb089023gstein configurations with multiple listening sockets. PR 42829. [Joe Orton,
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm Jeff Trawick]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
f4c310fd2555c6faca1f980f00b161eadb089023gstein set in the global scope. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ext_filter: We need to detect failure to startup the filter
f4c310fd2555c6faca1f980f00b161eadb089023gstein program (a mangled response is not acceptable). Fix to detect
f4c310fd2555c6faca1f980f00b161eadb089023gstein failure, and offer configuration option either to abort or
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm to remove the filter and continue.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 41120 [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_session_crypto: Rewrite the session_crypto module against the
f4c310fd2555c6faca1f980f00b161eadb089023gstein apr_crypto API. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker until the main request is cleaned up. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gsteinChanges with Apache 2.3.1
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ap_slotmem: Add in new slot-based memory access API impl., including
f4c310fd2555c6faca1f980f00b161eadb089023gstein 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_include: support generating non-ASCII characters as entities in SSI
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 25202 [Nick Kew]
12901074f5d6b36d08be84d8637b6f2c21e0da26trawick *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 25202 [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_rewrite: fix "B" flag breakage by reverting r5589343
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) CGI: return 504 (Gateway timeout) rather than 500 when a script
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm times out before returning status line/headers.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 42190 [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cgid: fix segfault problem on solaris.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_proxy_scgi: Added. [André Malo]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_cache: Introduce 'no-cache' per-request environment variable
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker to prevent the saving of an otherwise cacheable response.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
f4c310fd2555c6faca1f980f00b161eadb089023gstein way that per-directory rewrites append the previous notion of PATH_INFO
f4c310fd2555c6faca1f980f00b161eadb089023gstein to each substitution before evaluating subsequent rules.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 38642 [Eric Covener]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cgid: Do not add an empty argument when calling the CGI script.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 46380 [Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) scoreboard: Remove unused sb_type from process_score.
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
f39230a531b23d94f86a087963299bbe2e431a4agstein *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
f39230a531b23d94f86a087963299bbe2e431a4agstein size of the buffer used for the request-body where necessary
f39230a531b23d94f86a087963299bbe2e431a4agstein during a per-dir renegotiation. PR 39243. [Joe Orton]
f39230a531b23d94f86a087963299bbe2e431a4agstein *) mod_proxy_fdpass: New module to pass a client connection over to a separate
f39230a531b23d94f86a087963299bbe2e431a4agstein process that is reading from a unix daemon socket.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Improve environment variable extraction to be more
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker efficient and to correctly handle DNs with duplicate tags.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 45975. [Joe Orton]
f39230a531b23d94f86a087963299bbe2e431a4agstein *) Remove the obsolete serial attribute from the RPM spec file. Compile
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein against the external pcre. Add missing binaries fcgistarter, and
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_socache* and mod_session*. [Graham Leggett]
f39230a531b23d94f86a087963299bbe2e431a4agsteinChanges with Apache 2.3.0
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
9f18c80269be35c0b5653e84b0db0a24044722c4gstein *) Remove X-Pad header which was added as a work around to a bug in
9f18c80269be35c0b5653e84b0db0a24044722c4gstein Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein *) Add DTrace Statically Defined Tracing (SDT) probes.
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein *) mod_proxy_balancer: Move all load balancing implementations
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein as individual, self-contained mod_proxy submodules under
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein *) Rename APIs to include ap_ prefix:
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein find_child_by_pid -> ap_find_child_by_pid
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein suck_in_APR -> ap_suck_in_APR
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein sys_privileges_handlers -> ap_sys_privileges_handlers
5a47cad1aef57039cd47eb34ebbc2959c610f326gstein unixd_accept -> ap_unixd_accept
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein unixd_config -> ap_unixd_config
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein unixd_killpg -> ap_unixd_killpg
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein unixd_set_rlimit -> ap_unixd_set_rlimit
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein [Paul Querna]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: When the ap_http_header_filter processes an error bucket, cleanup
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein the passed brigade before returning AP_FILTER_ERROR down the filter
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein chain. This unambiguously ensures the same error bucket isn't revisited
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein [Ruediger Pluem]
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein based on heartbeats. [Paul Querna]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_heartmonitor: New module to collect heartbeats, and write out a file
f4c310fd2555c6faca1f980f00b161eadb089023gstein so that other modules can load balance traffic as needed. [Paul Querna]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_heartbeat: New module to generate multicast heartbeats to know if a
f4c310fd2555c6faca1f980f00b161eadb089023gstein server is online. [Paul Querna]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core: Error responses set by filters were being coerced into 500 errors,
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker sometimes appended to the original error response. Log entry of:
f4c310fd2555c6faca1f980f00b161eadb089023gstein 'Handler for (null) returned invalid result code -3'
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_buffer: Honour the flush bucket and flush the buffer in the
f4c310fd2555c6faca1f980f00b161eadb089023gstein input filter. Make sure that metadata buckets are written to
f4c310fd2555c6faca1f980f00b161eadb089023gstein the buffer, not to the final brigade. [Graham Leggett]
1327b173ab33ae5bec795b798d5c54c16a7b5c05gstein *) mod_buffer: Optimise the buffering of heap buckets when the heap
f4c310fd2555c6faca1f980f00b161eadb089023gstein buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
26250b0077972bf21b6d8a8d23772a4cf53f9477gstein Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_buffer: Optional support for buffering of the input and output
f4c310fd2555c6faca1f980f00b161eadb089023gstein filter stacks. Can collapse many small buckets into fewer larger
f4c310fd2555c6faca1f980f00b161eadb089023gstein buckets, and prevents excessively small chunks being sent over
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm the wire. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_privileges: new module to make httpd on Solaris privileges-aware
f4c310fd2555c6faca1f980f00b161eadb089023gstein and to enable different virtualhosts to run with different
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm privileges and Unix user/group IDs [Nick Kew]
26250b0077972bf21b6d8a8d23772a4cf53f9477gstein *) mod_mem_cache: this module has been removed. [William Rowe]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) authn/z: Remove mod_authn_default and mod_authz_default.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) authz: Fix handling of authz configurations, make default authz
f4c310fd2555c6faca1f980f00b161eadb089023gstein logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
1327b173ab33ae5bec795b798d5c54c16a7b5c05gstein and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
cba1beeab00aa7d89ccd51fa18bb2b0f5d3a07d0wrowe directives. [Chris Darroch]
1327b173ab33ae5bec795b798d5c54c16a7b5c05gstein *) mod_authn_core: Prevent crash when provider alias created to
f4c310fd2555c6faca1f980f00b161eadb089023gstein provider which is not yet registered. [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_authn_core: Add AuthType of None to support disabling
f4c310fd2555c6faca1f980f00b161eadb089023gstein authentication. [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Allow <Limit> and <LimitExcept> directives to nest, and
f4c310fd2555c6faca1f980f00b161eadb089023gstein constrain their use to conform with that of other access control
f4c310fd2555c6faca1f980f00b161eadb089023gstein and authorization directives. [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) unixd: turn existing code into a module, and turn the set user/group
f4c310fd2555c6faca1f980f00b161eadb089023gstein and chroot into a child_init function. [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein *) mod_dir: Support "DirectoryIndex disabled"
f4c310fd2555c6faca1f980f00b161eadb089023gstein Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
f4c310fd2555c6faca1f980f00b161eadb089023gstein OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
f39230a531b23d94f86a087963299bbe2e431a4agstein *) Export and install the mod_rewrite.h header to ensure the optional
f39230a531b23d94f86a087963299bbe2e431a4agstein rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein available to third party modules. [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_authnz_ldap: don't return NULL-valued environment variables to
f4c310fd2555c6faca1f980f00b161eadb089023gstein other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Don't adjust case in pathname components that are not of interest
f4c310fd2555c6faca1f980f00b161eadb089023gstein to mod_mime. Fixes mod_negotiation's use of such components.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein *) Be tolerant in what you accept - accept slightly broken
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein status lines from a backend provide they include a valid status code.
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein *) New module mod_sed: filter Request/Response bodies through sed
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein *) mod_auth_form: Make sure that basic authentication is correctly
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein faked directly after login. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein within the output headers and error output headers, so that the
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein session is maintained across redirects. [Graham Leggett]
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein *) mod_auth_form: Make sure the logged in user is populated correctly
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein after a form login. Fixes a missing REMOTE_USER variable directly
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein following a login. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session_cookie: Make sure that cookie attributes are correctly
f4c310fd2555c6faca1f980f00b161eadb089023gstein included in the blank cookie when cookies are removed. This fixes an
b6c56e35c5ebdbe1da09806714fb579f3b8c648egstein inability to log out when using mod_auth_form. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_autoindex: add configuration option to insert string
4aca53840942c24d6cab01c91137dcf6bbfee31agstein in HTML HEAD. [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
f4c310fd2555c6faca1f980f00b161eadb089023gstein null value. [David Shane Holden <dpejesh apache.org>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_headers: Prevent Header edit from processing only the first header
f4c310fd2555c6faca1f980f00b161eadb089023gstein of possibly multiple headers with the same name and deleting the
f39230a531b23d94f86a087963299bbe2e431a4agstein remaining ones. PR 45333. [Ruediger Pluem]
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein [Tom Donovan]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core, authn/z: Determine registered authn/z providers directly in
f4c310fd2555c6faca1f980f00b161eadb089023gstein ap_setup_auth_internal(), which allows optional functions that just
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker wrapped ap_list_provider_names() to be removed from authn/z modules.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) authn/z: Convert common provider version strings to macros.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) configure: Don't reject libtool 2.x
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: When testing for slash-terminated configuration paths in
f4c310fd2555c6faca1f980f00b161eadb089023gstein ap_location_walk(), don't look past the start of an empty string
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein such as that created by a <Location ""> directive.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core, mod_proxy: If a kept_body is present, it becomes safe for
f4c310fd2555c6faca1f980f00b161eadb089023gstein subrequests to support message bodies. Make sure that safety
f4c310fd2555c6faca1f980f00b161eadb089023gstein checks within the core and within the proxy are not triggered
f4c310fd2555c6faca1f980f00b161eadb089023gstein when kept_body is present. This makes it possible to embed
f4c310fd2555c6faca1f980f00b161eadb089023gstein proxied POST requests within mod_include. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_auth_form: Make sure the input filter stack is properly set
1327b173ab33ae5bec795b798d5c54c16a7b5c05gstein up before reading the login form. Make sure the kept body filter
1327b173ab33ae5bec795b798d5c54c16a7b5c05gstein is correctly inserted to ensure the body can be read a second
f4c310fd2555c6faca1f980f00b161eadb089023gstein time safely should the authn be successful. [Graham Leggett,
f4c310fd2555c6faca1f980f00b161eadb089023gstein Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_request: Insert the KEPT_BODY filter via the insert_filter
f4c310fd2555c6faca1f980f00b161eadb089023gstein hook instead of during fixups. Add a safety check to ensure the
f4c310fd2555c6faca1f980f00b161eadb089023gstein filters cannot be inserted more than once. [Graham Leggett,
f39230a531b23d94f86a087963299bbe2e431a4agstein Ruediger Pluem]
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein *) core: Do not allow Options ALL if not all options are allowed to be
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ap_cache_cacheable_headers_out() will (now) always
f80b9e9d38dff8bc3f51406475adb99d7fe888cegstein merge an error headers _before_ clearing them and _before_
f80b9e9d38dff8bc3f51406475adb99d7fe888cegstein merging in the actual entity headers and doing normal
1ccd992d37d62c8cb2056126f2234f64ec189bfddougm hop-by-hop cleansing. [Dirk-Willem van Gulik].
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) cache: retire ap_cache_cacheable_hdrs_out() which was used
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker for both in- and out-put headers; and replace it by a single
f4c310fd2555c6faca1f980f00b161eadb089023gstein ap_cache_cacheable_headers() wrapped in a in- and out-put
f4c310fd2555c6faca1f980f00b161eadb089023gstein specific ap_cache_cacheable_headers_in()/out(). The latter
f4c310fd2555c6faca1f980f00b161eadb089023gstein which will also merge error and ensure content-type. To keep
f4c310fd2555c6faca1f980f00b161eadb089023gstein cache modules consistent with ease. This API change bumps
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker up the minor MM by one [Dirk-Willem van Gulik].
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 44799 [Christian Wenz <christian wenz.org>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Move the KeptBodySize directive, kept_body filters and the
f4c310fd2555c6faca1f980f00b161eadb089023gstein ap_parse_request_body function out of the http module and into a
f4c310fd2555c6faca1f980f00b161eadb089023gstein new module called mod_request, reducing the size of the core.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dbd: Handle integer configuration directive parameters with a
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker dedicated function.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Change the directives within the mod_session* modules to be valid
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker both inside and outside the location/directory sections, as
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker suggested by wrowe. [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_auth_form: Add a module capable of allowing end users to log
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker in using an HTML form, storing the credentials within mod_session.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Add a function to the http filters that is able to parse an HTML
f4c310fd2555c6faca1f980f00b161eadb089023gstein form request with the type of application/x-www-form-urlencoded.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Graham Leggett]
4d0b0b6d8341c5e54b2081665fc91b4e4f781753gstein *) mod_session_crypto: Initialise SSL in the post config hook.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Ruediger Pluem, Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_session_dbd: Add a session implementation capable of storing
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker session information in a SQL database via the dbd interface. Useful
f4c310fd2555c6faca1f980f00b161eadb089023gstein for sites where session privacy is important. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session_crypto: Add a session encoding implementation capable
f4c310fd2555c6faca1f980f00b161eadb089023gstein of encrypting and decrypting sessions wherever they may be stored.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Introduces a level of privacy when sessions are stored on the
f4c310fd2555c6faca1f980f00b161eadb089023gstein browser. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session_cookie: Add a session implementation capable of storing
f4c310fd2555c6faca1f980f00b161eadb089023gstein session information within cookies on the browser. Useful for high
f4c310fd2555c6faca1f980f00b161eadb089023gstein volume sites where server bound sessions are too resource intensive.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_session: Add a generic session interface to unify the different
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker attempts at saving persistent sessions across requests.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core, authn/z: Avoid calling access control hooks for internal requests
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker with configurations which match those of initial request. Revert to
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker original behaviour (call access control hooks for internal requests
f4c310fd2555c6faca1f980f00b161eadb089023gstein with URIs different from initial request) if any access control hooks or
f4c310fd2555c6faca1f980f00b161eadb089023gstein providers are not registered as permitting this optimization.
f4c310fd2555c6faca1f980f00b161eadb089023gstein Introduce wrappers for access control hook and provider registration
f4c310fd2555c6faca1f980f00b161eadb089023gstein which can accept additional mode and flag data. [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Introduced ap_expr API for expression evaluation.
f4c310fd2555c6faca1f980f00b161eadb089023gstein This is adapted from mod_include, which is the first module
f4c310fd2555c6faca1f980f00b161eadb089023gstein to use the new API.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_authz_dbd: When redirecting after successful login/logout per
f4c310fd2555c6faca1f980f00b161eadb089023gstein AuthzDBDRedirectQuery, do not report authorization failure, and use
f4c310fd2555c6faca1f980f00b161eadb089023gstein first row returned by database query instead of last row.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Chris Darroch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ldap: Correctly return all requested attribute values
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker when some attributes have a null value.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 44560 [Anders Kaseorg <anders kaseorg.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core: check symlink ownership if both FollowSymlinks and
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker SymlinksIfOwnerMatch are set [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core: fix origin checking in SymlinksIfOwnerMatch
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
f4c310fd2555c6faca1f980f00b161eadb089023gstein 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker contain public function declarations which are useful for
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker third party module authors. PR 42431 [Dirk-Willem van Gulik].
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dir, mod_negotiation: pass the output filter information
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker to newly created sub requests; as these are later on used
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker as true requests with an internal redirect. This allows for
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker mod_cache et.al. to trap the results of the redirect.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Dirk-Willem van Gulik, Ruediger Pluem]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ldap: Add support (taking advantage of the new APR capability)
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker for ldap rebind callback while chasing referrals. This allows direct
f4c310fd2555c6faca1f980f00b161eadb089023gstein searches on LDAP servers (in particular MS Active Directory 2003+)
f4c310fd2555c6faca1f980f00b161eadb089023gstein using referrals without the use of the global catalog.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PRs 26538, 40268, and 42557 [Paul J. Reder]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Added server name indication support (SNI, RFC 4366).
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker can be created with test/make_sni.sh [Dirk-Willem van Gulik].
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ApacheMonitor.exe: Introduce --kill argument for use by the
f4c310fd2555c6faca1f980f00b161eadb089023gstein installer. This will permit the installation tool to remove
f4c310fd2555c6faca1f980f00b161eadb089023gstein all running instances before attempting to remove the .exe.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [William Rowe]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Add support for OCSP validation of client certificates.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_serf: New module for Reverse Proxying. [Paul Querna]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Add the option to keep aside a request body up to a certain
f4c310fd2555c6faca1f980f00b161eadb089023gstein size that would otherwise be discarded, to be consumed by filters
4d0b0b6d8341c5e54b2081665fc91b4e4f781753gstein such as mod_include. When enabled for a directory, POST requests
4d0b0b6d8341c5e54b2081665fc91b4e4f781753gstein to shtml files can be passed through to embedded scripts as POST
f4c310fd2555c6faca1f980f00b161eadb089023gstein requests, rather being downgraded to GET requests. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) scoreboard: Correctly declare ap_time_process_request.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker provide the unusual legacy lookup. [William Rowe]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mpm winnt: fix null pointer dereference
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker PR 42572 [Davi Arnaut]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
f4c310fd2555c6faca1f980f00b161eadb089023gstein parameters to the environment. Improve portability to
f4c310fd2555c6faca1f980f00b161eadb089023gstein EBCDIC machines by using apr_toupper(). [Martin Kraemer]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
f4c310fd2555c6faca1f980f00b161eadb089023gstein to authorize an authenticated user via a "require ldap-group X" directive
f4c310fd2555c6faca1f980f00b161eadb089023gstein where the user is not in group X, but is in a subgroup contained in X.
f4c310fd2555c6faca1f980f00b161eadb089023gstein PR 42891 [Paul J. Reder]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker for SDKs that define LDAP_NO_LIMIT to something other than -1.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [David Jones <oscaremma gmail.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) apxs: Enhance -q flag to print all known variables and their values
f4c310fd2555c6faca1f980f00b161eadb089023gstein when invoked without variable name(s).
f4c310fd2555c6faca1f980f00b161eadb089023gstein [William Rowe, Sander Temme]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) apxs: Eliminate run-time check for mod_so. PR 40653.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [David M. Lee <dmlee crossroads.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) beos MPM: Create pmain pool and run modules' child_init hooks when
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Chris Darroch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker cleanups registered in modules' child_init hooks are performed.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Chris Darroch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_dbd: Stash DBD connections in request_config of initial request
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker only, or else sub-requests and internal redirections may cause
f4c310fd2555c6faca1f980f00b161eadb089023gstein entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Fix issue which could cause error messages to be written to access logs
f4c310fd2555c6faca1f980f00b161eadb089023gstein on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
7281ea331999debdc337b02ce37a3169e0e033a2gstein *) The LockFile directive, which specifies the location of
f4c310fd2555c6faca1f980f00b161eadb089023gstein the accept() mutex lockfile, is deprecated. Instead, the
f4c310fd2555c6faca1f980f00b161eadb089023gstein AcceptMutex directive now takes an optional lockfile
f4c310fd2555c6faca1f980f00b161eadb089023gstein location parameter, ala SSLMutex. [Jim Jagielski]
98e9c4a310bb623ff788680f88b6bd200ff36a24wrowe *) mod_authn_dbd: Export any additional columns queried in the SQL select
f4c310fd2555c6faca1f980f00b161eadb089023gstein into the environment with the name AUTHENTICATE_<COLUMN>. This brings
f4c310fd2555c6faca1f980f00b161eadb089023gstein mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_dbd: Key the storage of prepared statements on the hex string
00f73f5096966f34c7db15562e5d2e1233eb4571gstein value of server_rec, rather than the server name, as the server name
00f73f5096966f34c7db15562e5d2e1233eb4571gstein may change (eg when the server name is set) at any time, causing
f4c310fd2555c6faca1f980f00b161eadb089023gstein weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
52c1d304b1bd8e05da40a7cded2ecb9f0ba614c5gstein the first bucket from the brigade, finds it not to be a FILE
52c1d304b1bd8e05da40a7cded2ecb9f0ba614c5gstein bucket and barfs. The fix is to pass a bucket rather than a brigade.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Niklas Edmundsson <nikke acc.umu.se>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) ap_get_server_version() has been removed. Third-party modules must
f4c310fd2555c6faca1f980f00b161eadb089023gstein now use ap_get_server_banner() or ap_get_server_description().
83719c22db4a6d0575bb4f7f34382d7b185a6f74gstein [Jeff Trawick]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) All MPMs: Introduce a check_config phase between pre_config and
f4c310fd2555c6faca1f980f00b161eadb089023gstein open_logs, to allow modules to review interdependent configuration
f4c310fd2555c6faca1f980f00b161eadb089023gstein directive values and adjust them while messages can still be logged
f4c310fd2555c6faca1f980f00b161eadb089023gstein to the console. Handle relevant MPM directives during this phase
f4c310fd2555c6faca1f980f00b161eadb089023gstein and format messages for both the console and the error log, as
f4c310fd2555c6faca1f980f00b161eadb089023gstein appropriate. [Chris Darroch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_proxy: don't URLencode tilde in path component
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Stijn Hoop <stijn sandcat.nl>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mpm_winnt: Fix return values from wait_for_many_objects.
f39230a531b23d94f86a087963299bbe2e431a4agstein The return value is index to the signaled thread in the
f39230a531b23d94f86a087963299bbe2e431a4agstein creted_threads array. We can not use WAIT_TIMEOUT because
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein his value is defined as 258, thus limiting the MaxThreads
866b521be8a30b2798ad3c3b73de5e965edd7c2fgstein to that value. [Mladen Turk]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker to circumvent the symbolic link checks imposed by FollowSymLinks and
f4c310fd2555c6faca1f980f00b161eadb089023gstein SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
f4c310fd2555c6faca1f980f00b161eadb089023gstein configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
f4c310fd2555c6faca1f980f00b161eadb089023gstein The default is none as this is far greater debugging resolution than
f4c310fd2555c6faca1f980f00b161eadb089023gstein the typical administrator is prepared to untangle. [William Rowe]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_disk_cache: If possible, check if the size of an object to cache is
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker within the configured boundaries before actually saving data.
12901074f5d6b36d08be84d8637b6f2c21e0da26trawick [Niklas Edmundsson <nikke acc.umu.se>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
f4c310fd2555c6faca1f980f00b161eadb089023gstein final name. [Davi Arnaut <davi haxent.com.br>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Worker and event MPMs: Remove improper scoreboard updates which were
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker performed in the event of a fork() failure. [Chris Darroch]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Add support for fcgi:// proxies to mod_rewrite.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Markus Schiegl <ms schiegl.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Remove incorrect comments from scoreboard.h regarding conditional
f4c310fd2555c6faca1f980f00b161eadb089023gstein loading of worker_score structure with mod_status, and remove unused
f4c310fd2555c6faca1f980f00b161eadb089023gstein definitions relating to old life_status field.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Chris Darroch <chrisd pearsoncmg.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Remove allocation of memory for unused array of lb_score pointers
f4c310fd2555c6faca1f980f00b161eadb089023gstein in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Garrett Rooney, Jim Jagielski, Paul Querna]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
f4c310fd2555c6faca1f980f00b161eadb089023gstein [Chris Darroch <chrisd pearsoncmg.com>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_charset_lite: Remove Content-Length when output filter can
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker invalidate it. Warn when input filter can invalidate it.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Jeff Trawick]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Authz: Add the new module mod_authn_core that will provide common
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker authn directives such as 'AuthType', 'AuthName'. Move the directives
f4c310fd2555c6faca1f980f00b161eadb089023gstein 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
f4c310fd2555c6faca1f980f00b161eadb089023gstein into mod_authn_core. [Brad Nicholes]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
f4c310fd2555c6faca1f980f00b161eadb089023gstein into the new module mod_access_compat which can be loaded to provide
f4c310fd2555c6faca1f980f00b161eadb089023gstein support for these directives.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Brad Nicholes]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Authz: Move the 'Require' directive from the core module as well as
f4c310fd2555c6faca1f980f00b161eadb089023gstein add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
4d0b0b6d8341c5e54b2081665fc91b4e4f781753gstein and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker logic into the authorization processing. [Brad Nicholes]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Authz: Add the new module mod_authz_core which acts as the
f4c310fd2555c6faca1f980f00b161eadb089023gstein authorization provider vector and contains common authz
f4c310fd2555c6faca1f980f00b161eadb089023gstein directives. [Brad Nicholes]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
f4c310fd2555c6faca1f980f00b161eadb089023gstein 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
4d0b0b6d8341c5e54b2081665fc91b4e4f781753gstein *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker host-based access control provided by mod_authz_host and invoked
f4c310fd2555c6faca1f980f00b161eadb089023gstein through the 'Require' directive. [Brad Nicholes]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Authz: Convert all of the authz modules from hook based to
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker provider based. [Brad Nicholes]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) mod_cache: Add CacheMinExpire directive to set the minimum time in
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker seconds to cache a document.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Fix typo in ProxyStatus syntax error message.
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Asynchronous write completion for the Event MPM. [Brian Pane]
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker *) Added an End-Of-Request bucket type. The logging of a request and
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3striker the freeing of its pool are now done when the EOR bucket is destroyed.
f4c310fd2555c6faca1f980f00b161eadb089023gstein This has the effect of delaying the logging until right after the last
f4c310fd2555c6faca1f980f00b161eadb089023gstein of the response is sent; ap_core_output_filter() calls the access logger
f4c310fd2555c6faca1f980f00b161eadb089023gstein indirectly when it destroys the EOR bucket. [Brian Pane]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Rewrite of logresolve support utility: IPv6 addresses are now supported
f4c310fd2555c6faca1f980f00b161eadb089023gstein and the format of statistical output has changed. [Colm MacCarthaigh]
f4c310fd2555c6faca1f980f00b161eadb089023gstein *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein *) Added new connection states for handler and write completion
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe [Brian Pane]
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein [Justin Erenkrantz]
d4f351074a8f7af5e41aa0a70410816436608e3dianh *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe allowing string-valued client certificate attributes to be used for
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein [Martin Kraemer, David Reid]
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein [Apache 2.1.0-dev includes those bug fixes and changes with the
0946f90438dcf29a5fe5d9e21559b3b9d640bc12wrowe Apache 2.2.xx tree as documented, and except as noted, below.]
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gsteinChanges with Apache 2.2.x and later:
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gsteinChanges with Apache 2.0.x and later:
c7548bcd69fbe1338ad855ba44f0b2b774e57bd8gstein *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
49f1aab8b6762ee5b4afdb3a9cc48e7c00435dd3strikerChanges with Apache 1.3.x and later: