]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
another merge??
authorJeff Trawick <trawick@apache.org>
Tue, 20 Jul 2004 02:25:47 +0000 (02:25 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 20 Jul 2004 02:25:47 +0000 (02:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104332 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5a7b9a1afb49b83aac7c18e738eb25f71960fa29..5f0d0b2a82fc19a8fbd8a92549202e13ce63ad09 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/07/19 04:35:03 $]
+Last modified at [$Date: 2004/07/20 02:25:47 $]
 
 Release:
 
@@ -98,6 +98,14 @@ PATCHES TO BACKPORT FROM 2.1
        0: nd: IMHO that's a public API change then and not applicable for
               2.0, just let 'em in
 
+    *) mod_ssl: Add "SSLUserName" directive to set r->user based on a
+       chosen SSL environment variable.  PR 20957. 
+         mod_ssl.c r1.99
+         ssl_engine_config.c r1.94
+         ssl_engine_kernel.c r1.107
+         ssl_private.h r1.7
+       +1: trawick
+
     *) Switch the caching mutexes from reader/writer thread locks to global
        mutexes to allow for protection across processes rather than just
        across threads.