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