]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
easy reviews better than no reviews at all :(
authorJeff Trawick <trawick@apache.org>
Sun, 6 Jun 2004 12:55:44 +0000 (12:55 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 6 Jun 2004 12:55:44 +0000 (12:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103860 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a6522044ea2dde6377415aeaea65c4f5b0e0ba8d..272cdd46248bb7cf7aefe59dd45eb1d397e95a4e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/06/06 12:37:56 $]
+Last modified at [$Date: 2004/06/06 12:55:44 $]
 
 Release:
 
@@ -79,20 +79,21 @@ PATCHES TO BACKPORT FROM 2.1
 
     *) mod_ssl: Fix buffer overflow in FakeBasicAuth support (CVE CAN-2004-0488)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.105&r2=1.106
-       +1: jorton, nd
+       +1: jorton, nd, trawick
 
     *) mod_ssl: Remove some unused functions (after CAN-2004-0488 fix is applied)
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_util.c?r1=1.46&r2=1.47
        +1: jorton, nd
+       trawick: need changes to mod_ssl.h to remove prototypes for those removed functions
 
     *) mod_ssl: Fix a GCC strict-aliasing warning.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_config.c?r1=1.90&r2=1.91
-       +1: jorton, nd
+       +1: jorton, nd, trawick
 
     *) mod_ssl: Cleanups and fixes for mod_ssl logging.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_init.c?r1=1.124&r2=1.125
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_log.c?r1=1.31&r2=1.28
-       +1: jorton, nd
+       +1: jorton, nd, trawick
 
     *) Enable the option to support anonymous shared memory in mod_ldap.
        This makes the cache work on Linux again.