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