From: Bradley Nicholes Date: Wed, 4 Aug 2004 23:17:53 +0000 (+0000) Subject: mod_auth_ldap backports X-Git-Tag: post_ajp_proxy~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aab513a923ff523288fc813a52851ba3e143502c;p=apache mod_auth_ldap backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 22aed4e4a9..505363b01d 100644 --- a/CHANGES +++ b/CHANGES @@ -39,18 +39,6 @@ Changes with Apache 2.1.0-dev that are not shown because the subrequest returned 401 or 403. PR 10575. [Paul Querna] - *) util_ldap: Switched the lock types on the shared memory cache - from thread reader/writer locks to global mutexes in order to - provide cross process cache protection. [Brad Nicholes] - - *) util_ldap: Reworked the cache locking scheme to eliminate duplicate - cache entries in the credentials cache due to race conditions. - [Brad Nicholes] - - *) util_ldap: Enhanced the util_ldap cache-info display to show more - detail about the contents and current state of the cache. - [Brad Nicholes] - *) mod_headers: implement "Early" processing option in post_read_request to enable Header and RequestHeader directives to be used to set up testcases for pre-fixups request phases [Nick Kew] @@ -423,6 +411,18 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.51 + *) util_ldap: Switched the lock types on the shared memory cache + from thread reader/writer locks to global mutexes in order to + provide cross process cache protection. [Brad Nicholes] + + *) util_ldap: Reworked the cache locking scheme to eliminate duplicate + cache entries in the credentials cache due to race conditions. + [Brad Nicholes] + + *) util_ldap: Enhanced the util_ldap cache-info display to show more + detail about the contents and current state of the cache. + [Brad Nicholes] + *) Enable the option to support anonymous shared memory in mod_ldap. This makes the cache work on Linux again. [Graham Leggett]