CHANGES revision 845258fbf5102b8b09fe9b7f4cb4ea4c089344c3
f743002678eb67b99bbc29fee116b65d9530fec0wrowe -*- coding: utf-8 -*-
6736c640e65e06990ef33af71ee81fac4df4ff5fjim
6736c640e65e06990ef33af71ee81fac4df4ff5fjimChanges with Apache 2.3.3
d6d4b562733b802104c7c09a2f68b0d7a77946bdsf
d6d4b562733b802104c7c09a2f68b0d7a77946bdsf *) mod_mime: Detect invalid use of MultiviewsMatch inside Location and
6736c640e65e06990ef33af71ee81fac4df4ff5fjim LocationMatch sections. PR47754. [Dan Poirier]
415bb21f281e9b4f905d5893fede9165bdf1491bjim
415bb21f281e9b4f905d5893fede9165bdf1491bjim *) mod_request: Make sure the KeptBodySize directive rejects values
f743002678eb67b99bbc29fee116b65d9530fec0wrowe that aren't valid numbers. [Graham Leggett]
f743002678eb67b99bbc29fee116b65d9530fec0wrowe
f743002678eb67b99bbc29fee116b65d9530fec0wrowe *) mod_session_crypto: Sanity check should the potentially encrypted
f743002678eb67b99bbc29fee116b65d9530fec0wrowe session cookie be too short. [Graham Leggett]
2cd2891cea784de97020bcada4e834e224428d0ccovener
2cd2891cea784de97020bcada4e834e224428d0ccovener *) mod_session.c: Prevent a segfault when session is added but not
2cd2891cea784de97020bcada4e834e224428d0ccovener configured. [Graham Leggett]
2cd2891cea784de97020bcada4e834e224428d0ccovener
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe *) htcacheclean: 19 ways to fail, 1 error message. Fixed. [Graham Leggett]
1f9c3dc1ba4b56b2c14f40db86f532114504b5cfwrowe
2cd2891cea784de97020bcada4e834e224428d0ccovener *) mod_auth_digest: Fail server start when nonce count checking
c60018e9cf43220afed53c8f50f42e71cec7e70esf is configured without shared memory, or md5-sess algorithm is
c60018e9cf43220afed53c8f50f42e71cec7e70esf configured. [Dan Poirier]
c60018e9cf43220afed53c8f50f42e71cec7e70esf
c60018e9cf43220afed53c8f50f42e71cec7e70esf *) mod_proxy_connect: The connect method doesn't work if the client is
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung connecting to the apache proxy through an ssl socket. Fixed.
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung PR29744. [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
fb333f30ae01a1f14b2afaa8a92c99192abf883erjung David Gence, Tim Dodge, Per Gunnar Hans, Emmanuel Elango,
69a4ff202d78f0a69cd87cb0edc9964b2db4946csf Kevin Croft, Rudolf Cardinal]
69a4ff202d78f0a69cd87cb0edc9964b2db4946csf
69a4ff202d78f0a69cd87cb0edc9964b2db4946csf *) mod_ssl: The error message when SSLCertificateFile is missing should
fec106c7688e279dfde4403bc3c935fec97c1d62sf at least give the name or position of the problematic virtual host
fec106c7688e279dfde4403bc3c935fec97c1d62sf definition. [Stefan Fritsch sf sfritsch.de]
fec106c7688e279dfde4403bc3c935fec97c1d62sf
4872f2c13be21115687dedcdf2515980fde93b70covener *) mod_auth_digest: Fix null pointer when qop=none. [Dan Poirier]
4872f2c13be21115687dedcdf2515980fde93b70covener
be918ac21416c363014aca09383937579ca01db5covener *) Add support for HTTP PUT to ab. [Jeff Barnes <jbarnesweb yahoo.com>]
be918ac21416c363014aca09383937579ca01db5covener
be918ac21416c363014aca09383937579ca01db5covener *) mod_headers: generalise the envclause to support expression
be918ac21416c363014aca09383937579ca01db5covener evaluation with ap_expr parser [Nick Kew]
0a2212da6843659e65c378c5201e6612be625731sf
0a2212da6843659e65c378c5201e6612be625731sf *) mod_cache: Introduce the thundering herd lock, a mechanism to keep
0a2212da6843659e65c378c5201e6612be625731sf the flood of requests at bay that strike a backend webserver as
0a2212da6843659e65c378c5201e6612be625731sf a cached entity goes stale. [Graham Leggett]
0a2212da6843659e65c378c5201e6612be625731sf
789f46cb4d4c3e32f6550f17f74ea4a054095901covener *) mod_auth_digest: Fix usage of shared memory and re-enable it.
789f46cb4d4c3e32f6550f17f74ea4a054095901covener PR 16057 [Dan Poirier]
789f46cb4d4c3e32f6550f17f74ea4a054095901covener
789f46cb4d4c3e32f6550f17f74ea4a054095901covener *) Preserve Port information over internal redirects
789f46cb4d4c3e32f6550f17f74ea4a054095901covener PR 35999 [Jonas Ringh <jonas.ringh cixit.se>]
539c658848512631bb4db3529e84b6d45401b925covener
539c658848512631bb4db3529e84b6d45401b925covener *) Proxy: unable to connect to a backend is SERVICE_UNAVAILABLE,
539c658848512631bb4db3529e84b6d45401b925covener rather than BAD_GATEWAY or (especially) NOT_FOUND.
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf PR 46971 [evanc nortel.com]
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf *) Various modules: Do better checking of pollset operations in order to
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf avoid segmentation faults if they fail. PR 46467
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf [Stefan Fritsch <sf sfritsch.de>]
c07f5b18040b0d39b077666ad6fbbd28fe0eb5f1sf
94bc56b747dda8afb8806d04e08164ea99e4c21dsf *) mod_autoindex: Correctly create an empty cell if the description
94bc56b747dda8afb8806d04e08164ea99e4c21dsf for a file is missing. PR 47682 [Peter Poeml <poeml suse.de>]
5fcf1d4211ba64b1e9c7647fcc615a9e850c6c88covener
5fcf1d4211ba64b1e9c7647fcc615a9e850c6c88covener *) ab: Fix broken error messages after resolver or connect() failures.
5fcf1d4211ba64b1e9c7647fcc615a9e850c6c88covener [Jeff Trawick]
81cc440ca73845f44dc589db106d3feb7a36f33bminfrin
81cc440ca73845f44dc589db106d3feb7a36f33bminfrin *) SECURITY: CVE-2009-1890 (cve.mitre.org)
81cc440ca73845f44dc589db106d3feb7a36f33bminfrin Fix a potential Denial-of-Service attack against mod_proxy in a
65dec0561786621bd67f57e8054dcf80923b6cb1jorton reverse proxy configuration, where a remote attacker can force a
65dec0561786621bd67f57e8054dcf80923b6cb1jorton proxy process to consume CPU time indefinitely. [Nick Kew, Joe Orton]
65dec0561786621bd67f57e8054dcf80923b6cb1jorton
cda2a8c4fe289419f62e8b9607cafe4812974840sf *) SECURITY: CVE-2009-1191 (cve.mitre.org)
cda2a8c4fe289419f62e8b9607cafe4812974840sf mod_proxy_ajp: Avoid delivering content from a previous request which
cda2a8c4fe289419f62e8b9607cafe4812974840sf failed to send a request body. PR 46949 [Ruediger Pluem]
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5minfrin
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5minfrin *) htdbm: Fix possible buffer overflow if dbm database has very
3bb96836b77f718d914dbcdbe3d9bf3ca22859a5minfrin long values. PR 30586 [Dan Poirier]
79821ac529d05349274b7ed2421077afffbc0c08sf
79821ac529d05349274b7ed2421077afffbc0c08sf *) core: Return APR_EOF if request body is shorter than the length announced
79821ac529d05349274b7ed2421077afffbc0c08sf by the client. PR 33098 [ Stefan Fritsch <sf sfritsch.de>]
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin *) mod_suexec: correctly set suexec_enabled when httpd is run by a
6e3c52ed5ba88bb05d3535c6257a61faeec22388minfrin non-root user and may have insufficient permissions.
aa8ce00557e35b6042be4afa1684b2322def4520covener PR 42175 [Jim Radford <radford blackbean.org>]
aa8ce00557e35b6042be4afa1684b2322def4520covener
aa8ce00557e35b6042be4afa1684b2322def4520covener *) mod_ssl: Fix SSL_*_DN_UID variables to use the 'userID' attribute
b80324fbe463460d1c847b88ffe2132f92ce5587sf type. PR 45107. [Michael Ströder <michael stroeder.com>,
b80324fbe463460d1c847b88ffe2132f92ce5587sf Peter Sylvester <peter.sylvester edelweb.fr>]
b80324fbe463460d1c847b88ffe2132f92ce5587sf
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe *) mod_proxy_http: fix case sensitivity checking transfer encoding
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe PR 47383 [Ryuzo Yamamoto <ryuzo.yamamoto gmail.com>]
5fb413c5191ff4ca01e1f6a9ad09ea8bbb2759a7wrowe
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf *) mod_alias: ensure Redirect issues a valid URL.
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf PR 44020 [Håkon Stordahl <hakon stordahl.org>]
dbcebab5451c15100d22ef5a1cd0c80237e33a93sf
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf *) mod_dir: add DefaultHandler directive, to enable admin to specify
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf an action to happen when a URL maps to no file, without resorting
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf
e9356fde2e4fff8dab7eb6006ed1c476973796c5sf *) mod_cgid: Do not leak the listening Unix socket file descriptor to the
aaea51ff28093213376b9b8f63de07db53436223sf CGI process. PR 47335 [Kornél Pál <kornelpal gmail.com>]
aaea51ff28093213376b9b8f63de07db53436223sf
aaea51ff28093213376b9b8f63de07db53436223sf *) mod_rewrite: Remove locking for writing to the rewritelog.
276fc07643ddb8c178a35b79ae4fe27596f37739sf PR 46942 [Dan Poirier <poirier pobox.com>]
276fc07643ddb8c178a35b79ae4fe27596f37739sf
276fc07643ddb8c178a35b79ae4fe27596f37739sf *) mod_alias: check sanity in Redirect arguments.
67746e0d18eeceb247fc940148c9b4d358929643sf PR 44729 [Sönke Tesch <st kino-fahrplan.de>, Jim Jagielski]
67746e0d18eeceb247fc940148c9b4d358929643sf
67746e0d18eeceb247fc940148c9b4d358929643sf *) mod_proxy_http: fix Host: header for literal IPv6 addresses.
67746e0d18eeceb247fc940148c9b4d358929643sf PR 47177 [Carlos Garcia Braschi <cgbraschi gmail.com>]
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf *) mod_cache: Add CacheIgnoreURLSessionIdentifiers directive to ignore
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf defined session identifiers encoded in the URL when caching.
17aeaeb2e4c4cde18ebc5231d959197e3e35e821sf [Ruediger Pluem]
79acb56fc63b66848d0f6f35fc272a938b819f8dtrawick
675e4332325dd31c8188c23608828f69d30e9906sf *) mod_rewrite: Fix the error string returned by RewriteRule.
675e4332325dd31c8188c23608828f69d30e9906sf RewriteRule returned "RewriteCond: bad flag delimiters" when the 3rd
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf argument of RewriteRule was not started with "[" or not ended with "]".
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf PR 45082 [Vitaly Polonetsky <m_vitaly topixoft.com>]
fa8e640eeec5c0b3db42e13f1df0bafd0d89d56fsf
9fb3d1792a78003c60a8f0fdbef30a372b39452esf *) Windows: Fix usage message.
65dec0561786621bd67f57e8054dcf80923b6cb1jorton [Rainer Jung]
9fb3d1792a78003c60a8f0fdbef30a372b39452esf
9fb3d1792a78003c60a8f0fdbef30a372b39452esf *) apachectl: When passing through arguments to httpd in
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand non-SysV mode, use the "$@" syntax to preserve arguments.
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand [Eric Covener]
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand
2c238b83c08ac2d040d9057b1ba83ba7f71138b7kbrand *) mod_dbd: add DBDInitSQL directive to enable SQL statements to
067fc2710958d8d2a276cd8e54284a178d232a8bsf be run when a connection is opened. PR 46827
067fc2710958d8d2a276cd8e54284a178d232a8bsf [Marko Kevac <mkevac gmail.com>]
067fc2710958d8d2a276cd8e54284a178d232a8bsf
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand *) mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand PR 47037. [Jeff Trawick]
40a9ce7a0e17b10b08693f98ed4f64e456ef69a1kbrand
3a59bb90be3bc6246632384c3d885b875ae507d5sf *) mod_proxy_ajp: Check more strictly that the backend follows the AJP
3a59bb90be3bc6246632384c3d885b875ae507d5sf protocol. [Mladen Turk]
3a59bb90be3bc6246632384c3d885b875ae507d5sf
3a59bb90be3bc6246632384c3d885b875ae507d5sf *) mod_proxy_ajp: Forward remote port information by default.
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener [Rainer Jung]
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener
c9d1b78375e7ce7c2ccd7162d48da0eb84631bd3covener *) Allow MPMs to be loaded dynamically, as with most other modules. This
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem required changes to the MPM interfaces. Removed: mpm.h, mpm_default.h
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem (as an installed header), APACHE_MPM_DIR, MPM_NAME, ap_threads_per_child,
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem ap_max_daemons_limit, ap_my_generation, etc. ap_mpm_query() can't be
f7407ba6bea5ed1151cfcefcfa774b531c26eecdrpluem called until after the register-hooks phase. [Jeff Trawick]
650d8321b62cccd1830684935bb5362b4c495b17sf
650d8321b62cccd1830684935bb5362b4c495b17sf *) mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives
650d8321b62cccd1830684935bb5362b4c495b17sf to enable stricter checking of remote server certificates.
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0sf [Ruediger Pluem]
7bf4eb9638a127fbfbc402d2c0e4ec0085934cf0sf
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) ab: Fix a 100% CPU loop on platforms where a failed non-blocking connect
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim returns EINPROGRESS and a subsequent poll() returns only POLLERR.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim Observed on HP-UX. [Eric Covener]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) Remove broken support for BeOS, OS/2, TPF, and even older platforms such
03944c8577b204701c849fce01f3fcb423a615f1covener as A/UX, Next, and Tandem. [Jeff Trawick]
03944c8577b204701c849fce01f3fcb423a615f1covener
03944c8577b204701c849fce01f3fcb423a615f1covener *) mod_proxy_ftp: Add ProxyFtpListOnWildcard directive to allow files with
03944c8577b204701c849fce01f3fcb423a615f1covener globbing characters to be retrieved instead of converted into a
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener directory listing. PR 46789 [Dan Poirier <poirier pobox.com>]
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener *) Provide ap_retained_data_create()/ap_retained_data_get() for preservation
f97e1288a50b3da1022b515d84bc57a5091f2fefcovener of module state across unload/load. [Jeff Trawick]
7a975d0413ba303546b7619e4785cb641f7f09fdcovener
7a975d0413ba303546b7619e4785cb641f7f09fdcovener *) mod_substitute: Fix a memory leak. PR 44948
7a975d0413ba303546b7619e4785cb641f7f09fdcovener [Dan Poirier <poirier pobox.com>]
7a975d0413ba303546b7619e4785cb641f7f09fdcovener
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrandChanges with Apache 2.3.2
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand *) mod_mime_magic: Fix detection of compressed content. [Rainer Jung]
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand
77504f17963a8dd941a921d9ddfa25ddb0f348d6kbrand *) mod_negotiation: Escape pathes of filenames in 406 responses to avoid
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener HTML injections and HTTP response splitting. PR 46837.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Geoff Keating <geoffk apple.com>]
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener
75c2b964ca7ebfb32ad08c68c9db3bca5ecced55covener *) mod_ssl: add support for type-safe STACK constructs in OpenSSL
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin development HEAD. PR 45521. [Kaspar Brand, Sander Temme]
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin
5ab58649d9a4b3af01a4141920613fbf74ced7fdminfrin *) ab: Fix maintenance of the pollset to resolve EALREADY errors
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin PR 44584. Use APR_POLLSET_NOCOPY for better performance with some
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin pollset implementations. [Jeff Trawick]
97f293b98fc6777e5baa836c30293f433f3c12e1minfrin
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand *) mod_disk_cache: The module now turns off sendfile support if
0e6c63c34b6c118ec6c28ddadda5eefb2584bf7dkbrand 'EnableSendfile off' is defined globally. [Lars Eilebrecht]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) mod_deflate: Adjust content metadata before bailing out on 304
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf responses so that the metadata does not differ from 200 response.
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf [Roy T. Fielding]
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf *) mod_deflate: Fix creation of invalid Etag headers. We now make sure
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf that the Etag value is properly quoted when adding the gzip marker.
fa0316cc0d5c0e80d275877df428fd8061c0a79dsf PR 39727, 45023. [Lars Eilebrecht, Roy T. Fielding]
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener *) Added 20x22 icons for ODF, SVG, and XML documents. PR 37185.
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener [Peter Harlow]
97cd2f98ad4abe68aaaba96b5bfc9ebf7109a2c1covener
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) Disabled DefaultType directive and removed ap_default_type()
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener from core. We now exclude Content-Type from responses for which
60d81cab99dccfbb0c8d378cf6aa7338be0fdb74covener a media type has not been configured via mime.types, AddType,
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim ForceType, or some other mechanism. PR 13986. [Roy T. Fielding]
22ce742224c6aeadcb31b381c203232f578fc507covener
22ce742224c6aeadcb31b381c203232f578fc507covener *) mod_rewrite: Add IPV6 variable to RewriteCond
54e36aed6866e09e1a572dc84996e93cdb487b7bsf [Ryan Phillips <ryan-apache trolocsis.com>]
54e36aed6866e09e1a572dc84996e93cdb487b7bsf
54e36aed6866e09e1a572dc84996e93cdb487b7bsf *) core: Enhance KeepAliveTimeout to support a value in milliseconds.
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener PR 46275. [Takashi Sato]
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener *) rotatelogs: Allow size units B, K, M, G and combination of
7fc2cdc3683b47fcf5f39a094eddefa7b22dbfc0covener time and size based rotation. [Rainer Jung]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
292707b9868335763d6f2bb74a263134eeeb8cadkbrand *) rotatelogs: Add flag for verbose (debug) output. [Rainer Jung]
292707b9868335763d6f2bb74a263134eeeb8cadkbrand
070235bcb25af37efebf6405b082413144968289kbrand *) mod_ssl: Fix merging of SSLRenegBufferSize directive. PR 46508
070235bcb25af37efebf6405b082413144968289kbrand [<tlhackque yahoo.com>]
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand *) core: Translate the the status line to ASCII on EBCDIC platforms in
4281cf6a722c99ae21394dc2000bd48efcebdb3akbrand ap_send_interim_response() and for locally generated "100 Continue"
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim responses. [Eric Covener]
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener *) prefork: Fix child process hang during graceful restart/stop in
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener configurations with multiple listening sockets. PR 42829. [Joe Orton,
c7715b8cd6f5b5f4a27b12d816c6f48c522715f5covener Jeff Trawick]
df58c3a1c000d76859808ca4746a41623b432c81sf
df58c3a1c000d76859808ca4746a41623b432c81sf *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
df58c3a1c000d76859808ca4746a41623b432c81sf set in the global scope. [Graham Leggett]
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf *) mod_ext_filter: We need to detect failure to startup the filter
65f6e321663b3fd0f93d8b47b4df05f189de6cf1sf program (a mangled response is not acceptable). Fix to detect
bcb2c4ef861e8f8260284631b6753e1088643c8asf failure, and offer configuration option either to abort or
bcb2c4ef861e8f8260284631b6753e1088643c8asf to remove the filter and continue.
bcb2c4ef861e8f8260284631b6753e1088643c8asf PR 41120 [Nick Kew]
6defa5d20691765eb0b98daf5db4b1004353222esf
6defa5d20691765eb0b98daf5db4b1004353222esf *) mod_session_crypto: Rewrite the session_crypto module against the
415bb21f281e9b4f905d5893fede9165bdf1491bjim apr_crypto API. [Graham Leggett]
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq until the main request is cleaned up. [Graham Leggett]
5b0a925d0d2cfe3defeb45cd0d29126ef3603bb4niq
caa47b19a81edcfc44b79583a0e386e326cf6492niqChanges with Apache 2.3.1
caa47b19a81edcfc44b79583a0e386e326cf6492niq
caa47b19a81edcfc44b79583a0e386e326cf6492niq *) ap_slotmem: Add in new slot-based memory access API impl., including
caa47b19a81edcfc44b79583a0e386e326cf6492niq 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
caa47b19a81edcfc44b79583a0e386e326cf6492niq Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
caa47b19a81edcfc44b79583a0e386e326cf6492niq
caa47b19a81edcfc44b79583a0e386e326cf6492niq *) mod_include: support generating non-ASCII characters as entities in SSI
caa47b19a81edcfc44b79583a0e386e326cf6492niq PR 25202 [Nick Kew]
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung PR 25202 [Nick Kew]
3e13c3c3e6517a04c8c20ffb8e62aadb3b13f8dfrjung
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung *) mod_rewrite: fix "B" flag breakage by reverting r5589343
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
b8c9229249804470a885a1a43f7f2dad15fb06a3rjung
ef3e19a9a27ca055dd20e971d5578f5510308023niq *) CGI: return 504 (Gateway timeout) rather than 500 when a script
ef3e19a9a27ca055dd20e971d5578f5510308023niq times out before returning status line/headers.
ef3e19a9a27ca055dd20e971d5578f5510308023niq PR 42190 [Nick Kew]
ef3e19a9a27ca055dd20e971d5578f5510308023niq
099d298d417b68b3d11fb5934c404c60f518d69csf *) mod_cgid: fix segfault problem on solaris.
099d298d417b68b3d11fb5934c404c60f518d69csf PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
099d298d417b68b3d11fb5934c404c60f518d69csf
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf *) mod_proxy_scgi: Added. [André Malo]
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf
0d54de55e9fec3d9ac5989a5fe016f349b82ed05sf *) mod_cache: Introduce 'no-cache' per-request environment variable
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung to prevent the saving of an otherwise cacheable response.
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung [Eric Covener]
636d0d3e03f5f4f2fefae0f20c36e288755e79f6rjung
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
3f5968bf1059aebe846e121a6f3748dd03471ce4sf way that per-directory rewrites append the previous notion of PATH_INFO
3f5968bf1059aebe846e121a6f3748dd03471ce4sf to each substitution before evaluating subsequent rules.
3f5968bf1059aebe846e121a6f3748dd03471ce4sf PR 38642 [Eric Covener]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf
3f5968bf1059aebe846e121a6f3748dd03471ce4sf *) mod_cgid: Do not add an empty argument when calling the CGI script.
3f5968bf1059aebe846e121a6f3748dd03471ce4sf PR 46380 [Ruediger Pluem]
3f5968bf1059aebe846e121a6f3748dd03471ce4sf
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf *) scoreboard: Remove unused sb_type from process_score.
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
ab86c68ce36c715e93f403dde41d0b9c1522c8b0sf
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton size of the buffer used for the request-body where necessary
7c6f514f2ef9b98f58b8f8a5f534eb78a75f29f2jorton during a per-dir renegotiation. PR 39243. [Joe Orton]
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf *) mod_proxy_fdpass: New module to pass a client connection over to a separate
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf process that is reading from a unix daemon socket.
3e520e9f095fbbcaa3c216c8ea56e89bd6fd58b4sf
93d757f10e0823af718075b34363970c4af0e6cdsf *) mod_ssl: Improve environment variable extraction to be more
93d757f10e0823af718075b34363970c4af0e6cdsf efficient and to correctly handle DNs with duplicate tags.
93d757f10e0823af718075b34363970c4af0e6cdsf PR 45975. [Joe Orton]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf *) Remove the obsolete serial attribute from the RPM spec file. Compile
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf against the external pcre. Add missing binaries fcgistarter, and
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf mod_socache* and mod_session*. [Graham Leggett]
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
533d85911f7e4914ee5f9d5c99a2421f4ab4208asfChanges with Apache 2.3.0
533d85911f7e4914ee5f9d5c99a2421f4ab4208asf
78b046ee9f769d9609ea1157177d5467e4700c89covener *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
78b046ee9f769d9609ea1157177d5467e4700c89covener
78b046ee9f769d9609ea1157177d5467e4700c89covener *) Remove X-Pad header which was added as a work around to a bug in
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf
5d1aa7e499fc511e937db7a7ce671add9a4d6702sf *) Add DTrace Statically Defined Tracing (SDT) probes.
e64afc186db4cf314ee2b1c81391f22f7e28427dtrawick [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
00f8426677a7975dc809e4ccb11241c543ec8a0esf
00f8426677a7975dc809e4ccb11241c543ec8a0esf *) mod_proxy_balancer: Move all load balancing implementations
3ef519991d73cff6763052b5a44c206bda01541dsf as individual, self-contained mod_proxy submodules under
3ef519991d73cff6763052b5a44c206bda01541dsf modules/proxy/balancers [Jim Jagielski]
3ef519991d73cff6763052b5a44c206bda01541dsf
3ef519991d73cff6763052b5a44c206bda01541dsf *) Rename APIs to include ap_ prefix:
3ef519991d73cff6763052b5a44c206bda01541dsf find_child_by_pid -> ap_find_child_by_pid
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf suck_in_APR -> ap_suck_in_APR
512bc8626ede860ea2ef329e6c2ffbd6ceba3903sf sys_privileges_handlers -> ap_sys_privileges_handlers
f82baabbe731507742af2f7ba41463dbbc7911e9sf unixd_accept -> ap_unixd_accept
f82baabbe731507742af2f7ba41463dbbc7911e9sf unixd_config -> ap_unixd_config
f82baabbe731507742af2f7ba41463dbbc7911e9sf unixd_killpg -> ap_unixd_killpg
26d07dbe57cb2c8f49df541329a1653635988dbbsf unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
26d07dbe57cb2c8f49df541329a1653635988dbbsf unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
09359a90ff115fc5eeb96e1e5c78a58dd9fc59d3jim unixd_set_rlimit -> ap_unixd_set_rlimit
686555019e71b355e835166dfefbec33f7fb6f90rjung [Paul Querna]
686555019e71b355e835166dfefbec33f7fb6f90rjung
686555019e71b355e835166dfefbec33f7fb6f90rjung *) core: When the ap_http_header_filter processes an error bucket, cleanup
eda40bb2debf78c913552346127358797665cf7frjung the passed brigade before returning AP_FILTER_ERROR down the filter
eda40bb2debf78c913552346127358797665cf7frjung chain. This unambiguously ensures the same error bucket isn't revisited
eda40bb2debf78c913552346127358797665cf7frjung [Ruediger Pluem]
eda40bb2debf78c913552346127358797665cf7frjung
eda40bb2debf78c913552346127358797665cf7frjung *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
eda40bb2debf78c913552346127358797665cf7frjung based on heartbeats. [Paul Querna]
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung *) mod_heartmonitor: New module to collect heartbeats, and write out a file
53b3e9f9937ca992fb149d02d19223674c81c5a4rjung so that other modules can load balance traffic as needed. [Paul Querna]
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung *) mod_heartbeat: New module to generate multicast heartbeats to know if a
25cc406eca0c99de0dfbd6c8862bec2d5fb6c4farjung server is online. [Paul Querna]
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung *) core: Error responses set by filters were being coerced into 500 errors,
5b43275cebfb0ff9961ac462f3a96f7fe612d327rjung sometimes appended to the original error response. Log entry of:
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung 'Handler for (null) returned invalid result code -3'
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung [Eric Covener]
3bcb72c0b2797d2ec0b41bb9f4696e58be2c7043rjung
4acb0cd5536553055c7c6996414cec00b0191e1djim *) mod_buffer: Honour the flush bucket and flush the buffer in the
4acb0cd5536553055c7c6996414cec00b0191e1djim input filter. Make sure that metadata buckets are written to
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf the buffer, not to the final brigade. [Graham Leggett]
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf
dc610ff4888acc61dc6c8de2b8974a4dce9c074fsf *) mod_buffer: Optimise the buffering of heap buckets when the heap
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf Ruediger Pluem]
b08558bf6a64f9501ad3eca34eaf4d978bd928cfsf
70f553c56eda63b353598193c3afc238db9b3c78sf *) mod_buffer: Optional support for buffering of the input and output
70f553c56eda63b353598193c3afc238db9b3c78sf filter stacks. Can collapse many small buckets into fewer larger
70f553c56eda63b353598193c3afc238db9b3c78sf buckets, and prevents excessively small chunks being sent over
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf the wire. [Graham Leggett]
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf
3fa816e4832a1c70600bdfd6fc5ef60e9f1c18bbsf *) mod_privileges: new module to make httpd on Solaris privileges-aware
0c2193f47081b894ed16f4fc371f44564d28b334jorton and to enable different virtualhosts to run with different
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim privileges and Unix user/group IDs [Nick Kew]
950e3163cb42ba1e9c8f9d93f4505f580cbc71f4jorton
0c2193f47081b894ed16f4fc371f44564d28b334jorton *) mod_mem_cache: this module has been removed. [William Rowe]
55929f765b95e354092ac17238718e471c252ebbsf
55929f765b95e354092ac17238718e471c252ebbsf *) authn/z: Remove mod_authn_default and mod_authz_default.
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf [Chris Darroch]
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf
2ce2fc3287632e20f1b8759aa17e571f68c6fe6dsf *) authz: Fix handling of authz configurations, make default authz
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
49aa87d735a13ae3d04012ee0df91ddb51f7c36esf directives. [Chris Darroch]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) mod_authn_core: Prevent crash when provider alias created to
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf provider which is not yet registered. [Chris Darroch]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf *) mod_authn_core: Add AuthType of None to support disabling
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf authentication. [Chris Darroch]
b44ddab21bd6e44ba3c03f7ae8ed08dd23b68b48sf
0ab15ffa17f588723d0c310af78b505bf4e8a953sf *) core: Allow <Limit> and <LimitExcept> directives to nest, and
0ab15ffa17f588723d0c310af78b505bf4e8a953sf constrain their use to conform with that of other access control
0ab15ffa17f588723d0c310af78b505bf4e8a953sf and authorization directives. [Chris Darroch]
1dee19645438f8e3cb80fe86e1aaade04d093e45sf
1dee19645438f8e3cb80fe86e1aaade04d093e45sf *) unixd: turn existing code into a module, and turn the set user/group
1dee19645438f8e3cb80fe86e1aaade04d093e45sf and chroot into a child_init function. [Nick Kew]
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
9f478b1ce1e6296ad7a244d9d2eaa6af79cfdfbfsf
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf *) mod_dir: Support "DirectoryIndex disabled"
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
9bec939825399ac2816ea0d912d2e3c3b2ed91f4sf
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
5cca2a55e4a1cabdc2ca0db3bee456f27cf4c69eminfrin
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) Export and install the mod_rewrite.h header to ensure the optional
33510984c759eb3da154ceb0db9b75fa0031d3b4sf rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
33510984c759eb3da154ceb0db9b75fa0031d3b4sf available to third party modules. [Graham Leggett]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) mod_authnz_ldap: don't return NULL-valued environment variables to
33510984c759eb3da154ceb0db9b75fa0031d3b4sf other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
33510984c759eb3da154ceb0db9b75fa0031d3b4sf
33510984c759eb3da154ceb0db9b75fa0031d3b4sf *) Don't adjust case in pathname components that are not of interest
33510984c759eb3da154ceb0db9b75fa0031d3b4sf to mod_mime. Fixes mod_negotiation's use of such components.
6b15044d54a096e6323ff1540f1a491e8de7622dsf PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
6b15044d54a096e6323ff1540f1a491e8de7622dsf
6b15044d54a096e6323ff1540f1a491e8de7622dsf *) Be tolerant in what you accept - accept slightly broken
287b17b746df229d6211c624b8a3e1edda21cecdsf status lines from a backend provide they include a valid status code.
287b17b746df229d6211c624b8a3e1edda21cecdsf PR 44995 [Rainer Jung <rainer.jung kippdata.de>]
287b17b746df229d6211c624b8a3e1edda21cecdsf
de2d327e43e0f17cdb64851beafecba96a0ed962sf *) New module mod_sed: filter Request/Response bodies through sed
de2d327e43e0f17cdb64851beafecba96a0ed962sf [Basant Kumar Kukreja <basant.kukreja sun.com>]
de2d327e43e0f17cdb64851beafecba96a0ed962sf
de2d327e43e0f17cdb64851beafecba96a0ed962sf *) mod_auth_form: Make sure that basic authentication is correctly
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf faked directly after login. [Graham Leggett]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf within the output headers and error output headers, so that the
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf session is maintained across redirects. [Graham Leggett]
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf
c1ea0100af157a0d4e4a3de323f32dbfac4e5b6esf *) mod_auth_form: Make sure the logged in user is populated correctly
b44565f239485673d9486068588a5fb3af008be9sf after a form login. Fixes a missing REMOTE_USER variable directly
b44565f239485673d9486068588a5fb3af008be9sf following a login. [Graham Leggett]
b44565f239485673d9486068588a5fb3af008be9sf
b44565f239485673d9486068588a5fb3af008be9sf *) mod_session_cookie: Make sure that cookie attributes are correctly
bf99d597a964add76124fc185892e04733a02969sf included in the blank cookie when cookies are removed. This fixes an
bf99d597a964add76124fc185892e04733a02969sf inability to log out when using mod_auth_form. [Graham Leggett]
bf99d597a964add76124fc185892e04733a02969sf
876167dba234e2c7065895c87b77a8c57bdcf754sf *) mod_autoindex: add configuration option to insert string
876167dba234e2c7065895c87b77a8c57bdcf754sf in HTML HEAD. [Nick Kew]
876167dba234e2c7065895c87b77a8c57bdcf754sf
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf null value. [David Shane Holden <dpejesh apache.org>]
9d4ce88bcd21b01619a31c53db11a51c2a1e9717sf
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim *) mod_headers: Prevent Header edit from processing only the first header
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim of possibly multiple headers with the same name and deleting the
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim remaining ones. PR 45333. [Ruediger Pluem]
2792ea4d5c772a6bc19dece2e098b8125bf7184cjim
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin [Tom Donovan]
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin *) core, authn/z: Determine registered authn/z providers directly in
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin ap_setup_auth_internal(), which allows optional functions that just
59a3c1e7880d3eab0d182735ff47758b9860411fminfrin wrapped ap_list_provider_names() to be removed from authn/z modules.
b3e63c395d671f14a096d7e888dbfd2caf93a663sf [Chris Darroch]
b3e63c395d671f14a096d7e888dbfd2caf93a663sf
b3e63c395d671f14a096d7e888dbfd2caf93a663sf *) authn/z: Convert common provider version strings to macros.
b3e63c395d671f14a096d7e888dbfd2caf93a663sf [Chris Darroch]
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
6f88aef8511bf8ccf170bec41b82b6346c8b1ac7sf
83c89da783ba8bdaef50ec1912443f7fad3556acjim *) configure: Don't reject libtool 2.x
83c89da783ba8bdaef50ec1912443f7fad3556acjim PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
83c89da783ba8bdaef50ec1912443f7fad3556acjim
5152ceef718c8d39291557205cb2a98f436ce87frjung *) core: When testing for slash-terminated configuration paths in
5152ceef718c8d39291557205cb2a98f436ce87frjung ap_location_walk(), don't look past the start of an empty string
4acb0cd5536553055c7c6996414cec00b0191e1djim such as that created by a <Location ""> directive.
9c67ffea79ab184351b5d554b57814e13285e758jim [Chris Darroch]
9c67ffea79ab184351b5d554b57814e13285e758jim
3eb3f27d2d93942bd4230c231aab4eb16a316384jim *) core, mod_proxy: If a kept_body is present, it becomes safe for
3eb3f27d2d93942bd4230c231aab4eb16a316384jim subrequests to support message bodies. Make sure that safety
3eb3f27d2d93942bd4230c231aab4eb16a316384jim checks within the core and within the proxy are not triggered
0a2424312d9f02479a38e96dcbb170a77c218852rjung when kept_body is present. This makes it possible to embed
0a2424312d9f02479a38e96dcbb170a77c218852rjung proxied POST requests within mod_include. [Graham Leggett]
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener *) mod_auth_form: Make sure the input filter stack is properly set
6137a8d5cdc62f1d4dad8cbf720feaa35f42a596covener up before reading the login form. Make sure the kept body filter
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic is correctly inserted to ensure the body can be read a second
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic time safely should the authn be successful. [Graham Leggett,
80a98c87d804ac7c0ea52d3f3b4676e559b49087igalic Ruediger Pluem]
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick *) mod_request: Insert the KEPT_BODY filter via the insert_filter
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick hook instead of during fixups. Add a safety check to ensure the
925a6d92173ab96cdb0a8976c7aac13ef809e218trawick filters cannot be inserted more than once. [Graham Leggett,
e19d3a1e487aa73e0850658d3773f748aefba7f7sf Ruediger Pluem]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
e19d3a1e487aa73e0850658d3773f748aefba7f7sf *) core: Do not allow Options ALL if not all options are allowed to be
e19d3a1e487aa73e0850658d3773f748aefba7f7sf overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
e19d3a1e487aa73e0850658d3773f748aefba7f7sf
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf *) ap_cache_cacheable_headers_out() will (now) always
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf merge an error headers _before_ clearing them and _before_
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf merging in the actual entity headers and doing normal
b8e5134b5779bf5505a9e5241cf8c930cc4aac5esf hop-by-hop cleansing. [Dirk-Willem van Gulik].
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf *) cache: retire ap_cache_cacheable_hdrs_out() which was used
b1677ce80314e41b74bdd8d50c13ac159f3c09f4sf for both in- and out-put headers; and replace it by a single
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick ap_cache_cacheable_headers() wrapped in a in- and out-put
c447f5d2f2a21e8f2df49a113c4637b7f59a6feftrawick specific ap_cache_cacheable_headers_in()/out(). The latter
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim which will also merge error and ensure content-type. To keep
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick cache modules consistent with ease. This API change bumps
31eeb74b832eea054c7a42081c1afdeccd987e5etrawick up the minor MM by one [Dirk-Willem van Gulik].
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
e9bf808f770605c1f54a9d0fb1c560115c91fd71sf PR 44799 [Christian Wenz <christian wenz.org>]
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf *) Move the KeptBodySize directive, kept_body filters and the
575cc52562c51c0c8bb8de0c6eaa55a60f7f895bsf ap_parse_request_body function out of the http module and into a
490993ea2eda52d4fdacff247eb2657296c86f71trawick new module called mod_request, reducing the size of the core.
490993ea2eda52d4fdacff247eb2657296c86f71trawick [Graham Leggett]
03502de2853fcebaf853ed3bcfd5033894c238bbjim
03502de2853fcebaf853ed3bcfd5033894c238bbjim *) mod_dbd: Handle integer configuration directive parameters with a
03502de2853fcebaf853ed3bcfd5033894c238bbjim dedicated function.
03502de2853fcebaf853ed3bcfd5033894c238bbjim
afee7998d5045107a7673f09bc3448a5dc1b6612jim *) Change the directives within the mod_session* modules to be valid
afee7998d5045107a7673f09bc3448a5dc1b6612jim both inside and outside the location/directory sections, as
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf suggested by wrowe. [Graham Leggett]
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf *) mod_auth_form: Add a module capable of allowing end users to log
6ec154950417d0b32082f6590ffa3acc3e0c3d49sf in using an HTML form, storing the credentials within mod_session.
b38e1e2f118f67818f88faee827f4b3a2881e908sf [Graham Leggett]
3d636d91428f2c0a74012c89a94ec7d5b40aa52esf
b38e1e2f118f67818f88faee827f4b3a2881e908sf *) Add a function to the http filters that is able to parse an HTML
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim form request with the type of application/x-www-form-urlencoded.
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick [Graham Leggett]
20e0c71be778348516719e1e58a9f55c8e78c570trawick
027f7b141f164258b254c38319d06452b25d7660trawick *) mod_session_crypto: Initialise SSL in the post config hook.
027f7b141f164258b254c38319d06452b25d7660trawick [Ruediger Pluem, Graham Leggett]
977c4527be5a21182f24fc22a40a79d576a52f86trawick
977c4527be5a21182f24fc22a40a79d576a52f86trawick *) mod_session_dbd: Add a session implementation capable of storing
977c4527be5a21182f24fc22a40a79d576a52f86trawick session information in a SQL database via the dbd interface. Useful
7fef9f66804ea10d5bf343cdd3d607465e8340cajim for sites where session privacy is important. [Graham Leggett]
7fef9f66804ea10d5bf343cdd3d607465e8340cajim
7fef9f66804ea10d5bf343cdd3d607465e8340cajim *) mod_session_crypto: Add a session encoding implementation capable
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier of encrypting and decrypting sessions wherever they may be stored.
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier Introduces a level of privacy when sessions are stored on the
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier browser. [Graham Leggett]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) mod_session_cookie: Add a session implementation capable of storing
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton session information within cookies on the browser. Useful for high
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton volume sites where server bound sessions are too resource intensive.
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton [Graham Leggett]
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener *) mod_session: Add a generic session interface to unify the different
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim attempts at saving persistent sessions across requests.
ffae06377667a5d8f9699ac7512134de7000a83dminfrin [Graham Leggett]
ffae06377667a5d8f9699ac7512134de7000a83dminfrin
ffae06377667a5d8f9699ac7512134de7000a83dminfrin *) core, authn/z: Avoid calling access control hooks for internal requests
ffae06377667a5d8f9699ac7512134de7000a83dminfrin with configurations which match those of initial request. Revert to
efc81fe729a2b7401028387da184b4a98f0b854atrawick original behaviour (call access control hooks for internal requests
efc81fe729a2b7401028387da184b4a98f0b854atrawick with URIs different from initial request) if any access control hooks or
efc81fe729a2b7401028387da184b4a98f0b854atrawick providers are not registered as permitting this optimization.
efc81fe729a2b7401028387da184b4a98f0b854atrawick Introduce wrappers for access control hook and provider registration
9c67ffea79ab184351b5d554b57814e13285e758jim which can accept additional mode and flag data. [Chris Darroch]
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim *) Introduced ap_expr API for expression evaluation.
d56f48e6d861159b42b8f6eadd66e9e03086ceb9fuankg This is adapted from mod_include, which is the first module
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg to use the new API.
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg [Nick Kew]
cfd376e3e25eb609c30773a0897c97b2a9a76130fuankg
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_authz_dbd: When redirecting after successful login/logout per
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim AuthzDBDRedirectQuery, do not report authorization failure, and use
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim first row returned by database query instead of last row.
29ecbd9db1622e74964264d078336f7604d65093jim [Chris Darroch]
29ecbd9db1622e74964264d078336f7604d65093jim
29ecbd9db1622e74964264d078336f7604d65093jim *) mod_ldap: Correctly return all requested attribute values
a503caacf7ab36d5bc42cb7c78256e1221642656jim when some attributes have a null value.
a503caacf7ab36d5bc42cb7c78256e1221642656jim PR 44560 [Anders Kaseorg <anders kaseorg.com>]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) core: check symlink ownership if both FollowSymlinks and
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin SymlinksIfOwnerMatch are set [Nick Kew]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) core: fix origin checking in SymlinksIfOwnerMatch
59d316b83d42d2a07e25c20d8c35a07b369618bdsf PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
59d316b83d42d2a07e25c20d8c35a07b369618bdsf
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) Activate mod_cache, mod_file_cache and mod_disk_cache as part of the
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf contain public function declarations which are useful for
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim third party module authors. PR 42431 [Dirk-Willem van Gulik].
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_dir, mod_negotiation: pass the output filter information
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim to newly created sub requests; as these are later on used
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim as true requests with an internal redirect. This allows for
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim mod_cache et.al. to trap the results of the redirect.
3e2582713ed6883683272fbc628a27419d0ed543minfrin [Dirk-Willem van Gulik, Ruediger Pluem]
3e2582713ed6883683272fbc628a27419d0ed543minfrin
3e2582713ed6883683272fbc628a27419d0ed543minfrin *) mod_ldap: Add support (taking advantage of the new APR capability)
3e2582713ed6883683272fbc628a27419d0ed543minfrin for ldap rebind callback while chasing referrals. This allows direct
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin searches on LDAP servers (in particular MS Active Directory 2003+)
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin using referrals without the use of the global catalog.
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin PRs 26538, 40268, and 42557 [Paul J. Reder]
a46801e6532423aa7bd184471eb49158d7c9ae62sf
a46801e6532423aa7bd184471eb49158d7c9ae62sf *) mod_ssl: Added server name indication support (SNI, RFC 4366).
a46801e6532423aa7bd184471eb49158d7c9ae62sf PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
808a26d70f28498b9d7252a70d9fb23def781901minfrin can be created with test/make_sni.sh [Dirk-Willem van Gulik].
808a26d70f28498b9d7252a70d9fb23def781901minfrin
ef12246b88300687bf1faaf56d115dd8d8d82761jorton *) ApacheMonitor.exe: Introduce --kill argument for use by the
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin installer. This will permit the installation tool to remove
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin all running instances before attempting to remove the .exe.
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin [William Rowe]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin
7d59a9f282af9dce031b61062a0d941641101237rpluem *) mod_ssl: Add support for OCSP validation of client certificates.
7d59a9f282af9dce031b61062a0d941641101237rpluem PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
7d59a9f282af9dce031b61062a0d941641101237rpluem
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton *) mod_serf: New module for Reverse Proxying. [Paul Querna]
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton *) core: Add the option to keep aside a request body up to a certain
223c64b836fbc2bc8611da9604379dfe13f56abasf size that would otherwise be discarded, to be consumed by filters
223c64b836fbc2bc8611da9604379dfe13f56abasf such as mod_include. When enabled for a directory, POST requests
223c64b836fbc2bc8611da9604379dfe13f56abasf to shtml files can be passed through to embedded scripts as POST
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf requests, rather being downgraded to GET requests. [Graham Leggett]
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf
93cf7fc650197b941ae31a7c7e51e901b129e954igalic *) scoreboard: Correctly declare ap_time_process_request.
93cf7fc650197b941ae31a7c7e51e901b129e954igalic PR 43789 [Tom Donovan <Tom.Donovan acm.org>]
93cf7fc650197b941ae31a7c7e51e901b129e954igalic
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung provide the unusual legacy lookup. [William Rowe]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mpm winnt: fix null pointer dereference
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton PR 42572 [Davi Arnaut]
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton parameters to the environment. Improve portability to
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim EBCDIC machines by using apr_toupper(). [Martin Kraemer]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf to authorize an authenticated user via a "require ldap-group X" directive
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf where the user is not in group X, but is in a subgroup contained in X.
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf PR 42891 [Paul J. Reder]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim for SDKs that define LDAP_NO_LIMIT to something other than -1.
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim [David Jones <oscaremma gmail.com>]
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim
397df70abe0bdd78a84fb6c38c02641bcfeadceasf *) apxs: Enhance -q flag to print all known variables and their values
397df70abe0bdd78a84fb6c38c02641bcfeadceasf when invoked without variable name(s).
397df70abe0bdd78a84fb6c38c02641bcfeadceasf [William Rowe, Sander Temme]
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf *) apxs: Eliminate run-time check for mod_so. PR 40653.
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf [David M. Lee <dmlee crossroads.com>]
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf *) beos MPM: Create pmain pool and run modules' child_init hooks when
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
135e1d6a301398168e3b2e5125508828591e1673niq [Chris Darroch]
135e1d6a301398168e3b2e5125508828591e1673niq
135e1d6a301398168e3b2e5125508828591e1673niq *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
135e1d6a301398168e3b2e5125508828591e1673niq cleanups registered in modules' child_init hooks are performed.
135e1d6a301398168e3b2e5125508828591e1673niq [Chris Darroch]
135e1d6a301398168e3b2e5125508828591e1673niq
135e1d6a301398168e3b2e5125508828591e1673niq *) mod_dbd: Stash DBD connections in request_config of initial request
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin only, or else sub-requests and internal redirections may cause
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) Fix issue which could cause error messages to be written to access logs
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin on Win32. PR 40476. [Tom Donovan <Tom.Donovan acm.org>]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) The LockFile directive, which specifies the location of
1b1621900bd89ddc496d721c865a726f635ebd7esf the accept() mutex lockfile, is deprecated. Instead, the
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim AcceptMutex directive now takes an optional lockfile
1b1621900bd89ddc496d721c865a726f635ebd7esf location parameter, ala SSLMutex. [Jim Jagielski]
1b1621900bd89ddc496d721c865a726f635ebd7esf
1b1621900bd89ddc496d721c865a726f635ebd7esf *) mod_authn_dbd: Export any additional columns queried in the SQL select
4203a35c28d7c60adb7e9ef3be87aad34951c79asf into the environment with the name AUTHENTICATE_<COLUMN>. This brings
4203a35c28d7c60adb7e9ef3be87aad34951c79asf mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
4203a35c28d7c60adb7e9ef3be87aad34951c79asf
c094add0a23fe1120fd33711ba2e2d084f5629a1sf *) mod_dbd: Key the storage of prepared statements on the hex string
c094add0a23fe1120fd33711ba2e2d084f5629a1sf value of server_rec, rather than the server name, as the server name
c094add0a23fe1120fd33711ba2e2d084f5629a1sf may change (eg when the server name is set) at any time, causing
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
26f56d4a3c12077d605362e97490e34522fa4814covener *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
26f56d4a3c12077d605362e97490e34522fa4814covener the first bucket from the brigade, finds it not to be a FILE
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic bucket and barfs. The fix is to pass a bucket rather than a brigade.
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic [Niklas Edmundsson <nikke acc.umu.se>]
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic
2d2de64c25c1519122a76150a7daf2c05f53fd9asf *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
2d2de64c25c1519122a76150a7daf2c05f53fd9asf
2d2de64c25c1519122a76150a7daf2c05f53fd9asf *) ap_get_server_version() has been removed. Third-party modules must
2d2de64c25c1519122a76150a7daf2c05f53fd9asf now use ap_get_server_banner() or ap_get_server_description().
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener [Jeff Trawick]
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener *) All MPMs: Introduce a check_config phase between pre_config and
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener open_logs, to allow modules to review interdependent configuration
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim directive values and adjust them while messages can still be logged
7697b1b7376a532163c621e050b70c90dcb15d66covener to the console. Handle relevant MPM directives during this phase
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim and format messages for both the console and the error log, as
7697b1b7376a532163c621e050b70c90dcb15d66covener appropriate. [Chris Darroch]
7697b1b7376a532163c621e050b70c90dcb15d66covener
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic *) mod_proxy: don't URLencode tilde in path component
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic [Stijn Hoop <stijn sandcat.nl>]
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic
862bbb262644e8aefae1bf352552b01908ecae0eminfrin *) mpm_winnt: Fix return values from wait_for_many_objects.
862bbb262644e8aefae1bf352552b01908ecae0eminfrin The return value is index to the signaled thread in the
862bbb262644e8aefae1bf352552b01908ecae0eminfrin creted_threads array. We can not use WAIT_TIMEOUT because
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem his value is defined as 258, thus limiting the MaxThreads
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem to that value. [Mladen Turk]
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf to circumvent the symbolic link checks imposed by FollowSymLinks and
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener The default is none as this is far greater debugging resolution than
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener the typical administrator is prepared to untangle. [William Rowe]
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener
220bc4233b21982d7c51842a1774db0ba6172ca4covener *) mod_disk_cache: If possible, check if the size of an object to cache is
220bc4233b21982d7c51842a1774db0ba6172ca4covener within the configured boundaries before actually saving data.
220bc4233b21982d7c51842a1774db0ba6172ca4covener [Niklas Edmundsson <nikke acc.umu.se>]
220bc4233b21982d7c51842a1774db0ba6172ca4covener
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
6f2fbf354b34981f398cf0313aa44702ea2a7066covener final name. [Davi Arnaut <davi haxent.com.br>]
6f2fbf354b34981f398cf0313aa44702ea2a7066covener
6f2fbf354b34981f398cf0313aa44702ea2a7066covener *) Worker and event MPMs: Remove improper scoreboard updates which were
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener performed in the event of a fork() failure. [Chris Darroch]
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener *) Add support for fcgi:// proxies to mod_rewrite.
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener [Markus Schiegl <ms schiegl.com>]
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener *) Remove incorrect comments from scoreboard.h regarding conditional
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener loading of worker_score structure with mod_status, and remove unused
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener definitions relating to old life_status field.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Chris Darroch <chrisd pearsoncmg.com>]
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener *) Remove allocation of memory for unused array of lb_score pointers
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
999661242470e4dc0258982d5f183efc2d157ae7covener *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
0bfcc4d046f6735af2f15981fb53e4c0680b4731covener [Garrett Rooney, Jim Jagielski, Paul Querna]
b761a57b4e63006c287823270876ab40d3212160covener
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Chris Darroch <chrisd pearsoncmg.com>]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem *) mod_charset_lite: Remove Content-Length when output filter can
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem invalidate it. Warn when input filter can invalidate it.
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem [Jeff Trawick]
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem
01195d035ccef88e72009e9607157d5eddcb6b7drjung *) Authz: Add the new module mod_authn_core that will provide common
01195d035ccef88e72009e9607157d5eddcb6b7drjung authn directives such as 'AuthType', 'AuthName'. Move the directives
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
84fbf855118f318dd5e511d8e5b902cecc1177c0jim into mod_authn_core. [Brad Nicholes]
84fbf855118f318dd5e511d8e5b902cecc1177c0jim
0ed19acadd3d3dd593759173d87d2243e97914e2sf *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
0ed19acadd3d3dd593759173d87d2243e97914e2sf into the new module mod_access_compat which can be loaded to provide
0ed19acadd3d3dd593759173d87d2243e97914e2sf support for these directives.
0ed19acadd3d3dd593759173d87d2243e97914e2sf [Brad Nicholes]
041b426f9b15072b59a32f132e6d04173ab3df68covener
041b426f9b15072b59a32f132e6d04173ab3df68covener *) Authz: Move the 'Require' directive from the core module as well as
041b426f9b15072b59a32f132e6d04173ab3df68covener add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin logic into the authorization processing. [Brad Nicholes]
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin *) Authz: Add the new module mod_authz_core which acts as the
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin authorization provider vector and contains common authz
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin directives. [Brad Nicholes]
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin
21ccb6cd9272c9066a8f5bb3e7785f46115289desf *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
21ccb6cd9272c9066a8f5bb3e7785f46115289desf 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
21ccb6cd9272c9066a8f5bb3e7785f46115289desf
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf host-based access control provided by mod_authz_host and invoked
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf through the 'Require' directive. [Brad Nicholes]
b682e60dd82772dba52ba77138e494f15c00a551trawick
b682e60dd82772dba52ba77138e494f15c00a551trawick *) Authz: Convert all of the authz modules from hook based to
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim provider based. [Brad Nicholes]
b682e60dd82772dba52ba77138e494f15c00a551trawick
b682e60dd82772dba52ba77138e494f15c00a551trawick *) mod_cache: Add CacheMinExpire directive to set the minimum time in
b682e60dd82772dba52ba77138e494f15c00a551trawick seconds to cache a document.
79c754eb51681c3389cd966753e902c429f78939trawick [Brian Akins <brian.akins turner.com>, Ruediger Pluem]
79c754eb51681c3389cd966753e902c429f78939trawick
79c754eb51681c3389cd966753e902c429f78939trawick *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin *) Fix typo in ProxyStatus syntax error message.
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin [Christophe Jaillet <christophe.jaillet wanadoo.fr>]
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) Asynchronous write completion for the Event MPM. [Brian Pane]
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) Added an End-Of-Request bucket type. The logging of a request and
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf the freeing of its pool are now done when the EOR bucket is destroyed.
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf This has the effect of delaying the logging until right after the last
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf of the response is sent; ap_core_output_filter() calls the access logger
d5612bd28e194390b2c74fcf712d564b0e002684sf indirectly when it destroys the EOR bucket. [Brian Pane]
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim
d5612bd28e194390b2c74fcf712d564b0e002684sf *) Rewrite of logresolve support utility: IPv6 addresses are now supported
4ea161d94782fa56f4b36d496f35ff8577c43065covener and the format of statistical output has changed. [Colm MacCarthaigh]
4ea161d94782fa56f4b36d496f35ff8577c43065covener
4ea161d94782fa56f4b36d496f35ff8577c43065covener *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
b588214d6e6fe09abe709e83e894921fbc7e25c8covener
b588214d6e6fe09abe709e83e894921fbc7e25c8covener *) Added new connection states for handler and write completion
b588214d6e6fe09abe709e83e894921fbc7e25c8covener [Brian Pane]
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener [Justin Erenkrantz]
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener
ae5efbbf49a7ca6d233209a4d011550989e22556covener *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
ae5efbbf49a7ca6d233209a4d011550989e22556covener allowing string-valued client certificate attributes to be used for
ae5efbbf49a7ca6d233209a4d011550989e22556covener access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
f7acc4b00a8bf92fea10fce6ac09aa57eafec0ecjim [Martin Kraemer, David Reid]
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener [Apache 2.1.0-dev includes those bug fixes and changes with the
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener Apache 2.2.xx tree as documented, and except as noted, below.]
503bec4c591d28ac6cec7182294cdef2ec6a9829covener
503bec4c591d28ac6cec7182294cdef2ec6a9829covenerChanges with Apache 2.2.x and later:
503bec4c591d28ac6cec7182294cdef2ec6a9829covener
503bec4c591d28ac6cec7182294cdef2ec6a9829covener *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
c00149c3cb27e0381362d07ccf2143574b4f600dsf
c00149c3cb27e0381362d07ccf2143574b4f600dsfChanges with Apache 2.0.x and later:
c00149c3cb27e0381362d07ccf2143574b4f600dsf
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sfChanges with Apache 1.3.x and later:
97b692bfc8673c8858f03498f81a993ac0c04c01sf
97b692bfc8673c8858f03498f81a993ac0c04c01sf *) http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/src/CHANGES?view=markup
97b692bfc8673c8858f03498f81a993ac0c04c01sf