summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2004-11-10 13:11:39 +0000
committerJim Jagielski <jim@apache.org>2004-11-10 13:11:39 +0000
commit1f755e3bacde45ffed43d21d6f30c7b641ecb6a4 (patch)
tree8da32ce2a40a89c6cd421e3cb0259692636335f9
parentc4f470a6d40d414ce64dfaf339a357246e5467a9 (diff)
downloadhttpd-1f755e3bacde45ffed43d21d6f30c7b641ecb6a4.tar.gz
Vote on some locally tested backports.
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105738 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS12
1 files changed, 6 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index ceb0c1b99e..603eda4e1a 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2004/11/10 12:04:50 $]
+Last modified at [$Date: 2004/11/10 13:11:39 $]
Release:
@@ -80,19 +80,19 @@ PATCHES TO BACKPORT FROM 2.1
cache for authorization purposes only rather than authentication.
PR #31898
http://www.apache.org/~bnicholes/apache_2.0_getuserdn.patch
- +1:bnicholes, wrowe
+ +1:bnicholes, wrowe, jim
*) 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, wrowe
+ +1: bnicholes, wrowe, jim
*) mod_ssl: Fix an possible NULL pointer dereference in some configs.
http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182
PR: 31848
- +1: jorton, wrowe
+ +1: jorton, wrowe, jim
*) Allow for the use of --with-module=foo:bar where the ./modules/foo
directory is a local addition to the ./modules directory.
@@ -117,7 +117,7 @@ PATCHES TO BACKPORT FROM 2.1
library handles special characters.
http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=12919
PR 24437
- +1: minfrin, wrowe
+ +1: minfrin, wrowe, jim
*) Fix ap_save_brigade's handling of ENOTIMPL setaside functions.
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/util_filter.c?r1=1.100&r2=1.102
@@ -192,7 +192,7 @@ PATCHES TO BACKPORT FROM 2.1
directive. PR 28553.
modules/mappers/mod_actions.c: r1.32, r1.34
jerenkrantz: Icky side-effect of the *t == '0' check.
- +1: nd, jerenkrantz, wrowe
+ +1: nd, jerenkrantz, wrowe, jim
*) mod_log_config: Cleanup log_header_out function to allow multiple headers
like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)