Go to file
Luke Howard b299d7e067 Modifications must be copied before calling slap_mods_check() because
the pretty function may replace values which are owned by the SLAPI plugin

slapi_entry_dup() optimization - avoid string re-encoding

Fix slapi_add_internal() logic errors (was this ever tested?)

Don't attempt to free entries that have been cached; see new internal
slapi_add_entry_internal_locked() API
2003-09-15 06:53:54 +00:00
build Another round of minor copyright updates 2003-05-25 03:56:57 +00:00
clients -y should not require -W 2003-09-12 20:10:05 +00:00
contrib ITS#2691 use putenv() instead of setenv() for portability 2003-09-13 10:20:27 +00:00
doc Schema checking option for LDAP Sync replication 2003-09-03 21:42:52 +00:00
include Add ACL plugin definitions 2003-08-31 07:51:28 +00:00
libraries ITS#2484, set sasl_maxbuf to SASL_MAX_BUFF_SIZE if it was negotiated 2003-09-14 05:19:45 +00:00
servers Modifications must be copied before calling slap_mods_check() because 2003-09-15 06:53:54 +00:00
tests It's verified that back-hdb performs as a sync provider as well as a sync consumer. 2003-09-05 18:11:39 +00:00
acconfig.h Don't set LDAP_DEBUG when LDAP_TEST is set. 2003-06-06 17:14:38 +00:00
acinclude.m4 Happy new year 2003-01-03 20:20:47 +00:00
aclocal.m4 Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
configure Proxy cache patch (by Jong, Apurva, & Kurt) 2003-08-13 23:44:56 +00:00
configure.in Proxy cache patch (by Jong, Apurva, & Kurt) 2003-08-13 23:44:56 +00:00
COPYRIGHT Added Hallvard B. Furuseth. 2003-05-25 14:28:48 +00:00
INSTALL Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Backout autoconf 2.57 changes. Too much work for now. 2003-04-07 22:23:24 +00:00
README Add CONTRIBUTING section to HEAD's README 2003-04-23 02:25:39 +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/

Contributing

	See http://www.openldap.org/devel/contributing.html for how to
	contribute code or documentation to OpenLDAP.  Use the Issue Tracking
	System <http://www.openldap.org/its/> to submit contributions.
	While you are encouraged to coordinate and discuss the development
	activities on the openldap-devel@openldap.org mailing list prior
	to submission, it is noted that contributions must be submitted
	using the Issue Tracking System to be considered.

---
$OpenLDAP$