From: Bradley Nicholes Date: Wed, 3 Nov 2004 22:16:54 +0000 (+0000) Subject: backport X-Git-Tag: 2.0.53~190 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8197970f352fb14cec6089a57f000b8f3b3d8b40;p=thirdparty%2Fapache%2Fhttpd.git backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105676 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2e400e348dd..990f576929b 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/11/01 23:43:44 $] +Last modified at [$Date: 2004/11/03 22:16:54 $] Release: @@ -80,6 +80,13 @@ 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_authnz_ldap: Added the directive "Requires ldap-attribute" that + allows the module to only authorize a user if the attribute value + specified matches the value of the user object. PR 31913 + modules/aaa/mod_authnz_ldap.c: r1.7 + docs/manual/mod/mod_authnz_ldap.xml: r1.3 + +1: bnicholes + *) mod_ssl: Fix and prevent an SSLCipherSuite bypass by resuming a session during a renegotiation. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111