]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose 3 mod_ldap changesets for backport
authorEric Covener <covener@apache.org>
Tue, 13 Nov 2007 22:30:14 +0000 (22:30 +0000)
committerEric Covener <covener@apache.org>
Tue, 13 Nov 2007 22:30:14 +0000 (22:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594675 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8e8f89bdb3dffc3efd504a470c856c967f488706..dede104e7ea638d0c2ce1d4dfc1b61da1f57ae63 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -256,6 +256,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, trawick
 
+   * mod_ldap: Remove pconf usage on request processing threads, create a 
+     subpool of the per-vhost LDAP pool instead of copying a reference to it.
+         http://svn.apache.org/viewvc?view=rev&revision=591488 
+     +1: covener
+
+   * mod_ldap: Don't return references into shared memory to the caller, 
+     as these may expire at any time because callers don't hold
+     a cache lock
+         http://svn.apache.org/viewvc?view=rev&revision=591499
+         http://svn.apache.org/viewvc?view=rev&revision=593919 
+     +1: covener
+
+   * mod_ldap: Axe a cleanup that has never run because it's tied to pconf
+     in the child, clarify the @tip in the cleanup function.
+         http://svn.apache.org/viewvc?view=rev&revision=592764
+         http://svn.apache.org/viewvc?view=rev&revision=593283
+     +1: covener
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when