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