From: Graham Leggett Date: Tue, 6 Apr 2004 18:09:21 +0000 (+0000) Subject: - Add my 2c X-Git-Tag: 2.0.50~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b796ae1849a086c4e7d7001593362d3a3f480d6e;p=thirdparty%2Fapache%2Fhttpd.git - Add my 2c PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 64ff45b86da..9cf157d226c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/06 15:49:58 $] +Last modified at [$Date: 2004/04/06 18:09:21 $] Release: @@ -92,7 +92,7 @@ PATCHES TO BACKPORT FROM 2.1 *) Check to make sure that if auth_ldap is loaded, mod_ldap is also loaded. modules/experimental/mod_auth_ldap.c: r1.22 - +1: bnicholes + +1: bnicholes, minfrin *) util_ldap_connection_find() locks each cached connection while testing to see if it matches the specified criteria. But then @@ -102,7 +102,7 @@ PATCHES TO BACKPORT FROM 2.1 requests. This patch unlocks the connection if it doesn't meet the connection criteria. modules/experimental/util_ldap.c: r1.23 - +1: bnicholes + +1: bnicholes, minfrin *) Update the ldc->binddn and ldc->bindpw associated with the LDAP connection to match the authenticating user DN and password after @@ -112,7 +112,7 @@ PATCHES TO BACKPORT FROM 2.1 fact it is bound to a completely different user DN who may not have sufficient rights to complete the requested search. modules/experimental/util_ldap.c: r1.22 - +1: bnicholes + +1: bnicholes, minfrin *) mod_ssl: Fix segfaults when doing shutdown from a cleanup. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.121&r2=1.122