Return-Path: Delivered-To: apmail-apr-cvs-archive@www.apache.org Received: (qmail 51205 invoked from network); 2 Aug 2004 21:03:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Aug 2004 21:03:17 -0000 Received: (qmail 3924 invoked by uid 500); 2 Aug 2004 21:03:16 -0000 Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 3808 invoked by uid 500); 2 Aug 2004 21:03:15 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 3787 invoked by uid 500); 2 Aug 2004 21:03:15 -0000 Delivered-To: apmail-apr-util-cvs@apache.org X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Date: 2 Aug 2004 21:03:13 -0000 Message-ID: <20040802210313.51140.qmail@minotaur.apache.org> From: minfrin@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util/ldap apr_ldap_compat.c apr_ldap_url.c X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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