summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-08-02 21:03:13 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2004-08-02 21:03:13 +0000
commit8391c99bdc456839685bae8d41d190a8122703e3 (patch)
tree0d2d49117285d4e5cc7d5273623ddb23186814b6
parent45baa60a743d36404044149ea2cdde7c85f043c8 (diff)
downloadlibapr-util-8391c99bdc456839685bae8d41d190a8122703e3.tar.gz
Add a note to indicate deprecated code in APR v1.0. This code will be fixed
after the release of APR v1.0. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@59104 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--ldap/apr_ldap_compat.c7
-rw-r--r--ldap/apr_ldap_url.c7
2 files changed, 14 insertions, 0 deletions
diff --git a/ldap/apr_ldap_compat.c b/ldap/apr_ldap_compat.c
index 8057081d..c3699d69 100644
--- a/ldap/apr_ldap_compat.c
+++ b/ldap/apr_ldap_compat.c
@@ -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:
diff --git a/ldap/apr_ldap_url.c b/ldap/apr_ldap_url.c
index 81581c8b..9dd701cc 100644
--- a/ldap/apr_ldap_url.c
+++ b/ldap/apr_ldap_url.c
@@ -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