From: Bill Stoddard Date: Fri, 5 Nov 2004 15:46:59 +0000 (+0000) Subject: backport vote X-Git-Tag: 2.0.53~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9c35297d9a4b93acde8f400ef0677c80c9a1076;p=thirdparty%2Fapache%2Fhttpd.git backport vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105692 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dff9a98bb64..5f2a17a500a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/11/04 23:10:37 $] +Last modified at [$Date: 2004/11/05 15:46:59 $] Release: @@ -80,6 +80,10 @@ 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! ] + *) SECURITY: CAN-2004-0942 Fix for memory consumption DoS. + http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.158&r2=1.159 + +1: stoddard + *) util_ldap: Add the util_ldap_cache_getuserdn() API to allow non-LDAP authentication modules the ability to use the util_ldap cache for authorization purposes only rather than authentication.