]> granicus.if.org Git - apache/commitdiff
Notes changes that were made to util_ldap
authorBradley Nicholes <bnicholes@apache.org>
Fri, 9 Jul 2004 21:29:33 +0000 (21:29 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 9 Jul 2004 21:29:33 +0000 (21:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104210 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d1b0a0ccbb44bde3d3f7636c0576eede8478620e..5f093ae5be7a428bec3e04e6945f412f4d827766 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,18 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) 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]