CHANGES revision 0a12339f39799193ac6866fce812a1deb8f4a1ab
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
415bb21f281e9b4f905d5893fede9165bdf1491bjimChanges with Apache 2.3.0
415bb21f281e9b4f905d5893fede9165bdf1491bjim[ When backported to 2.2.x, remove entry from this file ]
f743002678eb67b99bbc29fee116b65d9530fec0wrowe
f743002678eb67b99bbc29fee116b65d9530fec0wrowe *) Remove X-Pad header which was added as a work around to a bug in
f743002678eb67b99bbc29fee116b65d9530fec0wrowe Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
f743002678eb67b99bbc29fee116b65d9530fec0wrowe
2cd2891cea784de97020bcada4e834e224428d0ccovener *) Add DTrace Statically Defined Tracing (SDT) probes.
2cd2891cea784de97020bcada4e834e224428d0ccovener [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
2cd2891cea784de97020bcada4e834e224428d0ccovener
2cd2891cea784de97020bcada4e834e224428d0ccovener *) mod_proxy_balancer: Move all load balancing implementations
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe as individual, self-contained mod_proxy submodules under
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe modules/proxy/balancers [Jim Jagielski]
2cd2891cea784de97020bcada4e834e224428d0ccovener
675e4332325dd31c8188c23608828f69d30e9906sf *) Rename APIs to include ap_ prefix:
675e4332325dd31c8188c23608828f69d30e9906sf find_child_by_pid -> ap_find_child_by_pid
675e4332325dd31c8188c23608828f69d30e9906sf suck_in_APR -> ap_suck_in_APR
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf sys_privileges_handlers -> ap_sys_privileges_handlers
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf unixd_accept -> ap_unixd_accept
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf unixd_config -> ap_unixd_config
9fb3d1792a78003c60a8f0fdbef30a372b39452esf unixd_killpg -> ap_unixd_killpg
9fb3d1792a78003c60a8f0fdbef30a372b39452esf unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
9fb3d1792a78003c60a8f0fdbef30a372b39452esf unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
9fb3d1792a78003c60a8f0fdbef30a372b39452esf unixd_set_rlimit -> ap_unixd_set_rlimit
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand [Paul Querna]
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand *) core: When the ap_http_header_filter processes an error bucket, cleanup
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand the passed brigade before returning AP_FILTER_ERROR down the filter
067fc2710958d8d2a276cd8e54284a178d232a8bsf chain. This unambiguously ensures the same error bucket isn't revisited
067fc2710958d8d2a276cd8e54284a178d232a8bsf [Ruediger Pluem]
067fc2710958d8d2a276cd8e54284a178d232a8bsf
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand based on heartbeats. [Paul Querna]
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand
3a59bb90be3bc6246632384c3d885b875ae507d5sf *) mod_heartmonitor: New module to collect heartbeats, and write out a file
3a59bb90be3bc6246632384c3d885b875ae507d5sf so that other modules can load balance traffic as needed. [Paul Querna]
3a59bb90be3bc6246632384c3d885b875ae507d5sf
3a59bb90be3bc6246632384c3d885b875ae507d5sf *) mod_heartbeat: New module to generate multicast heartbeats to know if a
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener server is online. [Paul Querna]
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener *) core: Error responses set by filters were being coerced into 500 errors,
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem sometimes appended to the original error response. Log entry of:
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem 'Handler for (null) returned invalid result code -3'
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem [Eric Covener]
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem
650d8321b62cccd1830684935bb5362b4c495b17sf *) mod_buffer: Honour the flush bucket and flush the buffer in the
650d8321b62cccd1830684935bb5362b4c495b17sf input filter. Make sure that metadata buckets are written to
650d8321b62cccd1830684935bb5362b4c495b17sf the buffer, not to the final brigade. [Graham Leggett]
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0sf
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0sf *) mod_buffer: Optimise the buffering of heap buckets when the heap
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim Ruediger Pluem]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_buffer: Optional support for buffering of the input and output
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim filter stacks. Can collapse many small buckets into fewer larger
03944c8577b204701c849fce01f3fcb423a615f1covener buckets, and prevents excessively small chunks being sent over
03944c8577b204701c849fce01f3fcb423a615f1covener the wire. [Graham Leggett]
03944c8577b204701c849fce01f3fcb423a615f1covener
03944c8577b204701c849fce01f3fcb423a615f1covener *) mod_privileges: new module to make httpd on Solaris privileges-aware
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener and to enable different virtualhosts to run with different
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener privileges and Unix user/group IDs [Nick Kew]
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener *) authn/z: Remove mod_authn_default and mod_authz_default.
7a975d0413ba303546b7619e4785cb641f7f09fdcovener [Chris Darroch]
7a975d0413ba303546b7619e4785cb641f7f09fdcovener
7a975d0413ba303546b7619e4785cb641f7f09fdcovener *) authz: Fix handling of authz configurations, make default authz
7a975d0413ba303546b7619e4785cb641f7f09fdcovener logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand directives. [Chris Darroch]
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand *) mod_authn_core: Prevent crash when provider alias created to
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand provider which is not yet registered. [Chris Darroch]
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_authn_core: Add AuthType of None to support disabling
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener authentication. [Chris Darroch]
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin *) core: Allow <Limit> and <LimitExcept> directives to nest, and
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin constrain their use to conform with that of other access control
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin and authorization directives. [Chris Darroch]
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin *) unixd: turn existing code into a module, and turn the set user/group
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin and chroot into a child_init function. [Nick Kew]
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) mod_dir: Support "DirectoryIndex disabled"
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) Export and install the mod_rewrite.h header to ensure the optional
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener available to third party modules. [Graham Leggett]
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener *) mod_authnz_ldap: don't return NULL-valued environment variables to
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener *) Don't adjust case in pathname components that are not of interest
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener to mod_mime. Fixes mod_negotiation's use of such components.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
22ce742224c6aeadcb31b381c203232f578fc507covener
22ce742224c6aeadcb31b381c203232f578fc507covener *) Be tolerant in what you accept - accept slightly broken
54e36aed6866e09e1a572dc84996e93cdb487b7bsf status lines from a backend provide they include a valid status code.
54e36aed6866e09e1a572dc84996e93cdb487b7bsf PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
54e36aed6866e09e1a572dc84996e93cdb487b7bsf
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener *) New module mod_sed: filter Request/Response bodies through sed
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener [Basant Kumar Kukreja <basant.kukreja sun.com>]
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener *) mod_auth_form: Make sure that basic authentication is correctly
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim faked directly after login. [Graham Leggett]
292707b9868335763d6f2bb74a263134eeeb8cadkbrand
292707b9868335763d6f2bb74a263134eeeb8cadkbrand *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
070235bcb25af37efebf6405b082413144968289kbrand within the output headers and error output headers, so that the
070235bcb25af37efebf6405b082413144968289kbrand session is maintained across redirects. [Graham Leggett]
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand *) mod_auth_form: Make sure the logged in user is populated correctly
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand after a form login. Fixes a missing REMOTE_USER variable directly
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim following a login. [Graham Leggett]
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener *) mod_session_cookie: Make sure that cookie attributes are correctly
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener included in the blank cookie when cookies are removed. This fixes an
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener inability to log out when using mod_auth_form. [Graham Leggett]
df58c3a1c000d76859808ca4746a41623b432c81sf
df58c3a1c000d76859808ca4746a41623b432c81sf *) mod_autoindex: add configuration option to insert string
df58c3a1c000d76859808ca4746a41623b432c81sf in HTML HEAD. [Nick Kew]
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf null value. [David Shane Holden <dpejesh apache.org>]
bcb2c4ef861e8f8260284631b6753e1088643c8asf
bcb2c4ef861e8f8260284631b6753e1088643c8asf *) mod_headers: Prevent Header edit from processing only the first header
bcb2c4ef861e8f8260284631b6753e1088643c8asf of possibly multiple headers with the same name and deleting the
6defa5d20691765eb0b98daf5db4b1004353222esf remaining ones. PR 45333. [Ruediger Pluem]
6defa5d20691765eb0b98daf5db4b1004353222esf
415bb21f281e9b4f905d5893fede9165bdf1491bjim *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim [Tom Donovan]
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung *) core, authn/z: Determine registered authn/z providers directly in
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung ap_setup_auth_internal(), which allows optional functions that just
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung wrapped ap_list_provider_names() to be removed from authn/z modules.
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung [Chris Darroch]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung
ef3e19a9a27ca055dd20e971d5578f5510308023niq *) authn/z: Convert common provider version strings to macros.
ef3e19a9a27ca055dd20e971d5578f5510308023niq [Chris Darroch]
ef3e19a9a27ca055dd20e971d5578f5510308023niq
ef3e19a9a27ca055dd20e971d5578f5510308023niq *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
099d298d417b68b3d11fb5934c404c60f518d69csf
099d298d417b68b3d11fb5934c404c60f518d69csf *) configure: Don't reject libtool 2.x
099d298d417b68b3d11fb5934c404c60f518d69csf PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf *) core: When testing for slash-terminated configuration paths in
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf ap_location_walk(), don't look past the start of an empty string
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung such as that created by a <Location ""> directive.
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung [Chris Darroch]
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) core, mod_proxy: If a kept_body is present, it becomes safe for
3f5968bf1059aebe846e121a6f3748dd03471ce4sf subrequests to support message bodies. Make sure that safety
3f5968bf1059aebe846e121a6f3748dd03471ce4sf checks within the core and within the proxy are not triggered
3f5968bf1059aebe846e121a6f3748dd03471ce4sf when kept_body is present. This makes it possible to embed
3f5968bf1059aebe846e121a6f3748dd03471ce4sf proxied POST requests within mod_include. [Graham Leggett]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) mod_auth_form: Make sure the input filter stack is properly set
3f5968bf1059aebe846e121a6f3748dd03471ce4sf up before reading the login form. Make sure the kept body filter
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf is correctly inserted to ensure the body can be read a second
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf time safely should the authn be successful. [Graham Leggett,
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf Ruediger Pluem]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton *) mod_request: Insert the KEPT_BODY filter via the insert_filter
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton hook instead of during fixups. Add a safety check to ensure the
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf filters cannot be inserted more than once. [Graham Leggett,
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf Ruediger Pluem]
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf *) core: Do not allow Options ALL if not all options are allowed to be
93d757f10e0823af718075b34363970c4af0e6cdsf overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
93d757f10e0823af718075b34363970c4af0e6cdsf
93d757f10e0823af718075b34363970c4af0e6cdsf *) ap_cache_cacheable_headers_out() will (now) always
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf merge an error heaeders _before_ clearing them and _before_
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf merging in the actual entity headers and doing normal
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf hop-by-hop cleansing. [Dirk-Willem van Gulik].
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) cache: retire ap_cache_cacheable_hdrs_out() which was used
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf for both in- and out-put headers; and replace it by a single
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf ap_cache_cacheable_headers() wrapped in a in- and out-put
78b046ee9f769d9609ea1157177d5467e4700c89covener specific ap_cache_cacheable_headers_in()/out(). The latter
78b046ee9f769d9609ea1157177d5467e4700c89covener which will also merge error and ensure content-type. To keep
78b046ee9f769d9609ea1157177d5467e4700c89covener cache modules consistent with ease. This API change bumps
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf up the minor MM by one [Dirk-Willem van Gulik].
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
00f8426677a7975dc809e4ccb11241c543ec8a0esf PR 44799 [Christian Wenz <christian wenz.org>]
00f8426677a7975dc809e4ccb11241c543ec8a0esf
00f8426677a7975dc809e4ccb11241c543ec8a0esf *) Move the KeptBodySize directive, kept_body filters and the
3ef519991d73cff6763052b5a44c206bda01541dsf ap_parse_request_body function out of the http module and into a
3ef519991d73cff6763052b5a44c206bda01541dsf new module called mod_request, reducing the size of the core.
3ef519991d73cff6763052b5a44c206bda01541dsf [Graham Leggett]
3ef519991d73cff6763052b5a44c206bda01541dsf
3ef519991d73cff6763052b5a44c206bda01541dsf *) mod_dbd: Handle integer configuration directive parameters with a
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf dedicated function.
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf
f82baabbe731507742af2f7ba41463dbbc7911e9sf *) Change the directives within the mod_session* modules to be valid
f82baabbe731507742af2f7ba41463dbbc7911e9sf both inside and outside the location/directory sections, as
f82baabbe731507742af2f7ba41463dbbc7911e9sf suggested by wrowe. [Graham Leggett]
26d07dbe57cb2c8f49df541329a1653635988dbbsf
26d07dbe57cb2c8f49df541329a1653635988dbbsf *) mod_auth_form: Add a module capable of allowing end users to log
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim in using an HTML form, storing the credentials within mod_session.
686555019e71b355e835166dfefbec33f7fb6f90rjung [Graham Leggett]
686555019e71b355e835166dfefbec33f7fb6f90rjung
686555019e71b355e835166dfefbec33f7fb6f90rjung *) Add a function to the http filters that is able to parse an HTML
eda40bb2debf78c913552346127358797665cf7frjung form request with the type of application/x-www-form-urlencoded.
eda40bb2debf78c913552346127358797665cf7frjung [Graham Leggett]
eda40bb2debf78c913552346127358797665cf7frjung
eda40bb2debf78c913552346127358797665cf7frjung *) mod_session_crypto: Initialise SSL in the post config hook.
eda40bb2debf78c913552346127358797665cf7frjung [Ruediger Pluem, Graham Leggett]
eda40bb2debf78c913552346127358797665cf7frjung
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung *) mod_session_dbd: Add a session implementation capable of storing
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung session information in a SQL database via the dbd interface. Useful
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung for sites where session privacy is important. [Graham Leggett]
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) mod_session_crypto: Add a session encoding implementation capable
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung of encrypting and decrypting sessions wherever they may be stored.
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung Introduces a level of privacy when sessions are stored on the
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung browser. [Graham Leggett]
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung *) mod_session_cookie: Add a session implementation capable of storing
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung session information within cookies on the browser. Useful for high
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung volume sites where server bound sessions are too resource intensive.
4acb0cd5536553055c7c6996414cec00b0191e1djim [Graham Leggett]
4acb0cd5536553055c7c6996414cec00b0191e1djim
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf *) mod_session: Add a generic session interface to unify the different
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf attempts at saving persistent sessions across requests.
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf [Graham Leggett]
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf *) core, authn/z: Avoid calling access control hooks for internal requests
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf with configurations which match those of initial request. Revert to
70f553c56eda63b353598193c3afc238db9b3c78sf original behaviour (call access control hooks for internal requests
70f553c56eda63b353598193c3afc238db9b3c78sf with URIs different from initial request) if any access control hooks or
70f553c56eda63b353598193c3afc238db9b3c78sf providers are not registered as permitting this optimization.
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf Introduce wrappers for access control hook and provider registration
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf which can accept additional mode and flag data. [Chris Darroch]
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf
0c2193f47081b894ed16f4fc371f44564d28b334jorton *) Introduced ap_expr API for expression evaluation.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim This is adapted from mod_include, which is the first module
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton to use the new API.
0c2193f47081b894ed16f4fc371f44564d28b334jorton [Nick Kew]
55929f765b95e354092ac17238718e471c252ebbsf
55929f765b95e354092ac17238718e471c252ebbsf *) mod_authz_dbd: When redirecting after successful login/logout per
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf AuthzDBDRedirectQuery, do not report authorization failure, and use
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf first row returned by database query instead of last row.
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf [Chris Darroch]
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf *) mod_ldap: Correctly return all requested attribute values
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf when some attributes have a null value.
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf PR 44560 [Anders Kaseorg <anders kaseorg.com>]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) core: check symlink ownership if both FollowSymlinks and
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf SymlinksIfOwnerMatch are set [Nick Kew]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) core: fix origin checking in SymlinksIfOwnerMatch
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
0ab15ffa17f588723d0c310af78b505bf4e8a953sf
0ab15ffa17f588723d0c310af78b505bf4e8a953sf *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
0ab15ffa17f588723d0c310af78b505bf4e8a953sf 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
1dee19645438f8e3cb80fe86e1aaade04d093e45sf mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
1dee19645438f8e3cb80fe86e1aaade04d093e45sf
1dee19645438f8e3cb80fe86e1aaade04d093e45sf *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf contain public function declarations which are useful for
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf third party module authors. PR 42431 [Dirk-Willem van Gulik].
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf *) mod_dir, mod_negotiation: pass the output filter information
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf to newly created sub requests; as these are later on used
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf as true requests with an internal redirect. This allows for
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin mod_cache et.al. to trap the results of the redirect.
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin [Dirk-Willem van Gulik, Ruediger Pluem]
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) mod_ldap: Add support (taking advantage of the new APR capability)
33510984c759eb3da154ceb0db9b75fa0031d3b4sf for ldap rebind callback while chasing referrals. This allows direct
33510984c759eb3da154ceb0db9b75fa0031d3b4sf searches on LDAP servers (in particular MS Active Directory 2003+)
33510984c759eb3da154ceb0db9b75fa0031d3b4sf using referrals without the use of the global catalog.
33510984c759eb3da154ceb0db9b75fa0031d3b4sf PRs 26538, 40268, and 42557 [Paul J. Reder]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) mod_ssl: Added server name indication support (SNI, RFC 4366).
33510984c759eb3da154ceb0db9b75fa0031d3b4sf PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
33510984c759eb3da154ceb0db9b75fa0031d3b4sf can be created with test/make_sni.sh [Dirk-Willem van Gulik].
6b15044d54a096e6323ff1540f1a491e8de7622dsf
6b15044d54a096e6323ff1540f1a491e8de7622dsf *) ApacheMonitor.exe: Introduce --kill argument for use by the
6b15044d54a096e6323ff1540f1a491e8de7622dsf installer. This will permit the installation tool to remove
287b17b746df229d6211c624b8a3e1edda21cecdsf all running instances before attempting to remove the .exe.
287b17b746df229d6211c624b8a3e1edda21cecdsf [William Rowe]
287b17b746df229d6211c624b8a3e1edda21cecdsf
de2d327e43e0f17cdb64851beafecba96a0ed962sf *) mod_ssl: Add support for OCSP validation of client certificates.
de2d327e43e0f17cdb64851beafecba96a0ed962sf PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
de2d327e43e0f17cdb64851beafecba96a0ed962sf
de2d327e43e0f17cdb64851beafecba96a0ed962sf *) mod_serf: New module for Reverse Proxying. [Paul Querna]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) core: Add the option to keep aside a request body up to a certain
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf size that would otherwise be discarded, to be consumed by filters
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf such as mod_include. When enabled for a directory, POST requests
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf to shtml files can be passed through to embedded scripts as POST
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf requests, rather being downgraded to GET requests. [Graham Leggett]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
b44565f239485673d9486068588a5fb3af008be9sf *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
b44565f239485673d9486068588a5fb3af008be9sf
b44565f239485673d9486068588a5fb3af008be9sf *) scoreboard: Correctly declare ap_time_process_request.
b44565f239485673d9486068588a5fb3af008be9sf PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
bf99d597a964add76124fc185892e04733a02969sf
bf99d597a964add76124fc185892e04733a02969sf *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
bf99d597a964add76124fc185892e04733a02969sf from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
876167dba234e2c7065895c87b77a8c57bdcf754sf provide the unusual legacy lookup. [William Rowe]
876167dba234e2c7065895c87b77a8c57bdcf754sf
876167dba234e2c7065895c87b77a8c57bdcf754sf *) mpm winnt: fix null pointer dereference
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf PR 42572 [Davi Arnaut]
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim parameters to the environment. Improve portability to
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim EBCDIC machines by using apr_toupper(). [Martin Kraemer]
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin to authorize an authenticated user via a "require ldap-group X" directive
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin where the user is not in group X, but is in a subgroup contained in X.
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin PR 42891 [Paul J. Reder]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
b3e63c395d671f14a096d7e888dbfd2caf93a663sf *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
b3e63c395d671f14a096d7e888dbfd2caf93a663sf for SDKs that define LDAP_NO_LIMIT to something other than -1.
b3e63c395d671f14a096d7e888dbfd2caf93a663sf [David Jones <oscaremma gmail.com>]
b3e63c395d671f14a096d7e888dbfd2caf93a663sf
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf *) apxs: Enhance -q flag to print all known variables and their values
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf when invoked without variable name(s).
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf [William Rowe, Sander Temme]
83c89da783ba8bdaef50ec1912443f7fad3556acjim
83c89da783ba8bdaef50ec1912443f7fad3556acjim *) apxs: Eliminate run-time check for mod_so. PR 40653.
83c89da783ba8bdaef50ec1912443f7fad3556acjim [David M. Lee <dmlee crossroads.com>]
5152ceef718c8d39291557205cb2a98f436ce87frjung
5152ceef718c8d39291557205cb2a98f436ce87frjung *) beos MPM: Create pmain pool and run modules' child_init hooks when
4acb0cd5536553055c7c6996414cec00b0191e1djim entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
9c67ffea79ab184351b5d554b57814e13285e758jim [Chris Darroch]
9c67ffea79ab184351b5d554b57814e13285e758jim
3eb3f27d2d93942bd4230c231aab4eb16a316384jim *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
3eb3f27d2d93942bd4230c231aab4eb16a316384jim cleanups registered in modules' child_init hooks are performed.
3eb3f27d2d93942bd4230c231aab4eb16a316384jim [Chris Darroch]
0a2424312d9f02479a38e96dcbb170a77c218852rjung
0a2424312d9f02479a38e96dcbb170a77c218852rjung *) mod_dbd: Stash DBD connections in request_config of initial request
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener only, or else sub-requests and internal redirections may cause
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic *) Fix issue which could cause error messages to be written to access logs
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick *) The LockFile directive, which specifies the location of
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick the accept() mutex lockfile, is deprecated. Instead, the
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick AcceptMutex directive now takes an optional lockfile
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick location parameter, ala SSLMutex. [Jim Jagielski]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
e19d3a1e487aa73e0850658d3773f748aefba7f7sf *) mod_authn_dbd: Export any additional columns queried in the SQL select
e19d3a1e487aa73e0850658d3773f748aefba7f7sf into the environment with the name AUTHENTICATE_<COLUMN>. This brings
e19d3a1e487aa73e0850658d3773f748aefba7f7sf mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf *) mod_dbd: Key the storage of prepared statements on the hex string
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf value of server_rec, rather than the server name, as the server name
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf may change (eg when the server name is set) at any time, causing
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick the first bucket from the brigade, finds it not to be a FILE
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim bucket and barfs. The fix is to pass a bucket rather than a brigade.
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick [Niklas Edmundsson <nikke acc.umu.se>]
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf *) ap_get_server_version() has been removed. Third-party modules must
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf now use ap_get_server_banner() or ap_get_server_description().
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf [Jeff Trawick]
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf
490993ea2eda52d4fdacff247eb2657296c86f71trawick *) All MPMs: Introduce a check_config phase between pre_config and
490993ea2eda52d4fdacff247eb2657296c86f71trawick open_logs, to allow modules to review interdependent configuration
03502de2853fcebaf853ed3bcfd5033894c238bbjim directive values and adjust them while messages can still be logged
03502de2853fcebaf853ed3bcfd5033894c238bbjim to the console. Handle relevant MPM directives during this phase
03502de2853fcebaf853ed3bcfd5033894c238bbjim and format messages for both the console and the error log, as
03502de2853fcebaf853ed3bcfd5033894c238bbjim appropriate. [Chris Darroch]
afee7998d5045107a7673f09bc3448a5dc1b6612jim
afee7998d5045107a7673f09bc3448a5dc1b6612jim *) mod_proxy: don't URLencode tilde in path component
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf [Stijn Hoop <stijn sandcat.nl>]
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf *) mpm_winnt: Fix return values from wait_for_many_objects.
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf The return value is index to the signaled thread in the
b38e1e2f118f67818f88faee827f4b3a2881e908sf creted_threads array. We can not use WAIT_TIMEOUT because
3d636d91428f2c0a74012c89a94ec7d5b40aa52esf his value is defined as 258, thus limiting the MaxThreads
b38e1e2f118f67818f88faee827f4b3a2881e908sf to that value. [Mladen Turk]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
20e0c71be778348516719e1e58a9f55c8e78c570trawick to circumvent the symbolic link checks imposed by FollowSymLinks and
027f7b141f164258b254c38319d06452b25d7660trawick SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
027f7b141f164258b254c38319d06452b25d7660trawick
977c4527be5a21182f24fc22a40a79d576a52f86trawick *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
977c4527be5a21182f24fc22a40a79d576a52f86trawick configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
977c4527be5a21182f24fc22a40a79d576a52f86trawick The default is none as this is far greater debugging resolution than
7fef9f66804ea10d5bf343cdd3d607465e8340cajim the typical administrator is prepared to untangle. [William Rowe]
7fef9f66804ea10d5bf343cdd3d607465e8340cajim
7fef9f66804ea10d5bf343cdd3d607465e8340cajim *) mod_disk_cache: If possible, check if the size of an object to cache is
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier within the configured boundaries before actually saving data.
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier [Niklas Edmundsson <nikke acc.umu.se>]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier final name. [Davi Arnaut <davi haxent.com.br>]
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton *) Worker and event MPMs: Remove improper scoreboard updates which were
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton performed in the event of a fork() failure. [Chris Darroch]
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener *) Add support for fcgi:// proxies to mod_rewrite.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Markus Schiegl <ms schiegl.com>]
ffae06377667a5d8f9699ac7512134de7000a83dminfrin
ffae06377667a5d8f9699ac7512134de7000a83dminfrin *) Remove incorrect comments from scoreboard.h regarding conditional
ffae06377667a5d8f9699ac7512134de7000a83dminfrin loading of worker_score structure with mod_status, and remove unused
ffae06377667a5d8f9699ac7512134de7000a83dminfrin definitions relating to old life_status field.
efc81fe729a2b7401028387da184b4a98f0b854atrawick [Chris Darroch <chrisd pearsoncmg.com>]
efc81fe729a2b7401028387da184b4a98f0b854atrawick
efc81fe729a2b7401028387da184b4a98f0b854atrawick *) Remove allocation of memory for unused array of lb_score pointers
efc81fe729a2b7401028387da184b4a98f0b854atrawick in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
9c67ffea79ab184351b5d554b57814e13285e758jim
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim [Garrett Rooney, Jim Jagielski, Paul Querna]
d56f48e6d861159b42b8f6eadd66e9e03086ceb9fuankg
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg [Chris Darroch <chrisd pearsoncmg.com>]
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_charset_lite: Remove Content-Length when output filter can
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim invalidate it. Warn when input filter can invalidate it.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim [Jeff Trawick]
29ecbd9db1622e74964264d078336f7604d65093jim
29ecbd9db1622e74964264d078336f7604d65093jim *) Authz: Add the new module mod_authn_core that will provide common
29ecbd9db1622e74964264d078336f7604d65093jim authn directives such as 'AuthType', 'AuthName'. Move the directives
a503caacf7ab36d5bc42cb7c78256e1221642656jim 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
a503caacf7ab36d5bc42cb7c78256e1221642656jim into mod_authn_core. [Brad Nicholes]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin into the new module mod_access_compat which can be loaded to provide
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin support for these directives.
59d316b83d42d2a07e25c20d8c35a07b369618bdsf [Brad Nicholes]
59d316b83d42d2a07e25c20d8c35a07b369618bdsf
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) Authz: Move the 'Require' directive from the core module as well as
59d316b83d42d2a07e25c20d8c35a07b369618bdsf add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf logic into the authorization processing. [Brad Nicholes]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf *) Authz: Add the new module mod_authz_core which acts as the
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf authorization provider vector and contains common authz
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim directives. [Brad Nicholes]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
3e2582713ed6883683272fbc628a27419d0ed543minfrin host-based access control provided by mod_authz_host and invoked
3e2582713ed6883683272fbc628a27419d0ed543minfrin through the 'Require' directive. [Brad Nicholes]
3e2582713ed6883683272fbc628a27419d0ed543minfrin
3e2582713ed6883683272fbc628a27419d0ed543minfrin *) Authz: Convert all of the authz modules from hook based to
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin provider based. [Brad Nicholes]
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin *) mod_cache: Add CacheMinExpire directive to set the minimum time in
a46801e6532423aa7bd184471eb49158d7c9ae62sf seconds to cache a document.
a46801e6532423aa7bd184471eb49158d7c9ae62sf [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
a46801e6532423aa7bd184471eb49158d7c9ae62sf
808a26d70f28498b9d7252a70d9fb23def781901minfrin *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
808a26d70f28498b9d7252a70d9fb23def781901minfrin
ef12246b88300687bf1faaf56d115dd8d8d82761jorton *) Fix typo in ProxyStatus syntax error message.
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin *) Asynchronous write completion for the Event MPM. [Brian Pane]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin
7d59a9f282af9dce031b61062a0d941641101237rpluem *) Added an End-Of-Request bucket type. The logging of a request and
7d59a9f282af9dce031b61062a0d941641101237rpluem the freeing of its pool are now done when the EOR bucket is destroyed.
7d59a9f282af9dce031b61062a0d941641101237rpluem This has the effect of delaying the logging until right after the last
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton of the response is sent; ap_core_output_filter() calls the access logger
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton indirectly when it destroys the EOR bucket. [Brian Pane]
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton
223c64b836fbc2bc8611da9604379dfe13f56abasf *) Rewrite of logresolve support utility: IPv6 addresses are now supported
223c64b836fbc2bc8611da9604379dfe13f56abasf and the format of statistical output has changed. [Colm MacCarthaigh]
223c64b836fbc2bc8611da9604379dfe13f56abasf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) Added new connection states for handler and write completion
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf [Brian Pane]
93cf7fc650197b941ae31a7c7e51e901b129e954igalic
93cf7fc650197b941ae31a7c7e51e901b129e954igalic *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
93cf7fc650197b941ae31a7c7e51e901b129e954igalic [Justin Erenkrantz]
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung allowing string-valued client certificate attributes to be used for
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Martin Kraemer, David Reid]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton [Apache 2.1.0-dev includes those bug fixes and changes with the
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton Apache 2.2.xx tree as documented, and except as noted, below.]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjimChanges with Apache 2.2.x and later:
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sfChanges with Apache 2.0.x and later:
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjimChanges with Apache 1.3.x and later:
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim