minfrin 2004/08/02 14:03:13
Modified: ldap apr_ldap_compat.c apr_ldap_url.c
Log:
Add a note to indicate deprecated code in APR v1.0. This code will be fixed
after the release of APR v1.0.
Revision Changes Path
1.7 +7 -0 apr-util/ldap/apr_ldap_compat.c
Index: apr_ldap_compat.c
===================================================================
RCS file: /home/cvs/apr-util/ldap/apr_ldap_compat.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_ldap_compat.c 13 Feb 2004 09:55:26 -0000 1.6
+++ apr_ldap_compat.c 2 Aug 2004 21:03:13 -0000 1.7
@@ -14,6 +14,13 @@
*/
/*
+ * WARNING: This code below is DEPRECATED in APR v1.0.
+ *
+ * It requires an overhaul, which will be available in a later release
+ * of APR. Please expect the code below to change without notice.
+ */
+
+/*
* apr_ldap_compat.c: LDAP v2/v3 compatibility things
*
* Original code from auth_ldap module for Apache v1.3:
1.6 +7 -0 apr-util/ldap/apr_ldap_url.c
Index: apr_ldap_url.c
===================================================================
RCS file: /home/cvs/apr-util/ldap/apr_ldap_url.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr_ldap_url.c 13 Feb 2004 09:55:26 -0000 1.5
+++ apr_ldap_url.c 2 Aug 2004 21:03:13 -0000 1.6
@@ -49,6 +49,13 @@
* is provided ``as is'' without express or implied warranty.
*/
+/*
+ * WARNING: This code below is DEPRECATED in APR v1.0.
+ *
+ * It requires an overhaul, which will be available in a later release
+ * of APR. Please expect the code below to change without notice.
+ */
+
/* apr_ldap_url.c -- LDAP URL (RFC 2255) related routines
*
* Win32 and perhaps other non-OpenLDAP based ldap libraries may be