CHANGES revision 9fe23388f983cb652b5d68e2bd92aa9f0568c574
4bff34e37def8a90f9194d81bc345c52ba20086athurlow -*- coding: utf-8 -*-
4bff34e37def8a90f9194d81bc345c52ba20086athurlowChanges with Apache 2.3.7
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-3555 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_ssl: Comprehensive fix of the TLS renegotiation prefix injection
4bff34e37def8a90f9194d81bc345c52ba20086athurlow attack when compiled against OpenSSL version 0.9.8m or later. Introduces
4bff34e37def8a90f9194d81bc345c52ba20086athurlow the 'SSLInsecureRenegotiation' directive to reopen this vulnerability
4bff34e37def8a90f9194d81bc345c52ba20086athurlow and offer unsafe legacy renegotiation with clients which do not yet
4bff34e37def8a90f9194d81bc345c52ba20086athurlow support the new secure renegotiation protocol, RFC 5746.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Joe Orton, and with thanks to the OpenSSL Team]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-3555 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_ssl: A partial fix for the TLS renegotiation prefix injection attack
4bff34e37def8a90f9194d81bc345c52ba20086athurlow by rejecting any client-initiated renegotiations. Forcibly disable
4bff34e37def8a90f9194d81bc345c52ba20086athurlow keepalive for the connection if there is any buffered data readable. Any
4bff34e37def8a90f9194d81bc345c52ba20086athurlow configuration which requires renegotiation for per-directory/location
4bff34e37def8a90f9194d81bc345c52ba20086athurlow access control is still vulnerable, unless using OpenSSL >= 0.9.8l.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Joe Orton, Ruediger Pluem, Hartmut Keil <Hartmut.Keil adnovum.ch>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2010-0408 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_proxy_ajp: Respond with HTTP_BAD_REQUEST when the body is not sent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow when request headers indicate a request body is incoming; not a case of
4bff34e37def8a90f9194d81bc345c52ba20086athurlow HTTP_INTERNAL_SERVER_ERROR. [Niku Toivola <niku.toivola sulake.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2010-0425 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_isapi: Do not unload an isapi .dll module until the request
4bff34e37def8a90f9194d81bc345c52ba20086athurlow processing is completed, avoiding orphaned callback pointers.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) htcacheclean: Report additional statistics about entries deleted.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48944. [Mark Drayton mark markdrayton.info]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Introduce SSLFIPS directive to support OpenSSL FIPS_mode; permits all
a547be5daca7e465ca82df6d179f6b1f8e0cda72Gordon Ross builds of mod_ssl to use 'SSLFIPS off' for portability, but the proper
a547be5daca7e465ca82df6d179f6b1f8e0cda72Gordon Ross build of openssl is required for 'SSLFIPS on'. PR 46270.
a547be5daca7e465ca82df6d179f6b1f8e0cda72Gordon Ross [Dr Stephen Henson <steve openssl.org>, William Rowe]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_http: Log the port of the remote server in various messages.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48812. [Igor Galić <i galic brainsware org>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
4bff34e37def8a90f9194d81bc345c52ba20086athurlow connections and other protocol handlers (like mod_ftp). [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_ajp: Really regard the operation a success, when the client
4bff34e37def8a90f9194d81bc345c52ba20086athurlow aborted the connection. In addition adjust the log message if the client
4bff34e37def8a90f9194d81bc345c52ba20086athurlow aborted the connection. [Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Add the 'SSLInsecureRenegotiation' directive, which
4bff34e37def8a90f9194d81bc345c52ba20086athurlow allows insecure renegotiation with clients which do not yet
4bff34e37def8a90f9194d81bc345c52ba20086athurlow support the secure renegotiation protocol. [Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Fix a potential I/O hang if a long list of trusted CAs
4bff34e37def8a90f9194d81bc345c52ba20086athurlow is configured for client cert auth. PR 46952. [Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Only log a 408 if it is no keepalive timeout. PR 39785
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Ruediger Pluem, Mark Montague <markmont umich.edu>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) support/rotatelogs: Add -L option to create a link to the current
4bff34e37def8a90f9194d81bc345c52ba20086athurlow log file. PR 48761 [<lyndon orthanc.ca>, Dan Poirier]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_ldap: Update LDAPTrustedClientCert to consistently be a per-directory
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross setting only, matching most of the documentation and examples.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross PR 46541 [Paul Reder, Eric Covener]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) mod_ldap: LDAPTrustedClientCert now accepts CA_DER/CA_BASE64 argument
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross types previously allowed only in LDAPTrustedGlobalCert. [Eric Covener]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) mod_negotiation: Preserve query string over multiviews negotiation.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross This buglet was fixed for type maps in 2.2.6, but the same issue
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross affected multiviews and was overlooked.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross PR 33112 [Joergen Thomsen <apache jth.net>]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) mod_ldap: Eliminate a potential crash with multiple LDAPTrustedClientCert
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross when some are not password-protected. [Eric Covener]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) Fix startup segfault when the Mutex directive is used but no loaded
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross modules use httpd mutexes. PR 48787. [Jeff Trawick]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) Proxy: get the headers right in a HEAD request with
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross ProxyErrorOverride, by checking for an overridden error
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross before not after going into a catch-all code path.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross PR 41646. [Nick Kew, Stuart Children]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) support/rotatelogs: Support the simplest log rotation case, log
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross truncation. Useful when the log is being processed in real time
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross using a command like tail. [Graham Leggett]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) support/htcacheclean: Teach it how to write a pid file (modelled on
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross httpd's writing of a pid file) so that it becomes possible to run
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross more than one instance of htcacheclean on the same machine.
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross [Graham Leggett]
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross *) Log command line on startup, so there's a record of command line
9c9af2590af49bb395bc8d2eace0f2d4ea16d165Gordon Ross arguments like -f. PR 48752. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Introduce mod_reflector, a handler capable of reflecting POSTed
4bff34e37def8a90f9194d81bc345c52ba20086athurlow request bodies back within the response through the output filter
4bff34e37def8a90f9194d81bc345c52ba20086athurlow stack. Can be used to turn an output filter into a web service.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_http: Make sure that when an ErrorDocument is served
4bff34e37def8a90f9194d81bc345c52ba20086athurlow from a reverse proxied URL, that the subrequest respects the status
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross of the original request. This brings the behaviour of proxy_handler
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross in line with default_handler. PR 47106. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) Support wildcards in both the directory and file components of
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross the path specified by the Include directive. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_proxy, mod_proxy_http: Support remote https proxies
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross by using HTTP CONNECT. PR 19188.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Philippe Dutrueux <lilas evidian.com>, Rainer Jung]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon RossChanges with Apache 2.3.6
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) worker: Don't report server has reached MaxClients until it has.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross Add message when server gets within MinSpareThreads of MaxClients.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross PR 46996. [Dan Poirier]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_session: Session expiry was being initialised, but not updated
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross on each session save, resulting in timed out sessions when there
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross should not have been. Fixed. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_log_config: Add the R option to log the handler used within the
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross request. [Christian Folini <christian.folini netnea com>]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_include: Allow fine control over the removal of Last-Modified and
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross ETag headers within the INCLUDES filter, making it possible to cache
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross responses if desired. Fix the default value of the SSIAccessEnable
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross directive. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) Add new UnDefine directive to undefine a variable. PR 35350.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross for regex backreferences as mod_rewrite and mod_include: Remove the use
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross of '&' as an alias for '$0' and allow to escape any character with a
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross backslash. PR 48351. [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_authnz_ldap: If AuthLDAPCharsetConfig is set, also convert the
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross password to UTF-8. PR 45318.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Johannes Müller <joh_m gmx.de>, Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) ab: Fix calculation of requests per second in HTML output. PR 48594.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_authnz_ldap: Failures to map a username to a DN, or to check a user
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross password now result in an informational level log entry instead of
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross warning level. [Eric Covener]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon RossChanges with Apache 2.3.5
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) SECURITY: CVE-2010-0434 (cve.mitre.org)
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross Ensure each subrequest has a shallow copy of headers_in so that the
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross parent request headers are not corrupted. Eliminates a problematic
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross optimization in the case of no request body. PR 48359
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Jake Scott, William Rowe, Ruediger Pluem]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) Turn static function get_server_name_for_url() into public
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross ap_get_server_name_for_url() and use it where appropriate. This
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross fixes mod_rewrite generating invalid URLs for redirects to IPv6
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross literal addresses. [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_ldap: Introduce new config option LDAPTimeout to set the timeout
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross for LDAP operations like bind and search. [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_proxy, mod_proxy_ftp: Move ProxyFtpDirCharset from mod_proxy to
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross mod_proxy_ftp. [Takashi Sato]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_proxy, mod_proxy_connect: Move AllowCONNECT from mod_proxy to
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross mod_proxy_connect. [Takashi Sato]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_cache: Do an exact match of the keys defined by
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross CacheIgnoreURLSessionIdentifiers against the querystring instead of
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross a partial match. PR 48401.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Dodou Wang <wangdong.08 gmail.com>, Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_balancer: Fix crash in balancer-manager. [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Core HTTP: disable keepalive when the Client has sent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Expect: 100-continue
4bff34e37def8a90f9194d81bc345c52ba20086athurlow but we respond directly with a non-100 response.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Keepalive here led to data from clients continuing being treated as
4bff34e37def8a90f9194d81bc345c52ba20086athurlow a new request.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47087 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Core: reject NULLs in request line or request headers.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross PR 43039 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Core: (re)-introduce -T commandline option to suppress documentroot
4bff34e37def8a90f9194d81bc345c52ba20086athurlow check at startup.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 41887 [Jan van den Berg <janvdberg gmail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_autoindex: support XHTML as equivalent to HTML in IndexOptions,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ScanHTMLTitles, ReadmeName, HeaderName
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48416 [Dmitry Bakshaev <dab18 izhnet.ru>, Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Proxy: Fix ProxyPassReverse with relative URL
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Derived (slightly erroneously) from PR 38864 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_headers: align Header Edit with Header Set when used on Content-Type
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48422 [Cyril Bonté <cyril.bonte free.fr>, Nick Kew>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_headers: Enable multi-match-and-replace edit option
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47066 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_filter: enable it to act on non-200 responses.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48377 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowChanges with Apache 2.3.4
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow and WatchdogMutexPath with a single Mutex directive. Add APIs to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow simplify setup and user customization of APR proc and global mutexes.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow (See util_mutex.h.) Build-time setting DEFAULT_LOCKFILE is no longer
4bff34e37def8a90f9194d81bc345c52ba20086athurlow respected; set DEFAULT_REL_RUNTIMEDIR instead. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) http_core: KeepAlive no longer accepts other than On|Off.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Takashi Sato]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Remove errno from dav_error interface. Calls to dav_new_error()
4bff34e37def8a90f9194d81bc345c52ba20086athurlow and dav_new_error_tag() must be adjusted to add an apr_status_t parameter.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_authnz_ldap: Add AuthLDAPBindAuthoritative to allow Authentication to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow try other providers in the case of an LDAP bind failure.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46608 [Justin Erenkrantz, Joe Schaefer, Tony Stevenson]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Build: fix --with-module to work as documented
4bff34e37def8a90f9194d81bc345c52ba20086athurlowChanges with Apache 2.3.3
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-3095 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_proxy_ftp: sanity check authn credentials.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Stefan Fritsch <sf fritsch.de>, Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-3094 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_proxy_ftp: NULL pointer dereference on error paths.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Stefan Fritsch <sf fritsch.de>, Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against
4bff34e37def8a90f9194d81bc345c52ba20086athurlow OpenSSL 1.0.0b3. [Vipul Gupta <vipul.gupta sun.com>, Sander Temme]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Include uri when logging a PUT error due to connection abort.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 38149. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Return 409 instead of 500 for a LOCK request if the parent
4bff34e37def8a90f9194d81bc345c52ba20086athurlow resource does not exist or is not a collection. PR 43465. [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_dav_fs: Return 409 instead of 500 for Litmus test case copy_nodestcoll
4bff34e37def8a90f9194d81bc345c52ba20086athurlow (a COPY request where the parent of the destination resource does not
4bff34e37def8a90f9194d81bc345c52ba20086athurlow exist). PR 39299. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav_fs: Don't delete the whole file if a PUT with content-range failed.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 42896. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav_fs: Make PUT create files atomically and no longer destroy the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow old file if the transfer aborted. PR 39815. [Paul Querna, Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav_fs: Remove inode keyed locking as this conflicts with atomically
4bff34e37def8a90f9194d81bc345c52ba20086athurlow creating files. On systems with inode numbers, this is a format change of
4bff34e37def8a90f9194d81bc345c52ba20086athurlow the DavLockDB. The old DavLockDB must be deleted on upgrade.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_log_config: Make ${cookie}C correctly match whole cookie names
4bff34e37def8a90f9194d81bc345c52ba20086athurlow instead of substrings. PR 28037. [Dan Franklin <dan dan-franklin.com>,
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) vhost: A purely-numeric Host: header should not be treated as a port.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 44979 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ldap: Avoid 500 errors with "Unable to set LDAP_OPT_REFHOPLIMIT option to 5"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow when built against openldap by using SDK LDAP_OPT_REFHOPLIMIT defaults unless
4bff34e37def8a90f9194d81bc345c52ba20086athurlow LDAPReferralHopLimit is explicitly configured.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Eric Covener]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_charset_lite: Honor 'CharsetOptions NoImplicitAdd'.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Add support for OCSP Stapling. PR 43822.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Dr Stephen Henson <shenson oss-institute.org>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_socache_shmcb: Allow parens in file name if cache size is given.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Fixes SSLSessionCache directive mis-parsing parens in pathname.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47945. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) htpasswd: Improve out of disk space handling. PR 30877. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) htpasswd: Use MD5 hash by default on all platforms. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_sed: Reduce memory consumption when processing very long lines.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 48024 [Basant Kumar Kukreja <basant.kukreja sun.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ab: Fix segfault in case the argument for -n is a very large number.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47178. [Philipp Hagemeister <oss phihag.de>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Allow ProxyPreserveHost to work in <Proxy> sections. PR 34901.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) configure: Fix THREADED_MPMS so that mod_cgid is enabled again
4bff34e37def8a90f9194d81bc345c52ba20086athurlow for worker MPM. [Takashi Sato]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Provide a mechanism to obtain the request_rec and pathname
4bff34e37def8a90f9194d81bc345c52ba20086athurlow from the dav_resource. [Jari Urpalainen <jari.urpalainen nokia.com>,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Brian France <brian brianfrance.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Build: Use install instead of cp if available on installing
4bff34e37def8a90f9194d81bc345c52ba20086athurlow modules to avoid segmentation fault. PR 47951. [hirose31 gmail.com]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: correctly consider s-maxage in cacheability
4bff34e37def8a90f9194d81bc345c52ba20086athurlow decisions. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_logio/core: Report more accurate byte counts in mod_status if
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_logio is loaded. PR 25656. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
4bff34e37def8a90f9194d81bc345c52ba20086athurlow some cache entries and log a warning. Also increase the default
4bff34e37def8a90f9194d81bc345c52ba20086athurlow LDAPSharedCacheSize to 500000. This is a more realistic size suitable
4bff34e37def8a90f9194d81bc345c52ba20086athurlow for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46749. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
4bff34e37def8a90f9194d81bc345c52ba20086athurlow the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: Teach CacheEnable and CacheDisable to work from within a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Location section, in line with how ProxyPass works. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_reqtimeout: New module to set timeouts and minimum data rates for
4bff34e37def8a90f9194d81bc345c52ba20086athurlow receiving requests from the client. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Fix potential memory leaks by making sure to not destroy
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross bucket brigades that have been created by earlier filters.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
4bff34e37def8a90f9194d81bc345c52ba20086athurlow brigades in several places. [Stefan Fritsch]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross match by scheme, or by a wildcarded hostname. PR 40169
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
4bff34e37def8a90f9194d81bc345c52ba20086athurlow on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_mime: Make RemoveType override the info from TypesConfig.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 38330. [Stefan Fritsch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: Introduce the option to run the cache from within the
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross normal request handler, and to allow fine grained control over
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross where in the filter chain content is cached. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross *) core: Treat timeout reading request as 408 error, not 400.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross Log 408 errors in access log as was done in Apache 1.3.x.
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Stefan Fritsch <sf fritsch.de>, Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
a547be5daca7e465ca82df6d179f6b1f8e0cda72Gordon Ross SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR15866. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ab: ab segfaults in verbose mode on https sites
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR46393. [Ryan Niebur]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Allow other modules to become providers and add resource types
4bff34e37def8a90f9194d81bc345c52ba20086athurlow to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Brian France <brian brianfrance.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dav: Allow other modules to add things to the DAV or Allow headers
4bff34e37def8a90f9194d81bc345c52ba20086athurlow of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Brian France <brian brianfrance.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Lower memory usage of core output filter.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Stefan Fritsch <sf sfritsch.de>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
4bff34e37def8a90f9194d81bc345c52ba20086athurlow LocationMatch sections. PR47754. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_request: Make sure the KeptBodySize directive rejects values
4bff34e37def8a90f9194d81bc345c52ba20086athurlow that aren't valid numbers. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_session_crypto: Sanity check should the potentially encrypted
4bff34e37def8a90f9194d81bc345c52ba20086athurlow session cookie be too short. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_session.c: Prevent a segfault when session is added but not
4bff34e37def8a90f9194d81bc345c52ba20086athurlow configured. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_auth_digest: Fail server start when nonce count checking
4bff34e37def8a90f9194d81bc345c52ba20086athurlow is configured without shared memory, or md5-sess algorithm is
4bff34e37def8a90f9194d81bc345c52ba20086athurlow configured. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_connect: The connect method doesn't work if the client is
4bff34e37def8a90f9194d81bc345c52ba20086athurlow connecting to the apache proxy through an ssl socket. Fixed.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Kevin Croft, Rudolf Cardinal]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: The error message when SSLCertificateFile is missing should
4bff34e37def8a90f9194d81bc345c52ba20086athurlow at least give the name or position of the problematic virtual host
4bff34e37def8a90f9194d81bc345c52ba20086athurlow definition. [Stefan Fritsch sf sfritsch.de]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_headers: generalise the envclause to support expression
4bff34e37def8a90f9194d81bc345c52ba20086athurlow evaluation with ap_expr parser [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
4bff34e37def8a90f9194d81bc345c52ba20086athurlow the flood of requests at bay that strike a backend webserver as
4bff34e37def8a90f9194d81bc345c52ba20086athurlow a cached entity goes stale. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_auth_digest: Fix usage of shared memory and re-enable it.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 16057 [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Preserve Port information over internal redirects
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow rather than BAD_GATEWAY or (especially) NOT_FOUND.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46971 [evanc nortel.com]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) Various modules: Do better checking of pollset operations in order to
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross avoid segmentation faults if they fail. PR 46467
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross [Stefan Fritsch <sf sfritsch.de>]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) mod_autoindex: Correctly create an empty cell if the description
4bff34e37def8a90f9194d81bc345c52ba20086athurlow for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ab: Fix broken error messages after resolver or connect() failures.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-1890 (cve.mitre.org)
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Fix a potential Denial-of-Service attack against mod_proxy in a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow reverse proxy configuration, where a remote attacker can force a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow proxy process to consume CPU time indefinitely. [Nick Kew, Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) SECURITY: CVE-2009-1191 (cve.mitre.org)
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross mod_proxy_ajp: Avoid delivering content from a previous request which
4bff34e37def8a90f9194d81bc345c52ba20086athurlow failed to send a request body. PR 46949 [Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) htdbm: Fix possible buffer overflow if dbm database has very
4bff34e37def8a90f9194d81bc345c52ba20086athurlow long values. PR 30586 [Dan Poirier]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Return APR_EOF if request body is shorter than the length announced
4bff34e37def8a90f9194d81bc345c52ba20086athurlow by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_suexec: correctly set suexec_enabled when httpd is run by a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow non-root user and may have insufficient permissions.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 42175 [Jim Radford <radford blackbean.org>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
4bff34e37def8a90f9194d81bc345c52ba20086athurlow type. PR 45107. [Michael Ströder <michael stroeder.com>,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_http: fix case sensitivity checking transfer encoding
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_alias: ensure Redirect issues a valid URL.
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) mod_dir: add FallbackResource directive, to enable admin to specify
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross an action to happen when a URL maps to no file, without resorting
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: Remove locking for writing to the rewritelog.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46942 [Dan Poirier <poirier pobox.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_alias: check sanity in Redirect arguments.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
4bff34e37def8a90f9194d81bc345c52ba20086athurlow defined session identifiers encoded in the URL when caching.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: Fix the error string returned by RewriteRule.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
4bff34e37def8a90f9194d81bc345c52ba20086athurlow argument of RewriteRule was not started with "[" or not ended with "]".
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Windows: Fix usage message.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) apachectl: When passing through arguments to httpd in
4bff34e37def8a90f9194d81bc345c52ba20086athurlow non-SysV mode, use the "$@" syntax to preserve arguments.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow be run when a connection is opened. PR 46827
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Marko Kevac <mkevac gmail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 47037. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
4bff34e37def8a90f9194d81bc345c52ba20086athurlow protocol. [Mladen Turk]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_ajp: Forward remote port information by default.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Allow MPMs to be loaded dynamically, as with most other modules. Use
4bff34e37def8a90f9194d81bc345c52ba20086athurlow --enable-mpms-shared={list|"all"} to enable. This required changes to
4bff34e37def8a90f9194d81bc345c52ba20086athurlow the MPM interfaces. Removed: mpm.h, mpm_default.h (as an installed
4bff34e37def8a90f9194d81bc345c52ba20086athurlow header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
4bff34e37def8a90f9194d81bc345c52ba20086athurlow called until after the register-hooks phase. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
4bff34e37def8a90f9194d81bc345c52ba20086athurlow to enable stricter checking of remote server certificates.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
4bff34e37def8a90f9194d81bc345c52ba20086athurlow returns EINPROGRESS and a subsequent poll() returns only POLLERR.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Observed on HP-UX. [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
4bff34e37def8a90f9194d81bc345c52ba20086athurlow as A/UX, Next, and Tandem. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
4bff34e37def8a90f9194d81bc345c52ba20086athurlow globbing characters to be retrieved instead of converted into a
4bff34e37def8a90f9194d81bc345c52ba20086athurlow directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
4bff34e37def8a90f9194d81bc345c52ba20086athurlow of module state across unload/load. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_substitute: Fix a memory leak. PR 44948
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Dan Poirier <poirier pobox.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowChanges with Apache 2.3.2
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
4bff34e37def8a90f9194d81bc345c52ba20086athurlow HTML injections and HTTP response splitting. PR 46837.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Geoff Keating <geoffk apple.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
4bff34e37def8a90f9194d81bc345c52ba20086athurlow development HEAD. PR 45521. [Kaspar Brand, Sander Temme]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ab: Fix maintenance of the pollset to resolve EALREADY errors
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon Ross with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 44584. Use APR_POLLSET_NOCOPY for better performance with some
4bff34e37def8a90f9194d81bc345c52ba20086athurlow pollset implementations. [Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_disk_cache: The module now turns off sendfile support if
4bff34e37def8a90f9194d81bc345c52ba20086athurlow 'EnableSendfile off' is defined globally. [Lars Eilebrecht]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_deflate: Adjust content metadata before bailing out on 304
4bff34e37def8a90f9194d81bc345c52ba20086athurlow responses so that the metadata does not differ from 200 response.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Roy T. Fielding]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
4bff34e37def8a90f9194d81bc345c52ba20086athurlow that the Etag value is properly quoted when adding the gzip marker.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Added 20x22 icons for ODF, SVG, and XML documents. PR 37185.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Peter Harlow]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Disabled DefaultType directive and removed ap_default_type()
4bff34e37def8a90f9194d81bc345c52ba20086athurlow from core. We now exclude Content-Type from responses for which
4bff34e37def8a90f9194d81bc345c52ba20086athurlow a media type has not been configured via mime.types, AddType,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: Add IPV6 variable to RewriteCond
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Ryan Phillips <ryan-apache trolocsis.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46275. [Takashi Sato]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) rotatelogs: Allow size units B, K, M, G and combination of
4bff34e37def8a90f9194d81bc345c52ba20086athurlow time and size based rotation. [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [<tlhackque yahoo.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core: Translate the the status line to ASCII on EBCDIC platforms in
4bff34e37def8a90f9194d81bc345c52ba20086athurlow ap_send_interim_response() and for locally generated "100 Continue"
4bff34e37def8a90f9194d81bc345c52ba20086athurlow responses. [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) prefork: Fix child process hang during graceful restart/stop in
4bff34e37def8a90f9194d81bc345c52ba20086athurlow configurations with multiple listening sockets. PR 42829. [Joe Orton,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Jeff Trawick]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
4bff34e37def8a90f9194d81bc345c52ba20086athurlow set in the global scope. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ext_filter: We need to detect failure to startup the filter
4bff34e37def8a90f9194d81bc345c52ba20086athurlow program (a mangled response is not acceptable). Fix to detect
4bff34e37def8a90f9194d81bc345c52ba20086athurlow failure, and offer configuration option either to abort or
4bff34e37def8a90f9194d81bc345c52ba20086athurlow to remove the filter and continue.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 41120 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_session_crypto: Rewrite the session_crypto module against the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow apr_crypto API. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
4bff34e37def8a90f9194d81bc345c52ba20086athurlow until the main request is cleaned up. [Graham Leggett]
4bff34e37def8a90f9194d81bc345c52ba20086athurlowChanges with Apache 2.3.1
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) ap_slotmem: Add in new slot-based memory access API impl., including
4bff34e37def8a90f9194d81bc345c52ba20086athurlow 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_include: support generating non-ASCII characters as entities in SSI
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 25202 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 25202 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: fix "B" flag breakage by reverting r5589343
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) CGI: return 504 (Gateway timeout) rather than 500 when a script
4bff34e37def8a90f9194d81bc345c52ba20086athurlow times out before returning status line/headers.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 42190 [Nick Kew]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cgid: fix segfault problem on solaris.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_scgi: Added. [André Malo]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cache: Introduce 'no-cache' per-request environment variable
4bff34e37def8a90f9194d81bc345c52ba20086athurlow to prevent the saving of an otherwise cacheable response.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
4bff34e37def8a90f9194d81bc345c52ba20086athurlow way that per-directory rewrites append the previous notion of PATH_INFO
4bff34e37def8a90f9194d81bc345c52ba20086athurlow to each substitution before evaluating subsequent rules.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 38642 [Eric Covener]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_cgid: Do not add an empty argument when calling the CGI script.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow PR 46380 [Ruediger Pluem]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) scoreboard: Remove unused sb_type from process_score.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
4bff34e37def8a90f9194d81bc345c52ba20086athurlow size of the buffer used for the request-body where necessary
4bff34e37def8a90f9194d81bc345c52ba20086athurlow during a per-dir renegotiation. PR 39243. [Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_proxy_fdpass: New module to pass a client connection over to a separate
4bff34e37def8a90f9194d81bc345c52ba20086athurlow process that is reading from a unix daemon socket.
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) mod_ssl: Improve environment variable extraction to be more
4bff34e37def8a90f9194d81bc345c52ba20086athurlow efficient and to correctly handle DNs with duplicate tags.
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross PR 45975. [Joe Orton]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Remove the obsolete serial attribute from the RPM spec file. Compile
4bff34e37def8a90f9194d81bc345c52ba20086athurlow against the external pcre. Add missing binaries fcgistarter, and
4bff34e37def8a90f9194d81bc345c52ba20086athurlow mod_socache* and mod_session*. [Graham Leggett]
613a2f6ba31e891e3d947a356daf5e563d43c1ceGordon RossChanges with Apache 2.3.0
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
4bff34e37def8a90f9194d81bc345c52ba20086athurlow *) Remove X-Pad header which was added as a work around to a bug in
4bff34e37def8a90f9194d81bc345c52ba20086athurlow Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) Add DTrace Statically Defined Tracing (SDT) probes.
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
02d09e03eb27f3a2dc299de704e45dae5173f43fGordon Ross *) mod_proxy_balancer: Move all load balancing implementations
4bff34e37def8a90f9194d81bc345c52ba20086athurlow as individual, self-contained mod_proxy submodules under
privileges and Unix user/group IDs [Nick Kew]
logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
*) unixd: turn existing code into a module, and turn the set user/group
Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
*) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
*) Export and install the mod_rewrite.h header to ensure the optional
*) New module mod_sed: filter Request/Response bodies through sed
null value. [David Shane Holden <dpejesh apache.org>]
*) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
*) configure: Don't reject libtool 2.x
overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
PR 44799 [Christian Wenz <christian wenz.org>]
both inside and outside the location/directory sections, as
form request with the type of application/x-www-form-urlencoded.
*) mod_authz_dbd: When redirecting after successful login/logout per
PR 44560 [Anders Kaseorg <anders kaseorg.com>]
mod_cache et.al. to trap the results of the redirect.
PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
can be created with test/make_sni.sh [Dirk-Willem van Gulik].
*) ApacheMonitor.exe: Introduce --kill argument for use by the
*) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
[David Jones <oscaremma gmail.com>]
[David M. Lee <dmlee crossroads.com>]
[Niklas Edmundsson <nikke acc.umu.se>]
[Stijn Hoop <stijn sandcat.nl>]
[Niklas Edmundsson <nikke acc.umu.se>]
final name. [Davi Arnaut <davi haxent.com.br>]
[Markus Schiegl <ms schiegl.com>]
*) Remove incorrect comments from scoreboard.h regarding conditional
[Chris Darroch <chrisd pearsoncmg.com>]
in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
[Chris Darroch <chrisd pearsoncmg.com>]
and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
*) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later:
Changes with Apache 1.3.x and later: