CHANGES revision ecc6e723b804fb4b8f858910eff3f88242ec56fa
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna
84fbf855118f318dd5e511d8e5b902cecc1177c0jimChanges with Apache 2.3.3
84fbf855118f318dd5e511d8e5b902cecc1177c0jim
84fbf855118f318dd5e511d8e5b902cecc1177c0jim *) SECURITY: CVE-2009-3095 (cve.mitre.org)
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim mod_proxy_ftp: sanity check authn credentials.
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim [Stefan Fritsch <sf fritsch.de>, Joe Orton]
fa0dc2a4f675a868378a52946e5b244d6bf41196sf
fa0dc2a4f675a868378a52946e5b244d6bf41196sf *) SECURITY: CVE-2009-3094 (cve.mitre.org)
0807f6da6091b748ab47c21ba66252fe8da2a966sf mod_proxy_ftp: NULL pointer dereference on error paths.
0807f6da6091b748ab47c21ba66252fe8da2a966sf [Stefan Fritsch <sf fritsch.de>, Joe Orton]
0807f6da6091b748ab47c21ba66252fe8da2a966sf
b92a868b537899a51efd8c200c396fa51c63839dtrawick *) mod_ldap: If LDAPSharedCacheSize is too small, try harder to purge
b92a868b537899a51efd8c200c396fa51c63839dtrawick some cache entries and log a warning. Also increase the default
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim LDAPSharedCacheSize to 500000. This is a more realistic size suitable
dc52cac281d8b311dc47d115ed979f923b667679rjung for the default values of 1024 for LdapCacheEntries/LdapOpCacheEntries.
dc52cac281d8b311dc47d115ed979f923b667679rjung PR 46749. [Stefan Fritsch]
dc52cac281d8b311dc47d115ed979f923b667679rjung
2534e869d2ba209bd0c43717ea80992e6de0c51djim *) mod_rewrite: Make sure that a hostname:port isn't fully qualified if
2534e869d2ba209bd0c43717ea80992e6de0c51djim the request is a CONNECT request. [Bill Zajac <billz consultla.com>]
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna *) mod_cache: Teach CacheEnable and CacheDisable to work from within a
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna Location section, in line with how ProxyPass works. [Graham Leggett]
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna
02fd88c85a9850109753b87612955ad372de1575sf *) mod_reqtimeout: New module to set timeouts and minimum data rates for
02fd88c85a9850109753b87612955ad372de1575sf receiving requests from the client. [Stefan Fritsch]
02fd88c85a9850109753b87612955ad372de1575sf
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf *) core: Fix potential memory leaks by making sure to not destroy
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf bucket brigades that have been created by earlier filters.
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf [Stefan Fritsch]
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim *) core, mod_deflate, mod_sed: Reduce memory usage by reusing bucket
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim brigades in several places. [Stefan Fritsch]
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim
ab7a123efe997d907274eb672ab2b36746bb3f57sf *) mod_cache: Fix uri_meets_conditions() so that CacheEnable will
ab7a123efe997d907274eb672ab2b36746bb3f57sf match by scheme, or by a wildcarded hostname. PR 40169
ab7a123efe997d907274eb672ab2b36746bb3f57sf [Peter Grandi <pg_asf asf.for.sabi.co.uk>, Graham Leggett]
ab7a123efe997d907274eb672ab2b36746bb3f57sf
a44d29a3794110c558c940bd903a1930d717a7d7sf *) suxec: Allow to log an error if exec fails by setting FD_CLOEXEC
a44d29a3794110c558c940bd903a1930d717a7d7sf on the log file instead of closing it. PR 10744. [Nicolas Rachinsky]
a44d29a3794110c558c940bd903a1930d717a7d7sf
a44d29a3794110c558c940bd903a1930d717a7d7sf *) mod_mime: Make RemoveType override the info from TypesConfig.
70003ce816d7851e49ecb0cdc5137becd647ed18niq PR 38330. [Stefan Fritsch]
70003ce816d7851e49ecb0cdc5137becd647ed18niq
b5e45168970cefb8b2d0bea709ea69790f3eab96niq *) mod_cache: Introduce the option to run the cache from within the
b5e45168970cefb8b2d0bea709ea69790f3eab96niq normal request handler, and to allow fine grained control over
815067bc5eff8fc218019e18ee5ea868372917cdsf where in the filter chain content is cached. [Graham Leggett]
815067bc5eff8fc218019e18ee5ea868372917cdsf
9f2c7096ac1f41aca1328d304d54dbaef4ebb06drjung *) core: Treat timeout reading request as 408 error, not 400.
2534e869d2ba209bd0c43717ea80992e6de0c51djim Log 408 errors in access log as was done in Apache 1.3.x.
ff5e24709209b13601480827b0fecf32c428ff32rjung PR 39785 [Nobutaka Mantani <nobutaka nobutaka.org>,
39d67f66729a7008c1e73d65a81e778ce819a227rjung Stefan Fritsch <sf fritsch.de>, Dan Poirier]
39d67f66729a7008c1e73d65a81e778ce819a227rjung
da20b997bf4652f7597e0a7845db371aab2f7187rjung *) mod_ssl: Reintroduce SSL_CLIENT_S_DN, SSL_CLIENT_I_DN, SSL_SERVER_S_DN,
da20b997bf4652f7597e0a7845db371aab2f7187rjung SSL_SERVER_I_DN back to the environment variables to be set by mod_ssl.
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq [Peter Sylvester <peter.sylvester edelweb.fr>]
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq *) mod_disk_cache: don't cache incomplete responses, per RFC 2616, 13.8.
c8dcde16853eef36b713d4633fac83b66e49aa5eniq PR15866. [Dan Poirier]
c8dcde16853eef36b713d4633fac83b66e49aa5eniq
c8dcde16853eef36b713d4633fac83b66e49aa5eniq *) ab: ab segfaults in verbose mode on https sites
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq PR46393. [Ryan Niebur]
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq *) mod_dav: Allow other modules to become providers and add resource types
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq to the DAV response. [Jari Urpalainen <jari.urpalainen nokia.com>,
927e277b4be750e06960b3d4f1c2b1ca146e0555niq Brian France <brian brianfrance.com>]
927e277b4be750e06960b3d4f1c2b1ca146e0555niq
927e277b4be750e06960b3d4f1c2b1ca146e0555niq *) mod_dav: Allow other modules to add things to the DAV or Allow headers
83de39879307034216ce0af15a47a88a55af11e3rjung of an OPTIONS request. [Jari Urpalainen <jari.urpalainen nokia.com>,
83de39879307034216ce0af15a47a88a55af11e3rjung Brian France <brian brianfrance.com>]
83de39879307034216ce0af15a47a88a55af11e3rjung
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq *) core: Lower memory usage of core output filter.
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq [Stefan Fritsch <sf sfritsch.de>]
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq LocationMatch sections. PR47754. [Dan Poirier]
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung *) mod_request: Make sure the KeptBodySize directive rejects values
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung that aren't valid numbers. [Graham Leggett]
8e8568ec7d29f056a2a4942d1d50481e441c25d9covener
4ea8055e720d18f386b8026b546e5836ecccba4arjung *) mod_session_crypto: Sanity check should the potentially encrypted
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe session cookie be too short. [Graham Leggett]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) mod_session.c: Prevent a segfault when session is added but not
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe configured. [Graham Leggett]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) mod_auth_digest: Fail server start when nonce count checking
46fdfef7dfc745effe179387e1dcb8245d3804batrawick is configured without shared memory, or md5-sess algorithm is
46fdfef7dfc745effe179387e1dcb8245d3804batrawick configured. [Dan Poirier]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_proxy_connect: The connect method doesn't work if the client is
46fdfef7dfc745effe179387e1dcb8245d3804batrawick connecting to the apache proxy through an ssl socket. Fixed.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
46fdfef7dfc745effe179387e1dcb8245d3804batrawick David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
46fdfef7dfc745effe179387e1dcb8245d3804batrawick Kevin Croft, Rudolf Cardinal]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_ssl: The error message when SSLCertificateFile is missing should
46fdfef7dfc745effe179387e1dcb8245d3804batrawick at least give the name or position of the problematic virtual host
46fdfef7dfc745effe179387e1dcb8245d3804batrawick definition. [Stefan Fritsch sf sfritsch.de]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe *) mod_headers: generalise the envclause to support expression
f55c048e33a905f9f771b3aed309373bdf547944jorton evaluation with ap_expr parser [Nick Kew]
f55c048e33a905f9f771b3aed309373bdf547944jorton
f55c048e33a905f9f771b3aed309373bdf547944jorton *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
f55c048e33a905f9f771b3aed309373bdf547944jorton the flood of requests at bay that strike a backend webserver as
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton a cached entity goes stale. [Graham Leggett]
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton *) mod_auth_digest: Fix usage of shared memory and re-enable it.
cddaaa6378c5082e8dff0d11dc21cf6c4928ecbcjorton PR 16057 [Dan Poirier]
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin *) Preserve Port information over internal redirects
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
9b2bd9e83cbb6f5debb2edba59a0c12089eb37c3minfrin rather than BAD_GATEWAY or (especially) NOT_FOUND.
a89e2c1651aab7734345fa3a6712a757708535ferjung PR 46971 [evanc nortel.com]
a89e2c1651aab7734345fa3a6712a757708535ferjung
a89e2c1651aab7734345fa3a6712a757708535ferjung *) Various modules: Do better checking of pollset operations in order to
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung avoid segmentation faults if they fail. PR 46467
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung [Stefan Fritsch <sf sfritsch.de>]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) mod_autoindex: Correctly create an empty cell if the description
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) ab: Fix broken error messages after resolver or connect() failures.
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung [Jeff Trawick]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung *) SECURITY: CVE-2009-1890 (cve.mitre.org)
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung Fix a potential Denial-of-Service attack against mod_proxy in a
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung reverse proxy configuration, where a remote attacker can force a
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung proxy process to consume CPU time indefinitely. [Nick Kew, Joe Orton]
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf *) SECURITY: CVE-2009-1191 (cve.mitre.org)
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf mod_proxy_ajp: Avoid delivering content from a previous request which
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf failed to send a request body. PR 46949 [Ruediger Pluem]
298eb744831be682f749ffe1c01c88d82adf215esf
298eb744831be682f749ffe1c01c88d82adf215esf *) htdbm: Fix possible buffer overflow if dbm database has very
298eb744831be682f749ffe1c01c88d82adf215esf long values. PR 30586 [Dan Poirier]
298eb744831be682f749ffe1c01c88d82adf215esf
298eb744831be682f749ffe1c01c88d82adf215esf *) core: Return APR_EOF if request body is shorter than the length announced
298eb744831be682f749ffe1c01c88d82adf215esf by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
298eb744831be682f749ffe1c01c88d82adf215esf
298eb744831be682f749ffe1c01c88d82adf215esf *) mod_suexec: correctly set suexec_enabled when httpd is run by a
298eb744831be682f749ffe1c01c88d82adf215esf non-root user and may have insufficient permissions.
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener PR 42175 [Jim Radford <radford blackbean.org>]
b9aa9ca00496f67eb755d67764775ff23ac7eb03covener
f2386b627177c7a80d38fed6ec0aed3c086909c1covener *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
f2386b627177c7a80d38fed6ec0aed3c086909c1covener type. PR 45107. [Michael Ströder <michael stroeder.com>,
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin Peter Sylvester <peter.sylvester edelweb.fr>]
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin *) mod_proxy_http: fix case sensitivity checking transfer encoding
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrin
1a668f25bc6b4b111822caaba70bb9289d64ade5niq *) mod_alias: ensure Redirect issues a valid URL.
1a668f25bc6b4b111822caaba70bb9289d64ade5niq PR 44020 [HÃ¥kon Stordahl <hakon stordahl.org>]
1a668f25bc6b4b111822caaba70bb9289d64ade5niq
7a6c86627922e38fa227943b9f888f96109681e5covener *) mod_dir: add FallbackResource directive, to enable admin to specify
7a6c86627922e38fa227943b9f888f96109681e5covener an action to happen when a URL maps to no file, without resorting
7a6c86627922e38fa227943b9f888f96109681e5covener to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
7a6c86627922e38fa227943b9f888f96109681e5covener
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener *) mod_rewrite: Remove locking for writing to the rewritelog.
17efe57eb8d88fa0d371f4ac4939dbbbe78fd09bcovener PR 46942 [Dan Poirier <poirier pobox.com>]
8068423ee2d80a7c42b2325a71c24ac9485327cecovener
8068423ee2d80a7c42b2325a71c24ac9485327cecovener *) mod_alias: check sanity in Redirect arguments.
8068423ee2d80a7c42b2325a71c24ac9485327cecovener PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
8068423ee2d80a7c42b2325a71c24ac9485327cecovener
8068423ee2d80a7c42b2325a71c24ac9485327cecovener *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
7703bad94964cc64022e08e2d1ae2c5fbfe2d3c6covener defined session identifiers encoded in the URL when caching.
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick [Ruediger Pluem]
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick
689ee47a7329cf0d0ce4c5a98670b33fcf00d81btrawick *) mod_rewrite: Fix the error string returned by RewriteRule.
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick argument of RewriteRule was not started with "[" or not ended with "]".
5a2f24f5e41d52e59e1c11e90cd423b8967d4184trawick PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier *) Windows: Fix usage message.
19ce7effbcc8a735f1a883f9266e086fde2adb63poirier [Rainer Jung]
5d58d0bc1ce35e0ee814b6c2dc21a5286e460b87covener
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener *) apachectl: When passing through arguments to httpd in
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener non-SysV mode, use the "$@" syntax to preserve arguments.
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener [Eric Covener]
8eac2273e3d5f2dc8464fada76fcfbf33a938a2fcovener
c6124d7fde07b58d51785d0f1cb509026eeaa138jim *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
c6124d7fde07b58d51785d0f1cb509026eeaa138jim be run when a connection is opened. PR 46827
c6124d7fde07b58d51785d0f1cb509026eeaa138jim [Marko Kevac <mkevac gmail.com>]
c6124d7fde07b58d51785d0f1cb509026eeaa138jim
680e7b4c70df00b695883c824947ca6ec15d69ecsf *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
680e7b4c70df00b695883c824947ca6ec15d69ecsf PR 47037. [Jeff Trawick]
680e7b4c70df00b695883c824947ca6ec15d69ecsf
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawick *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
3a49a6c98ef80c71830e66e7f8f46083001b494ctrawick protocol. [Mladen Turk]
d46dfdce9351f52a971777948d9b02f8fc668ff8niq
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin *) mod_proxy_ajp: Forward remote port information by default.
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin [Rainer Jung]
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin
6fee4e2faa2e45fe2636d01e35d03c2cf0c9d431minfrin *) Allow MPMs to be loaded dynamically, as with most other modules. This
03aa31ad82759363ba1a55589e517b16308ef635minfrin required changes to the MPM interfaces. Removed: mpm.h, mpm_default.h
03aa31ad82759363ba1a55589e517b16308ef635minfrin (as an installed header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
03aa31ad82759363ba1a55589e517b16308ef635minfrin ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
03aa31ad82759363ba1a55589e517b16308ef635minfrin called until after the register-hooks phase. [Jeff Trawick]
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
9fe23388f983cb652b5d68e2bd92aa9f0568c574minfrin to enable stricter checking of remote server certificates.
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe [Ruediger Pluem]
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe returns EINPROGRESS and a subsequent poll() returns only POLLERR.
e9eabac76b50e8f00d0c391f6070d0f42db77aa2wrowe Observed on HP-UX. [Eric Covener]
433d36fd71af86369719893afe09877be4cb4f3asf
433d36fd71af86369719893afe09877be4cb4f3asf *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
433d36fd71af86369719893afe09877be4cb4f3asf as A/UX, Next, and Tandem. [Jeff Trawick]
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
14e5a8cc15b1dcc26ad5420973304e53a9e5406bsf globbing characters to be retrieved instead of converted into a
46fdfef7dfc745effe179387e1dcb8245d3804batrawick directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
46fdfef7dfc745effe179387e1dcb8245d3804batrawick of module state across unload/load. [Jeff Trawick]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_substitute: Fix a memory leak. PR 44948
46fdfef7dfc745effe179387e1dcb8245d3804batrawick [Dan Poirier <poirier pobox.com>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawickChanges with Apache 2.3.2
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
573f949c582f06bd738a96196f40b646b6d540b8rpluem
573f949c582f06bd738a96196f40b646b6d540b8rpluem *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
573f949c582f06bd738a96196f40b646b6d540b8rpluem HTML injections and HTTP response splitting. PR 46837.
c44902d07eab7deb803a59e959f57cf3b7d56655poirier [Geoff Keating <geoffk apple.com>]
c44902d07eab7deb803a59e959f57cf3b7d56655poirier
c44902d07eab7deb803a59e959f57cf3b7d56655poirier *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener development HEAD. PR 45521. [Kaspar Brand, Sander Temme]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener *) ab: Fix maintenance of the pollset to resolve EALREADY errors
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener PR 44584. Use APR_POLLSET_NOCOPY for better performance with some
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener pollset implementations. [Jeff Trawick]
ae1981fc94adf2b231e2d0e15d2f895b2138c969covener
4ac05f9625e37cc421f4ea548422827b4de163d7niq *) mod_disk_cache: The module now turns off sendfile support if
4ac05f9625e37cc421f4ea548422827b4de163d7niq 'EnableSendfile off' is defined globally. [Lars Eilebrecht]
4ac05f9625e37cc421f4ea548422827b4de163d7niq
4ac05f9625e37cc421f4ea548422827b4de163d7niq *) mod_deflate: Adjust content metadata before bailing out on 304
4ac05f9625e37cc421f4ea548422827b4de163d7niq responses so that the metadata does not differ from 200 response.
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener [Roy T. Fielding]
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener
6999a76d8eb5ef6b4b295e51df0b2fb6064bd373covener *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick that the Etag value is properly quoted when adding the gzip marker.
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
ead0b57bbeaec5acb14f931b5641962f429dabc9trawick
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq *) Added 20x22 icons for ODF, SVG, and XML documents. PR 37185.
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq [Peter Harlow]
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick *) Disabled DefaultType directive and removed ap_default_type()
77d6f9d5c2a5cab805e9ace265628f3d791b937dniq from core. We now exclude Content-Type from responses for which
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin a media type has not been configured via mime.types, AddType,
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin
9f35dd32eedd781d218a85f0315ea5526a8adc84minfrin *) mod_rewrite: Add IPV6 variable to RewriteCond
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin [Ryan Phillips <ryan-apache trolocsis.com>]
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin PR 46275. [Takashi Sato]
5dc4220fc22561537ce1421a03e11846a5b719ebminfrin
bd27541a0c96caa881f17a490e23cdd220d480c8poirier *) rotatelogs: Allow size units B, K, M, G and combination of
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick time and size based rotation. [Rainer Jung]
bd27541a0c96caa881f17a490e23cdd220d480c8poirier
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin [<tlhackque yahoo.com>]
68c4447ba8e057cf38cbbec918e0549b817f20b4minfrin
e33d0698670fead33dbd7c907363053b9e2be454minfrin *) core: Translate the the status line to ASCII on EBCDIC platforms in
e33d0698670fead33dbd7c907363053b9e2be454minfrin ap_send_interim_response() and for locally generated "100 Continue"
e33d0698670fead33dbd7c907363053b9e2be454minfrin responses. [Eric Covener]
e33d0698670fead33dbd7c907363053b9e2be454minfrin
e33d0698670fead33dbd7c907363053b9e2be454minfrin *) prefork: Fix child process hang during graceful restart/stop in
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin configurations with multiple listening sockets. PR 42829. [Joe Orton,
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin Jeff Trawick]
cf8a8738330694e60bad421fcc8361d80b0e9124minfrin
4ea8055e720d18f386b8026b546e5836ecccba4arjung *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick set in the global scope. [Graham Leggett]
a9d359cdeb1cee65cdb9fab5e19ffb4846172183trawick
4ea8055e720d18f386b8026b546e5836ecccba4arjung *) mod_ext_filter: We need to detect failure to startup the filter
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci program (a mangled response is not acceptable). Fix to detect
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci failure, and offer configuration option either to abort or
fd80868005a61e747bc45b39df83cae7abb3d151pgollucci to remove the filter and continue.
60a8830541cd85d23a42ccb1639bc4744de9d526poirier PR 41120 [Nick Kew]
60a8830541cd85d23a42ccb1639bc4744de9d526poirier
60a8830541cd85d23a42ccb1639bc4744de9d526poirier *) mod_session_crypto: Rewrite the session_crypto module against the
60a8830541cd85d23a42ccb1639bc4744de9d526poirier apr_crypto API. [Graham Leggett]
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin until the main request is cleaned up. [Graham Leggett]
5ae15cd9d22fb3bdfd2eb0b9761c4ef07fbf2f96minfrin
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrinChanges with Apache 2.3.1
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin
69fc9805c344b2dd5fd49a4f75cbf55dedeac7d6minfrin *) ap_slotmem: Add in new slot-based memory access API impl., including
46fdfef7dfc745effe179387e1dcb8245d3804batrawick 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
46fdfef7dfc745effe179387e1dcb8245d3804batrawick Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick
46fdfef7dfc745effe179387e1dcb8245d3804batrawick *) mod_include: support generating non-ASCII characters as entities in SSI
ca0a943242b488c162aa89874498e0316f7b2f2eminfrin PR 25202 [Nick Kew]
e1c6c1dac26c35ecebe158438bb0c56afbb9bfb0sf
e1c6c1dac26c35ecebe158438bb0c56afbb9bfb0sf *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
dd90cc3ba2a09e7be46c9d8f5faad90edf18134fsf PR 25202 [Nick Kew]
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf *) mod_rewrite: fix "B" flag breakage by reverting r5589343
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf
38451a13fb80b89e704792ebc0e6f9e5e5877d7dsf *) CGI: return 504 (Gateway timeout) rather than 500 when a script
505e342aefa9fbccc857f1bc653a310e25511946sf times out before returning status line/headers.
505e342aefa9fbccc857f1bc653a310e25511946sf PR 42190 [Nick Kew]
505e342aefa9fbccc857f1bc653a310e25511946sf
505e342aefa9fbccc857f1bc653a310e25511946sf *) mod_cgid: fix segfault problem on solaris.
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf
26734c75baf170a492ef6a82f07b24ee1af7d0b1sf *) mod_proxy_scgi: Added. [André Malo]
dda254ba84bdff5e236917af1b31693ca4360eabcovener
dda254ba84bdff5e236917af1b31693ca4360eabcovener *) mod_cache: Introduce 'no-cache' per-request environment variable
dda254ba84bdff5e236917af1b31693ca4360eabcovener to prevent the saving of an otherwise cacheable response.
dda254ba84bdff5e236917af1b31693ca4360eabcovener [Eric Covener]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
e1d33ac481c6683a069630c8f9aceec3a48babcetrawick way that per-directory rewrites append the previous notion of PATH_INFO
e1d33ac481c6683a069630c8f9aceec3a48babcetrawick to each substitution before evaluating subsequent rules.
cf12a027b0859c14d5c4852efffeff62158cd98dtrawick PR 38642 [Eric Covener]
3becbd2611ffb2e8391a8eacce765b43dcb1c669wrowe
8e5e9b2d4c6cbcd21ca182fe1109d59284239515wrowe *) mod_cgid: Do not add an empty argument when calling the CGI script.
3becbd2611ffb2e8391a8eacce765b43dcb1c669wrowe PR 46380 [Ruediger Pluem]
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf *) scoreboard: Remove unused sb_type from process_score.
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf
9c78f8d71737dfbbbf4da2f9acb397567a10e88bsf *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf size of the buffer used for the request-body where necessary
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf during a per-dir renegotiation. PR 39243. [Joe Orton]
4be9c459920a7c1cfe62d654327dae5c4bb6b284sf
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi *) mod_proxy_fdpass: New module to pass a client connection over to a separate
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi process that is reading from a unix daemon socket.
47ff2654d827dd3596ce2e4099d69cec0f1009b9takashi
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi *) mod_ssl: Improve environment variable extraction to be more
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi efficient and to correctly handle DNs with duplicate tags.
b4ae72381175122ebfe42ff0d11db7a7f4162014takashi PR 45975. [Joe Orton]
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem *) Remove the obsolete serial attribute from the RPM spec file. Compile
b115299831a7b4bbec58a88d708d8536e1ecd50csf against the external pcre. Add missing binaries fcgistarter, and
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem mod_socache* and mod_session*. [Graham Leggett]
5e1ae35c05125b8b6c6c648c60e576f5796ea061rpluem
b9a830d395feaa66ab621841a5cd86e1fa2d184brjungChanges with Apache 2.3.0
b9a830d395feaa66ab621841a5cd86e1fa2d184brjung
82e6711dc508d2822d9397f07136ba4ddd8764e1niq *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
82e6711dc508d2822d9397f07136ba4ddd8764e1niq
82e6711dc508d2822d9397f07136ba4ddd8764e1niq *) Remove X-Pad header which was added as a work around to a bug in
82e6711dc508d2822d9397f07136ba4ddd8764e1niq Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
82e6711dc508d2822d9397f07136ba4ddd8764e1niq
82e6711dc508d2822d9397f07136ba4ddd8764e1niq *) Add DTrace Statically Defined Tracing (SDT) probes.
82e6711dc508d2822d9397f07136ba4ddd8764e1niq [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
f43104f173247435cb4ade2b89aa2ca8108aedb7niq
f43104f173247435cb4ade2b89aa2ca8108aedb7niq *) mod_proxy_balancer: Move all load balancing implementations
f43104f173247435cb4ade2b89aa2ca8108aedb7niq as individual, self-contained mod_proxy submodules under
1fdcfb04a08e53ce28af657d854922efbbabecf4niq modules/proxy/balancers [Jim Jagielski]
1fdcfb04a08e53ce28af657d854922efbbabecf4niq
1fdcfb04a08e53ce28af657d854922efbbabecf4niq *) Rename APIs to include ap_ prefix:
1fdcfb04a08e53ce28af657d854922efbbabecf4niq find_child_by_pid -> ap_find_child_by_pid
c26aa743a70c2148cdca1e6c637c605d9025b051niq suck_in_APR -> ap_suck_in_APR
c26aa743a70c2148cdca1e6c637c605d9025b051niq sys_privileges_handlers -> ap_sys_privileges_handlers
c26aa743a70c2148cdca1e6c637c605d9025b051niq unixd_accept -> ap_unixd_accept
c26aa743a70c2148cdca1e6c637c605d9025b051niq unixd_config -> ap_unixd_config
e076b09731977eafcef2bfc6f5323f3ab7e83b15niq unixd_killpg -> ap_unixd_killpg
e076b09731977eafcef2bfc6f5323f3ab7e83b15niq unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
3fba96a56fbced0f14edde04f417d74d7f5bdb1eniq unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq unixd_set_rlimit -> ap_unixd_set_rlimit
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq [Paul Querna]
3a183ee5b8f8129f6d3ec493be51abacda7c6ea7niq
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq *) core: When the ap_http_header_filter processes an error bucket, cleanup
22d3cfb8f14471efbc3bbc8faa2c59805ac2395fjim the passed brigade before returning AP_FILTER_ERROR down the filter
64dbb5532fba398c5e81efeb21c7fd50c05819d7niq chain. This unambiguously ensures the same error bucket isn't revisited
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq [Ruediger Pluem]
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq
d31d6c32262a8d1cbfc63d9f7adccae46002c8f7niq *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna based on heartbeats. [Paul Querna]
a50db00c3663c2a0d3531965c64d995516b06288niq
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick *) mod_heartmonitor: New module to collect heartbeats, and write out a file
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick so that other modules can load balance traffic as needed. [Paul Querna]
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick *) mod_heartbeat: New module to generate multicast heartbeats to know if a
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick server is online. [Paul Querna]
11f2c481e1d57bedb3f758565307501e9a2730ddtrawick
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi *) core: Error responses set by filters were being coerced into 500 errors,
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi sometimes appended to the original error response. Log entry of:
4aa736735709d0434c02ae6cc65b0738eb9882cctakashi 'Handler for (null) returned invalid result code -3'
99d46a23c6eac800f327b29f8009f7d7da986230trawick [Eric Covener]
99d46a23c6eac800f327b29f8009f7d7da986230trawick
99d46a23c6eac800f327b29f8009f7d7da986230trawick *) mod_buffer: Honour the flush bucket and flush the buffer in the
99d46a23c6eac800f327b29f8009f7d7da986230trawick input filter. Make sure that metadata buckets are written to
6c2782f8988f498ad9e5fc84256e202175c3edc9covener the buffer, not to the final brigade. [Graham Leggett]
6c2782f8988f498ad9e5fc84256e202175c3edc9covener
6c2782f8988f498ad9e5fc84256e202175c3edc9covener *) mod_buffer: Optimise the buffering of heap buckets when the heap
6c2782f8988f498ad9e5fc84256e202175c3edc9covener buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
a50db00c3663c2a0d3531965c64d995516b06288niq Ruediger Pluem]
bf27540ecb929632fd82264742045c96006c382cniq
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) mod_buffer: Optional support for buffering of the input and output
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna filter stacks. Can collapse many small buckets into fewer larger
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna buckets, and prevents excessively small chunks being sent over
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna the wire. [Graham Leggett]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) mod_privileges: new module to make httpd on Solaris privileges-aware
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna and to enable different virtualhosts to run with different
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna privileges and Unix user/group IDs [Nick Kew]
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna
bcb567d8f48f5de8aa84e0b19e93357e0a4d970epquerna *) mod_mem_cache: this module has been removed. [William Rowe]
ea6ff3396df1d6d43ee0ecfa3e26ada981d8e9a3sctemme
8a0c75e992cc657a98317e78374b800d16963cfatrawick *) authn/z: Remove mod_authn_default and mod_authz_default.
ba217dc41cebc0976010ee177f8fedac782d1f6fminfrin [Chris Darroch]
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf
8315a125b56710a222167e4d65b96c3c891f4b25sf *) authz: Fix handling of authz configurations, make default authz
8315a125b56710a222167e4d65b96c3c891f4b25sf logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
ab1b172430f2d4e1b222b541bb8c1d431c1a7bc7sf and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
3f985866b9b5b49fb57735b5eb135591163f30dfsf directives. [Chris Darroch]
3f985866b9b5b49fb57735b5eb135591163f30dfsf
7f51e5c395d431b8c20226f77de28efe13272bfasf *) mod_authn_core: Prevent crash when provider alias created to
7f51e5c395d431b8c20226f77de28efe13272bfasf provider which is not yet registered. [Chris Darroch]
7f51e5c395d431b8c20226f77de28efe13272bfasf
7f51e5c395d431b8c20226f77de28efe13272bfasf *) mod_authn_core: Add AuthType of None to support disabling
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf authentication. [Chris Darroch]
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf
17d64c884a44f5ca72f6901afd3e50991bfc1c63sf *) core: Allow <Limit> and <LimitExcept> directives to nest, and
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf constrain their use to conform with that of other access control
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf and authorization directives. [Chris Darroch]
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf *) unixd: turn existing code into a module, and turn the set user/group
68686064650b23222461014a11558593de194bbctrawick and chroot into a child_init function. [Nick Kew]
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sf
304903af1cf77cbdfa07e8a6482f35f3d9d7b0f3sf *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
a6e4caaa97e433cc2ef78d957bc32756d9c49f79sf
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf *) mod_dir: Support "DirectoryIndex disabled"
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf
a96ba81cada826f2a9ab1e24218a77bfadfc31d8sf *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
4f133508c93204c06e1acba9774ff184e5812606niq OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
4f133508c93204c06e1acba9774ff184e5812606niq
4f133508c93204c06e1acba9774ff184e5812606niq *) Export and install the mod_rewrite.h header to ensure the optional
87587593f1a53030e840acc0dec6cc881022ea40covener rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
87587593f1a53030e840acc0dec6cc881022ea40covener available to third party modules. [Graham Leggett]
87587593f1a53030e840acc0dec6cc881022ea40covener
87587593f1a53030e840acc0dec6cc881022ea40covener *) mod_authnz_ldap: don't return NULL-valued environment variables to
87587593f1a53030e840acc0dec6cc881022ea40covener other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener *) Don't adjust case in pathname components that are not of interest
52071e4b9f49c3a1c2c767c7ea80ec92cf9032c9covener to mod_mime. Fixes mod_negotiation's use of such components.
89b8bbc89404e7071e573c4f0a17f528996e855djorton PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
89b8bbc89404e7071e573c4f0a17f528996e855djorton
89b8bbc89404e7071e573c4f0a17f528996e855djorton *) Be tolerant in what you accept - accept slightly broken
e1d4c4e8366f46dc5dc1e6e24b4c7ac448dfa061sf status lines from a backend provide they include a valid status code.
e1d4c4e8366f46dc5dc1e6e24b4c7ac448dfa061sf PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
6bc4f334a04802bab835893d0c42af8bfb9c3c41sf
6bc4f334a04802bab835893d0c42af8bfb9c3c41sf *) New module mod_sed: filter Request/Response bodies through sed
53593dbd8fece82cb66a23f0b7024d8d713d66f1sf [Basant Kumar Kukreja <basant.kukreja sun.com>]
53593dbd8fece82cb66a23f0b7024d8d713d66f1sf
79e3f2f950745953fff4a6a8dfe1f7cce31ce287sf *) mod_auth_form: Make sure that basic authentication is correctly
79e3f2f950745953fff4a6a8dfe1f7cce31ce287sf faked directly after login. [Graham Leggett]
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
ab2b977442827214b1d884decf3e3f1579fd45e1rpluem within the output headers and error output headers, so that the
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sf session is maintained across redirects. [Graham Leggett]
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sf
195edf54eccd8c5a436c7dd17f5f604e7074d5d1sf *) mod_auth_form: Make sure the logged in user is populated correctly
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf after a form login. Fixes a missing REMOTE_USER variable directly
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf following a login. [Graham Leggett]
3709b26f3370ae89c5324a3c03fab56a93b09ecdsf
03577bc320125eaa2b27ee7af78b894ee6dfe121takashi *) mod_session_cookie: Make sure that cookie attributes are correctly
03577bc320125eaa2b27ee7af78b894ee6dfe121takashi included in the blank cookie when cookies are removed. This fixes an
03577bc320125eaa2b27ee7af78b894ee6dfe121takashi inability to log out when using mod_auth_form. [Graham Leggett]
f5119c5d7cfe8c6d53cb29d43f8746684068ed82minfrin
f5119c5d7cfe8c6d53cb29d43f8746684068ed82minfrin *) mod_autoindex: add configuration option to insert string
f5119c5d7cfe8c6d53cb29d43f8746684068ed82minfrin in HTML HEAD. [Nick Kew]
f5119c5d7cfe8c6d53cb29d43f8746684068ed82minfrin
f74d35a61a835e15412b99b8aebe4958fe4e94a5takashi *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
94713632faf403489b3f8b4e0ed65e1011ac4991takashi null value. [David Shane Holden <dpejesh apache.org>]
f74d35a61a835e15412b99b8aebe4958fe4e94a5takashi
20216b769716c4346cce373f2028d7dbebf03886poirier *) mod_headers: Prevent Header edit from processing only the first header
20216b769716c4346cce373f2028d7dbebf03886poirier of possibly multiple headers with the same name and deleting the
20216b769716c4346cce373f2028d7dbebf03886poirier remaining ones. PR 45333. [Ruediger Pluem]
7317a32e0c621c9a28f6f10e83e6c5dc63e3f3bdsf
7317a32e0c621c9a28f6f10e83e6c5dc63e3f3bdsf *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
7317a32e0c621c9a28f6f10e83e6c5dc63e3f3bdsf [Tom Donovan]
ecc6e723b804fb4b8f858910eff3f88242ec56fasf
ecc6e723b804fb4b8f858910eff3f88242ec56fasf *) core, authn/z: Determine registered authn/z providers directly in
ecc6e723b804fb4b8f858910eff3f88242ec56fasf ap_setup_auth_internal(), which allows optional functions that just
ecc6e723b804fb4b8f858910eff3f88242ec56fasf wrapped ap_list_provider_names() to be removed from authn/z modules.
ecc6e723b804fb4b8f858910eff3f88242ec56fasf [Chris Darroch]
ecc6e723b804fb4b8f858910eff3f88242ec56fasf
727d68c6009030f56a350b4603384ce4fb844341minfrin *) authn/z: Convert common provider version strings to macros.
727d68c6009030f56a350b4603384ce4fb844341minfrin [Chris Darroch]
727d68c6009030f56a350b4603384ce4fb844341minfrin
ed6dfb7d7057dc4f42348f12d7bff9fe98fc73cfminfrin *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
ed6dfb7d7057dc4f42348f12d7bff9fe98fc73cfminfrin
ed6dfb7d7057dc4f42348f12d7bff9fe98fc73cfminfrin *) configure: Don't reject libtool 2.x
4dee28b6fc8fff5efde4e7821aeb6defed3fb84dsf PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
4dee28b6fc8fff5efde4e7821aeb6defed3fb84dsf
4dee28b6fc8fff5efde4e7821aeb6defed3fb84dsf *) core: When testing for slash-terminated configuration paths in
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf ap_location_walk(), don't look past the start of an empty string
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf such as that created by a <Location ""> directive.
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf [Chris Darroch]
23247a8f748077bc788a5fbaf91d5fad34d0b7d1sf
58015652ffe00f004c6404a0631474f23dadc7dasf *) core, mod_proxy: If a kept_body is present, it becomes safe for
58015652ffe00f004c6404a0631474f23dadc7dasf subrequests to support message bodies. Make sure that safety
58015652ffe00f004c6404a0631474f23dadc7dasf checks within the core and within the proxy are not triggered
2af38cc44e48753913565b38a7a9f325f898a293minfrin when kept_body is present. This makes it possible to embed
2af38cc44e48753913565b38a7a9f325f898a293minfrin proxied POST requests within mod_include. [Graham Leggett]
745417156908df54538ca284b382ce8d27b30066minfrin
2af38cc44e48753913565b38a7a9f325f898a293minfrin *) mod_auth_form: Make sure the input filter stack is properly set
fc2f0972572614b50523bc5ddb3f866ca4acd2f0sf up before reading the login form. Make sure the kept body filter
fc2f0972572614b50523bc5ddb3f866ca4acd2f0sf is correctly inserted to ensure the body can be read a second
fc2f0972572614b50523bc5ddb3f866ca4acd2f0sf time safely should the authn be successful. [Graham Leggett,
251430bcaff1fa6a77953bfe56475eb6cc7abc78sf Ruediger Pluem]
251430bcaff1fa6a77953bfe56475eb6cc7abc78sf
251430bcaff1fa6a77953bfe56475eb6cc7abc78sf *) mod_request: Insert the KEPT_BODY filter via the insert_filter
7b467aa53854c95318a1c709709c1619a4f47118minfrin hook instead of during fixups. Add a safety check to ensure the
7b467aa53854c95318a1c709709c1619a4f47118minfrin filters cannot be inserted more than once. [Graham Leggett,
7b467aa53854c95318a1c709709c1619a4f47118minfrin Ruediger Pluem]
7b467aa53854c95318a1c709709c1619a4f47118minfrin
7ba7402d405dc9e3c1083e34049ed933472ca910poirier *) core: Do not allow Options ALL if not all options are allowed to be
7ba7402d405dc9e3c1083e34049ed933472ca910poirier overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
7ba7402d405dc9e3c1083e34049ed933472ca910poirier
7ba7402d405dc9e3c1083e34049ed933472ca910poirier *) ap_cache_cacheable_headers_out() will (now) always
7ba7402d405dc9e3c1083e34049ed933472ca910poirier merge an error headers _before_ clearing them and _before_
4286d2e267e788d856092bf2ccf461e7ca99570frpluem merging in the actual entity headers and doing normal
4286d2e267e788d856092bf2ccf461e7ca99570frpluem hop-by-hop cleansing. [Dirk-Willem van Gulik].
4286d2e267e788d856092bf2ccf461e7ca99570frpluem
4286d2e267e788d856092bf2ccf461e7ca99570frpluem *) cache: retire ap_cache_cacheable_hdrs_out() which was used
43563ad04e4bae7b42f7a34a87b7c60dc69c0c3fpoirier for both in- and out-put headers; and replace it by a single
5357892a1e367372dc2d4a315156e3e44dc5d56dpoirier ap_cache_cacheable_headers() wrapped in a in- and out-put
5357892a1e367372dc2d4a315156e3e44dc5d56dpoirier specific ap_cache_cacheable_headers_in()/out(). The latter
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier which will also merge error and ensure content-type. To keep
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier cache modules consistent with ease. This API change bumps
b42af5f6edf4fe4b820288c37920a7a6fd65f1f1poirier up the minor MM by one [Dirk-Willem van Gulik].
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin PR 44799 [Christian Wenz <christian wenz.org>]
49cea03e96dc4707bce15d6318eb013cb8668d96minfrin
847b3922f7dcde6830f4aad49d29c84b4569c260minfrin *) Move the KeptBodySize directive, kept_body filters and the
63eaa8ed62d63de0a44346b8af48e08e562db01eminfrin ap_parse_request_body function out of the http module and into a
63eaa8ed62d63de0a44346b8af48e08e562db01eminfrin new module called mod_request, reducing the size of the core.
847b3922f7dcde6830f4aad49d29c84b4569c260minfrin [Graham Leggett]
1af2b28846e2647963db788b081676884fb7df8crpluem
1af2b28846e2647963db788b081676884fb7df8crpluem *) mod_dbd: Handle integer configuration directive parameters with a
1af2b28846e2647963db788b081676884fb7df8crpluem dedicated function.
845258fbf5102b8b09fe9b7f4cb4ea4c089344c3poirier
845258fbf5102b8b09fe9b7f4cb4ea4c089344c3poirier *) Change the directives within the mod_session* modules to be valid
845258fbf5102b8b09fe9b7f4cb4ea4c089344c3poirier both inside and outside the location/directory sections, as
5d36cddfe00d5c6ad18845fcc04e6f7662050fafminfrin suggested by wrowe. [Graham Leggett]
5d36cddfe00d5c6ad18845fcc04e6f7662050fafminfrin
5d36cddfe00d5c6ad18845fcc04e6f7662050fafminfrin *) mod_auth_form: Add a module capable of allowing end users to log
20aa41f86a5b451529d26d9b901eea69989e5c0aminfrin in using an HTML form, storing the credentials within mod_session.
20aa41f86a5b451529d26d9b901eea69989e5c0aminfrin [Graham Leggett]
20aa41f86a5b451529d26d9b901eea69989e5c0aminfrin
8c92aeeb75b1b393f61a3e01c495484737a0ff8cminfrin *) Add a function to the http filters that is able to parse an HTML
8c92aeeb75b1b393f61a3e01c495484737a0ff8cminfrin form request with the type of application/x-www-form-urlencoded.
8c92aeeb75b1b393f61a3e01c495484737a0ff8cminfrin [Graham Leggett]
1018201f5223624476334c6e23aead02db7c4040minfrin
1018201f5223624476334c6e23aead02db7c4040minfrin *) mod_session_crypto: Initialise SSL in the post config hook.
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier [Ruediger Pluem, Graham Leggett]
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier *) mod_session_dbd: Add a session implementation capable of storing
e5db2522dbe503cbf5399094b6239c88c246a8c5poirier session information in a SQL database via the dbd interface. Useful
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin for sites where session privacy is important. [Graham Leggett]
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin *) mod_session_crypto: Add a session encoding implementation capable
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin of encrypting and decrypting sessions wherever they may be stored.
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin Introduces a level of privacy when sessions are stored on the
ad7e5e9fb8f63a5155bb392114162997505ff772minfrin browser. [Graham Leggett]
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin *) mod_session_cookie: Add a session implementation capable of storing
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin session information within cookies on the browser. Useful for high
59cb8d601b8c44476e59310f68b9c373d8fc62a6minfrin volume sites where server bound sessions are too resource intensive.
ec8b1faa56744b338f6d6421144b56c2bb3faae6poirier [Graham Leggett]
ec8b1faa56744b338f6d6421144b56c2bb3faae6poirier
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin *) mod_session: Add a generic session interface to unify the different
10abdcbd7b30d957d15c61ea8100ba97a627ac95minfrin attempts at saving persistent sessions across requests.
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq [Graham Leggett]
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq
87e0bf269cc3386ee8e6ab561ff00770151f4f53niq *) core, authn/z: Avoid calling access control hooks for internal requests
3c67b7956d44501360506a9f13a5011be73b30ecminfrin with configurations which match those of initial request. Revert to
3c67b7956d44501360506a9f13a5011be73b30ecminfrin original behaviour (call access control hooks for internal requests
3c67b7956d44501360506a9f13a5011be73b30ecminfrin with URIs different from initial request) if any access control hooks or
3c67b7956d44501360506a9f13a5011be73b30ecminfrin providers are not registered as permitting this optimization.
97d20d37d21b8d427a920e211858172f0a82427epoirier Introduce wrappers for access control hook and provider registration
97d20d37d21b8d427a920e211858172f0a82427epoirier which can accept additional mode and flag data. [Chris Darroch]
97d20d37d21b8d427a920e211858172f0a82427epoirier
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq *) Introduced ap_expr API for expression evaluation.
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq This is adapted from mod_include, which is the first module
8e04e8ec7d682bff5e6dccdd70c082971a88cb8bniq to use the new API.
53c999a82fcca729dabc8a512b3fb996d61fd814niq [Nick Kew]
53c999a82fcca729dabc8a512b3fb996d61fd814niq
53c999a82fcca729dabc8a512b3fb996d61fd814niq *) mod_authz_dbd: When redirecting after successful login/logout per
53c999a82fcca729dabc8a512b3fb996d61fd814niq AuthzDBDRedirectQuery, do not report authorization failure, and use
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem first row returned by database query instead of last row.
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem [Chris Darroch]
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem
25d0f8adcab13255494a3572edff1a25f6fbeea3rpluem *) mod_ldap: Correctly return all requested attribute values
dd9ae259e1578c4388739c880ede97c55cec543frpluem when some attributes have a null value.
dd9ae259e1578c4388739c880ede97c55cec543frpluem PR 44560 [Anders Kaseorg <anders kaseorg.com>]
dd9ae259e1578c4388739c880ede97c55cec543frpluem
0938450cadc9a083d112a86bc7dd7ae34f791364trawick *) core: check symlink ownership if both FollowSymlinks and
0938450cadc9a083d112a86bc7dd7ae34f791364trawick SymlinksIfOwnerMatch are set [Nick Kew]
0938450cadc9a083d112a86bc7dd7ae34f791364trawick
8bed7ee6d97933b958e97e222f37154d83e384e5jorton *) core: fix origin checking in SymlinksIfOwnerMatch
8bed7ee6d97933b958e97e222f37154d83e384e5jorton PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
8bed7ee6d97933b958e97e222f37154d83e384e5jorton
8bed7ee6d97933b958e97e222f37154d83e384e5jorton *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
8bed7ee6d97933b958e97e222f37154d83e384e5jorton 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
d33ddda47790d3295f4218f87e3a296cf51a9becmjc mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
c7d46b58052fe666c74a47bd26b6cb1e351492adrpluem
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
7a25b029b69f169bd22718165dff3b271114f92eniq contain public function declarations which are useful for
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier third party module authors. PR 42431 [Dirk-Willem van Gulik].
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier
43d051c8401a1f3b4f7853cd897d3565ab814ea7poirier *) mod_dir, mod_negotiation: pass the output filter information
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem to newly created sub requests; as these are later on used
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem as true requests with an internal redirect. This allows for
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem mod_cache et.al. to trap the results of the redirect.
7a25b029b69f169bd22718165dff3b271114f92eniq [Dirk-Willem van Gulik, Ruediger Pluem]
7a25b029b69f169bd22718165dff3b271114f92eniq
7a25b029b69f169bd22718165dff3b271114f92eniq *) mod_ldap: Add support (taking advantage of the new APR capability)
2f34374f6e04b9094a1d13a5ed823f331ba841a3rpluem for ldap rebind callback while chasing referrals. This allows direct
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton searches on LDAP servers (in particular MS Active Directory 2003+)
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton using referrals without the use of the global catalog.
3e6a46d2fecf446daf0e280a49fa5565f5f635eajorton PRs 26538, 40268, and 42557 [Paul J. Reder]
137e484e5f984ceff1102e1212dda8ac0413231aniq
0df8f79d2324b131c36955d7e474a735a762f9eeniq *) mod_ssl: Added server name indication support (SNI, RFC 4366).
0df8f79d2324b131c36955d7e474a735a762f9eeniq PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
0df8f79d2324b131c36955d7e474a735a762f9eeniq can be created with test/make_sni.sh [Dirk-Willem van Gulik].
30e3e760b737f13ce800fa02c5930ade7659ba66niq
30e3e760b737f13ce800fa02c5930ade7659ba66niq *) ApacheMonitor.exe: Introduce --kill argument for use by the
30e3e760b737f13ce800fa02c5930ade7659ba66niq installer. This will permit the installation tool to remove
80370e62044bea458bcd0545c59cb864ed117b04niq all running instances before attempting to remove the .exe.
e991c6fc032c59eb6cb751d9d382e933a53a2866niq [William Rowe]
e991c6fc032c59eb6cb751d9d382e933a53a2866niq
e991c6fc032c59eb6cb751d9d382e933a53a2866niq *) mod_ssl: Add support for OCSP validation of client certificates.
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) mod_serf: New module for Reverse Proxying. [Paul Querna]
33d9be77cc6f5fc8734e9c1f526b82d359955152rpluem
9a00e2d46c44c111d6952e553a2f1a61b7594eb3rpluem *) core: Add the option to keep aside a request body up to a certain
33d9be77cc6f5fc8734e9c1f526b82d359955152rpluem size that would otherwise be discarded, to be consumed by filters
da128c59ec571c4dff70f41ecba9c8a9974c6cd6niq such as mod_include. When enabled for a directory, POST requests
172e83c0f024fe6396dd1f3ca3492fd83c304db5jim to shtml files can be passed through to embedded scripts as POST
da128c59ec571c4dff70f41ecba9c8a9974c6cd6niq requests, rather being downgraded to GET requests. [Graham Leggett]
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
45932a847f237b4d8f0667b138bd3f8a15fb53ffniq
186e9d990f453d16826ab87a87df7b87e6e05921rpluem *) scoreboard: Correctly declare ap_time_process_request.
186e9d990f453d16826ab87a87df7b87e6e05921rpluem PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
186e9d990f453d16826ab87a87df7b87e6e05921rpluem
186e9d990f453d16826ab87a87df7b87e6e05921rpluem *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi provide the unusual legacy lookup. [William Rowe]
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi *) mpm winnt: fix null pointer dereference
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi PR 42572 [Davi Arnaut]
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung parameters to the environment. Improve portability to
292cb7b720095e7bb434d79ae53b02d332aeb99acovener EBCDIC machines by using apr_toupper(). [Martin Kraemer]
292cb7b720095e7bb434d79ae53b02d332aeb99acovener
292cb7b720095e7bb434d79ae53b02d332aeb99acovener *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
292cb7b720095e7bb434d79ae53b02d332aeb99acovener to authorize an authenticated user via a "require ldap-group X" directive
137e484e5f984ceff1102e1212dda8ac0413231aniq where the user is not in group X, but is in a subgroup contained in X.
137e484e5f984ceff1102e1212dda8ac0413231aniq PR 42891 [Paul J. Reder]
137e484e5f984ceff1102e1212dda8ac0413231aniq
137e484e5f984ceff1102e1212dda8ac0413231aniq *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
137e484e5f984ceff1102e1212dda8ac0413231aniq
137e484e5f984ceff1102e1212dda8ac0413231aniq *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem for SDKs that define LDAP_NO_LIMIT to something other than -1.
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem [David Jones <oscaremma gmail.com>]
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluem *) apxs: Enhance -q flag to print all known variables and their values
51d55be8bbc6652c13bc80d920f4331f7152dceerjung when invoked without variable name(s).
51d55be8bbc6652c13bc80d920f4331f7152dceerjung [William Rowe, Sander Temme]
51d55be8bbc6652c13bc80d920f4331f7152dceerjung
0af58edfee6112cc3399e0e693340e525b96ab1ctrawick *) apxs: Eliminate run-time check for mod_so. PR 40653.
0af58edfee6112cc3399e0e693340e525b96ab1ctrawick [David M. Lee <dmlee crossroads.com>]
0af58edfee6112cc3399e0e693340e525b96ab1ctrawick
0af58edfee6112cc3399e0e693340e525b96ab1ctrawick *) beos MPM: Create pmain pool and run modules' child_init hooks when
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick [Chris Darroch]
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick
8f2700898323915da289644dc1f3ee11a5e5b4earpluem *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
8f2700898323915da289644dc1f3ee11a5e5b4earpluem cleanups registered in modules' child_init hooks are performed.
8f2700898323915da289644dc1f3ee11a5e5b4earpluem [Chris Darroch]
8f2700898323915da289644dc1f3ee11a5e5b4earpluem
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener *) mod_dbd: Stash DBD connections in request_config of initial request
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener only, or else sub-requests and internal redirections may cause
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener
77e28c16c8109d76c3b45717fa66ee74415db042rjung *) Fix issue which could cause error messages to be written to access logs
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick
d1745d6933c22c807cf2388332426defd1b19f03covener *) The LockFile directive, which specifies the location of
d1745d6933c22c807cf2388332426defd1b19f03covener the accept() mutex lockfile, is deprecated. Instead, the
d1745d6933c22c807cf2388332426defd1b19f03covener AcceptMutex directive now takes an optional lockfile
d1745d6933c22c807cf2388332426defd1b19f03covener location parameter, ala SSLMutex. [Jim Jagielski]
b20f76a400e77d3631f3507ff22d68ae6bd25323trawick
222834d5a33b915037094af014905f3683cae78btrawick *) mod_authn_dbd: Export any additional columns queried in the SQL select
222834d5a33b915037094af014905f3683cae78btrawick into the environment with the name AUTHENTICATE_<COLUMN>. This brings
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem *) mod_dbd: Key the storage of prepared statements on the hex string
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna value of server_rec, rather than the server name, as the server name
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd may change (eg when the server name is set) at any time, causing
1c03114a0f0315ed19a05f654021da9f66005897rjung weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
1c03114a0f0315ed19a05f654021da9f66005897rjung
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem the first bucket from the brigade, finds it not to be a FILE
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme bucket and barfs. The fix is to pass a bucket rather than a brigade.
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemme [Niklas Edmundsson <nikke acc.umu.se>]
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme
019f2b58acb34e31ea3a062bdb5e6c863cd82d66trawick *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
873c287c391b0bbc4719b68bb84946515811e1batrawick
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick *) ap_get_server_version() has been removed. Third-party modules must
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick now use ap_get_server_banner() or ap_get_server_description().
873c287c391b0bbc4719b68bb84946515811e1batrawick [Jeff Trawick]
832853bb93c1831daf24e4727c5ca0e1b1786e83lars
832853bb93c1831daf24e4727c5ca0e1b1786e83lars *) All MPMs: Introduce a check_config phase between pre_config and
832853bb93c1831daf24e4727c5ca0e1b1786e83lars open_logs, to allow modules to review interdependent configuration
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding directive values and adjust them while messages can still be logged
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding to the console. Handle relevant MPM directives during this phase
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding and format messages for both the console and the error log, as
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding appropriate. [Chris Darroch]
1782dcd420de504978945e6b812523eeae6d56a2lars
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_proxy: don't URLencode tilde in path component
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding [Stijn Hoop <stijn sandcat.nl>]
1782dcd420de504978945e6b812523eeae6d56a2lars
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mpm_winnt: Fix return values from wait_for_many_objects.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem The return value is index to the signaled thread in the
59dc8d935dbf862712683bbc9e267bd08ced0b14fielding creted_threads array. We can not use WAIT_TIMEOUT because
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem his value is defined as 258, thus limiting the MaxThreads
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem to that value. [Mladen Turk]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
cf8d02ea0c91653917b044529f3133c5a1bb9200fielding to circumvent the symbolic link checks imposed by FollowSymLinks and
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
17ac330ebaa71b24cb77580411a231ee45996e03pquerna *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem The default is none as this is far greater debugging resolution than
9f38f3ec3e8087985d108a24ae796962fef83644takashi the typical administrator is prepared to untangle. [William Rowe]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_disk_cache: If possible, check if the size of an object to cache is
d4ee4552489641d35d1195bbbd6021351c4b79aarjung within the configured boundaries before actually saving data.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Niklas Edmundsson <nikke acc.umu.se>]
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem final name. [Davi Arnaut <davi haxent.com.br>]
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Worker and event MPMs: Remove improper scoreboard updates which were
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem performed in the event of a fork() failure. [Chris Darroch]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
382d14411b582d97075a836190d74c778977505fcovener *) Add support for fcgi:// proxies to mod_rewrite.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Markus Schiegl <ms schiegl.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Remove incorrect comments from scoreboard.h regarding conditional
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick loading of worker_score structure with mod_status, and remove unused
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem definitions relating to old life_status field.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Chris Darroch <chrisd pearsoncmg.com>]
0e9dae659943679108357054e9aa7657cdc52dc4minfrin
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Remove allocation of memory for unused array of lb_score pointers
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Garrett Rooney, Jim Jagielski, Paul Querna]
d03aa31ada476d8eb97feaec2b1099809e7f3d57niq
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Chris Darroch <chrisd pearsoncmg.com>]
a7757dd38bb2a1afc93e241b7ea67b3de85ecc8bminfrin
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_charset_lite: Remove Content-Length when output filter can
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem invalidate it. Warn when input filter can invalidate it.
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna [Jeff Trawick]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) Authz: Add the new module mod_authn_core that will provide common
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem authn directives such as 'AuthType', 'AuthName'. Move the directives
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem into mod_authn_core. [Brad Nicholes]
a5cce34e21a5b472f3806b4526043887bcb7e9eajim
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem into the new module mod_access_compat which can be loaded to provide
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq support for these directives.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) Authz: Move the 'Require' directive from the core module as well as
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq logic into the authorization processing. [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Authz: Add the new module mod_authz_core which acts as the
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem authorization provider vector and contains common authz
0c26d213d85bc40fc05963c63bf670b42b352d25niq directives. [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
9f07b6dc343a4e3eba5f4c47050a77441723ce89nd *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem host-based access control provided by mod_authz_host and invoked
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem through the 'Require' directive. [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
f7cec4a86292b160401472286a17497ae0d4df18covener *) Authz: Convert all of the authz modules from hook based to
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem provider based. [Brad Nicholes]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_cache: Add CacheMinExpire directive to set the minimum time in
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem seconds to cache a document.
1464434c2c104e0ba224644c42552330f5158537covener [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd *) Fix typo in ProxyStatus syntax error message.
92357fb76d3ad043e29ba2ba2041a7bdb8d13390niq [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton *) Asynchronous write completion for the Event MPM. [Brian Pane]
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton *) Added an End-Of-Request bucket type. The logging of a request and
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin the freeing of its pool are now done when the EOR bucket is destroyed.
235b900b78cf6849f8344e377a91ded37d9cc9depquerna This has the effect of delaying the logging until right after the last
235b900b78cf6849f8344e377a91ded37d9cc9depquerna of the response is sent; ap_core_output_filter() calls the access logger
235b900b78cf6849f8344e377a91ded37d9cc9depquerna indirectly when it destroys the EOR bucket. [Brian Pane]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton *) Rewrite of logresolve support utility: IPv6 addresses are now supported
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton and the format of statistical output has changed. [Colm MacCarthaigh]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin *) Added new connection states for handler and write completion
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin [Brian Pane]
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna [Justin Erenkrantz]
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna allowing string-valued client certificate attributes to be used for
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna [Martin Kraemer, David Reid]
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna [Apache 2.1.0-dev includes those bug fixes and changes with the
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim Apache 2.2.xx tree as documented, and except as noted, below.]
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jimChanges with Apache 2.2.x and later:
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquernaChanges with Apache 2.0.x and later:
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquernaChanges with Apache 1.3.x and later:
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna