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