]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Some votes and a backport proposal
authorBradley Nicholes <bnicholes@apache.org>
Thu, 13 May 2004 15:18:24 +0000 (15:18 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 13 May 2004 15:18:24 +0000 (15:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103679 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9834a96ff159cd73763d70e209931b0f09dc783c..c2fec1520003ebfdb7661408982422d650c86e6b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/05/13 00:16:43 $]
+Last modified at [$Date: 2004/05/13 15:18:24 $]
 
 Release:
 
@@ -72,6 +72,14 @@ 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! ]
 
+    *) mod_ldap calls ldap_simple_bind_s() to validate the user
+       credentials.  If the bind fails, the connection is left
+       in an unbound state.  Make sure that the ldap connection
+       record is updated to show that the connection is no longer
+       bound.
+       modules/experimental/util_ldap.c: r1.27
+       +1: bnicholes
+        
     *) mod_ssl: Fix potential SEGV in 'shmcb' session cache.
        modules/ssl/ssl_scache_shmcb.c: r1.26
        +1: madhum
@@ -99,7 +107,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) htpasswd should not refuse to process files containing empty lines.
          support/htpasswd.c: r1.76
-       +1: nd, trawick
+       +1: nd, trawick, bnicholes
 
     *) Disable AcceptEx on Win9x systems automatically. (broken in 2.0.49)
        PR 28529
@@ -387,7 +395,7 @@ PATCHES TO BACKPORT FROM 2.1
 
     * Make sure long request lines are '\0'-terminated. (PR 28376)
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.147&r2=1.148
-      +1: trawick, nd
+      +1: trawick, nd, bnicholes
 
 CURRENT RELEASE NOTES: