Go to file
Howard Chu 65636e0855 Changed dnExtractRdn to use a provided berval instead of allocating one.
Use ldap_dn2bv and ldap_rdn2bv instead of the *2str versions.
2001-12-28 10:04:53 +00:00
build More "char *" to struct berval DN changes 2001-12-25 02:30:01 +00:00
clients Fix typo in last commit 2001-12-20 05:27:55 +00:00
contrib Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
doc Trim RFCs 2001-12-27 01:09:58 +00:00
include Added ldap_dn2bv and ldap_rdn2bv 2001-12-28 10:03:39 +00:00
libraries Added ldap_dn2bv and ldap_rdn2bv 2001-12-28 10:03:39 +00:00
servers Changed dnExtractRdn to use a provided berval instead of allocating one. 2001-12-28 10:04:53 +00:00
tests Minor cleanup 2001-12-25 20:02:13 +00:00
acconfig.h Move Windows sleep macro from acconfig.h to ac/unistd.h 2001-12-18 02:03:23 +00:00
acinclude.m4 Fix typo 2001-10-24 16:56:21 +00:00
aclocal.m4 Fix typo 2001-10-24 16:56:21 +00:00
configure Don't enable IPv6 if --disable-ipv6 2001-12-27 02:22:13 +00:00
configure.in Don't enable IPv6 if --disable-ipv6 2001-12-27 02:22:13 +00:00
COPYRIGHT Update to latest 2001-09-08 04:33:29 +00:00
INSTALL Import latest SDF generated INSTALL. This version is quite lean. 2000-09-11 18:44:55 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in clean out contrib and clients 2001-07-07 05:28:23 +00:00
README Minor rewording 2001-09-28 21:22:00 +00:00

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$