]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
- Propose another backport
authorGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 01:14:09 +0000 (01:14 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 21 May 2004 01:14:09 +0000 (01:14 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103709 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 255e2b5c5eaaed9b585e66235b3c1c5b0b181694..be156b25f2f90874b214c049694e99d09e87f134 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/20 22:44:41 $]
+Last modified at [$Date: 2004/05/21 01:14:09 $]
 
 Release:
 
@@ -72,20 +72,26 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap
+       from escaping filters twice when the backslash character is used.
+       modules/experimental/mod_auth_ldap.c r1.25
+       PR 24437 [Jess Holle <jessh@ptc.com>]
+       +1: minfrin
+
     *) Overhaul handling of LDAP error conditions, so that the util_ldap_*
        functions leave the connections in a sane state after errors have
        occurred.
-       include/util_ldap.h
-       modules/experimental/NWGNUauthldap
-       modules/experimental/NWGNUutilldap
-       modules/experimental/mod_auth_ldap.c
-       modules/experimental/util_ldap.c
+       include/util_ldap.h r1.18
+       modules/experimental/NWGNUauthldap r1.12
+       modules/experimental/NWGNUutilldap r1.9
+       modules/experimental/mod_auth_ldap.c r1.24
+       modules/experimental/util_ldap.c r1.18
        PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271       
        +1: minfrin
 
     *) RPM spec file changes: changed default dependancy to link to db4
        instead of db3. Fixed complaints about unpackaged files.
-       build/rpm/httpd.spec.in
+       build/rpm/httpd.spec.in 
        +1: minfrin
  
     *) Use APR_LARGEFILE when opening log files, and not APR_WRITE,