Go to file
Howard Chu 68b1bbb89d Changed search attrs to struct berval **.
Use typedefs for all backend functions, to minimize work in future API
updates. (back-*/external.h will never need updating in the future.)
2001-12-26 08:17:44 +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 Zap man pages of deprecated routines 2001-12-22 20:51:27 +00:00
include Delete ldap_build_filter(), it's broke. 2001-12-24 03:49:54 +00:00
libraries hex escape everything requires escape (uncomment #define PRETTY_ESCAPE to revert to previous behavior) 2001-12-24 19:17:10 +00:00
servers Changed search attrs to struct berval **. 2001-12-26 08:17:44 +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 Add mkstemp() detection 2001-12-18 23:44:06 +00:00
configure.in Add checks for mkstemp and mktemp. Tweak utils.c:mkstemp to honor the 2001-12-18 02:54:49 +00:00
COPYRIGHT
INSTALL
LICENSE
Makefile.in
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$