CHANGES revision 809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81
4d237bbe075b1d2c19428cd954d721d65b31f67cwrowe -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.3.0
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna[ When backported to 2.2.x, remove entry from this file ]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) authz: Fix handling of authz configurations, make default authz
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
1c03114a0f0315ed19a05f654021da9f66005897rjung and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
1c03114a0f0315ed19a05f654021da9f66005897rjung directives. [Chris Darroch]
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem *) mod_proxy_ajp: Do not fail if response data is sent before all request
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem data is read. PR 45911 [Ruediger Pluem]
3e9c0665b06e44cf776528c6954ed3ca34a77c7fsctemme *) mod_authn_core: Prevent crash when provider alias created to
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemme provider which is not yet registered. [Chris Darroch]
019f2b58acb34e31ea3a062bdb5e6c863cd82d66trawick *) mod_authn_core: Add AuthType of None to support disabling
873c287c391b0bbc4719b68bb84946515811e1batrawick authentication. [Chris Darroch]
6707208ba4e9a5841ca1ab830830fd286ea5b7c5trawick *) core: Allow <Limit> and <LimitExcept> directives to nest, and
873c287c391b0bbc4719b68bb84946515811e1batrawick constrain their use to conform with that of other access control
832853bb93c1831daf24e4727c5ca0e1b1786e83lars and authorization directives. [Chris Darroch]
832853bb93c1831daf24e4727c5ca0e1b1786e83lars *) unixd: turn existing code into a module, and turn the set user/group
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding and chroot into a child_init function. [Nick Kew]
d2696ac6757b3d8bdaa27634a141ac8c8a045e08fielding *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_proxy: Prevent segmentation faults by correctly flushing all buckets
1782dcd420de504978945e6b812523eeae6d56a2lars from the proxy backend. PR 45792 [Ruediger Pluem]
1782dcd420de504978945e6b812523eeae6d56a2lars *) mod_dir: Support "DirectoryIndex None"
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
59dc8d935dbf862712683bbc9e267bd08ced0b14fielding *) mod_proxy: Add the possibility to set the worker parameters
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem connectiontimeout and ping in milliseconds. [Ruediger Pluem]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Export and install the mod_rewrite.h header to ensure the optional
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
17ac330ebaa71b24cb77580411a231ee45996e03pquerna available to third party modules. [Graham Leggett]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Build the odbc dbd driver by default on Windows.
9f38f3ec3e8087985d108a24ae796962fef83644takashi DBD_LIST is still used to build additional dbd drivers.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Tom Donovan]
d4ee4552489641d35d1195bbbd6021351c4b79aarjung *) mod_proxy_ajp: Fix wrongly formatted requests where client
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem sets Content-Length header, but doesn't provide a body.
9e152751ed380f87c5ecae4fb0221c956e5fbd24rjung Servlet container always expects that next packet is
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem body whenever C-L is present in the headers. This can lead
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem to wrong interpretation of the packets. In this case
abb99af8aa7da2cb4c324133a4e10bd7a50f875erpluem send the empty body packet, so container can deal with
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem that. [Mladen Turk]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_authnz_ldap: don't return NULL-valued environment variables to
382d14411b582d97075a836190d74c778977505fcovener other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Don't adjust case in pathname components that are not of interest
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem to mod_mime. Fixes mod_negotiation's use of such components.
06e6657fd0f376a16db696876f9bff5927cc3cb0trawick PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Add new LogFormat parameter, %k, which logs the number of
0e9dae659943679108357054e9aa7657cdc52dc4minfrin keepalive requests on this connection for this request..
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Dan Poirier <poirier pobox.com>]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) Be tolerant in what you accept - accept slightly broken
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem status lines from a backend provide they include a valid status code.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) New module mod_sed: filter Request/Response bodies through sed
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_auth_form: Make sure that basic authentication is correctly
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem faked directly after login. [Graham Leggett]
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna within the output headers and error output headers, so that the
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem session is maintained across redirects. [Graham Leggett]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_auth_form: Make sure the logged in user is populated correctly
a5cce34e21a5b472f3806b4526043887bcb7e9eajim after a form login. Fixes a missing REMOTE_USER variable directly
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem following a login. [Graham Leggett]
8c3667cd1d0db08647793137c0d1aa7f6526bebfniq *) mod_session_cookie: Make sure that cookie attributes are correctly
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem included in the blank cookie when cookies are removed. This fixes an
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem inability to log out when using mod_auth_form. [Graham Leggett]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_autoindex: add configuration option to insert string
6824182b3b8e045db97a228d3127bdfcbdfeb0bcniq in HTML HEAD. [Nick Kew]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem null value. [David Shane Holden <dpejesh apache.org>]
0c26d213d85bc40fc05963c63bf670b42b352d25niq *) mod_headers: Prevent Header edit from processing only the first header
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem of possibly multiple headers with the same name and deleting the
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem remaining ones. PR 45333. [Ruediger Pluem]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
9f07b6dc343a4e3eba5f4c47050a77441723ce89nd [Tom Donovan]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) core, authn/z: Determine registered authn/z providers directly in
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem ap_setup_auth_internal(), which allows optional functions that just
f7cec4a86292b160401472286a17497ae0d4df18covener wrapped ap_list_provider_names() to be removed from authn/z modules.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Chris Darroch]
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem *) authn/z: Convert common provider version strings to macros.
abc69b39766c0de3eaf99e9016ea3f35e23c116drpluem [Chris Darroch]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) configure: Don't reject libtool 2.x
7f4ac5a4cd99a9cae866b5908e358bd932736307chrisd PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) core: When testing for slash-terminated configuration paths in
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton ap_location_walk(), don't look past the start of an empty string
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton such as that created by a <Location ""> directive.
509111f5f58a9effd4c832f6a0cbd6ad9d549188jorton [Chris Darroch]
235b900b78cf6849f8344e377a91ded37d9cc9depquerna *) core, mod_proxy: If a kept_body is present, it becomes safe for
235b900b78cf6849f8344e377a91ded37d9cc9depquerna subrequests to support message bodies. Make sure that safety
235b900b78cf6849f8344e377a91ded37d9cc9depquerna checks within the core and within the proxy are not triggered
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton when kept_body is present. This makes it possible to embed
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton proxied POST requests within mod_include. [Graham Leggett]
66b8ec445dced7a2036bcd3b87b6fc3f08a1ab24jorton *) mod_auth_form: Make sure the input filter stack is properly set
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin up before reading the login form. Make sure the kept body filter
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin is correctly inserted to ensure the body can be read a second
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin time safely should the authn be successful. [Graham Leggett,
0e2a2eae9b72ac099aa25d7419e55af13b004be9minfrin Ruediger Pluem]
8d574b3ac4185e4f71c8b9aae76e7122a78201c4rpluem *) mod_request: Insert the KEPT_BODY filter via the insert_filter
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna hook instead of during fixups. Add a safety check to ensure the
6f33babce8f8bc723f0b2c755aef049cd509504fpquerna filters cannot be inserted more than once. [Graham Leggett,
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna Ruediger Pluem]
0a12339f39799193ac6866fce812a1deb8f4a1abpquerna *) core: Do not allow Options ALL if not all options are allowed to be
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
3fb118bc4e1a634f71c1fa509819ceac36c79dcbpquerna *) ap_cache_cacheable_headers_out() will (now) always
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim merge an error heaeders _before_ clearing them and _before_
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim merging in the actual entity headers and doing normal
fb59af4ce3fcdd314b848359faeddf1e51bb24c5jim hop-by-hop cleansing. [Dirk-Willem van Gulik].
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) cache: retire ap_cache_cacheable_hdrs_out() which was used
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna for both in- and out-put headers; and replace it by a single
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna ap_cache_cacheable_headers() wrapped in a in- and out-put
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna specific ap_cache_cacheable_headers_in()/out(). The latter
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna which will also merge error and ensure content-type. To keep
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna cache modules consistent with ease. This API change bumps
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna up the minor MM by one [Dirk-Willem van Gulik].
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna PR 44799 [Christian Wenz <christian wenz.org>]
a91a59d0b0ceed7cd5621fe8757eda5ff6a043a8pquerna *) Move the KeptBodySize directive, kept_body filters and the
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener ap_parse_request_body function out of the http module and into a
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener new module called mod_request, reducing the size of the core.
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener [Graham Leggett]
19e5deda3a29d71ac1cc4bfecce39f96ea3ab55dcovener *) mod_dbd: Handle integer configuration directive parameters with a
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna dedicated function.
3ec1e3a35106ec4c8bcf8fae6a20cb623aed0b62pquerna *) Change the directives within the mod_session* modules to be valid
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna both inside and outside the location/directory sections, as
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna suggested by wrowe. [Graham Leggett]
847db8b2f0188cd9c840acbe4fea77a32748b2edpquerna *) mod_auth_form: Add a module capable of allowing end users to log
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna in using an HTML form, storing the credentials within mod_session.
97f7daaffd9b6c1031302d7e551d5279fa0d0d72pquerna [Graham Leggett]
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener *) Add a function to the http filters that is able to parse an HTML
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener form request with the type of application/x-www-form-urlencoded.
527fc83e2bf315b2026a9ac6b1e6ce83143609bbcovener [Graham Leggett]
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin *) mod_session_crypto: Initialise SSL in the post config hook.
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin [Ruediger Pluem, Graham Leggett]
99c8705f69fae71940ad9b091bd2f588a7b9f484minfrin *) mod_session_dbd: Add a session implementation capable of storing
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin session information in a SQL database via the dbd interface. Useful
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin for sites where session privacy is important. [Graham Leggett]
9376e7dc573bb2721491c79b92f9c06fdfacebe6minfrin *) mod_session_crypto: Add a session encoding implementation capable
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin of encrypting and decrypting sessions wherever they may be stored.
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin Introduces a level of privacy when sessions are stored on the
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin browser. [Graham Leggett]
edaefb8bf78debc86ef7de441c7983d8b05517e1minfrin *) mod_session_cookie: Add a session implementation capable of storing
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq session information within cookies on the browser. Useful for high
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq volume sites where server bound sessions are too resource intensive.
b5cbd7bc65a5c0eda246b0cd32e7d9ed124d66c4niq [Graham Leggett]
2ac474e42b9281e247e7082e30c50c5bef1f2cc3rjung *) mod_session: Add a generic session interface to unify the different
2ac474e42b9281e247e7082e30c50c5bef1f2cc3rjung attempts at saving persistent sessions across requests.
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd [Graham Leggett]
6ad55f63504cf5fe5205ed9495664519afeadcd9chrisd *) core, authn/z: Avoid calling access control hooks for internal requests
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd with configurations which match those of initial request. Revert to
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd original behaviour (call access control hooks for internal requests
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd with URIs different from initial request) if any access control hooks or
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd providers are not registered as permitting this optimization.
809ec9d7cc8bc12d7dc6fafba24f3acad3e49d81chrisd Introduce wrappers for access control hook and provider registration
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd which can accept additional mode and flag data. [Chris Darroch]
f436f5cf34615c3c7d49dd229560ba658033f9eachrisd *) Introduced ap_expr API for expression evaluation.
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd This is adapted from mod_include, which is the first module
ce6098001014d149e90e56ab0e89c1b4aab30136chrisd to use the new API.
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd *) mod_authz_dbd: When redirecting after successful login/logout per
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd AuthzDBDRedirectQuery, do not report authorization failure, and use
7245e9b991db85d9d9a587fe5f4051f642ebdc3cchrisd first row returned by database query instead of last row.
38b062650152074931a68e933461762c5e233cfcniq [Chris Darroch]
38b062650152074931a68e933461762c5e233cfcniq *) mod_ldap: Correctly return all requested attribute values
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem when some attributes have a null value.
9257af3c6aaeaf201fccb3e3c87cf8c41783fdb7rpluem PR 44560 [Anders Kaseorg <anders kaseorg.com>]
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener *) core: check symlink ownership if both FollowSymlinks and
63de18ba5e922ffaab500317d7d1d0ad6b27b7e2covener SymlinksIfOwnerMatch are set [Nick Kew]
91ef999a69527d2a64983681c92aaef9270697b4rpluem *) core: fix origin checking in SymlinksIfOwnerMatch
91ef999a69527d2a64983681c92aaef9270697b4rpluem PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
cf95511601acd18c75339ef5d90a298e070617ccminfrin *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
cf95511601acd18c75339ef5d90a298e070617ccminfrin 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
cf95511601acd18c75339ef5d90a298e070617ccminfrin mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
e82c197ca8872669af89367746826fe6b9955bb3niq *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
e82c197ca8872669af89367746826fe6b9955bb3niq contain public function declarations which are useful for
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq third party module authors. PR 42431 [Dirk-Willem van Gulik].
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq *) mod_dir, mod_negotiation: pass the output filter information
baef4b5261d84ad9bacb2f4e745b33f35534c25aniq to newly created sub requests; as these are later on used
742ec45ed2ac00ab03080e898332352220cc1f13niq as true requests with an internal redirect. This allows for
742ec45ed2ac00ab03080e898332352220cc1f13niq mod_cache et.al. to trap the results of the redirect.
a5e068c4aa3d0084a41e178c7c0c1b1ae2f28125jim [Dirk-Willem van Gulik, Ruediger Pluem]
f82568a780e35e8786958c49a1259434e2088b9cniq *) mod_ldap: Add support (taking advantage of the new APR capability)
f82568a780e35e8786958c49a1259434e2088b9cniq for ldap rebind callback while chasing referrals. This allows direct
f82568a780e35e8786958c49a1259434e2088b9cniq searches on LDAP servers (in particular MS Active Directory 2003+)
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin using referrals without the use of the global catalog.
56b7c92bac48127bda06d80bf94952258f7e0bd3minfrin PRs 26538, 40268, and 42557 [Paul J. Reder]
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin *) mod_ssl: Added server name indication support (SNI, RFC 4366).
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
41abbbf0cbaef202fe1ba2dd671ea48990d6e012minfrin can be created with test/make_sni.sh [Dirk-Willem van Gulik].
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin *) ApacheMonitor.exe: Introduce --kill argument for use by the
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin installer. This will permit the installation tool to remove
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin all running instances before attempting to remove the .exe.
6aa239b3d12f531ad9e305b1a81ad5fd671a3493minfrin [William Rowe]
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin *) mod_ssl: Add support for OCSP validation of client certificates.
d05e6175473332a8433e4ac85edda0d5a33c94b5minfrin PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq *) mod_serf: New module for Reverse Proxying. [Paul Querna]
fffe2d3830e52ed28703d042c5049b5e8fa047e2niq *) core: Add the option to keep aside a request body up to a certain
13d29a334cfa69f2995b70a48aeacacc1ac7125frpluem size that would otherwise be discarded, to be consumed by filters
13d29a334cfa69f2995b70a48aeacacc1ac7125frpluem such as mod_include. When enabled for a directory, POST requests
6951fc02abfd7642e45333902c14855836717fadrpluem to shtml files can be passed through to embedded scripts as POST
6951fc02abfd7642e45333902c14855836717fadrpluem requests, rather being downgraded to GET requests. [Graham Leggett]
6951fc02abfd7642e45333902c14855836717fadrpluem *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
aced0f6381ba4b9ec6ca8b9f9253f5aeb1a0b1actdonovan *) scoreboard: Correctly declare ap_time_process_request.
db455cbc662c98dbbf53175393c50086ff63370cchrisd *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
db455cbc662c98dbbf53175393c50086ff63370cchrisd from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
db455cbc662c98dbbf53175393c50086ff63370cchrisd provide the unusual legacy lookup. [William Rowe]
db455cbc662c98dbbf53175393c50086ff63370cchrisd *) mpm winnt: fix null pointer dereference
2e242dca7111f99d54dd144b7b8418d88d560032chrisd PR 42572 [Davi Arnaut]
2e242dca7111f99d54dd144b7b8418d88d560032chrisd *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
eaf6fff54e1bcc02893d1d8a64ba43eb6d89184brpluem parameters to the environment. Improve portability to
eacd93a9763f18f9cfd5f61ad1526f7ef32dd8d1rpluem EBCDIC machines by using apr_toupper(). [Martin Kraemer]
b5d91f803b61ef5b13666e423173eb72d96f8938niq *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
b5d91f803b61ef5b13666e423173eb72d96f8938niq to authorize an authenticated user via a "require ldap-group X" directive
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd where the user is not in group X, but is in a subgroup contained in X.
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd PR 42891 [Paul J. Reder]
b6b1df87b7ce62620d48526a7ab630897cdaad90chrisd *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin for SDKs that define LDAP_NO_LIMIT to something other than -1.
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin [David Jones <oscaremma gmail.com>]
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin *) apxs: Enhance -q flag to print all known variables and their values
4cf58054a85830c67dc23890ee613f62e1f7bdc8minfrin when invoked without variable name(s).
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin [William Rowe, Sander Temme]
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin *) apxs: Eliminate run-time check for mod_so. PR 40653.
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin [David M. Lee <dmlee crossroads.com>]
caaa32f2d2e3b28063c745c2632d3979da7f8326minfrin *) beos MPM: Create pmain pool and run modules' child_init hooks when
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin [Chris Darroch]
66a8e1cc29cc4612cd938bc8fcabc0ef569e5769rpluem *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
e02cb8f5090d904c054633ff33dfd1111e16e404minfrin cleanups registered in modules' child_init hooks are performed.
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluem [Chris Darroch]
8a3e2ef19ddfb8addcccdc61da0d1442695a8280rpluem *) mod_dbd: Stash DBD connections in request_config of initial request
213e520edc00641400771fc8f90b37a967a2d9ebdirkx only, or else sub-requests and internal redirections may cause
2ac474e42b9281e247e7082e30c50c5bef1f2cc3rjung entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
213e520edc00641400771fc8f90b37a967a2d9ebdirkx *) Fix issue which could cause error messages to be written to access logs
213e520edc00641400771fc8f90b37a967a2d9ebdirkx on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
a449830d5caa5b9900fe64cc383658b3641f9810dirkx *) The LockFile directive, which specifies the location of
a449830d5caa5b9900fe64cc383658b3641f9810dirkx the accept() mutex lockfile, is deprecated. Instead, the
a449830d5caa5b9900fe64cc383658b3641f9810dirkx AcceptMutex directive now takes an optional lockfile
a449830d5caa5b9900fe64cc383658b3641f9810dirkx location parameter, ala SSLMutex. [Jim Jagielski]
a449830d5caa5b9900fe64cc383658b3641f9810dirkx *) mod_authn_dbd: Export any additional columns queried in the SQL select
a449830d5caa5b9900fe64cc383658b3641f9810dirkx into the environment with the name AUTHENTICATE_<COLUMN>. This brings
06d3a46db9574ad55b65fed36b856fee72bd71a7rpluem mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
06d3a46db9574ad55b65fed36b856fee72bd71a7rpluem *) mod_dbd: Key the storage of prepared statements on the hex string
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin value of server_rec, rather than the server name, as the server name
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin may change (eg when the server name is set) at any time, causing
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
82632a19f2f9c346fee2b28a65920ba9737b3973minfrin *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
0481ff0599c9e3c0c7ad5c1930939dcdac908582chrisd *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
0481ff0599c9e3c0c7ad5c1930939dcdac908582chrisd the first bucket from the brigade, finds it not to be a FILE
835d676191444a46d695171e8760d55a66c60fecminfrin bucket and barfs. The fix is to pass a bucket rather than a brigade.
835d676191444a46d695171e8760d55a66c60fecminfrin [Niklas Edmundsson <nikke acc.umu.se>]
835d676191444a46d695171e8760d55a66c60fecminfrin *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
723f9f463f1922eaef3d24d00cb289e10daa73ffminfrin *) ap_get_server_version() has been removed. Third-party modules must
723f9f463f1922eaef3d24d00cb289e10daa73ffminfrin now use ap_get_server_banner() or ap_get_server_description().
723f9f463f1922eaef3d24d00cb289e10daa73ffminfrin [Jeff Trawick]
c2213b3a46a2666e2e7606ceec509cc4978f187fminfrin *) All MPMs: Introduce a check_config phase between pre_config and
c2213b3a46a2666e2e7606ceec509cc4978f187fminfrin open_logs, to allow modules to review interdependent configuration
c2213b3a46a2666e2e7606ceec509cc4978f187fminfrin directive values and adjust them while messages can still be logged
d4562e99f620170ce0bedddc16887b900b34913bminfrin to the console. Handle relevant MPM directives during this phase
d4562e99f620170ce0bedddc16887b900b34913bminfrin and format messages for both the console and the error log, as
d4562e99f620170ce0bedddc16887b900b34913bminfrin appropriate. [Chris Darroch]
fd279fe992f7171dc3f6d4d40d6db5bb74f2d96eminfrin *) mod_proxy: don't URLencode tilde in path component
fd279fe992f7171dc3f6d4d40d6db5bb74f2d96eminfrin [Stijn Hoop <stijn sandcat.nl>]
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aademinfrin *) mpm_winnt: Fix return values from wait_for_many_objects.
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aademinfrin The return value is index to the signaled thread in the
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aademinfrin creted_threads array. We can not use WAIT_TIMEOUT because
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aademinfrin his value is defined as 258, thus limiting the MaxThreads
fed63d1b62cc7e56aad77b70ee5b5cc7f5c6aademinfrin to that value. [Mladen Turk]
abe0d0e38b9705f21a13ac8748bce1e3ed35e488minfrin *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
abe0d0e38b9705f21a13ac8748bce1e3ed35e488minfrin to circumvent the symbolic link checks imposed by FollowSymLinks and
abe0d0e38b9705f21a13ac8748bce1e3ed35e488minfrin SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
fb8ee8b7a3a2503b95bf47685f9083e0b9834e6fminfrin *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
fb8ee8b7a3a2503b95bf47685f9083e0b9834e6fminfrin configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
fb8ee8b7a3a2503b95bf47685f9083e0b9834e6fminfrin The default is none as this is far greater debugging resolution than
fb8ee8b7a3a2503b95bf47685f9083e0b9834e6fminfrin the typical administrator is prepared to untangle. [William Rowe]
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd *) mod_disk_cache: If possible, check if the size of an object to cache is
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd within the configured boundaries before actually saving data.
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd [Niklas Edmundsson <nikke acc.umu.se>]
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd *) mod_cache: Convert all values to seconds before comparing them when
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd checking whether to send a Warning header for a stale response.
a72211e92bab814bfa28ee086ca9b2a1a6095c92chrisd PR 39713. [Owen Taylor <otaylor redhat.com>]
9582ad6e149d28b118d4e8571101ecb6f85e0191niq *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
9582ad6e149d28b118d4e8571101ecb6f85e0191niq final name. [Davi Arnaut <davi haxent.com.br>]
78a20a6e7ad3a0229900ee54c7d11a65f647b663niq *) Worker and event MPMs: Remove improper scoreboard updates which were
d56bacbfefa5aa883ce5162a115747372fc38d13chrisd performed in the event of a fork() failure. [Chris Darroch]
d56bacbfefa5aa883ce5162a115747372fc38d13chrisd *) Add support for fcgi:// proxies to mod_rewrite.
d56bacbfefa5aa883ce5162a115747372fc38d13chrisd [Markus Schiegl <ms schiegl.com>]
d64dd2fd4516c2b1b664c5e59c0628d9aff26984covener *) Remove incorrect comments from scoreboard.h regarding conditional
d64dd2fd4516c2b1b664c5e59c0628d9aff26984covener loading of worker_score structure with mod_status, and remove unused
d64dd2fd4516c2b1b664c5e59c0628d9aff26984covener definitions relating to old life_status field.
ed0d39878e79220baaa50c15b79b1fdf877cb919niq [Chris Darroch <chrisd pearsoncmg.com>]
1e911973bcb9df6701a4c16c037771ecf25ade13niq *) Remove allocation of memory for unused array of lb_score pointers
1e911973bcb9df6701a4c16c037771ecf25ade13niq in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
1e911973bcb9df6701a4c16c037771ecf25ade13niq *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
1e911973bcb9df6701a4c16c037771ecf25ade13niq [Garrett Rooney, Jim Jagielski, Paul Querna]
e47d58d5d983426584c8d16416c50f5c58070746dirkx *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
e47d58d5d983426584c8d16416c50f5c58070746dirkx [Chris Darroch <chrisd pearsoncmg.com>]
33aad3911b15cb5d523075f7df829274fe298a13dirkx *) mod_charset_lite: Remove Content-Length when output filter can
33aad3911b15cb5d523075f7df829274fe298a13dirkx invalidate it. Warn when input filter can invalidate it.
76f68128bb8fcea0f772d522c05dc7ec872040c2dirkx [Jeff Trawick]
433dcb1fbaae82d36634f5120bff71a04296904ddirkx *) Authz: Add the new module mod_authn_core that will provide common
433dcb1fbaae82d36634f5120bff71a04296904ddirkx authn directives such as 'AuthType', 'AuthName'. Move the directives
433dcb1fbaae82d36634f5120bff71a04296904ddirkx 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
433dcb1fbaae82d36634f5120bff71a04296904ddirkx into mod_authn_core. [Brad Nicholes]
433dcb1fbaae82d36634f5120bff71a04296904ddirkx *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
d7fcc79b0bee660d71b0cccfe9bbc2765ee6420erederpj into the new module mod_access_compat which can be loaded to provide
d7fcc79b0bee660d71b0cccfe9bbc2765ee6420erederpj support for these directives.
d7fcc79b0bee660d71b0cccfe9bbc2765ee6420erederpj [Brad Nicholes]
d7fcc79b0bee660d71b0cccfe9bbc2765ee6420erederpj *) Authz: Move the 'Require' directive from the core module as well as
d7fcc79b0bee660d71b0cccfe9bbc2765ee6420erederpj add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
c002c44ee5c7e7258f4ba5c162461c24a0c179c2dirkx and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
c002c44ee5c7e7258f4ba5c162461c24a0c179c2dirkx logic into the authorization processing. [Brad Nicholes]
40beb03c240a9c60805388592f1005d9bf9d2362fuankg *) Authz: Add the new module mod_authz_core which acts as the
65cb7f00eca6689c8a89dc809359991ade1285bcwrowe authorization provider vector and contains common authz
65cb7f00eca6689c8a89dc809359991ade1285bcwrowe directives. [Brad Nicholes]
65cb7f00eca6689c8a89dc809359991ade1285bcwrowe *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
65cb7f00eca6689c8a89dc809359991ade1285bcwrowe 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
39c7699ec0799d394d3f67145d4a12ed82f587b8jorton host-based access control provided by mod_authz_host and invoked
c6d33447e28403a90ad817dba4df75fae785be28pquerna through the 'Require' directive. [Brad Nicholes]
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin *) Authz: Convert all of the authz modules from hook based to
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin provider based. [Brad Nicholes]
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin *) mod_cache: Add CacheMinExpire directive to set the minimum time in
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin seconds to cache a document.
439ccf2a084e1da566548931c585cbcc3a9e7f4cminfrin [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
4ede070ca63bd4c48045e35a7192582769770290jorton *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
795c9499a77c25695bcb9710ed67bbe51492e181rpluem *) Fix typo in ProxyStatus syntax error message.
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe *) Asynchronous write completion for the Event MPM. [Brian Pane]
a72ba68ecbbc61e4b513e50d6000245c33f753dcwrowe *) Added an End-Of-Request bucket type. The logging of a request and
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq the freeing of its pool are now done when the EOR bucket is destroyed.
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq This has the effect of delaying the logging until right after the last
62c53a0dab4c85bfc6a5ab9abfb1b269d9f7458dniq of the response is sent; ap_core_output_filter() calls the access logger
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin indirectly when it destroys the EOR bucket. [Brian Pane]
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin *) Rewrite of logresolve support utility: IPv6 addresses are now supported
ecc1538af1c08282fc2773d2eb3f1a54251862f9minfrin and the format of statistical output has changed. [Colm MacCarthaigh]
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj *) Added new connection states for handler and write completion
3f5585f7f4a7d74f2f94ec729ea8c1879d419e35rederpj [Brian Pane]
e4b96ba15dc8b2b27d251d53e29b86da32cd5066pquerna *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick [Justin Erenkrantz]
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick allowing string-valued client certificate attributes to be used for
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme [Martin Kraemer, David Reid]
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme [Apache 2.1.0-dev includes those bug fixes and changes with the
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton Apache 2.2.xx tree as documented, and except as noted, below.]
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjortonChanges with Apache 2.2.x and later:
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisd *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
10d486b9267800c5e376c22f6c0d45dc2ae86f67chrisdChanges with Apache 2.0.x and later:
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisd *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
3e155218733389e7b1ea3a9ffd0aea533fd929cechrisdChanges with Apache 1.3.x and later: