minfrin 2004/05/26 05:46:03
Modified: include Tag: APU_0_9_BRANCH apr_ldap.h.in
. Tag: APU_0_9_BRANCH CHANGES
Log:
Change the order in which ldap.h and lber.h are defined, to fix
a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
PR: 27379
Submitted by: Andrew Connors <[EMAIL PROTECTED]>
Revision Changes Path
No revision
No revision
1.8.2.2 +3 -3 apr-util/include/apr_ldap.h.in
Index: apr_ldap.h.in
===================================================================
RCS file: /home/cvs/apr-util/include/apr_ldap.h.in,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- apr_ldap.h.in 26 Feb 2004 22:03:46 -0000 1.8.2.1
+++ apr_ldap.h.in 26 May 2004 12:46:03 -0000 1.8.2.2
@@ -107,24 +107,24 @@
/* LDAP header files */
#if APR_HAS_NETSCAPE_LDAPSDK
[EMAIL PROTECTED]@
@lber_h@
[EMAIL PROTECTED]@
#if APR_HAS_LDAP_SSL
@ldap_ssl_h@
#endif
#endif
#if APR_HAS_NOVELL_LDAPSDK
[EMAIL PROTECTED]@
@lber_h@
[EMAIL PROTECTED]@
#if APR_HAS_LDAP_SSL
@ldap_ssl_h@
#endif
#endif
#if APR_HAS_OPENLDAP_LDAPSDK
[EMAIL PROTECTED]@
@lber_h@
[EMAIL PROTECTED]@
#endif
/* LDAPv2 SDKs don't use const parameters in their prototypes.
No revision
No revision
1.117.2.8 +4 -0 apr-util/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr-util/CHANGES,v
retrieving revision 1.117.2.7
retrieving revision 1.117.2.8
diff -u -r1.117.2.7 -r1.117.2.8
--- CHANGES 4 Apr 2004 15:38:13 -0000 1.117.2.7
+++ CHANGES 26 May 2004 12:46:03 -0000 1.117.2.8
@@ -1,5 +1,9 @@
Changes with APR-util 0.9.5
+ *) Change the order in which ldap.h and lber.h are defined, to fix
+ a compile bug in Solaris v2.8 which requires lber.h then ldap.h.
+ PR 27379 [Andrew Connors <[EMAIL PROTECTED]>]
+
*) Restore support for SHA1 passwords in apr_validate_password.
PR 17343. [Paul Querna <chip force-elite.com>]