Go to file
Howard Chu c756bf0590 Change - bdb_tool_entry_put always "sorts" entries:
instead of just calling bdb_next_id, it calls bdb_dn2id to see if the
    current entry already has an ID. If so, it uses it.
  if not, it recurses to see if its parent exists, and does dn2id_add from
    the database suffix back to the current entry.
2003-02-21 10:13:20 +00:00
build tweak from rb@debian.org 2003-02-09 23:24:29 +00:00
clients Fix undef'd code for empty attributes. 2003-02-10 07:41:30 +00:00
contrib Use bervals, use LDAP_CONTROL_PROXY_AUTHZ instead of proxied bind 2003-02-16 11:15:10 +00:00
doc Max workers was lowered to 16. 2003-02-21 07:18:43 +00:00
include Misc LCUP cleanup 2003-02-09 08:43:20 +00:00
libraries Don't spawn threads based on ltp_pending_count, it doesn't get decremented 2003-02-17 12:10:41 +00:00
servers Change - bdb_tool_entry_put always "sorts" entries: 2003-02-21 10:13:20 +00:00
tests ITS#2236. Add missing connections_shutdown() call. 2003-02-19 20:39:04 +00:00
acconfig.h Rework #ifdef'ing of expermental controls to ease release engineering 2003-02-08 21:53:05 +00:00
acinclude.m4 Happy new year 2003-01-03 20:20:47 +00:00
aclocal.m4 Happy new year 2003-01-03 20:20:47 +00:00
configure more cleanup 2003-02-15 18:20:37 +00:00
configure.in more cleanup 2003-02-15 18:20:37 +00:00
COPYRIGHT Happy new year 2003-01-03 20:20:47 +00:00
INSTALL Change "-Ddef" example to something harmless and hopefully more obvious. 2003-02-13 23:58:54 +00:00
LICENSE
Makefile.in Happy new year 2003-01-03 20:20:47 +00:00
README

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$