From: Graham Leggett Date: Fri, 21 May 2004 22:22:06 +0000 (+0000) Subject: - Propose a backport X-Git-Tag: 2.0.50~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21cbc9ff3896a82c689dc59adabb093de06aa61a;p=thirdparty%2Fapache%2Fhttpd.git - Propose a backport PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103727 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 06c5a67351d..141685faac2 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/21 22:08:53 $] +Last modified at [$Date: 2004/05/21 22:22:06 $] Release: @@ -72,6 +72,13 @@ 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! ] + *) Small fix to allow reverse proxying to an ftp server. Previously + an attempt to do this would try and connect to 0.0.0.0, regardless + of the server specified. + modules/proxy/proxy_ftp.c r1.143 + PR 24922 [Pascal Terjan ] + +1: minfrin + *) Fix a potential segfault if the bind password in the LDAP cache is NULL. modules/experimental/util_ldap_cache.c r1.16