]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport vote
authorBill Stoddard <stoddard@apache.org>
Fri, 5 Nov 2004 15:46:59 +0000 (15:46 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 5 Nov 2004 15:46:59 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105692 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dff9a98bb64735bc203b3553b552456f4f474857..5f2a17a500a7cd55138eed792ede422c8b95f9a8 100644 (file)
--- 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.