From: Bradley Nicholes Date: Mon, 1 Mar 2004 18:06:43 +0000 (+0000) Subject: Backported auth_ldap segfault fix. X-Git-Tag: 2.0.49~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29340b961c3c5acf6a22f88ca49a28f5b55da406;p=thirdparty%2Fapache%2Fhttpd.git Backported auth_ldap segfault fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102838 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 454f58e12dd..51ef8eb048d 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/01 18:05:05 $] +Last modified at [$Date: 2004/03/01 18:06:43 $] Release: @@ -105,10 +105,6 @@ PATCHES TO BACKPORT FROM 2.1 modules/metadata/mod_setenvif.c: r1.50 +1: nd - * mod_ldap: Fix segfault when shared memory caching is disabled - modules/experimental/util_ldap_cache_mgr.c: r1.15 - +1: bnicholes, minfrin, trawick - * mod_ssl: Clear OpenSSL error stack during pphrase entry to prevent spurious failures in SSL functions later. PR: 21160