From: Bradley Nicholes Date: Mon, 23 Aug 2004 23:41:10 +0000 (+0000) Subject: Util_ldap backport X-Git-Tag: STRIKER_2_0_51_RC1^2~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0ec59dcdd0faf50628a8aefa144f76bb5b8041;p=thirdparty%2Fapache%2Fhttpd.git Util_ldap backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104777 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 716b91761b9..e44250ad21a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/08/23 20:41:27 $] +Last modified at [$Date: 2004/08/23 23:41:10 $] Release: @@ -73,6 +73,11 @@ 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! ] + *) util_ldap: Validate the file path of the trusted certificate file + at the time the LDAPTrushedCA directive is handled. PR#30782 + modules/ldap/util_ldap.c: 1.9 + +1: bnicholes + *) [SECURITY] mod_ssl: Fix potential input filter segfaults in SPECULATIVE mode. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_io.c?r1=1.125&r2=1.126 PR: 30134