CHANGES revision d3b838902cf725b0563b2b5579b351f025e9bf2f
96fc773162e93e5b85686ab152f11baf4498d868rbb -*- coding: utf-8 -*-
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbbChanges with Apache 2.3.0
445997e06464e7625c7f0e22917f8f2d9876cfffrbb[ When backported to 2.2.x, remove entry from this file ]
445997e06464e7625c7f0e22917f8f2d9876cfffrbb *) mod_proxy_http: Introduce environment variable proxy-initial-not-pooled to
445997e06464e7625c7f0e22917f8f2d9876cfffrbb avoid reusing pooled connections if the client connection is an initial
445997e06464e7625c7f0e22917f8f2d9876cfffrbb connection. PR 37770. [Ruediger Pluem]
a2c240fe8836beba2330b03d55569d9e31bb3358trawick *) mod_proxy: Add connectiontimeout parameter for proxy workers in order to
a2c240fe8836beba2330b03d55569d9e31bb3358trawick be able to set the timeout for connecting to the backend separately.
a2c240fe8836beba2330b03d55569d9e31bb3358trawick PR 45445. [Ruediger Pluem, rahul <rahul sun.com>]
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb *) mod_dav_fs: Retrieve minimal system information about directory
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb entries when walking a DAV fs, resolving a performance degradation on
13ee9baf0119bca0739d3f17591f0bf2c64cdcccrbb Windows. PR 45464. [Jeff Trawick]
5a58a10705b7b154b53294e0c0283d64eabdcb7fstoddard *) mod_cgid: Pass along empty command line arguments from an ISINDEX
5a58a10705b7b154b53294e0c0283d64eabdcb7fstoddard query that has consecutive '+' characters in the QUERY_STRING,
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf matching the behavior of mod_cgi.
3568de757bac0b47256647504c186d17ca272f85rbb [Eric Covener]
3568de757bac0b47256647504c186d17ca272f85rbb *) mod_auth_core: Detect during startup when AuthDigestProvider
98f3c8c547839251cb43e9f917114cc8b16ced9efanf is configured to use an incompatible provider via AuthnProviderAlias.
98f3c8c547839251cb43e9f917114cc8b16ced9efanf PR 45196 [Eric Covener]
1a411968bb62cc88c3cbf14a53caf6587c224259fanf *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
1a411968bb62cc88c3cbf14a53caf6587c224259fanf null value. [David Shane Holden <dpejesh apache.org>]
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf *) mod_headers: Prevent Header edit from processing only the first header
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf of possibly multiple headers with the same name and deleting the
10a2de5cee9ae5abe675ea200fbe635a54556c8ffanf remaining ones. PR 45333. [Ruediger Pluem]
6f06d481dafc90f1b553f1d2828bcea50a039854fielding *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
b5140df3124b186e4a977812fd9828d1e295c080wrowe [Tom Donovan]
b5140df3124b186e4a977812fd9828d1e295c080wrowe *) mod_proxy_http: Do not forward requests with 'Expect: 100-continue' to
b5140df3124b186e4a977812fd9828d1e295c080wrowe known HTTP/1.0 servers. Return 'Expectation failed' (417) instead.
b5140df3124b186e4a977812fd9828d1e295c080wrowe [Ruediger Pluem]
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe *) core, authn/z: Determine registered authn/z providers directly in
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe ap_setup_auth_internal(), which allows optional functions that just
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe wrapped ap_list_provider_names() to be removed from authn/z modules.
c9dafaafc2650994e47f88f5239f643c97ec4cb3wrowe [Chris Darroch]
41aef8943f349ee0b5b510dd436301b4c33c628cwrowe *) authn/z: Convert common provider version strings to macros.
bb360f1d9bdce4f55f290de07a711db006b25957wrowe [Chris Darroch]
5727f68f33838686d447f55a100309e54efb20f8fielding *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
5727f68f33838686d447f55a100309e54efb20f8fielding *) configure: Don't reject libtool 2.x
5727f68f33838686d447f55a100309e54efb20f8fielding PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb *) core: When testing for slash-terminated configuration paths in
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb ap_location_walk(), don't look past the start of an empty string
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb such as that created by a <Location ""> directive.
d28c69d8e5f2e88e653d61436bb6fa6302a212b4rbb [Chris Darroch]
b974a8fc59a9d6193305dcd8690992a411d88232rbb *) core, mod_proxy: If a kept_body is present, it becomes safe for
b974a8fc59a9d6193305dcd8690992a411d88232rbb subrequests to support message bodies. Make sure that safety
b974a8fc59a9d6193305dcd8690992a411d88232rbb checks within the core and within the proxy are not triggered
b974a8fc59a9d6193305dcd8690992a411d88232rbb when kept_body is present. This makes it possible to embed
fa996ff928f6170678c8789c8073c368f56d770arbb proxied POST requests within mod_include. [Graham Leggett]
fa996ff928f6170678c8789c8073c368f56d770arbb *) mod_auth_form: Make sure the input filter stack is properly set
fa996ff928f6170678c8789c8073c368f56d770arbb up before reading the login form. Make sure the kept body filter
fa996ff928f6170678c8789c8073c368f56d770arbb is correctly inserted to ensure the body can be read a second
fa996ff928f6170678c8789c8073c368f56d770arbb time safely should the authn be successful. [Graham Leggett,
a1bbc66131c63e718e3f73fc11a348f7552d7947rbb Ruediger Pluem]
a1bbc66131c63e718e3f73fc11a348f7552d7947rbb *) mod_request: Insert the KEPT_BODY filter via the insert_filter
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe hook instead of during fixups. Add a safety check to ensure the
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe filters cannot be inserted more than once. [Graham Leggett,
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe Ruediger Pluem]
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe *) core: Do not allow Options ALL if not all options are allowed to be
b31025f6f2c0392dc76eecca7f27faad0b902be0wrowe overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben *) ap_cache_cacheable_headers_out() will (now) always
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben merge an error heaeders _before_ clearing them and _before_
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben merging in the actual entity headers and doing normal
4783bc116b4dc37deadcc0b68ce3d3eeb6a7464aben hop-by-hop cleansing. [Dirk-Willem van Gulik].
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb *) cache: retire ap_cache_cacheable_hdrs_out() which was used
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb for both in- and out-put headers; and replace it by a single
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb ap_cache_cacheable_headers() wrapped in a in- and out-put
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb specific ap_cache_cacheable_headers_in()/out(). The latter
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb which will also merge error and ensure content-type. To keep
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb cache modules consistent with ease. This API change bumps
fcc25eda7b150e226d3c1cdaea66a943d3fdee4erbb up the minor MM by one [Dirk-Willem van Gulik].
cab10c98980b42562a7850410cecd37798e170ecrbb *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
cab10c98980b42562a7850410cecd37798e170ecrbb PR 44799 [Christian Wenz <christian wenz.org>]
cab10c98980b42562a7850410cecd37798e170ecrbb *) Move the KeptBodySize directive, kept_body filters and the
cab10c98980b42562a7850410cecd37798e170ecrbb ap_parse_request_body function out of the http module and into a
71715c646d5231de578431f8961e711764b899d3fanf new module called mod_request, reducing the size of the core.
71715c646d5231de578431f8961e711764b899d3fanf [Graham Leggett]
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb *) mod_dbd: Handle integer configuration directive parameters with a
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb dedicated function.
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb *) Change the directives within the mod_session* modules to be valid
2714d6002fcdf12f5b26cc948c9f2f03ca5e7ee9rbb both inside and outside the location/directory sections, as
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb suggested by wrowe. [Graham Leggett]
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb *) mod_auth_form: Add a module capable of allowing end users to log
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb in using an HTML form, storing the credentials within mod_session.
8695c28e4d0bb9357f606045b37238d4f49ce8b6rbb [Graham Leggett]
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb *) Add a function to the http filters that is able to parse an HTML
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb form request with the type of application/x-www-form-urlencoded.
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb [Graham Leggett]
5f69f46ccdf50afd8f0a23f134746e6066185e89rbb *) mod_session_crypto: Initialise SSL in the post config hook.
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe [Ruediger Pluem, Graham Leggett]
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe *) mod_session_dbd: Add a session implementation capable of storing
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe session information in a SQL database via the dbd interface. Useful
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe for sites where session privacy is important. [Graham Leggett]
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe *) mod_session_crypto: Add a session encoding implementation capable
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe of encrypting and decrypting sessions wherever they may be stored.
e76797ee89ad6fb15ad97b0f3903ae324ac44949wrowe Introduces a level of privacy when sessions are stored on the
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb browser. [Graham Leggett]
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb *) mod_session_cookie: Add a session implementation capable of storing
a1e0709c89175c34a3f72eb4a83d7ee1621a0884rbb session information within cookies on the browser. Useful for high
4b13b6bcdcfae61d3c58cc2569757651f28f2bbfrbb volume sites where server bound sessions are too resource intensive.
4b13b6bcdcfae61d3c58cc2569757651f28f2bbfrbb [Graham Leggett]
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb *) mod_session: Add a generic session interface to unify the different
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb attempts at saving persistent sessions across requests.
34ea1d36f4e1c8d66338e691793017d105cc9c32rbb [Graham Leggett]
2c8f06bf370a44a3d0544ed5319355463c417132gregames *) core, authn/z: Avoid calling access control hooks for internal requests
2c8f06bf370a44a3d0544ed5319355463c417132gregames with configurations which match those of initial request. Revert to
2c8f06bf370a44a3d0544ed5319355463c417132gregames original behaviour (call access control hooks for internal requests
db06e09891b001667974483058923b88c3258324rbb with URIs different from initial request) if any access control hooks or
db06e09891b001667974483058923b88c3258324rbb providers are not registered as permitting this optimization.
db06e09891b001667974483058923b88c3258324rbb Introduce wrappers for access control hook and provider registration
db06e09891b001667974483058923b88c3258324rbb which can accept additional mode and flag data. [Chris Darroch]
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf *) Introduced ap_expr API for expression evaluation.
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf This is adapted from mod_include, which is the first module
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf to use the new API.
8ba9d5e9aaaa79dba0de13f5c1b6e725d98f1dc2fanf [Nick Kew]
26cf4d32b4ff8807a64b0cfa6865a7d6d171c68efanf *) mod_authz_dbd: When redirecting after successful login/logout per
26cf4d32b4ff8807a64b0cfa6865a7d6d171c68efanf AuthzDBDRedirectQuery, do not report authorization failure, and use
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick first row returned by database query instead of last row.
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick [Chris Darroch]
06c107289de0a0888386e0bc08ef9fc60aacd8bctrawick *) mod_ldap: Correctly return all requested attribute values
f4ab6acec7b02518869ca649ce2d3ceeb92d282etrawick when some attributes have a null value.
f4ab6acec7b02518869ca649ce2d3ceeb92d282etrawick PR 44560 [Anders Kaseorg <anders kaseorg.com>]
b0bd38b2226e5cfb86cce6ed1991723f4c9e4f68trawick *) core: check symlink ownership if both FollowSymlinks and
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim SymlinksIfOwnerMatch are set [Nick Kew]
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim *) core: fix origin checking in SymlinksIfOwnerMatch
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
bf9902ea6090f94c9ee0aaddd80b419a184ffe55jim 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
83047afdc49c183cdca6373dba6a0c6afa638f12gstein contain public function declarations which are useful for
0b34df54ff22d0ca05eb8e9d7c9610138a878c83rbb third party module authors. PR 42431 [Dirk-Willem van Gulik].
c8cc46d12794845f39fa154224075a3bbe57a4c8ben *) mod_dir, mod_negotiation: pass the output filter information
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb to newly created sub requests; as these are later on used
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb as true requests with an internal redirect. This allows for
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb mod_cache et.al. to trap the results of the redirect.
5dea9095cbfab622c65e5f2f806007aaa7d7761arbb [Dirk-Willem van Gulik, Ruediger Pluem]
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick *) mod_ldap: Add support (taking advantage of the new APR capability)
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick for ldap rebind callback while chasing referrals. This allows direct
365c33fd9c0fc3ac27c0bd1d360a5a94980c576atrawick searches on LDAP servers (in particular MS Active Directory 2003+)
0ea568e49752d337d2b513cce07f2a6f4699d6eatrawick using referrals without the use of the global catalog.
0ea568e49752d337d2b513cce07f2a6f4699d6eatrawick PRs 26538, 40268, and 42557 [Paul J. Reder]
b7a0ad483b54711addc5f43f679189619a23c749ben *) Support chroot on Unix-family platforms
b7a0ad483b54711addc5f43f679189619a23c749ben PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
328d02603f471fad56cc5588fc9e93f589593ad0rbb *) mod_ssl: Added server name indication support (SNI, RFC 4366).
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
1c850e9f96375578e43e5f69ba7499a543b2a7bdtrawick can be created with test/make_sni.sh [Dirk-Willem van Gulik].
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick *) ApacheMonitor.exe: Introduce --kill argument for use by the
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick installer. This will permit the installation tool to remove
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick all running instances before attempting to remove the .exe.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick [William Rowe]
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick *) mod_ssl: Add support for OCSP validation of client certificates.
48a2f5e2c189669b025d462f44fda5d4b45e8d78trawick PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb *) mod_serf: New module for Reverse Proxying. [Paul Querna]
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb *) core: Add the option to keep aside a request body up to a certain
b22fb75c37b70fbe176afdb8081c3ce2dba86db4rbb size that would otherwise be discarded, to be consumed by filters
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb such as mod_include. When enabled for a directory, POST requests
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb to shtml files can be passed through to embedded scripts as POST
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb requests, rather being downgraded to GET requests. [Graham Leggett]
8fccb89ed59d5c80c76a818f7ca02bb0d068d4d3rbb *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
da07a882b90b44243c9cd88ac09a789999dccc4drbb *) scoreboard: Correctly declare ap_time_process_request.
da07a882b90b44243c9cd88ac09a789999dccc4drbb *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb provide the unusual legacy lookup. [William Rowe]
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb *) mpm winnt: fix null pointer dereference
4a5c8a77f48f0cf10bfe70479d0a2e8e7d6cd917rbb PR 42572 [Davi Arnaut]
5bf029f8452b6aa105cf3d9d9b19221920725428rbb *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
5bf029f8452b6aa105cf3d9d9b19221920725428rbb parameters to the environment. Improve portability to
5bf029f8452b6aa105cf3d9d9b19221920725428rbb EBCDIC machines by using apr_toupper(). [Martin Kraemer]
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
60ed053fe71b1e3cfab8c4ed37afde30a6db4841rbb to authorize an authenticated user via a "require ldap-group X" directive
e03878add0099ba9741efc46d545955a60ea8bdcrbb where the user is not in group X, but is in a subgroup contained in X.
e03878add0099ba9741efc46d545955a60ea8bdcrbb PR 42891 [Paul J. Reder]
e03878add0099ba9741efc46d545955a60ea8bdcrbb *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
1860b2b5f1de31f8cf9d95f1b394fe98c8dbfab7rbb for SDKs that define LDAP_NO_LIMIT to something other than -1.
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe [David Jones <oscaremma gmail.com>]
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe *) apxs: Enhance -q flag to print all known variables and their values
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe when invoked without variable name(s).
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe [William Rowe, Sander Temme]
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe *) apxs: Eliminate run-time check for mod_so. PR 40653.
9ec65cbae2f760e485a1c54df5b19853688d5c91wrowe [David M. Lee <dmlee crossroads.com>]
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick *) beos MPM: Create pmain pool and run modules' child_init hooks when
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick [Chris Darroch]
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
77c656dabf05adcdee0d30b15b4628be738a1913rbb cleanups registered in modules' child_init hooks are performed.
77c656dabf05adcdee0d30b15b4628be738a1913rbb [Chris Darroch]
77c656dabf05adcdee0d30b15b4628be738a1913rbb *) mod_dbd: Stash DBD connections in request_config of initial request
77c656dabf05adcdee0d30b15b4628be738a1913rbb only, or else sub-requests and internal redirections may cause
7e73041858979fd162c849cc2e7447beb51eedf8rbb entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb *) Fix issue which could cause error messages to be written to access logs
a8c0c0b8d7dada680bd3f3d70f78ce0656ba5aa6trawick *) The LockFile directive, which specifies the location of
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb the accept() mutex lockfile, is deprecated. Instead, the
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb AcceptMutex directive now takes an optional lockfile
886cd69ebf69e990dbc365be87ff8ea7cd681904rbb location parameter, ala SSLMutex. [Jim Jagielski]
ce121a776564df6bb75498209094142d92404b8atrawick *) mod_authn_dbd: Export any additional columns queried in the SQL select
ce121a776564df6bb75498209094142d92404b8atrawick into the environment with the name AUTHENTICATE_<COLUMN>. This brings
ce121a776564df6bb75498209094142d92404b8atrawick mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
e1ade9256c87684358786fcf7eef251bd4c1db10rbb *) mod_dbd: Key the storage of prepared statements on the hex string
e1ade9256c87684358786fcf7eef251bd4c1db10rbb value of server_rec, rather than the server name, as the server name
e1ade9256c87684358786fcf7eef251bd4c1db10rbb may change (eg when the server name is set) at any time, causing
e1ade9256c87684358786fcf7eef251bd4c1db10rbb weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
db9ac238bf63d7df2bebbaff4de1628a32151028trawick *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
db9ac238bf63d7df2bebbaff4de1628a32151028trawick *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbb the first bucket from the brigade, finds it not to be a FILE
eae32ab3fb398ca408bc2d45b22adf1b67a75471rbb bucket and barfs. The fix is to pass a bucket rather than a brigade.
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb [Niklas Edmundsson <nikke acc.umu.se>]
d1d25826dbd7d2ba97db90b77122ae2b0f363e89rbb *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
42ec91fadb5532438ab4c02993b15c18a517967frbb *) ap_get_server_version() has been removed. Third-party modules must
42ec91fadb5532438ab4c02993b15c18a517967frbb now use ap_get_server_banner() or ap_get_server_description().
42ec91fadb5532438ab4c02993b15c18a517967frbb [Jeff Trawick]
96fc773162e93e5b85686ab152f11baf4498d868rbb *) All MPMs: Introduce a check_config phase between pre_config and
2975523a2901fc601ae9510082a7d4fb11bb9aecake open_logs, to allow modules to review interdependent configuration
2975523a2901fc601ae9510082a7d4fb11bb9aecake directive values and adjust them while messages can still be logged
2975523a2901fc601ae9510082a7d4fb11bb9aecake to the console. Handle relevant MPM directives during this phase
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick and format messages for both the console and the error log, as
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick appropriate. [Chris Darroch]
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick *) mod_proxy: don't URLencode tilde in path component
5827adc4c40ff4b10db9b09cea43f4307c8fc319trawick [Stijn Hoop <stijn sandcat.nl>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mpm_winnt: Fix return values from wait_for_many_objects.
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe The return value is index to the signaled thread in the
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe creted_threads array. We can not use WAIT_TIMEOUT because
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe his value is defined as 258, thus limiting the MaxThreads
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe to that value. [Mladen Turk]
e7270e4daeb3e62414b361ca2bf0e707d0ae3310wrowe *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
f6e9f5600e77b78fb013bb543d364135961639d1rbb to circumvent the symbolic link checks imposed by FollowSymLinks and
f6e9f5600e77b78fb013bb543d364135961639d1rbb SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
f6e9f5600e77b78fb013bb543d364135961639d1rbb *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
f6e9f5600e77b78fb013bb543d364135961639d1rbb configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
f6e9f5600e77b78fb013bb543d364135961639d1rbb The default is none as this is far greater debugging resolution than
f6e9f5600e77b78fb013bb543d364135961639d1rbb the typical administrator is prepared to untangle. [William Rowe]
f6e9f5600e77b78fb013bb543d364135961639d1rbb *) mod_disk_cache: If possible, check if the size of an object to cache is
f6e9f5600e77b78fb013bb543d364135961639d1rbb within the configured boundaries before actually saving data.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Niklas Edmundsson <nikke acc.umu.se>]
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick *) mod_cache: Convert all values to seconds before comparing them when
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick checking whether to send a Warning header for a stale response.
b580e99ec29c68e3c56b5b1ad8a4ec1e2de865c0trawick PR 39713. [Owen Taylor <otaylor redhat.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
cfa64348224b66dd1c9979b809406c4d15b1c137fielding final name. [Davi Arnaut <davi haxent.com.br>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Worker and event MPMs: Remove improper scoreboard updates which were
cfa64348224b66dd1c9979b809406c4d15b1c137fielding performed in the event of a fork() failure. [Chris Darroch]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add support for fcgi:// proxies to mod_rewrite.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Markus Schiegl <ms schiegl.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove incorrect comments from scoreboard.h regarding conditional
cfa64348224b66dd1c9979b809406c4d15b1c137fielding loading of worker_score structure with mod_status, and remove unused
cfa64348224b66dd1c9979b809406c4d15b1c137fielding definitions relating to old life_status field.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chris Darroch <chrisd pearsoncmg.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Remove allocation of memory for unused array of lb_score pointers
cfa64348224b66dd1c9979b809406c4d15b1c137fielding in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Garrett Rooney, Jim Jagielski, Paul Querna]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Chris Darroch <chrisd pearsoncmg.com>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_charset_lite: Remove Content-Length when output filter can
cfa64348224b66dd1c9979b809406c4d15b1c137fielding invalidate it. Warn when input filter can invalidate it.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Jeff Trawick]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Add the new module mod_authn_core that will provide common
cfa64348224b66dd1c9979b809406c4d15b1c137fielding authn directives such as 'AuthType', 'AuthName'. Move the directives
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
cfa64348224b66dd1c9979b809406c4d15b1c137fielding into mod_authn_core. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding into the new module mod_access_compat which can be loaded to provide
cfa64348224b66dd1c9979b809406c4d15b1c137fielding support for these directives.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Move the 'Require' directive from the core module as well as
cfa64348224b66dd1c9979b809406c4d15b1c137fielding add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
cfa64348224b66dd1c9979b809406c4d15b1c137fielding logic into the authorization processing. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Add the new module mod_authz_core which acts as the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding authorization provider vector and contains common authz
cfa64348224b66dd1c9979b809406c4d15b1c137fielding directives. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
cfa64348224b66dd1c9979b809406c4d15b1c137fielding host-based access control provided by mod_authz_host and invoked
cfa64348224b66dd1c9979b809406c4d15b1c137fielding through the 'Require' directive. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Authz: Convert all of the authz modules from hook based to
cfa64348224b66dd1c9979b809406c4d15b1c137fielding provider based. [Brad Nicholes]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cache: Add CacheMinExpire directive to set the minimum time in
cfa64348224b66dd1c9979b809406c4d15b1c137fielding seconds to cache a document.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Fix typo in ProxyStatus syntax error message.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Asynchronous write completion for the Event MPM. [Brian Pane]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added an End-Of-Request bucket type. The logging of a request and
cfa64348224b66dd1c9979b809406c4d15b1c137fielding the freeing of its pool are now done when the EOR bucket is destroyed.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding This has the effect of delaying the logging until right after the last
cfa64348224b66dd1c9979b809406c4d15b1c137fielding of the response is sent; ap_core_output_filter() calls the access logger
cfa64348224b66dd1c9979b809406c4d15b1c137fielding indirectly when it destroys the EOR bucket. [Brian Pane]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rewrite of logresolve support utility: IPv6 addresses are now supported
cfa64348224b66dd1c9979b809406c4d15b1c137fielding and the format of statistical output has changed. [Colm MacCarthaigh]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Added new connection states for handler and write completion
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Brian Pane]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Justin Erenkrantz]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
cfa64348224b66dd1c9979b809406c4d15b1c137fielding allowing string-valued client certificate attributes to be used for
cfa64348224b66dd1c9979b809406c4d15b1c137fielding access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Martin Kraemer, David Reid]
cfa64348224b66dd1c9979b809406c4d15b1c137fielding [Apache 2.1.0-dev includes those bug fixes and changes with the
cfa64348224b66dd1c9979b809406c4d15b1c137fielding Apache 2.2.xx tree as documented, and except as noted, below.]
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.2.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 2.0.x and later:
cfa64348224b66dd1c9979b809406c4d15b1c137fielding *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
cfa64348224b66dd1c9979b809406c4d15b1c137fieldingChanges with Apache 1.3.x and later: