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:
[ 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 <jessh@ptc.com>]
+ +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,