CHANGES revision 32b0f71b11ab1962084982d9594153321de56166
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
6736c640e65e06990ef33af71ee81fac4df4ff5fjimChanges with Apache 2.3.0
6736c640e65e06990ef33af71ee81fac4df4ff5fjim[ When backported to 2.2.x, remove entry from this file ]
ae600ca541efc686b34f8b1f21bd3d0741d37674covener *) core: Fix address-in-use startup failure on some platforms caused
ae600ca541efc686b34f8b1f21bd3d0741d37674covener by creating an IPv4 listener which overlaps with an existing IPv6
ae600ca541efc686b34f8b1f21bd3d0741d37674covener listener. [Jeff Trawick]
fa0c562f0ab33ed019baf3c1dcd37ae72af6b29dminfrin *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to
fa0c562f0ab33ed019baf3c1dcd37ae72af6b29dminfrin known HTTP/1.0 servers. Return 'Expectation failed' (417) instead.
021d92af060084e767f197b33c86e12eadaae4c2sf [Ruediger Pluem]
f573edb315d96e752cf7da3f08b7a95367d0d702sf *) core, authn/z: Determine registered authn/z providers directly in
f573edb315d96e752cf7da3f08b7a95367d0d702sf ap_setup_auth_internal(), which allows optional functions that just
521fc51bdadd21ae8cc2f4a8b354c5fe424a037csf wrapped ap_list_provider_names() to be removed from authn/z modules.
521fc51bdadd21ae8cc2f4a8b354c5fe424a037csf [Chris Darroch]
521fc51bdadd21ae8cc2f4a8b354c5fe424a037csf *) authn/z: Convert common provider version strings to macros.
d354c2983fc611d55dcf5d160d14c796d5143d35trawick [Chris Darroch]
d354c2983fc611d55dcf5d160d14c796d5143d35trawick *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
df8ef9cef9dbbf5217ee38751f4bab63e14588d6pquerna *) configure: Don't reject libtool 2.x
df8ef9cef9dbbf5217ee38751f4bab63e14588d6pquerna PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
d6d4b562733b802104c7c09a2f68b0d7a77946bdsf *) core: When testing for slash-terminated configuration paths in
6736c640e65e06990ef33af71ee81fac4df4ff5fjim ap_location_walk(), don't look past the start of an empty string
415bb21f281e9b4f905d5893fede9165bdf1491bjim such as that created by a <Location ""> directive.
415bb21f281e9b4f905d5893fede9165bdf1491bjim [Chris Darroch]
f743002678eb67b99bbc29fee116b65d9530fec0wrowe *) core, mod_proxy: If a kept_body is present, it becomes safe for
f743002678eb67b99bbc29fee116b65d9530fec0wrowe subrequests to support message bodies. Make sure that safety
f743002678eb67b99bbc29fee116b65d9530fec0wrowe checks within the core and within the proxy are not triggered
2cd2891cea784de97020bcada4e834e224428d0ccovener when kept_body is present. This makes it possible to embed
2cd2891cea784de97020bcada4e834e224428d0ccovener proxied POST requests within mod_include. [Graham Leggett]
2cd2891cea784de97020bcada4e834e224428d0ccovener *) mod_auth_form: Make sure the input filter stack is properly set
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe up before reading the login form. Make sure the kept body filter
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe is correctly inserted to ensure the body can be read a second
2cd2891cea784de97020bcada4e834e224428d0ccovener time safely should the authn be successful. [Graham Leggett,
c60018e9cf43220afed53c8f50f42e71cec7e70esf Ruediger Pluem]
c60018e9cf43220afed53c8f50f42e71cec7e70esf *) mod_request: Insert the KEPT_BODY filter via the insert_filter
c60018e9cf43220afed53c8f50f42e71cec7e70esf hook instead of during fixups. Add a safety check to ensure the
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung filters cannot be inserted more than once. [Graham Leggett,
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung Ruediger Pluem]
69a4ff202d78f0a69cd87cb0edc9964b2db4946csf *) core: Do not allow Options ALL if not all options are allowed to be
69a4ff202d78f0a69cd87cb0edc9964b2db4946csf overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
fec106c7688e279dfde4403bc3c935fec97c1d62sf *) ap_cache_cacheable_headers_out() will (now) always
fec106c7688e279dfde4403bc3c935fec97c1d62sf merge an error heaeders _before_ clearing them and _before_
fec106c7688e279dfde4403bc3c935fec97c1d62sf merging in the actual entity headers and doing normal
4872f2c13be21115687dedcdf2515980fde93b70covener hop-by-hop cleansing. [Dirk-Willem van Gulik].
be918ac21416c363014aca09383937579ca01db5covener *) cache: retire ap_cache_cacheable_hdrs_out() which was used
be918ac21416c363014aca09383937579ca01db5covener for both in- and out-put headers; and replace it by a single
be918ac21416c363014aca09383937579ca01db5covener ap_cache_cacheable_headers() wrapped in a in- and out-put
be918ac21416c363014aca09383937579ca01db5covener specific ap_cache_cacheable_headers_in()/out(). The latter
0a2212da6843659e65c378c5201e6612be625731sf which will also merge error and ensure content-type. To keep
0a2212da6843659e65c378c5201e6612be625731sf cache modules consistent with ease. This API change bumps
0a2212da6843659e65c378c5201e6612be625731sf up the minor MM by one [Dirk-Willem van Gulik].
0a2212da6843659e65c378c5201e6612be625731sf *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
789f46cb4d4c3e32f6550f17f74ea4a054095901covener PR 44799 [Christian Wenz <christian wenz.org>]
789f46cb4d4c3e32f6550f17f74ea4a054095901covener *) Move the KeptBodySize directive, kept_body filters and the
789f46cb4d4c3e32f6550f17f74ea4a054095901covener ap_parse_request_body function out of the http module and into a
789f46cb4d4c3e32f6550f17f74ea4a054095901covener new module called mod_request, reducing the size of the core.
539c658848512631bb4db3529e84b6d45401b925covener [Graham Leggett]
539c658848512631bb4db3529e84b6d45401b925covener *) mod_dbd: Handle integer configuration directive parameters with a
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf dedicated function.
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf *) Change the directives within the mod_session* modules to be valid
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf both inside and outside the location/directory sections, as
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf suggested by wrowe. [Graham Leggett]
94bc56b747dda8afb8806d04e08164ea99e4c21dsf *) mod_auth_form: Add a module capable of allowing end users to log
94bc56b747dda8afb8806d04e08164ea99e4c21dsf in using an HTML form, storing the credentials within mod_session.
5fcf1d4211ba64b1e9c7647fcc615a9e850c6c88covener [Graham Leggett]
5fcf1d4211ba64b1e9c7647fcc615a9e850c6c88covener *) Add a function to the http filters that is able to parse an HTML
81cc440ca73845f44dc589db106d3feb7a36f33bminfrin form request with the type of application/x-www-form-urlencoded.
81cc440ca73845f44dc589db106d3feb7a36f33bminfrin [Graham Leggett]
65dec0561786621bd67f57e8054dcf80923b6cb1jorton *) mod_session_crypto: Initialise SSL in the post config hook.
65dec0561786621bd67f57e8054dcf80923b6cb1jorton [Ruediger Pluem, Graham Leggett]
cda2a8c4fe289419f62e8b9607cafe4812974840sf *) mod_session_dbd: Add a session implementation capable of storing
cda2a8c4fe289419f62e8b9607cafe4812974840sf session information in a SQL database via the dbd interface. Useful
cda2a8c4fe289419f62e8b9607cafe4812974840sf for sites where session privacy is important. [Graham Leggett]
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5minfrin *) mod_session_crypto: Add a session encoding implementation capable
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5minfrin of encrypting and decrypting sessions wherever they may be stored.
79821ac529d05349274b7ed2421077afffbc0c08sf Introduces a level of privacy when sessions are stored on the
79821ac529d05349274b7ed2421077afffbc0c08sf browser. [Graham Leggett]
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin *) mod_session_cookie: Add a session implementation capable of storing
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin session information within cookies on the browser. Useful for high
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin volume sites where server bound sessions are too resource intensive.
aa8ce00557e35b6042be4afa1684b2322def4520covener [Graham Leggett]
aa8ce00557e35b6042be4afa1684b2322def4520covener *) mod_session: Add a generic session interface to unify the different
b80324fbe463460d1c847b88ffe2132f92ce5587sf attempts at saving persistent sessions across requests.
b80324fbe463460d1c847b88ffe2132f92ce5587sf [Graham Leggett]
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe *) core, authn/z: Avoid calling access control hooks for internal requests
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe with configurations which match those of initial request. Revert to
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe original behaviour (call access control hooks for internal requests
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf with URIs different from initial request) if any access control hooks or
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf providers are not registered as permitting this optimization.
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf Introduce wrappers for access control hook and provider registration
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf which can accept additional mode and flag data. [Chris Darroch]
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf *) Introduced ap_expr API for expression evaluation.
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf This is adapted from mod_include, which is the first module
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf to use the new API.
aaea51ff28093213376b9b8f63de07db53436223sf [Nick Kew]
aaea51ff28093213376b9b8f63de07db53436223sf *) mod_authz_dbd: When redirecting after successful login/logout per
276fc07643ddb8c178a35b79ae4fe27596f37739sf AuthzDBDRedirectQuery, do not report authorization failure, and use
276fc07643ddb8c178a35b79ae4fe27596f37739sf first row returned by database query instead of last row.
276fc07643ddb8c178a35b79ae4fe27596f37739sf [Chris Darroch]
67746e0d18eeceb247fc940148c9b4d358929643sf *) mod_ldap: Correctly return all requested attribute values
67746e0d18eeceb247fc940148c9b4d358929643sf when some attributes have a null value.
67746e0d18eeceb247fc940148c9b4d358929643sf PR 44560 [Anders Kaseorg <anders kaseorg.com>]
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf *) core: check symlink ownership if both FollowSymlinks and
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf SymlinksIfOwnerMatch are set [Nick Kew]
79acb56fc63b66848d0f6f35fc272a938b819f8dtrawick *) core: fix origin checking in SymlinksIfOwnerMatch
675e4332325dd31c8188c23608828f69d30e9906sf PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
65dec0561786621bd67f57e8054dcf80923b6cb1jorton *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
9fb3d1792a78003c60a8f0fdbef30a372b39452esf contain public function declarations which are useful for
9fb3d1792a78003c60a8f0fdbef30a372b39452esf third party module authors. PR 42431 [Dirk-Willem van Gulik].
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand *) mod_dir, mod_negotiation: pass the output filter information
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand to newly created sub requests; as these are later on used
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand as true requests with an internal redirect. This allows for
067fc2710958d8d2a276cd8e54284a178d232a8bsf mod_cache et.al. to trap the results of the redirect.
067fc2710958d8d2a276cd8e54284a178d232a8bsf [Dirk-Willem van Gulik, Ruediger Pluem]
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand *) mod_ldap: Add support (taking advantage of the new APR capability)
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand for ldap rebind callback while chasing referrals. This allows direct
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand searches on LDAP servers (in particular MS Active Directory 2003+)
3a59bb90be3bc6246632384c3d885b875ae507d5sf using referrals without the use of the global catalog.
3a59bb90be3bc6246632384c3d885b875ae507d5sf PRs 26538, 40268, and 42557 [Paul J. Reder]
3a59bb90be3bc6246632384c3d885b875ae507d5sf *) Support chroot on Unix-family platforms
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener *) mod_ssl: Added server name indication support (SNI, RFC 4366).
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem can be created with test/make_sni.sh [Dirk-Willem van Gulik].
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem *) ApacheMonitor.exe: Introduce --kill argument for use by the
650d8321b62cccd1830684935bb5362b4c495b17sf installer. This will permit the installation tool to remove
650d8321b62cccd1830684935bb5362b4c495b17sf all running instances before attempting to remove the .exe.
650d8321b62cccd1830684935bb5362b4c495b17sf [William Rowe]
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0sf *) mod_ssl: Add support for OCSP validation of client certificates.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_serf: New module for Reverse Proxying. [Paul Querna]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) core: Add the option to keep aside a request body up to a certain
03944c8577b204701c849fce01f3fcb423a615f1covener size that would otherwise be discarded, to be consumed by filters
03944c8577b204701c849fce01f3fcb423a615f1covener such as mod_include. When enabled for a directory, POST requests
03944c8577b204701c849fce01f3fcb423a615f1covener to shtml files can be passed through to embedded scripts as POST
03944c8577b204701c849fce01f3fcb423a615f1covener requests, rather being downgraded to GET requests. [Graham Leggett]
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener *) scoreboard: Correctly declare ap_time_process_request.
7a975d0413ba303546b7619e4785cb641f7f09fdcovener *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
7a975d0413ba303546b7619e4785cb641f7f09fdcovener from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand provide the unusual legacy lookup. [William Rowe]
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand *) mpm winnt: fix null pointer dereference
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand PR 42572 [Davi Arnaut]
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim parameters to the environment. Improve portability to
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener EBCDIC machines by using apr_toupper(). [Martin Kraemer]
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin to authorize an authenticated user via a "require ldap-group X" directive
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin where the user is not in group X, but is in a subgroup contained in X.
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin PR 42891 [Paul J. Reder]
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand for SDKs that define LDAP_NO_LIMIT to something other than -1.
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf [David Jones <oscaremma gmail.com>]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) apxs: Enhance -q flag to print all known variables and their values
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf when invoked without variable name(s).
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf [William Rowe, Sander Temme]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) apxs: Eliminate run-time check for mod_so. PR 40653.
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf [David M. Lee <dmlee crossroads.com>]
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener *) beos MPM: Create pmain pool and run modules' child_init hooks when
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener [Chris Darroch]
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener cleanups registered in modules' child_init hooks are performed.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Chris Darroch]
22ce742224c6aeadcb31b381c203232f578fc507covener *) mod_dbd: Stash DBD connections in request_config of initial request
54e36aed6866e09e1a572dc84996e93cdb487b7bsf only, or else sub-requests and internal redirections may cause
54e36aed6866e09e1a572dc84996e93cdb487b7bsf entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener *) Fix issue which could cause error messages to be written to access logs
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener *) The LockFile directive, which specifies the location of
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim the accept() mutex lockfile, is deprecated. Instead, the
292707b9868335763d6f2bb74a263134eeeb8cadkbrand AcceptMutex directive now takes an optional lockfile
292707b9868335763d6f2bb74a263134eeeb8cadkbrand location parameter, ala SSLMutex. [Jim Jagielski]
070235bcb25af37efebf6405b082413144968289kbrand *) mod_authn_dbd: Export any additional columns queried in the SQL select
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand into the environment with the name AUTHENTICATE_<COLUMN>. This brings
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_dbd: Key the storage of prepared statements on the hex string
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener value of server_rec, rather than the server name, as the server name
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener may change (eg when the server name is set) at any time, causing
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
df58c3a1c000d76859808ca4746a41623b432c81sf *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
df58c3a1c000d76859808ca4746a41623b432c81sf *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf the first bucket from the brigade, finds it not to be a FILE
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf bucket and barfs. The fix is to pass a bucket rather than a brigade.
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf [Niklas Edmundsson <nikke acc.umu.se>]
bcb2c4ef861e8f8260284631b6753e1088643c8asf *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
6defa5d20691765eb0b98daf5db4b1004353222esf *) ap_get_server_version() has been removed. Third-party modules must
6defa5d20691765eb0b98daf5db4b1004353222esf now use ap_get_server_banner() or ap_get_server_description().
415bb21f281e9b4f905d5893fede9165bdf1491bjim [Jeff Trawick]
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq *) All MPMs: Introduce a check_config phase between pre_config and
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq open_logs, to allow modules to review interdependent configuration
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq directive values and adjust them while messages can still be logged
caa47b19a81edcfc44b79583a0e386e326cf6492niq to the console. Handle relevant MPM directives during this phase
caa47b19a81edcfc44b79583a0e386e326cf6492niq and format messages for both the console and the error log, as
caa47b19a81edcfc44b79583a0e386e326cf6492niq appropriate. [Chris Darroch]
caa47b19a81edcfc44b79583a0e386e326cf6492niq *) mod_proxy: don't URLencode tilde in path component
caa47b19a81edcfc44b79583a0e386e326cf6492niq [Stijn Hoop <stijn sandcat.nl>]
caa47b19a81edcfc44b79583a0e386e326cf6492niq *) mpm_winnt: Fix return values from wait_for_many_objects.
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim The return value is index to the signaled thread in the
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim creted_threads array. We can not use WAIT_TIMEOUT because
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung his value is defined as 258, thus limiting the MaxThreads
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung to that value. [Mladen Turk]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung to circumvent the symbolic link checks imposed by FollowSymLinks and
ef3e19a9a27ca055dd20e971d5578f5510308023niq SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
ef3e19a9a27ca055dd20e971d5578f5510308023niq *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
ef3e19a9a27ca055dd20e971d5578f5510308023niq configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
099d298d417b68b3d11fb5934c404c60f518d69csf The default is none as this is far greater debugging resolution than
099d298d417b68b3d11fb5934c404c60f518d69csf the typical administrator is prepared to untangle. [William Rowe]
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf *) mod_disk_cache: If possible, check if the size of an object to cache is
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf within the configured boundaries before actually saving data.
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf [Niklas Edmundsson <nikke acc.umu.se>]
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung *) mod_cache: Convert all values to seconds before comparing them when
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung checking whether to send a Warning header for a stale response.
3f5968bf1059aebe846e121a6f3748dd03471ce4sf PR 39713. [Owen Taylor <otaylor redhat.com>]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
3f5968bf1059aebe846e121a6f3748dd03471ce4sf final name. [Davi Arnaut <davi haxent.com.br>]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) Worker and event MPMs: Remove improper scoreboard updates which were
3f5968bf1059aebe846e121a6f3748dd03471ce4sf performed in the event of a fork() failure. [Chris Darroch]
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf *) Add support for fcgi:// proxies to mod_rewrite.
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf [Markus Schiegl <ms schiegl.com>]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) Remove incorrect comments from scoreboard.h regarding conditional
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton loading of worker_score structure with mod_status, and remove unused
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton definitions relating to old life_status field.
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf [Chris Darroch <chrisd pearsoncmg.com>]
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf *) Remove allocation of memory for unused array of lb_score pointers
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
93d757f10e0823af718075b34363970c4af0e6cdsf *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
93d757f10e0823af718075b34363970c4af0e6cdsf [Garrett Rooney, Jim Jagielski, Paul Querna]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf [Chris Darroch <chrisd pearsoncmg.com>]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) mod_charset_lite: Remove Content-Length when output filter can
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf invalidate it. Warn when input filter can invalidate it.
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf [Jeff Trawick]
78b046ee9f769d9609ea1157177d5467e4700c89covener *) Authz: Add the new module mod_authn_core that will provide common
78b046ee9f769d9609ea1157177d5467e4700c89covener authn directives such as 'AuthType', 'AuthName'. Move the directives
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf into mod_authn_core. [Brad Nicholes]
e64afc186db4cf314ee2b1c81391f22f7e28427dtrawick *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
00f8426677a7975dc809e4ccb11241c543ec8a0esf into the new module mod_access_compat which can be loaded to provide
00f8426677a7975dc809e4ccb11241c543ec8a0esf support for these directives.
3ef519991d73cff6763052b5a44c206bda01541dsf [Brad Nicholes]
3ef519991d73cff6763052b5a44c206bda01541dsf *) Authz: Move the 'Require' directive from the core module as well as
3ef519991d73cff6763052b5a44c206bda01541dsf add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
3ef519991d73cff6763052b5a44c206bda01541dsf and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf logic into the authorization processing. [Brad Nicholes]
f82baabbe731507742af2f7ba41463dbbc7911e9sf *) Authz: Add the new module mod_authz_core which acts as the
f82baabbe731507742af2f7ba41463dbbc7911e9sf authorization provider vector and contains common authz
f82baabbe731507742af2f7ba41463dbbc7911e9sf directives. [Brad Nicholes]
26d07dbe57cb2c8f49df541329a1653635988dbbsf *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
686555019e71b355e835166dfefbec33f7fb6f90rjung *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
686555019e71b355e835166dfefbec33f7fb6f90rjung host-based access control provided by mod_authz_host and invoked
eda40bb2debf78c913552346127358797665cf7frjung through the 'Require' directive. [Brad Nicholes]
eda40bb2debf78c913552346127358797665cf7frjung *) Authz: Convert all of the authz modules from hook based to
eda40bb2debf78c913552346127358797665cf7frjung provider based. [Brad Nicholes]
eda40bb2debf78c913552346127358797665cf7frjung *) mod_cache: Add CacheMinExpire directive to set the minimum time in
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung seconds to cache a document.
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) Fix typo in ProxyStatus syntax error message.
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung *) Asynchronous write completion for the Event MPM. [Brian Pane]
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung *) Added an End-Of-Request bucket type. The logging of a request and
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung the freeing of its pool are now done when the EOR bucket is destroyed.
4acb0cd5536553055c7c6996414cec00b0191e1djim This has the effect of delaying the logging until right after the last
4acb0cd5536553055c7c6996414cec00b0191e1djim of the response is sent; ap_core_output_filter() calls the access logger
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf indirectly when it destroys the EOR bucket. [Brian Pane]
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf *) Rewrite of logresolve support utility: IPv6 addresses are now supported
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf and the format of statistical output has changed. [Colm MacCarthaigh]
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
70f553c56eda63b353598193c3afc238db9b3c78sf *) Added new connection states for handler and write completion
70f553c56eda63b353598193c3afc238db9b3c78sf [Brian Pane]
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf [Justin Erenkrantz]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton allowing string-valued client certificate attributes to be used for
0c2193f47081b894ed16f4fc371f44564d28b334jorton access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
55929f765b95e354092ac17238718e471c252ebbsf [Martin Kraemer, David Reid]
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf [Apache 2.1.0-dev includes those bug fixes and changes with the
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf Apache 2.2.xx tree as documented, and except as noted, below.]
49aa87d735a13ae3d04012ee0df91ddb51f7c36esfChanges with Apache 2.2.x and later:
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sfChanges with Apache 2.0.x and later:
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sfChanges with Apache 1.3.x and later: