CHANGES revision 0e9dae659943679108357054e9aa7657cdc52dc4
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem -*- coding: utf-8 -*-
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquernaChanges with Apache 2.3.2
9c67ffea79ab184351b5d554b57814e13285e758jim[ When backported to 2.2.x, remove entry from this file ]
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick *) mod_session_crypto: Ensure that SessionCryptoDriver can only be
33e53d7c6aa5d004d96ea11d7f3ca35b30e82544trawick set in the global scope. [Graham Leggett]
027f7b141f164258b254c38319d06452b25d7660trawick *) mod_ext_filter: We need to detect failure to startup the filter
027f7b141f164258b254c38319d06452b25d7660trawick program (a mangled response is not acceptable). Fix to detect
977c4527be5a21182f24fc22a40a79d576a52f86trawick failure, and offer configuration option either to abort or
977c4527be5a21182f24fc22a40a79d576a52f86trawick to remove the filter and continue.
977c4527be5a21182f24fc22a40a79d576a52f86trawick PR 41120 [Nick Kew]
7fef9f66804ea10d5bf343cdd3d607465e8340cajim *) mod_session_crypto: Rewrite the session_crypto module against the
7fef9f66804ea10d5bf343cdd3d607465e8340cajim apr_crypto API. [Graham Leggett]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier *) mod_auth_form: Fix a pool lifetime issue, don't remove the subrequest
3770ed746d69c7a4111cba9966169bd5d7a509a6poirier until the main request is cleaned up. [Graham Leggett]
3770ed746d69c7a4111cba9966169bd5d7a509a6poirierChanges with Apache 2.3.1
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton *) ap_slotmem: Add in new slot-based memory access API impl., including
7bd92b29516bc4bf7351d35aa447dbe68f1e8bb4jorton 2 providers (mod_sharedmem and mod_plainmem) [Jim Jagielski,
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener Jean-Frederic Clere, Brian Akins <brian.akins turner.com>]
a81c0c1ae464b2063a21b45f80c9da8d89bb840ecovener *) mod_include: support generating non-ASCII characters as entities in SSI
ffae06377667a5d8f9699ac7512134de7000a83dminfrin PR 25202 [Nick Kew]
ffae06377667a5d8f9699ac7512134de7000a83dminfrin *) core/utils: Enhance ap_escape_html API to support escaping non-ASCII chars
ffae06377667a5d8f9699ac7512134de7000a83dminfrin PR 25202 [Nick Kew]
efc81fe729a2b7401028387da184b4a98f0b854atrawick *) mod_rewrite: fix "B" flag breakage by reverting r5589343
efc81fe729a2b7401028387da184b4a98f0b854atrawick PR 45529 [Bob Ionescu <bobsiegen googlemail.com>]
9c67ffea79ab184351b5d554b57814e13285e758jim *) CGI: return 504 (Gateway timeout) rather than 500 when a script
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim times out before returning status line/headers.
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim PR 42190 [Nick Kew]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_cgid: fix segfault problem on solaris.
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim PR 39332 [Masaoki Kobayashi <masaoki techfirm.co.jp>]
29ecbd9db1622e74964264d078336f7604d65093jim *) mod_proxy_scgi: Added. [André Malo]
a503caacf7ab36d5bc42cb7c78256e1221642656jim *) mod_cache: Introduce 'no-cache' per-request environment variable
a503caacf7ab36d5bc42cb7c78256e1221642656jim to prevent the saving of an otherwise cacheable response.
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin [Eric Covener]
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin *) mod_rewrite: Introduce DiscardPathInfo|DPI flag to stop the troublesome
da40dfabefd6f8eb8450e9a097c594ee2ab13e3eminfrin way that per-directory rewrites append the previous notion of PATH_INFO
59d316b83d42d2a07e25c20d8c35a07b369618bdsf to each substitution before evaluating subsequent rules.
59d316b83d42d2a07e25c20d8c35a07b369618bdsf PR38642 [Eric Covener]
59d316b83d42d2a07e25c20d8c35a07b369618bdsf *) mod_cgid: Do not add an empty argument when calling the CGI script.
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf PR 46380 [Ruediger Pluem]
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf *) scoreboard: Remove unused sb_type from process_score.
8602c898d4e06a7e7b9d6b7cf4b172a8e7310987sf [Torsten Foertsch <torsten.foertsch gmx.net>, Chris Darroch]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_ssl: Add SSLRenegBufferSize directive to allow changing the
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim size of the buffer used for the request-body where necessary
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim during a per-dir renegotiation. PR 39243. [Joe Orton]
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim *) mod_proxy_fdpass: New module to pass a client connection over to a separate
4acc1efe19ac2e6f2df0abb4d5bf99bd8ae3c5c6jim process that is reading from a unix daemon socket.
3e2582713ed6883683272fbc628a27419d0ed543minfrin *) mod_ssl: Improve environment variable extraction to be more
3e2582713ed6883683272fbc628a27419d0ed543minfrin efficient and to correctly handle DNs with duplicate tags.
3e2582713ed6883683272fbc628a27419d0ed543minfrin PR 45975. [Joe Orton]
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin *) Remove the obsolete serial attribute from the RPM spec file. Compile
2c132b1e3610da2fb9e6b3594a313efa3ff29e22minfrin against the external pcre. Add missing binaries fcgistarter, and
a46801e6532423aa7bd184471eb49158d7c9ae62sf mod_socache* and mod_session*. [Graham Leggett]
a46801e6532423aa7bd184471eb49158d7c9ae62sfChanges with Apache 2.3.0
808a26d70f28498b9d7252a70d9fb23def781901minfrin *) mod_ratelimit: New module to do bandwidth rate limiting. [Paul Querna]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin *) Remove X-Pad header which was added as a work around to a bug in
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin Netscape 2.x to 4.0b2. [Takashi Sato <takashi lans-tv.com>]
6f9bf764bc79571d1da19dfbbd78527fca278a8eminfrin *) Add DTrace Statically Defined Tracing (SDT) probes.
7d59a9f282af9dce031b61062a0d941641101237rpluem [Theo Schlossnagle <jesus omniti.com>, Paul Querna]
7d59a9f282af9dce031b61062a0d941641101237rpluem *) mod_proxy_balancer: Move all load balancing implementations
e63e8b4b886d2144fed7946d0fbe8d27386be2dcjorton as individual, self-contained mod_proxy submodules under
223c64b836fbc2bc8611da9604379dfe13f56abasf *) Rename APIs to include ap_ prefix:
223c64b836fbc2bc8611da9604379dfe13f56abasf find_child_by_pid -> ap_find_child_by_pid
223c64b836fbc2bc8611da9604379dfe13f56abasf suck_in_APR -> ap_suck_in_APR
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf sys_privileges_handlers -> ap_sys_privileges_handlers
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf unixd_accept -> ap_unixd_accept
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf unixd_config -> ap_unixd_config
bf507cc1e6ad55303c3d436c6ca153f46c788be6sf unixd_killpg -> ap_unixd_killpg
93cf7fc650197b941ae31a7c7e51e901b129e954igalic unixd_set_global_mutex_perms -> ap_unixd_set_global_mutex_perms
93cf7fc650197b941ae31a7c7e51e901b129e954igalic unixd_set_proc_mutex_perms -> ap_unixd_set_proc_mutex_perms
93cf7fc650197b941ae31a7c7e51e901b129e954igalic unixd_set_rlimit -> ap_unixd_set_rlimit
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung [Paul Querna]
a1b1c78faf7969affb320f5c8eb270ffa21314c4rjung *) core: When the ap_http_header_filter processes an error bucket, cleanup
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton the passed brigade before returning AP_FILTER_ERROR down the filter
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton chain. This unambiguously ensures the same error bucket isn't revisited
a2558ec3af4391b7da7fe61e1e53383bbd0174b9jorton [Ruediger Pluem]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) mod_lbmethod_heartbeat: New module to load balance mod_proxy workers
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton based on heartbeats. [Paul Querna]
8d6b3720340d0bd7f8d25e2a8563527e97a48df8jorton *) mod_heartmonitor: New module to collect heartbeats, and write out a file
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf so that other modules can load balance traffic as needed. [Paul Querna]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) mod_heartbeat: New module to generate multicast heartbeats to know if a
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf server is online. [Paul Querna]
48e4b65042d94992c50f1db6c0b0cdbd99ca77e8sf *) core: Error responses set by filters were being coerced into 500 errors,
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim sometimes appended to the original error response. Log entry of:
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim 'Handler for (null) returned invalid result code -3'
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim [Eric Covener]
47ae8ca3c79d279b2e5424d6b8cf5e4e61ea968fjim *) mod_buffer: Honour the flush bucket and flush the buffer in the
397df70abe0bdd78a84fb6c38c02641bcfeadceasf input filter. Make sure that metadata buckets are written to
397df70abe0bdd78a84fb6c38c02641bcfeadceasf the buffer, not to the final brigade. [Graham Leggett]
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf *) mod_buffer: Optimise the buffering of heap buckets when the heap
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf buckets stay exactly APR_BUCKET_BUFF_SIZE long. [Graham Leggett,
9b5fe1d4ec48643fb819bbce9dc80f93f444fb48sf Ruediger Pluem]
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf *) mod_buffer: Optional support for buffering of the input and output
dd9f60fdfeb73f829fe0b260b7975b4b22be0838sf filter stacks. Can collapse many small buckets into fewer larger
135e1d6a301398168e3b2e5125508828591e1673niq buckets, and prevents excessively small chunks being sent over
135e1d6a301398168e3b2e5125508828591e1673niq the wire. [Graham Leggett]
135e1d6a301398168e3b2e5125508828591e1673niq *) mod_privileges: new module to make httpd on Solaris privileges-aware
135e1d6a301398168e3b2e5125508828591e1673niq and to enable different virtualhosts to run with different
135e1d6a301398168e3b2e5125508828591e1673niq privileges and Unix user/group IDs [Nick Kew]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) authn/z: Remove mod_authn_default and mod_authz_default.
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin [Chris Darroch]
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin *) authz: Fix handling of authz configurations, make default authz
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin logic replicate 2.2.x authz logic, and replace <Satisfy*>, Reject,
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin and AuthzMergeRules directives with Match, <Match*>, and AuthzMerge
c7de70e936ac1e36c25676fe62e65dbacb947619minfrin directives. [Chris Darroch]
1b1621900bd89ddc496d721c865a726f635ebd7esf *) mod_authn_core: Prevent crash when provider alias created to
1b1621900bd89ddc496d721c865a726f635ebd7esf provider which is not yet registered. [Chris Darroch]
1b1621900bd89ddc496d721c865a726f635ebd7esf *) mod_authn_core: Add AuthType of None to support disabling
4203a35c28d7c60adb7e9ef3be87aad34951c79asf authentication. [Chris Darroch]
4203a35c28d7c60adb7e9ef3be87aad34951c79asf *) core: Allow <Limit> and <LimitExcept> directives to nest, and
c094add0a23fe1120fd33711ba2e2d084f5629a1sf constrain their use to conform with that of other access control
c094add0a23fe1120fd33711ba2e2d084f5629a1sf and authorization directives. [Chris Darroch]
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf *) unixd: turn existing code into a module, and turn the set user/group
12b26f433fd7d6fc9f76413d7c2cabf4fa5cb300sf and chroot into a child_init function. [Nick Kew]
26f56d4a3c12077d605362e97490e34522fa4814covener *) core: Add ap_timeout_parameter_parse to public API. [Ruediger Pluem]
26f56d4a3c12077d605362e97490e34522fa4814covener *) mod_dir: Support "DirectoryIndex disabled"
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic Suggested By André Warnier <aw ice-sa.com> [Eric Covener]
2cef7e294acb5d8b8b5dcb21a55438da0b73f63figalic *) mod_ssl: Send Content-Type application/ocsp-request for POST requests to
2d2de64c25c1519122a76150a7daf2c05f53fd9asf OSCP responders. PR 46014 [Dr Stephen Henson <steve openssl.org>]
2d2de64c25c1519122a76150a7daf2c05f53fd9asf *) Export and install the mod_rewrite.h header to ensure the optional
2d2de64c25c1519122a76150a7daf2c05f53fd9asf rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener available to third party modules. [Graham Leggett]
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener *) mod_authnz_ldap: don't return NULL-valued environment variables to
27c5ebb7d411a214f5b6b55a881086ce086d3dd3covener other modules. PR 39045 [Francois Pesce <francois.pesce gmail.com>]
7697b1b7376a532163c621e050b70c90dcb15d66covener *) Don't adjust case in pathname components that are not of interest
7697b1b7376a532163c621e050b70c90dcb15d66covener to mod_mime. Fixes mod_negotiation's use of such components.
7697b1b7376a532163c621e050b70c90dcb15d66covener PR 43250 [Basant Kumar Kukreja <basant.kukreja sun.com>]
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic *) Be tolerant in what you accept - accept slightly broken
9e0536cd66a389bdaa758a825b8bbd8fea665a3eigalic status lines from a backend provide they include a valid status code.
862bbb262644e8aefae1bf352552b01908ecae0eminfrin *) New module mod_sed: filter Request/Response bodies through sed
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem *) mod_auth_form: Make sure that basic authentication is correctly
dd3b88790af9d18429c732ca7bc83ec4ef43d3ffrpluem faked directly after login. [Graham Leggett]
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf *) mod_session_cookie, mod_session_dbd: Make sure cookies are set both
5bbabc874e3fcfbea08c199f7a79ee05b4817a70sf within the output headers and error output headers, so that the
8f066564bfc0fd6ddc6ca4b2f2410615554597d1jim session is maintained across redirects. [Graham Leggett]
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim *) mod_auth_form: Make sure the logged in user is populated correctly
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener after a form login. Fixes a missing REMOTE_USER variable directly
7b7e8ba34e262064914ceedacd5f7d9201b6575ccovener following a login. [Graham Leggett]
220bc4233b21982d7c51842a1774db0ba6172ca4covener *) mod_session_cookie: Make sure that cookie attributes are correctly
220bc4233b21982d7c51842a1774db0ba6172ca4covener included in the blank cookie when cookies are removed. This fixes an
220bc4233b21982d7c51842a1774db0ba6172ca4covener inability to log out when using mod_auth_form. [Graham Leggett]
6f2fbf354b34981f398cf0313aa44702ea2a7066covener *) mod_autoindex: add configuration option to insert string
6f2fbf354b34981f398cf0313aa44702ea2a7066covener in HTML HEAD. [Nick Kew]
6f2fbf354b34981f398cf0313aa44702ea2a7066covener *) mod_session: Prevent a segfault when a CGI script sets a cookie with a
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener null value. [David Shane Holden <dpejesh apache.org>]
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener *) mod_headers: Prevent Header edit from processing only the first header
9e7c7a8fa19c33d1e90f8f7ffab69beacbe72566covener of possibly multiple headers with the same name and deleting the
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener remaining ones. PR 45333. [Ruediger Pluem]
a961006b347d6527ccaeab9cf019a4e68d26bfb0covener *) mod_rewrite: Preserve the query string with [proxy,noescape]. PR 45247
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener [Tom Donovan]
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener *) core, authn/z: Determine registered authn/z providers directly in
e3f43882b4f7ac7d1aa679be4b319cca04fd22eecovener ap_setup_auth_internal(), which allows optional functions that just
8dea7832dea3789fe0b90c434c284bcaad96d40fcovener wrapped ap_list_provider_names() to be removed from authn/z modules.
8dea7832dea3789fe0b90c434c284bcaad96d40fcovener [Chris Darroch]
0bfcc4d046f6735af2f15981fb53e4c0680b4731covener *) authn/z: Convert common provider version strings to macros.
b761a57b4e63006c287823270876ab40d3212160covener [Chris Darroch]
b761a57b4e63006c287823270876ab40d3212160covener *) ab: Make ab.c compile on VC6. PR 45024 [Ruediger Pluem]
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem *) configure: Don't reject libtool 2.x
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
5d92fff82718cd018f0b61a10b9ad4d2b8064c95rpluem *) core: When testing for slash-terminated configuration paths in
01195d035ccef88e72009e9607157d5eddcb6b7drjung ap_location_walk(), don't look past the start of an empty string
01195d035ccef88e72009e9607157d5eddcb6b7drjung such as that created by a <Location ""> directive.
aec9747aa70c1dce98e536e8eef5a6a0ab0f1d6cjim [Chris Darroch]
84fbf855118f318dd5e511d8e5b902cecc1177c0jim *) core, mod_proxy: If a kept_body is present, it becomes safe for
0ed19acadd3d3dd593759173d87d2243e97914e2sf subrequests to support message bodies. Make sure that safety
0ed19acadd3d3dd593759173d87d2243e97914e2sf checks within the core and within the proxy are not triggered
0ed19acadd3d3dd593759173d87d2243e97914e2sf when kept_body is present. This makes it possible to embed
0ed19acadd3d3dd593759173d87d2243e97914e2sf proxied POST requests within mod_include. [Graham Leggett]
041b426f9b15072b59a32f132e6d04173ab3df68covener *) mod_auth_form: Make sure the input filter stack is properly set
041b426f9b15072b59a32f132e6d04173ab3df68covener up before reading the login form. Make sure the kept body filter
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin is correctly inserted to ensure the body can be read a second
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin time safely should the authn be successful. [Graham Leggett,
cb838cc4d5fd559efd6c0579a0fcb8f6e5a7af22minfrin Ruediger Pluem]
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin *) mod_request: Insert the KEPT_BODY filter via the insert_filter
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin hook instead of during fixups. Add a safety check to ensure the
15ff8c621815e8337abc10638f2b2853ee6fd076minfrin filters cannot be inserted more than once. [Graham Leggett,
21ccb6cd9272c9066a8f5bb3e7785f46115289desf Ruediger Pluem]
21ccb6cd9272c9066a8f5bb3e7785f46115289desf *) core: Do not allow Options ALL if not all options are allowed to be
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf overwritten. PR 44262 [Michał Grzędzicki <lazy iq.pl>]
b0ac1e83f8582a9b5a72bff798ffb31a419c8adesf *) ap_cache_cacheable_headers_out() will (now) always
b682e60dd82772dba52ba77138e494f15c00a551trawick merge an error heaeders _before_ clearing them and _before_
b682e60dd82772dba52ba77138e494f15c00a551trawick merging in the actual entity headers and doing normal
b682e60dd82772dba52ba77138e494f15c00a551trawick hop-by-hop cleansing. [Dirk-Willem van Gulik].
b682e60dd82772dba52ba77138e494f15c00a551trawick *) cache: retire ap_cache_cacheable_hdrs_out() which was used
b682e60dd82772dba52ba77138e494f15c00a551trawick for both in- and out-put headers; and replace it by a single
79c754eb51681c3389cd966753e902c429f78939trawick ap_cache_cacheable_headers() wrapped in a in- and out-put
79c754eb51681c3389cd966753e902c429f78939trawick specific ap_cache_cacheable_headers_in()/out(). The latter
79c754eb51681c3389cd966753e902c429f78939trawick which will also merge error and ensure content-type. To keep
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin cache modules consistent with ease. This API change bumps
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin up the minor MM by one [Dirk-Willem van Gulik].
8651de219ec5f595af20afdc9da41ce72aaa50d5minfrin *) mod_rewrite: Allow Cookie option to set secure and HttpOnly flags.
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf PR 44799 [Christian Wenz <christian wenz.org>]
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf *) Move the KeptBodySize directive, kept_body filters and the
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf ap_parse_request_body function out of the http module and into a
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf new module called mod_request, reducing the size of the core.
8fae12696bce44be9ce4c56888690cad8ac7b8f9sf [Graham Leggett]
d5612bd28e194390b2c74fcf712d564b0e002684sf *) mod_dbd: Handle integer configuration directive parameters with a
d5612bd28e194390b2c74fcf712d564b0e002684sf dedicated function.
4ea161d94782fa56f4b36d496f35ff8577c43065covener *) Change the directives within the mod_session* modules to be valid
4ea161d94782fa56f4b36d496f35ff8577c43065covener both inside and outside the location/directory sections, as
b588214d6e6fe09abe709e83e894921fbc7e25c8covener suggested by wrowe. [Graham Leggett]
b588214d6e6fe09abe709e83e894921fbc7e25c8covener *) mod_auth_form: Add a module capable of allowing end users to log
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener in using an HTML form, storing the credentials within mod_session.
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener [Graham Leggett]
c64fc4e9830bb1ffdc3491aef5ed3be5b90c466bcovener *) Add a function to the http filters that is able to parse an HTML
ae5efbbf49a7ca6d233209a4d011550989e22556covener form request with the type of application/x-www-form-urlencoded.
ae5efbbf49a7ca6d233209a4d011550989e22556covener [Graham Leggett]
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener *) mod_session_crypto: Initialise SSL in the post config hook.
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener [Ruediger Pluem, Graham Leggett]
8c2bb916633b1eb3dccf91c776363bbc3a6145decovener *) mod_session_dbd: Add a session implementation capable of storing
503bec4c591d28ac6cec7182294cdef2ec6a9829covener session information in a SQL database via the dbd interface. Useful
503bec4c591d28ac6cec7182294cdef2ec6a9829covener for sites where session privacy is important. [Graham Leggett]
503bec4c591d28ac6cec7182294cdef2ec6a9829covener *) mod_session_crypto: Add a session encoding implementation capable
c00149c3cb27e0381362d07ccf2143574b4f600dsf of encrypting and decrypting sessions wherever they may be stored.
c00149c3cb27e0381362d07ccf2143574b4f600dsf Introduces a level of privacy when sessions are stored on the
c00149c3cb27e0381362d07ccf2143574b4f600dsf browser. [Graham Leggett]
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf *) mod_session_cookie: Add a session implementation capable of storing
766b0a4793197ccef3dfa202d1fee1e1f929ffa7sf session information within cookies on the browser. Useful for high
97b692bfc8673c8858f03498f81a993ac0c04c01sf volume sites where server bound sessions are too resource intensive.
97b692bfc8673c8858f03498f81a993ac0c04c01sf [Graham Leggett]
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin *) mod_session: Add a generic session interface to unify the different
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin attempts at saving persistent sessions across requests.
5e6cf205d2b0c848e15c65dab9711805395a5108minfrin [Graham Leggett]
df419be6d7d4b68823efa05722375552af49c2b6minfrin *) core, authn/z: Avoid calling access control hooks for internal requests
df419be6d7d4b68823efa05722375552af49c2b6minfrin with configurations which match those of initial request. Revert to
df419be6d7d4b68823efa05722375552af49c2b6minfrin original behaviour (call access control hooks for internal requests
df419be6d7d4b68823efa05722375552af49c2b6minfrin with URIs different from initial request) if any access control hooks or
c03e31374e50a227cb554a0f1d4a9056ce80d99asf providers are not registered as permitting this optimization.
c03e31374e50a227cb554a0f1d4a9056ce80d99asf Introduce wrappers for access control hook and provider registration
c03e31374e50a227cb554a0f1d4a9056ce80d99asf which can accept additional mode and flag data. [Chris Darroch]
40b22d3b20454959fe51fdc89907908d77701078minfrin *) Introduced ap_expr API for expression evaluation.
40b22d3b20454959fe51fdc89907908d77701078minfrin This is adapted from mod_include, which is the first module
b4a00883f358625923365ca1560c96edec172a52sf to use the new API.
b4a00883f358625923365ca1560c96edec172a52sf [Nick Kew]
b4a00883f358625923365ca1560c96edec172a52sf *) mod_authz_dbd: When redirecting after successful login/logout per
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf AuthzDBDRedirectQuery, do not report authorization failure, and use
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf first row returned by database query instead of last row.
0553e62d75ef12d9a6646bb874be1fbf9e4c1dfbsf [Chris Darroch]
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin *) mod_ldap: Correctly return all requested attribute values
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin when some attributes have a null value.
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin PR 44560 [Anders Kaseorg <anders kaseorg.com>]
f58bb3da705eb7ec926f4883597fc2eb1336a360minfrin *) core: check symlink ownership if both FollowSymlinks and
be192cefa381d5bae6868034687471754cb43175sf SymlinksIfOwnerMatch are set [Nick Kew]
be192cefa381d5bae6868034687471754cb43175sf *) core: fix origin checking in SymlinksIfOwnerMatch
be192cefa381d5bae6868034687471754cb43175sf PR 36783 [Robert L Mathews <rob-apache.org.bugs tigertech.net>]
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin *) Activate mod_cache, mod_file_cache and mod_disc_cache as part of the
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin 'most' set for '--enable-modules' and '--enable-shared-mods'. Include
f4a0825e91eec135b5e41c697439e9a13014fa2cminfrin mod_mem_cache in 'all' as well. [Dirk-Willem van Gulik]
5876f43a746f688a32b7201bced8591ddf19bd43minfrin *) Also install mod_so.h, mod_rewrite.h and mod_cache.h; as these
5876f43a746f688a32b7201bced8591ddf19bd43minfrin contain public function declarations which are useful for
5876f43a746f688a32b7201bced8591ddf19bd43minfrin third party module authors. PR 42431 [Dirk-Willem van Gulik].
bbba414c5bbf770e505778265bbe7a4a0e4fbdaaniq *) mod_dir, mod_negotiation: pass the output filter information
bbba414c5bbf770e505778265bbe7a4a0e4fbdaaniq to newly created sub requests; as these are later on used
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin as true requests with an internal redirect. This allows for
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin mod_cache et.al. to trap the results of the redirect.
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin [Dirk-Willem van Gulik, Ruediger Pluem]
4aef34911af88f96c5b6d9b71a550a5a97bbc0b6minfrin *) mod_ldap: Add support (taking advantage of the new APR capability)
4cefc38158672f5de8119886d9754cf0609a9371minfrin for ldap rebind callback while chasing referrals. This allows direct
4cefc38158672f5de8119886d9754cf0609a9371minfrin searches on LDAP servers (in particular MS Active Directory 2003+)
4cefc38158672f5de8119886d9754cf0609a9371minfrin using referrals without the use of the global catalog.
4cefc38158672f5de8119886d9754cf0609a9371minfrin PRs 26538, 40268, and 42557 [Paul J. Reder]
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin *) mod_ssl: Added server name indication support (SNI, RFC 4366).
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin PR 34607. [Kaspar Brand <asfbugz velox.ch>]. A test configuration
11d3c510dca5b5178ad4739ffc1567ef2155bda9minfrin can be created with test/make_sni.sh [Dirk-Willem van Gulik].
d974a1624c0bb4f1c2e8b36fcf8ba1f12284ed8dsf *) ApacheMonitor.exe: Introduce --kill argument for use by the
d974a1624c0bb4f1c2e8b36fcf8ba1f12284ed8dsf installer. This will permit the installation tool to remove
1a8c329935111a5059363efe927d631371b78414minfrin all running instances before attempting to remove the .exe.
1a8c329935111a5059363efe927d631371b78414minfrin [William Rowe]
fac37c9794a18c24d187f4e0f97a9476c4344118minfrin *) mod_ssl: Add support for OCSP validation of client certificates.
fac37c9794a18c24d187f4e0f97a9476c4344118minfrin PR 41123. [Marc Stern <marc.stern approach.be>, Joe Orton]
fc58f0ff708564b67cd578c626b6500d1cd63a51sf *) mod_serf: New module for Reverse Proxying. [Paul Querna]
fc58f0ff708564b67cd578c626b6500d1cd63a51sf *) core: Add the option to keep aside a request body up to a certain
fc58f0ff708564b67cd578c626b6500d1cd63a51sf size that would otherwise be discarded, to be consumed by filters
fc58f0ff708564b67cd578c626b6500d1cd63a51sf such as mod_include. When enabled for a directory, POST requests
4e5fe1d203ddf3956a77be3c797c01fd4be8b211sf to shtml files can be passed through to embedded scripts as POST
4e5fe1d203ddf3956a77be3c797c01fd4be8b211sf requests, rather being downgraded to GET requests. [Graham Leggett]
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin *) mod_ssl: Fix TLS upgrade (RFC 2817) support. PR 41231. [Joe Orton]
dcb4802d9ea9fc4ba89671e8f8faa70c9535b202minfrin *) scoreboard: Correctly declare ap_time_process_request.
ce4dc40a4e87991087488f70d96d3447d7557294sf *) core; scoreboard: ap_get_scoreboard_worker(sbh) now takes the sbh member
ce4dc40a4e87991087488f70d96d3447d7557294sf from the connection rec, ap_get_scoreboard_worker(proc, thread) will now
0119f1301a880cf39c0aad0fa2a77240af964691sf provide the unusual legacy lookup. [William Rowe]
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin *) mpm winnt: fix null pointer dereference
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin PR 42572 [Davi Arnaut]
9db0b0ee6ffade769db57b37a06b3f4849b5d367minfrin *) mod_authnz_ldap, mod_authn_dbd: Tidy up the code to expose authn
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin parameters to the environment. Improve portability to
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin EBCDIC machines by using apr_toupper(). [Martin Kraemer]
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin *) mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability
033d82412cc4af9d939b7e1645425b9e7f4ebf60minfrin to authorize an authenticated user via a "require ldap-group X" directive
1b390add6886fb1c0acdea82be0ef0920f1158casf where the user is not in group X, but is in a subgroup contained in X.
1b390add6886fb1c0acdea82be0ef0920f1158casf PR 42891 [Paul J. Reder]
5fd471ec540a088d143a223096d35661bf87c15btrawick *) mod_ssl: Add support for caching SSL Sessions in memcached. [Paul Querna]
5fd471ec540a088d143a223096d35661bf87c15btrawick *) mod_ldap: Fix the search limit parameter to ldap_search_ext_s()
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe for SDKs that define LDAP_NO_LIMIT to something other than -1.
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe [David Jones <oscaremma gmail.com>]
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe *) apxs: Enhance -q flag to print all known variables and their values
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe when invoked without variable name(s).
f2472b79d241967fa28f8284470b1c5cafee7b12wrowe [William Rowe, Sander Temme]
c9201c790435060b1322d86949183085ca5f6c0cwrowe *) apxs: Eliminate run-time check for mod_so. PR 40653.
c9201c790435060b1322d86949183085ca5f6c0cwrowe [David M. Lee <dmlee crossroads.com>]
c9201c790435060b1322d86949183085ca5f6c0cwrowe *) beos MPM: Create pmain pool and run modules' child_init hooks when
c9201c790435060b1322d86949183085ca5f6c0cwrowe entering ap_mpm_run(), then destroy pmain when exiting ap_mpm_run().
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe [Chris Darroch]
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe *) netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
38bd9dba7627c6b2f331cd0731c272ee6bd876b1wrowe cleanups registered in modules' child_init hooks are performed.
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin [Chris Darroch]
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin *) mod_dbd: Stash DBD connections in request_config of initial request
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin only, or else sub-requests and internal redirections may cause
c1ba97f41a4526d84fb7a1596afe3dd11e065a2cminfrin entire DBD pool to be stashed in a single HTTP request. [Chris Darroch]
4ed33a14c26d78bbe6bd0b9d5091cdb184e348basf *) Fix issue which could cause error messages to be written to access logs
97cc46935ec496b83fef9d6feb094d706c895b3bsf *) The LockFile directive, which specifies the location of
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin the accept() mutex lockfile, is deprecated. Instead, the
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin AcceptMutex directive now takes an optional lockfile
72e3829dbd019a63b1091987fc6e7b1c028b089cminfrin location parameter, ala SSLMutex. [Jim Jagielski]
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin *) mod_authn_dbd: Export any additional columns queried in the SQL select
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin into the environment with the name AUTHENTICATE_<COLUMN>. This brings
1081aff66582e2cac722fb3b6f09da4f524b5962minfrin mod_authn_dbd behaviour in line with mod_authnz_ldap. [Graham Leggett]
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin *) mod_dbd: Key the storage of prepared statements on the hex string
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin value of server_rec, rather than the server name, as the server name
9f0c32ae318f33c93a47d83f4709242c18339bbcminfrin may change (eg when the server name is set) at any time, causing
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin weird behaviour in modules dependent on mod_dbd. [Graham Leggett]
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin *) mod_proxy_fcgi: Added win32 build. [Mladen Turk]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) sendfile_nonblocking() takes the _brigade_ as an argument, gets
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin the first bucket from the brigade, finds it not to be a FILE
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin bucket and barfs. The fix is to pass a bucket rather than a brigade.
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin [Niklas Edmundsson <nikke acc.umu.se>]
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin *) mod_rewrite: support rewritemap by SQL query [Nick Kew]
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin *) ap_get_server_version() has been removed. Third-party modules must
9474e446514b06765775eb0c1ec6645e2c5e50f6minfrin now use ap_get_server_banner() or ap_get_server_description().
b7557ab9828d2017224a12968f82c3118b6a8c0aminfrin [Jeff Trawick]
e302f38fd646764ce1a1e1c578d794aef514a9e5sf *) All MPMs: Introduce a check_config phase between pre_config and
e302f38fd646764ce1a1e1c578d794aef514a9e5sf open_logs, to allow modules to review interdependent configuration
b32d756dae79045a9bc90e0d0b85582f6f28eaf3sf directive values and adjust them while messages can still be logged
e302f38fd646764ce1a1e1c578d794aef514a9e5sf to the console. Handle relevant MPM directives during this phase
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf and format messages for both the console and the error log, as
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf appropriate. [Chris Darroch]
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin *) mod_proxy: don't URLencode tilde in path component
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin [Stijn Hoop <stijn sandcat.nl>]
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin *) mpm_winnt: Fix return values from wait_for_many_objects.
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin The return value is index to the signaled thread in the
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin creted_threads array. We can not use WAIT_TIMEOUT because
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin his value is defined as 258, thus limiting the MaxThreads
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin to that value. [Mladen Turk]
5a2dcc476c33985b7681aa72256bcd7266057eddsf *) core: Do not allow internal redirects like the DirectoryIndex of mod_dir
5a2dcc476c33985b7681aa72256bcd7266057eddsf to circumvent the symbolic link checks imposed by FollowSymLinks and
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier SymLinksIfOwnerMatch. [Nick Kew, Ruediger Pluem, William Rowe]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier configures the I/O Dump of SSL traffic, when LogLevel is set to Debug.
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier The default is none as this is far greater debugging resolution than
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier the typical administrator is prepared to untangle. [William Rowe]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier *) mod_disk_cache: If possible, check if the size of an object to cache is
f3a19422957c2e9eb827c8e38e5982f678591aa5minfrin within the configured boundaries before actually saving data.
b7a2f855b5e31abc24dab2eef28e9e2f985ae25brpluem [Niklas Edmundsson <nikke acc.umu.se>]
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
fa1c7ce09927decc1eecd1e9a35cc5331078a052covener final name. [Davi Arnaut <davi haxent.com.br>]
84fbf855118f318dd5e511d8e5b902cecc1177c0jim *) Worker and event MPMs: Remove improper scoreboard updates which were
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq performed in the event of a fork() failure. [Chris Darroch]
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq *) Add support for fcgi:// proxies to mod_rewrite.
ac45a43afbf38aa4a91c1402c6beef6ef8a2696dniq [Markus Schiegl <ms schiegl.com>]
b2b9b7f0644773b50aee41956a841ac884086250niq *) Remove incorrect comments from scoreboard.h regarding conditional
b2b9b7f0644773b50aee41956a841ac884086250niq loading of worker_score structure with mod_status, and remove unused
b2b9b7f0644773b50aee41956a841ac884086250niq definitions relating to old life_status field.
b2b9b7f0644773b50aee41956a841ac884086250niq [Chris Darroch <chrisd pearsoncmg.com>]
b4f348c8e74ba8166410ddeffac03e4887696788niq *) Remove allocation of memory for unused array of lb_score pointers
b4f348c8e74ba8166410ddeffac03e4887696788niq in ap_init_scoreboard(). [Chris Darroch <chrisd pearsoncmg.com>]
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
fa0dc2a4f675a868378a52946e5b244d6bf41196sf [Garrett Rooney, Jim Jagielski, Paul Querna]
0807f6da6091b748ab47c21ba66252fe8da2a966sf *) Event MPM: Fill in the scoreboard's tid field. PR 38736.
0807f6da6091b748ab47c21ba66252fe8da2a966sf [Chris Darroch <chrisd pearsoncmg.com>]
b92a868b537899a51efd8c200c396fa51c63839dtrawick *) mod_charset_lite: Remove Content-Length when output filter can
b92a868b537899a51efd8c200c396fa51c63839dtrawick invalidate it. Warn when input filter can invalidate it.
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim [Jeff Trawick]
dc52cac281d8b311dc47d115ed979f923b667679rjung *) Authz: Add the new module mod_authn_core that will provide common
dc52cac281d8b311dc47d115ed979f923b667679rjung authn directives such as 'AuthType', 'AuthName'. Move the directives
2534e869d2ba209bd0c43717ea80992e6de0c51djim 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias
2534e869d2ba209bd0c43717ea80992e6de0c51djim into mod_authn_core. [Brad Nicholes]
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy'
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna into the new module mod_access_compat which can be loaded to provide
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna support for these directives.
02fd88c85a9850109753b87612955ad372de1575sf [Brad Nicholes]
02fd88c85a9850109753b87612955ad372de1575sf *) Authz: Move the 'Require' directive from the core module as well as
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf add the directives '<SatisfyAll>', '<SatisfyOne>', '<RequireAlias>'
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf and 'Reject' to mod_authz_core. The new directives introduce 'AND/OR'
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf logic into the authorization processing. [Brad Nicholes]
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim *) Authz: Add the new module mod_authz_core which acts as the
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim authorization provider vector and contains common authz
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim directives. [Brad Nicholes]
ab7a123efe997d907274eb672ab2b36746bb3f57sf *) Authz: Renamed mod_authz_dbm authz providers from 'group' and
ab7a123efe997d907274eb672ab2b36746bb3f57sf 'file-group' to 'dbm-group' and 'dbm-file-group'. [Brad Nicholes]
a44d29a3794110c558c940bd903a1930d717a7d7sf *) Authz: Added the new authz providers 'env', 'ip', 'host', 'all' to handle
a44d29a3794110c558c940bd903a1930d717a7d7sf host-based access control provided by mod_authz_host and invoked
a44d29a3794110c558c940bd903a1930d717a7d7sf through the 'Require' directive. [Brad Nicholes]
70003ce816d7851e49ecb0cdc5137becd647ed18niq *) Authz: Convert all of the authz modules from hook based to
70003ce816d7851e49ecb0cdc5137becd647ed18niq provider based. [Brad Nicholes]
b5e45168970cefb8b2d0bea709ea69790f3eab96niq *) mod_cache: Add CacheMinExpire directive to set the minimum time in
815067bc5eff8fc218019e18ee5ea868372917cdsf seconds to cache a document.
2534e869d2ba209bd0c43717ea80992e6de0c51djim *) mod_authz_dbd: SQL authz with Login/Session support [Nick Kew]
39d67f66729a7008c1e73d65a81e778ce819a227rjung *) Fix typo in ProxyStatus syntax error message.
da20b997bf4652f7597e0a7845db371aab2f7187rjung *) Asynchronous write completion for the Event MPM. [Brian Pane]
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq *) Added an End-Of-Request bucket type. The logging of a request and
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq the freeing of its pool are now done when the EOR bucket is destroyed.
c8dcde16853eef36b713d4633fac83b66e49aa5eniq This has the effect of delaying the logging until right after the last
c8dcde16853eef36b713d4633fac83b66e49aa5eniq of the response is sent; ap_core_output_filter() calls the access logger
c8dcde16853eef36b713d4633fac83b66e49aa5eniq indirectly when it destroys the EOR bucket. [Brian Pane]
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq *) Rewrite of logresolve support utility: IPv6 addresses are now supported
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq and the format of statistical output has changed. [Colm MacCarthaigh]
927e277b4be750e06960b3d4f1c2b1ca146e0555niq *) Rewrite of ap_coreoutput_filter to do nonblocking writes [Brian Pane]
927e277b4be750e06960b3d4f1c2b1ca146e0555niq *) Added new connection states for handler and write completion
83de39879307034216ce0af15a47a88a55af11e3rjung [Brian Pane]
83de39879307034216ce0af15a47a88a55af11e3rjung *) mod_cgid: Refuse to work on Solaris 10 due to OS bugs. PR 34264.
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq [Justin Erenkrantz]
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq *) Teach mod_ssl to use arbitrary OIDs in an SSLRequire directive,
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq allowing string-valued client certificate attributes to be used for
7cfa48136e3b42a14cdff1a46b60f4e4d2ad5291niq access control, as in: SSLRequire "value" in OID("1.3.6.1.4.1.18060.1")
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung [Martin Kraemer, David Reid]
0a4924de8350e2bbfa16a27f42ff0bc61aa52d43rjung [Apache 2.1.0-dev includes those bug fixes and changes with the
8e8568ec7d29f056a2a4942d1d50481e441c25d9covener Apache 2.2.xx tree as documented, and except as noted, below.]
bec2a2e375fe46599b68399abfcf67b89b270b57wroweChanges with Apache 2.2.x and later:
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?view=markup
bec2a2e375fe46599b68399abfcf67b89b270b57wroweChanges with Apache 2.0.x and later:
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe *) http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/CHANGES?view=markup
46fdfef7dfc745effe179387e1dcb8245d3804batrawickChanges with Apache 1.3.x and later: