CHANGES revision db455cbc662c98dbbf53175393c50086ff63370c
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter -*- coding: utf-8 -*-
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suterChanges with Apache 2.3.0
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter[ When backported to 2.2.x, remove entry from this file ]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core, authn/z: Determine registered authn/z providers directly in
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter ap_setup_auth_internal(), which allows optional functions that just
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter wrapped ap_list_provider_names() to be removed from authn/z modules.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) authn/z: Convert common provider version strings to macros.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) http_filters: Don't return 100-continue on redirects. PR 43711
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) configure: Don't reject libtool 2.x
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) suexec: When group is given as a numeric gid, validate it by looking up
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter the actual group name such that the name can be used in log entries.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 7862 [<y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) ab: Improve client performance by clearing connection pool instead
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter of destroying it. PR 40054 [Brad Roberts <braddr puremagic.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) ab: Don't stop sending a request if EAGAIN is returned, which
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter will only happen if both the write and subsequent wait are
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff returning EAGAIN, and count posted bytes correctly when the initial
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff write of a request is not complete. PR 10038, 38861, 39679
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Patrick McManus <mcmanus datapower.com>,
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff Davanum Srinivas, Roy T. Fielding]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) ab: Overhaul stats collection and reporting to avoid integer
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff truncation and time divisions within the test loop, retain
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter native time resolution until output, remove unused data,
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter consistently round milliseconds, and generally avoid losing
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter accuracy of calculation due to type casts. PR 44878, 44931.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Roy T. Fielding]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) core: When testing for slash-terminated configuration paths in
5cfed89a7c82712af5cd32072415625a96444bc7jvergara ap_location_walk(), don't look past the start of an empty string
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter such as that created by a <Location ""> directive.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core, mod_proxy: If a kept_body is present, it becomes safe for
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter subrequests to support message bodies. Make sure that safety
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter checks within the core and within the proxy are not triggered
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter when kept_body is present. This makes it possible to embed
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter proxied POST requests within mod_include. [Graham Leggett]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) mod_auth_form: Make sure the input filter stack is properly set
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter up before reading the login form. Make sure the kept body filter
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter is correctly inserted to ensure the body can be read a second
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter time safely should the authn be successful. [Graham Leggett,
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_request: Insert the KEPT_BODY filter via the insert_filter
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter hook instead of during fixups. Add a safety check to ensure the
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter filters cannot be inserted more than once. [Graham Leggett,
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core: Do not allow Options ALL if not all options are allowed to be
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) ap_cache_cacheable_headers_out() will (now) always
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter merge an error heaeders _before_ clearing them and _before_
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter merging in the actual entity headers and doing normal
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter hop-by-hop cleansing. [Dirk-Willem van Gulik].
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) cache: retire ap_cache_cacheable_hdrs_out() which was used
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter for both in- and out-put headers; and replace it by a single
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter ap_cache_cacheable_headers() wrapped in a in- and out-put
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter specific ap_cache_cacheable_headers_in()/out(). The latter
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter which will also merge error and ensure content-type. To keep
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter cache modules consistent with ease. This API change bumps
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter up the minor MM by one [Dirk-Willem van Gulik].
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 44799 [Christian Wenz <christian wenz.org>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Move the KeptBodySize directive, kept_body filters and the
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter ap_parse_request_body function out of the http module and into a
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter new module called mod_request, reducing the size of the core.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Graham Leggett]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_dbd: Handle integer configuration directive parameters with a
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter dedicated function.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) Change the directives within the mod_session* modules to be valid
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff both inside and outside the location/directory sections, as
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff suggested by wrowe. [Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_auth_form: Add a module capable of allowing end users to log
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff in using an HTML form, storing the credentials within mod_session.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) Add a function to the http filters that is able to parse an HTML
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff form request with the type of application/x-www-form-urlencoded.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_session_crypto: Initialise SSL in the post config hook.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Ruediger Pluem, Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_session_dbd: Add a session implementation capable of storing
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff session information in a SQL database via the dbd interface. Useful
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff for sites where session privacy is important. [Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_session_crypto: Add a session encoding implementation capable
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff of encrypting and decrypting sessions wherever they may be stored.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter Introduces a level of privacy when sessions are stored on the
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter browser. [Graham Leggett]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_session_cookie: Add a session implementation capable of storing
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff session information within cookies on the browser. Useful for high
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff volume sites where server bound sessions are too resource intensive.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Graham Leggett]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_session: Add a generic session interface to unify the different
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter attempts at saving persistent sessions across requests.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Graham Leggett]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core, authn/z: Avoid calling access control hooks for internal requests
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter with configurations which match those of initial request. Revert to
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter original behaviour (call access control hooks for internal requests
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter with URIs different from initial request) if any access control hooks or
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter providers are not registered as permitting this optimization.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter Introduce wrappers for access control hook and provider registration
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter which can accept additional mode and flag data. [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_dav: Return "method not allowed" if the destination URI of a WebDAV
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter copy / move operation is no DAV resource. PR 44734 [Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Introduced ap_expr API for expression evaluation.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter This is adapted from mod_include, which is the first module
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter to use the new API.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_authz_dbd: When redirecting after successful login/logout per
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter AuthzDBDRedirectQuery, do not report authorization failure, and use
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter first row returned by database query instead of last row.
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter [Chris Darroch]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) mod_rewrite: Initialize hash needed by ap_register_rewrite_mapfunc early
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter enough. PR 44641 [Daniel Lescohier <daniel.lescohier cnet.com>]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) mod_cache: Handle If-Range correctly if the cached resource was stale.
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter PR 44579 [Ruediger Pluem]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) mod_ldap: Correctly return all requested attribute values
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter when some attributes have a null value.
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter PR 44560 [Anders Kaseorg <anders kaseorg.com>]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) core: check symlink ownership if both FollowSymlinks and
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter SymlinksIfOwnerMatch are set [Nick Kew]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core: fix origin checking in SymlinksIfOwnerMatch
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_proxy: Do not try a direct connection if the connection via a
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter remote proxy failed before and the request has a request body.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Ruediger Pluem]
cdb1feac13599cf1911e3b5b83866581369de682kenneth_suter *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter contain public function declarations which are useful for
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter third party module authors. PR 42431 [Dirk-Willem van Gulik].
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_dir, mod_negotiation: pass the output filter information
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter to newly created sub requests; as these are later on used
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter as true requests with an internal redirect. This allows for
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter mod_cache et.al. to trap the results of the redirect.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Dirk-Willem van Gulik, Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_proxy_ajp: Do not retry request in the case that we either failed to
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter sent a part of the request body or if the request is not idempotent.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 44334 [Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_ldap: Add support (taking advantage of the new APR capability)
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter for ldap rebind callback while chasing referrals. This allows direct
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter searches on LDAP servers (in particular MS Active Directory 2003+)
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter using referrals without the use of the global catalog.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PRs 26538, 40268, and 42557 [Paul J. Reder]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Support chroot on Unix-family platforms
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 43596 [Dimitar Pashev <mitko banksoft-bg.com>]
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara *) mod_ssl: Added server name indication support (SNI, RFC 4366).
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara can be created with test/make_sni.sh [Dirk-Willem van Gulik].
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara *) ApacheMonitor.exe: Introduce --kill argument for use by the
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara installer. This will permit the installation tool to remove
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara all running instances before attempting to remove the .exe.
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara [William Rowe]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) mod_ssl: Add support for OCSP validation of client certificates.
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) mod_unique_id: Fix timestamp value in UNIQUE_ID.
5cfed89a7c82712af5cd32072415625a96444bc7jvergara PR 37064 [Kobayashi <kobayashi firstserver.co.jp>]
5cfed89a7c82712af5cd32072415625a96444bc7jvergara *) mod_serf: New module for Reverse Proxying. [Paul Querna]
5cfed89a7c82712af5cd32072415625a96444bc7jvergara *) core: Add the option to keep aside a request body up to a certain
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara size that would otherwise be discarded, to be consumed by filters
5cfed89a7c82712af5cd32072415625a96444bc7jvergara such as mod_include. When enabled for a directory, POST requests
5cfed89a7c82712af5cd32072415625a96444bc7jvergara to shtml files can be passed through to embedded scripts as POST
5cfed89a7c82712af5cd32072415625a96444bc7jvergara requests, rather being downgraded to GET requests. [Graham Leggett]
5cfed89a7c82712af5cd32072415625a96444bc7jvergara *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
5cfed89a7c82712af5cd32072415625a96444bc7jvergara *) scoreboard: Correctly declare ap_time_process_request.
5cfed89a7c82712af5cd32072415625a96444bc7jvergara *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
1034589fd52e64d6c24160f8c84089ac16568c9bjvergara from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter provide the unusual legacy lookup. [William Rowe]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mpm winnt: fix null pointer dereference
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 42572 [Davi Arnaut]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter parameters to the environment. Improve portability to
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara EBCDIC machines by using apr_toupper(). [Martin Kraemer]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter to authorize an authenticated user via a "require ldap-group X" directive
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter where the user is not in group X, but is in a subgroup contained in X.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 42891 [Paul J. Reder]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) ab: Add -r option to continue after socket receive errors.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Filip Hanik <devlist hanik.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter for SDKs that define LDAP_NO_LIMIT to something other than -1.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [David Jones <oscaremma gmail.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) apxs: Enhance -q flag to print all known variables and their values
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter when invoked without variable name(s).
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [William Rowe, Sander Temme]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) apxs: Eliminate run-time check for mod_so. PR 40653.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [David M. Lee <dmlee crossroads.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) beos MPM: Create pmain pool and run modules' child_init hooks when
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter cleanups registered in modules' child_init hooks are performed.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_dbd: Stash DBD connections in request_config of initial request
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter only, or else sub-requests and internal redirections may cause
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Fix issue which could cause error messages to be written to access logs
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) The LockFile directive, which specifies the location of
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter the accept() mutex lockfile, is deprecated. Instead, the
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter AcceptMutex directive now takes an optional lockfile
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter location parameter, ala SSLMutex. [Jim Jagielski]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_authn_dbd: Export any additional columns queried in the SQL select
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter into the environment with the name AUTHENTICATE_<COLUMN>. This brings
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_dbd: Key the storage of prepared statements on the hex string
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter value of server_rec, rather than the server name, as the server name
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff may change (eg when the server name is set) at any time, causing
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff the first bucket from the brigade, finds it not to be a FILE
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff bucket and barfs. The fix is to pass a bucket rather than a brigade.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Niklas Edmundsson <nikke acc.umu.se>]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) ap_get_server_version() has been removed. Third-party modules must
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff now use ap_get_server_banner() or ap_get_server_description().
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Jeff Trawick]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) All MPMs: Introduce a check_config phase between pre_config and
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff open_logs, to allow modules to review interdependent configuration
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff directive values and adjust them while messages can still be logged
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff to the console. Handle relevant MPM directives during this phase
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff and format messages for both the console and the error log, as
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff appropriate. [Chris Darroch]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mod_proxy: don't URLencode tilde in path component
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Stijn Hoop <stijn sandcat.nl>]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) mpm_winnt: Fix return values from wait_for_many_objects.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff The return value is index to the signaled thread in the
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff creted_threads array. We can not use WAIT_TIMEOUT because
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff his value is defined as 258, thus limiting the MaxThreads
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff to that value. [Mladen Turk]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff to circumvent the symbolic link checks imposed by FollowSymLinks and
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_proxy: Support environment variable interpolation in reverse
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter proxying directives. [Nick Kew]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) core: Add the filename of the configuration file to the warning message
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter about the useless use of AllowOverride. PR 39992.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Darryl Miles <darryl darrylmiles.org>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter The default is none as this is far greater debugging resolution than
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter the typical administrator is prepared to untangle. [William Rowe]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_disk_cache: If possible, check if the size of an object to cache is
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter within the configured boundaries before actually saving data.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Niklas Edmundsson <nikke acc.umu.se>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_cache: Convert all values to seconds before comparing them when
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter checking whether to send a Warning header for a stale response.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter PR 39713. [Owen Taylor <otaylor redhat.com>]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara final name. [Davi Arnaut <davi haxent.com.br>]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) Worker and event MPMs: Remove improper scoreboard updates which were
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter performed in the event of a fork() failure. [Chris Darroch]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Add support for fcgi:// proxies to mod_rewrite.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Markus Schiegl <ms schiegl.com>]
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff *) Remove incorrect comments from scoreboard.h regarding conditional
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff loading of worker_score structure with mod_status, and remove unused
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff definitions relating to old life_status field.
1285a58b4952e385840d513267c0aa5c2ff709e6lutoff [Chris Darroch <chrisd pearsoncmg.com>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Remove allocation of memory for unused array of lb_score pointers
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
95e27d0230d8a645d77639e54f8366844415481dkenneth_suter [Garrett Rooney, Jim Jagielski, Paul Querna]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
cdb1feac13599cf1911e3b5b83866581369de682kenneth_suter [Chris Darroch <chrisd pearsoncmg.com>]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) mod_charset_lite: Remove Content-Length when output filter can
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara invalidate it. Warn when input filter can invalidate it.
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara [Jeff Trawick]
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara *) Authz: Add the new module mod_authn_core that will provide common
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara authn directives such as 'AuthType', 'AuthName'. Move the directives
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
c6c6982ec5087efa7aea6aab76e2f4354d774683jvergara into mod_authn_core. [Brad Nicholes]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
cdb1feac13599cf1911e3b5b83866581369de682kenneth_suter into the new module mod_access_compat which can be loaded to provide
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter support for these directives.
cdb1feac13599cf1911e3b5b83866581369de682kenneth_suter [Brad Nicholes]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Authz: Move the 'Require' directive from the core module as well as
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter logic into the authorization processing. [Brad Nicholes]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) Authz: Add the new module mod_authz_core which acts as the
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter authorization provider vector and contains common authz
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter directives. [Brad Nicholes]
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
e291e2bb1467a8bbd781667d82ab5d0c59a9918ekenneth_suter 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter host-based access control provided by mod_authz_host and invoked
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter through the 'Require' directive. [Brad Nicholes]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Authz: Convert all of the authz modules from hook based to
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter provider based. [Brad Nicholes]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_cache: Add CacheMinExpire directive to set the minimum time in
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter seconds to cache a document.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Fix typo in ProxyStatus syntax error message.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Asynchronous write completion for the Event MPM. [Brian Pane]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Added an End-Of-Request bucket type. The logging of a request and
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter the freeing of its pool are now done when the EOR bucket is destroyed.
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter This has the effect of delaying the logging until right after the last
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter of the response is sent; ap_core_output_filter() calls the access logger
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter indirectly when it destroys the EOR bucket. [Brian Pane]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Rewrite of logresolve support utility: IPv6 addresses are now supported
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter and the format of statistical output has changed. [Colm MacCarthaigh]
b32049ed823adcd7ea32882b06ae3ec35ada1364kenneth_suter *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
Apache 2.2.xx tree as documented, and except as noted, below.]
Changes with Apache 2.2.x and later:
Changes with Apache 2.0.x and later:
Changes with Apache 1.3.x and later: