From 0a95dbaef158b10d090d4c495f6af00b134a33a4 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 9 Jul 2004 21:29:33 +0000 Subject: [PATCH] Notes changes that were made to util_ldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104210 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index d1b0a0ccbb..5f093ae5be 100644 --- 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] -- 2.50.1