From: Ruediger Pluem Date: Wed, 2 Jan 2008 09:50:46 +0000 (+0000) Subject: * Security first. X-Git-Tag: 2.2.7~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23b2378afcd1e17f67583af844a1af05524297c4;p=thirdparty%2Fapache%2Fhttpd.git * Security first. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@608062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e66e7898ead..cdddeebe62f 100644 --- a/CHANGES +++ b/CHANGES @@ -6,11 +6,6 @@ Changes with Apache 2.2.7 redirect string in the HTML output of the balancer manager. Reported by SecurityReason. [Ruediger Pluem] - *) mod_ldap: Try to establish a new backend LDAP connection when the - Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g. after the - LDAP server has closed the connection due to a timeout. - PR 39095 [Eric Covener] - *) SECURITY: CVE-2007-6422 (cve.mitre.org) Prevent crash in balancer manager if invalid balancer name is passed as parameter. Reported by SecurityReason. [Ruediger Pluem] @@ -29,6 +24,11 @@ Changes with Apache 2.2.7 and etag. PR 44152. [Michael Clark , Ruediger Pluem] + *) mod_ldap: Try to establish a new backend LDAP connection when the + Microsoft LDAP client library returns LDAP_UNAVAILABLE, e.g. after the + LDAP server has closed the connection due to a timeout. + PR 39095 [Eric Covener] + *) log.c: Ensure Win32 resurrects its lost robust logger processes. [William Rowe]