From: Bradley Nicholes Date: Thu, 13 May 2004 15:18:24 +0000 (+0000) Subject: Some votes and a backport proposal X-Git-Tag: 2.0.50~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db5e05acc1ea4266948e5e767f28cb987d0b7a71;p=thirdparty%2Fapache%2Fhttpd.git Some votes and a backport proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103679 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 9834a96ff15..c2fec152000 100644 --- 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: