From: Graham Leggett Date: Fri, 21 May 2004 01:14:09 +0000 (+0000) Subject: - Propose another backport X-Git-Tag: 2.0.50~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de82a3a45bd43d3ac433187ccc82e9ac0e6dbe04;p=thirdparty%2Fapache%2Fhttpd.git - Propose another backport PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 255e2b5c5ea..be156b25f2f 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/20 22:44:41 $] +Last modified at [$Date: 2004/05/21 01:14:09 $] Release: @@ -72,20 +72,26 @@ 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! ] + *) The Microsoft LDAP SDK escapes filters for us, stop util_ldap + from escaping filters twice when the backslash character is used. + modules/experimental/mod_auth_ldap.c r1.25 + PR 24437 [Jess Holle ] + +1: minfrin + *) Overhaul handling of LDAP error conditions, so that the util_ldap_* functions leave the connections in a sane state after errors have occurred. - include/util_ldap.h - modules/experimental/NWGNUauthldap - modules/experimental/NWGNUutilldap - modules/experimental/mod_auth_ldap.c - modules/experimental/util_ldap.c + include/util_ldap.h r1.18 + modules/experimental/NWGNUauthldap r1.12 + modules/experimental/NWGNUutilldap r1.9 + modules/experimental/mod_auth_ldap.c r1.24 + modules/experimental/util_ldap.c r1.18 PR 27748, 17274, 17599, 18661, 21787, 24595, 24683, 27134, 27271 +1: minfrin *) RPM spec file changes: changed default dependancy to link to db4 instead of db3. Fixed complaints about unpackaged files. - build/rpm/httpd.spec.in + build/rpm/httpd.spec.in +1: minfrin *) Use APR_LARGEFILE when opening log files, and not APR_WRITE,