From: Graham Leggett Date: Fri, 21 May 2004 23:55:57 +0000 (+0000) Subject: The backport list gets shorter. X-Git-Tag: pre_ajp_proxy~239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bd6bb6e64960b4aec122717a24501a6f7a17047;p=apache The backport list gets shorter. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103734 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 33bf33bed2..13a77bbc19 100644 --- a/CHANGES +++ b/CHANGES @@ -7,24 +7,6 @@ Changes with Apache 2.1.0-dev of the server specified. PR 24922 [Pascal Terjan ] - *) Fix a potential segfault if the bind password in the LDAP cache - is NULL. PR 26686 [Jari Ahonen ] - - *) Quotes cannot be used around require group and require dn - directives, update the documentation to reflect this. Also add - quotes around the dn and group within debug messages, to make it - more obvious why authentication is failing if quotes are used in - error. PR 19304 [Graham Leggett] - - *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap - from escaping filters twice when the backslash character is used. - PR 24437 [Jess Holle ] - - *) Overhaul handling of LDAP error conditions, so that the util_ldap_* - functions leave the connections in a sane state after errors have - occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, - 27271 [Graham Leggett] - *) RPM spec file changes: changed default dependancy to link to db4 instead of db3. Fixed complaints about unpackaged files. [Graham Leggett] @@ -395,6 +377,24 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.50 + *) Fix a potential segfault if the bind password in the LDAP cache + is NULL. PR 26686 [Jari Ahonen ] + + *) Quotes cannot be used around require group and require dn + directives, update the documentation to reflect this. Also add + quotes around the dn and group within debug messages, to make it + more obvious why authentication is failing if quotes are used in + error. PR 19304 [Graham Leggett] + + *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap + from escaping filters twice when the backslash character is used. + PR 24437 [Jess Holle ] + + *) Overhaul handling of LDAP error conditions, so that the util_ldap_* + functions leave the connections in a sane state after errors have + occurred. PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, + 27271 [Graham Leggett] + *) mod_ldap calls ldap_simple_bind_s() to validate the user credentials. If the bind fails, the connection is left in an unbound state. Make sure that the ldap connection