From: Eric Covener Date: Tue, 13 Nov 2007 22:30:14 +0000 (+0000) Subject: propose 3 mod_ldap changesets for backport X-Git-Tag: 2.2.7~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0133d554f2d19188a042294abfcbd314d1bbc5;p=thirdparty%2Fapache%2Fhttpd.git propose 3 mod_ldap changesets for backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@594675 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 8e8f89bdb3d..dede104e7ea 100644 --- 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