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