CHANGES revision 723f9f463f1922eaef3d24d00cb289e10daa73ff
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.3.0
415bb21f281e9b4f905d5893fede9165bdf1491bjim[ When backported to 2.2.x, remove entry from this file ]
415bb21f281e9b4f905d5893fede9165bdf1491bjim
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf *) mod_auth_form: Add a module capable of allowing end users to log
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf in using an HTML form, storing the credentials within mod_session.
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf [Graham Leggett]
bcb2c4ef861e8f8260284631b6753e1088643c8asf
bcb2c4ef861e8f8260284631b6753e1088643c8asf *) Add a function to the http filters that is able to parse an HTML
bcb2c4ef861e8f8260284631b6753e1088643c8asf form request with the type of application/x-www-form-urlencoded.
6defa5d20691765eb0b98daf5db4b1004353222esf [Graham Leggett]
6defa5d20691765eb0b98daf5db4b1004353222esf
415bb21f281e9b4f905d5893fede9165bdf1491bjim *) mod_session_crypto: Initialise SSL in the post config hook.
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim [Ruediger Pluem, Graham Leggett]
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung *) mod_session_dbd: Add a session implementation capable of storing
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung session information in a SQL database via the dbd interface. Useful
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung for sites where session privacy is important. [Graham Leggett]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung *) mod_session_crypto: Add a session encoding implementation capable
ef3e19a9a27ca055dd20e971d5578f5510308023niq of encrypting and decrypting sessions wherever they may be stored.
ef3e19a9a27ca055dd20e971d5578f5510308023niq Introduces a level of privacy when sessions are stored on the
ef3e19a9a27ca055dd20e971d5578f5510308023niq browser. [Graham Leggett]
ef3e19a9a27ca055dd20e971d5578f5510308023niq
099d298d417b68b3d11fb5934c404c60f518d69csf *) mod_session_cookie: Add a session implementation capable of storing
099d298d417b68b3d11fb5934c404c60f518d69csf session information within cookies on the browser. Useful for high
099d298d417b68b3d11fb5934c404c60f518d69csf volume sites where server bound sessions are too resource intensive.
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf [Graham Leggett]
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf *) mod_session: Add a generic session interface to unify the different
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung attempts at saving persistent sessions across requests.
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung [Graham Leggett]
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) core, authn/z: Avoid calling access control hooks for internal requests
3f5968bf1059aebe846e121a6f3748dd03471ce4sf with configurations which match those of initial request. Revert to
3f5968bf1059aebe846e121a6f3748dd03471ce4sf original behaviour (call access control hooks for internal requests
3f5968bf1059aebe846e121a6f3748dd03471ce4sf with URIs different from initial request) if any access control hooks or
3f5968bf1059aebe846e121a6f3748dd03471ce4sf providers are not registered as permitting this optimization.
3f5968bf1059aebe846e121a6f3748dd03471ce4sf Introduce wrappers for access control hook and provider registration
3f5968bf1059aebe846e121a6f3748dd03471ce4sf which can accept additional mode and flag data. [Chris Darroch]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf *) http_filters: Don't spin if get an error when reading the
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf next chunk. PR 44381 [Ruediger Pluem]
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem]
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf *) Introduced ap_expr API for expression evaluation.
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf This is adapted from mod_include, which is the first module
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf to use the new API.
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf [Nick Kew]
93d757f10e0823af718075b34363970c4af0e6cdsf
93d757f10e0823af718075b34363970c4af0e6cdsf *) mod_authz_dbd: When redirecting after successful login/logout per
93d757f10e0823af718075b34363970c4af0e6cdsf AuthzDBDRedirectQuery, do not report authorization failure, and use
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf first row returned by database query instead of last row.
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf [Chris Darroch]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf enough. PR 44641 [Daniel Lescohier <daniel.lescohier cnet.com>]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) mod_authn_dbd: Disambiguate and tidy database authentication
78b046ee9f769d9609ea1157177d5467e4700c89covener error messages. PR 43210. [Chris Darroch, Phil Endecott
78b046ee9f769d9609ea1157177d5467e4700c89covener <spam_from_apache_bugzilla chezphil.org>]
78b046ee9f769d9609ea1157177d5467e4700c89covener
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf *) mod_cache: Handle If-Range correctly if the cached resource was stale.
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf PR 44579 [Ruediger Pluem]
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf
00f8426677a7975dc809e4ccb11241c543ec8a0esf *) mod_speling: remove regression from 1.3/2.0 behavior and
00f8426677a7975dc809e4ccb11241c543ec8a0esf drop dependency between mod_speling and AcceptPathInfo.
00f8426677a7975dc809e4ccb11241c543ec8a0esf PR 43562 [Jose Kahan <jose w3.org>]
3ef519991d73cff6763052b5a44c206bda01541dsf
3ef519991d73cff6763052b5a44c206bda01541dsf *) mod_ldap: Correctly return all requested attribute values
3ef519991d73cff6763052b5a44c206bda01541dsf when some attributes have a null value.
3ef519991d73cff6763052b5a44c206bda01541dsf PR 44560 [Anders Kaseorg <anders kaseorg.com>]
3ef519991d73cff6763052b5a44c206bda01541dsf
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf *) core: check symlink ownership if both FollowSymlinks and
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf SymlinksIfOwnerMatch are set [Nick Kew]
f82baabbe731507742af2f7ba41463dbbc7911e9sf
f82baabbe731507742af2f7ba41463dbbc7911e9sf *) core: fix origin checking in SymlinksIfOwnerMatch
f82baabbe731507742af2f7ba41463dbbc7911e9sf PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
26d07dbe57cb2c8f49df541329a1653635988dbbsf
26d07dbe57cb2c8f49df541329a1653635988dbbsf *) rotatelogs: Added '-f' option to force rotatelogs to create the
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim logfile as soon as started, and not wait until it reads the
686555019e71b355e835166dfefbec33f7fb6f90rjung first entry. [Jim Jagielski]
686555019e71b355e835166dfefbec33f7fb6f90rjung
686555019e71b355e835166dfefbec33f7fb6f90rjung *) mod_proxy: Do not try a direct connection if the connection via a
eda40bb2debf78c913552346127358797665cf7frjung remote proxy failed before and the request has a request body.
eda40bb2debf78c913552346127358797665cf7frjung [Ruediger Pluem]
eda40bb2debf78c913552346127358797665cf7frjung
eda40bb2debf78c913552346127358797665cf7frjung *) mod_substitute: The default is now flattening the buckets after
eda40bb2debf78c913552346127358797665cf7frjung each substitution. This was mostly done to abide by the
eda40bb2debf78c913552346127358797665cf7frjung Principle Of Least Astonishment. The newly added 'q' flag allows for
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung the quicker, more efficient bucket-splitting if the user so
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung desires. [Jim Jagielski]
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) Added 'disablereuse' option for ProxyPass which, essentially,
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung disables connection pooling for the backend servers.
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung [Jim Jagielski]
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
4acb0cd5536553055c7c6996414cec00b0191e1djim contain public function declarations which are useful for
4acb0cd5536553055c7c6996414cec00b0191e1djim third party module authors. PR 42431 [Dirk-Willem van Gulik].
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf *) mod_dir, mod_negotiation: pass the output filter information
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf to newly created sub requests; as these are later on used
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf as true requests with an internal redirect. This allows for
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf mod_cache et.al. to trap the results of the redirect.
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf [Dirk-Willem van Gulik, Ruediger Pluem]
70f553c56eda63b353598193c3afc238db9b3c78sf
70f553c56eda63b353598193c3afc238db9b3c78sf *) ab: Use a 64 bit unsigned int instead of a signed long to count the
70f553c56eda63b353598193c3afc238db9b3c78sf bytes transferred to avoid integer overflows. PR 44346 [Ruediger Pluem]
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf *) mod_proxy_ajp: Do not retry request in the case that we either failed to
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf sent a part of the request body or if the request is not idempotent.
0c2193f47081b894ed16f4fc371f44564d28b334jorton PR 44334 [Ruediger Pluem]
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton *) rotatelogs: Don't leak memory when reopening the logfile.
0c2193f47081b894ed16f4fc371f44564d28b334jorton PR 40183 [Ruediger Pluem, Takashi Sato <serai lans-tv.com>]
55929f765b95e354092ac17238718e471c252ebbsf
55929f765b95e354092ac17238718e471c252ebbsf *) mod_ldap: Add support (taking advantage of the new APR capability)
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf for ldap rebind callback while chasing referrals. This allows direct
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf searches on LDAP servers (in particular MS Active Directory 2003+)
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf using referrals without the use of the global catalog.
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf PRs 26538, 40268, and 42557 [Paul J. Reder]
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf *) ab: Do not try to read non existing response bodies of HEAD requests.
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf PR 34275 [Takashi Sato <serai lans-tv.com>]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) Support chroot on Unix-family platforms
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) mod_proxy_http: Return HTTP status codes instead of apr_status_t
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf values for errors encountered while forwarding the request body
0ab15ffa17f588723d0c310af78b505bf4e8a953sf PR 44165 [Eric Covener]
0ab15ffa17f588723d0c310af78b505bf4e8a953sf
0ab15ffa17f588723d0c310af78b505bf4e8a953sf *) mod_ssl: Added server name indication support (SNI, RFC 4366).
1dee19645438f8e3cb80fe86e1aaade04d093e45sf PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
1dee19645438f8e3cb80fe86e1aaade04d093e45sf can be created with test/make_sni.sh [Dirk-Willem van Gulik].
1dee19645438f8e3cb80fe86e1aaade04d093e45sf
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf *) ApacheMonitor.exe: Introduce --kill argument for use by the
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf installer. This will permit the installation tool to remove
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf all running instances before attempting to remove the .exe.
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf [William Rowe]
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf *) mod_proxy: Lower memory consumption for short lived connections.
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin PR 44026. [Ruediger Pluem]
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin *) mod_proxy: Keep connections to the backend persistent in the HTTPS case.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf [Ruediger Pluem]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) rotatelogs: Improve atomicity when using -l and cleaup code.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf PR 44004 [Rainer Jung]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) mod_ssl: Add support for OCSP validation of client certificates.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
6b15044d54a096e6323ff1540f1a491e8de7622dsf PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
6b15044d54a096e6323ff1540f1a491e8de7622dsf
6b15044d54a096e6323ff1540f1a491e8de7622dsf *) mod_serf: New module for Reverse Proxying. [Paul Querna]
287b17b746df229d6211c624b8a3e1edda21cecdsf
287b17b746df229d6211c624b8a3e1edda21cecdsf *) core: Add the option to keep aside a request body up to a certain
287b17b746df229d6211c624b8a3e1edda21cecdsf size that would otherwise be discarded, to be consumed by filters
de2d327e43e0f17cdb64851beafecba96a0ed962sf such as mod_include. When enabled for a directory, POST requests
de2d327e43e0f17cdb64851beafecba96a0ed962sf to shtml files can be passed through to embedded scripts as POST
de2d327e43e0f17cdb64851beafecba96a0ed962sf requests, rather being downgraded to GET requests. [Graham Leggett]
de2d327e43e0f17cdb64851beafecba96a0ed962sf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) scoreboard: Correctly declare ap_time_process_request.
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
b44565f239485673d9486068588a5fb3af008be9sf provide the unusual legacy lookup. [William Rowe]
b44565f239485673d9486068588a5fb3af008be9sf
b44565f239485673d9486068588a5fb3af008be9sf *) mpm winnt: fix null pointer dereference
b44565f239485673d9486068588a5fb3af008be9sf PR 42572 [Davi Arnaut]
bf99d597a964add76124fc185892e04733a02969sf
bf99d597a964add76124fc185892e04733a02969sf *) core: reinstate location walk to fix config for subrequests
bf99d597a964add76124fc185892e04733a02969sf PR 41960 [Jose Kahan <jose w3.org>]
876167dba234e2c7065895c87b77a8c57bdcf754sf
876167dba234e2c7065895c87b77a8c57bdcf754sf *) mod_log_config: Add format options for %p so that the actual local
876167dba234e2c7065895c87b77a8c57bdcf754sf or remote port can be logged. PR 43415. [Adam Hasselbalch Hansen
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf <ahh@one.com>, Ruediger Pluem, Jeff Trawick]
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim parameters to the environment. Improve portability to
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim EBCDIC machines by using apr_toupper(). [Martin Kraemer]
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin to authorize an authenticated user via a "require ldap-group X" directive
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin where the user is not in group X, but is in a subgroup contained in X.
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin PR 42891 [Paul J. Reder]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
b3e63c395d671f14a096d7e888dbfd2caf93a663sf *) ab: Add -r option to continue after socket receive errors.
b3e63c395d671f14a096d7e888dbfd2caf93a663sf [Filip Hanik <devlist hanik.com>]
b3e63c395d671f14a096d7e888dbfd2caf93a663sf
b3e63c395d671f14a096d7e888dbfd2caf93a663sf *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf for SDKs that define LDAP_NO_LIMIT to something other than -1.
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf [David Jones <oscaremma gmail.com>]
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf
83c89da783ba8bdaef50ec1912443f7fad3556acjim *) apxs: Enhance -q flag to print all known variables and their values
83c89da783ba8bdaef50ec1912443f7fad3556acjim when invoked without variable name(s).
83c89da783ba8bdaef50ec1912443f7fad3556acjim [William Rowe, Sander Temme]
5152ceef718c8d39291557205cb2a98f436ce87frjung
5152ceef718c8d39291557205cb2a98f436ce87frjung *) apxs: Eliminate run-time check for mod_so. PR 40653.
4acb0cd5536553055c7c6996414cec00b0191e1djim [David M. Lee <dmlee crossroads.com>]
9c67ffea79ab184351b5d554b57814e13285e758jim
9c67ffea79ab184351b5d554b57814e13285e758jim *) beos MPM: Create pmain pool and run modules' child_init hooks when
3eb3f27d2d93942bd4230c231aab4eb16a316384jim entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
3eb3f27d2d93942bd4230c231aab4eb16a316384jim [Chris Darroch]
3eb3f27d2d93942bd4230c231aab4eb16a316384jim
0a2424312d9f02479a38e96dcbb170a77c218852rjung *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
0a2424312d9f02479a38e96dcbb170a77c218852rjung cleanups registered in modules' child_init hooks are performed.
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener [Chris Darroch]
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener *) mod_dbd: Stash DBD connections in request_config of initial request
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic only, or else sub-requests and internal redirections may cause
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick *) Fix issue which could cause error messages to be written to access logs
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick *) The LockFile directive, which specifies the location of
e19d3a1e487aa73e0850658d3773f748aefba7f7sf the accept() mutex lockfile, is deprecated. Instead, the
e19d3a1e487aa73e0850658d3773f748aefba7f7sf AcceptMutex directive now takes an optional lockfile
e19d3a1e487aa73e0850658d3773f748aefba7f7sf location parameter, ala SSLMutex. [Jim Jagielski]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
e19d3a1e487aa73e0850658d3773f748aefba7f7sf *) mod_authn_dbd: Export any additional columns queried in the SQL select
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf into the environment with the name AUTHENTICATE_<COLUMN>. This brings
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf *) mod_dbd: Key the storage of prepared statements on the hex string
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf value of server_rec, rather than the server name, as the server name
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf may change (eg when the server name is set) at any time, causing
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick the first bucket from the brigade, finds it not to be a FILE
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf bucket and barfs. The fix is to pass a bucket rather than a brigade.
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf [Niklas Edmundsson <nikke acc.umu.se>]
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf *) ap_get_server_version() has been removed. Third-party modules must
490993ea2eda52d4fdacff247eb2657296c86f71trawick now use ap_get_server_banner() or ap_get_server_description().
490993ea2eda52d4fdacff247eb2657296c86f71trawick [Jeff Trawick]
03502de2853fcebaf853ed3bcfd5033894c238bbjim
03502de2853fcebaf853ed3bcfd5033894c238bbjim *) All MPMs: Introduce a check_config phase between pre_config and
03502de2853fcebaf853ed3bcfd5033894c238bbjim open_logs, to allow modules to review interdependent configuration
03502de2853fcebaf853ed3bcfd5033894c238bbjim directive values and adjust them while messages can still be logged
afee7998d5045107a7673f09bc3448a5dc1b6612jim to the console. Handle relevant MPM directives during this phase
afee7998d5045107a7673f09bc3448a5dc1b6612jim and format messages for both the console and the error log, as
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf appropriate. [Chris Darroch]
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf *) mod_proxy: don't URLencode tilde in path component
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf [Stijn Hoop <stijn sandcat.nl>]
b38e1e2f118f67818f88faee827f4b3a2881e908sf
3d636d91428f2c0a74012c89a94ec7d5b40aa52esf *) mpm_winnt: Fix return values from wait_for_many_objects.
b38e1e2f118f67818f88faee827f4b3a2881e908sf The return value is index to the signaled thread in the
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick creted_threads array. We can not use WAIT_TIMEOUT because
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick his value is defined as 258, thus limiting the MaxThreads
20e0c71be778348516719e1e58a9f55c8e78c570trawick to that value. [Mladen Turk]
027f7b141f164258b254c38319d06452b25d7660trawick
027f7b141f164258b254c38319d06452b25d7660trawick *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
977c4527be5a21182f24fc22a40a79d576a52f86trawick to circumvent the symbolic link checks imposed by FollowSymLinks and
977c4527be5a21182f24fc22a40a79d576a52f86trawick SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
977c4527be5a21182f24fc22a40a79d576a52f86trawick
7fef9f66804ea10d5bf343cdd3d607465e8340cajim *) mod_proxy: Support environment variable interpolation in reverse
7fef9f66804ea10d5bf343cdd3d607465e8340cajim proxying directives. [Nick Kew]
7fef9f66804ea10d5bf343cdd3d607465e8340cajim
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) core: Add the filename of the configuration file to the warning message
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier about the useless use of AllowOverride. PR 39992.
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier [Darryl Miles <darryl darrylmiles.org>]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton The default is none as this is far greater debugging resolution than
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton the typical administrator is prepared to untangle. [William Rowe]
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener *) mod_disk_cache: If possible, check if the size of an object to cache is
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener within the configured boundaries before actually saving data.
ffae06377667a5d8f9699ac7512134de7000a83dminfrin [Niklas Edmundsson <nikke acc.umu.se>]
ffae06377667a5d8f9699ac7512134de7000a83dminfrin
ffae06377667a5d8f9699ac7512134de7000a83dminfrin *) mod_cache: Convert all values to seconds before comparing them when
ffae06377667a5d8f9699ac7512134de7000a83dminfrin checking whether to send a Warning header for a stale response.
efc81fe729a2b7401028387da184b4a98f0b854atrawick PR 39713. [Owen Taylor <otaylor redhat.com>]
efc81fe729a2b7401028387da184b4a98f0b854atrawick
efc81fe729a2b7401028387da184b4a98f0b854atrawick *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
efc81fe729a2b7401028387da184b4a98f0b854atrawick final name. [Davi Arnaut <davi haxent.com.br>]
9c67ffea79ab184351b5d554b57814e13285e758jim
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim *) Worker and event MPMs: Remove improper scoreboard updates which were
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim performed in the event of a fork() failure. [Chris Darroch]
d56f48e6d861159b42b8f6eadd66e9e03086ceb9fuankg
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg *) Add support for fcgi:// proxies to mod_rewrite.
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg [Markus Schiegl <ms schiegl.com>]
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) Remove incorrect comments from scoreboard.h regarding conditional
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim loading of worker_score structure with mod_status, and remove unused
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim definitions relating to old life_status field.
29ecbd9db1622e74964264d078336f7604d65093jim [Chris Darroch <chrisd pearsoncmg.com>]
29ecbd9db1622e74964264d078336f7604d65093jim
29ecbd9db1622e74964264d078336f7604d65093jim *) Remove allocation of memory for unused array of lb_score pointers
a503caacf7ab36d5bc42cb7c78256e1221642656jim in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
a503caacf7ab36d5bc42cb7c78256e1221642656jim
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin [Garrett Rooney, Jim Jagielski, Paul Querna]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
59d316b83d42d2a07e25c20d8c35a07b369618bdsf [Chris Darroch <chrisd pearsoncmg.com>]
59d316b83d42d2a07e25c20d8c35a07b369618bdsf
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) mod_charset_lite: Remove Content-Length when output filter can
59d316b83d42d2a07e25c20d8c35a07b369618bdsf invalidate it. Warn when input filter can invalidate it.
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf [Jeff Trawick]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf *) Authz: Add the new module mod_authn_core that will provide common
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf authn directives such as 'AuthType', 'AuthName'. Move the directives
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim into mod_authn_core. [Brad Nicholes]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim into the new module mod_access_compat which can be loaded to provide
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim support for these directives.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim [Brad Nicholes]
3e2582713ed6883683272fbc628a27419d0ed543minfrin
3e2582713ed6883683272fbc628a27419d0ed543minfrin *) Authz: Move the 'Require' directive from the core module as well as
3e2582713ed6883683272fbc628a27419d0ed543minfrin add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
3e2582713ed6883683272fbc628a27419d0ed543minfrin and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin logic into the authorization processing. [Brad Nicholes]
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin *) Authz: Add the new module mod_authz_core which acts as the
a46801e6532423aa7bd184471eb49158d7c9ae62sf authorization provider vector and contains common authz
a46801e6532423aa7bd184471eb49158d7c9ae62sf directives. [Brad Nicholes]
a46801e6532423aa7bd184471eb49158d7c9ae62sf
808a26d70f28498b9d7252a70d9fb23def781901minfrin *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
808a26d70f28498b9d7252a70d9fb23def781901minfrin 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
ef12246b88300687bf1faaf56d115dd8d8d82761jorton
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin host-based access control provided by mod_authz_host and invoked
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin through the 'Require' directive. [Brad Nicholes]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin
7d59a9f282af9dce031b61062a0d941641101237rpluem *) Authz: Convert all of the authz modules from hook based to
7d59a9f282af9dce031b61062a0d941641101237rpluem provider based. [Brad Nicholes]
7d59a9f282af9dce031b61062a0d941641101237rpluem
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton *) mod_cache: Add CacheMinExpire directive to set the minimum time in
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton seconds to cache a document.
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
223c64b836fbc2bc8611da9604379dfe13f56abasf
223c64b836fbc2bc8611da9604379dfe13f56abasf *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
223c64b836fbc2bc8611da9604379dfe13f56abasf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) Fix typo in ProxyStatus syntax error message.
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) Asynchronous write completion for the Event MPM. [Brian Pane]
93cf7fc650197b941ae31a7c7e51e901b129e954igalic
93cf7fc650197b941ae31a7c7e51e901b129e954igalic *) Added an End-Of-Request bucket type. The logging of a request and
93cf7fc650197b941ae31a7c7e51e901b129e954igalic the freeing of its pool are now done when the EOR bucket is destroyed.
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung This has the effect of delaying the logging until right after the last
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung of the response is sent; ap_core_output_filter() calls the access logger
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung indirectly when it destroys the EOR bucket. [Brian Pane]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton *) Rewrite of logresolve support utility: IPv6 addresses are now supported
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton and the format of statistical output has changed. [Colm MacCarthaigh]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) Added new connection states for handler and write completion
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton [Brian Pane]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf [Justin Erenkrantz]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf allowing string-valued client certificate attributes to be used for
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim [Martin Kraemer, David Reid]
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim [Apache 2.1.0-dev includes those bug fixes and changes with the
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim Apache 2.2.xx tree as documented, and except as noted, below.]
397df70abe0bdd78a84fb6c38c02641bcfeadceasf
397df70abe0bdd78a84fb6c38c02641bcfeadceasfChanges with Apache 2.2.x and later:
397df70abe0bdd78a84fb6c38c02641bcfeadceasf
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sfChanges with Apache 2.0.x and later:
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf
135e1d6a301398168e3b2e5125508828591e1673niqChanges with Apache 1.3.x and later:
135e1d6a301398168e3b2e5125508828591e1673niq
135e1d6a301398168e3b2e5125508828591e1673niq *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
135e1d6a301398168e3b2e5125508828591e1673niq