Go to file
Howard Chu 5c7a7998a9 Set the id2entry database pagesize to BDB_ID2ENTRY_PAGESIZE to avoid
overflow/fragmentation. (This is now 16K vs default 4K.) It turns out
that the entries' on-disk format is quite space-inefficient, storing
4 bytes per pointer or integer when typically >50% of those bytes are
zero. Oh well. It's about a 2:1 space increase over ldbm now, vs 4:1
before when all the entries were overflowing the 4K pages.
2001-11-27 12:36:52 +00:00
build Add openldap notice. 2001-10-24 20:18:26 +00:00
clients Only build/install tools and ud by default 2001-10-27 18:14:22 +00:00
contrib Fixed some memory allocation/freeing bugs 2001-11-14 17:33:54 +00:00
doc Allow size and time limits in slapd.conf for anonymous bound search operations 2001-11-21 20:28:15 +00:00
include struct berval * instead of char * in ldap_ava struct; minor cleanup 2001-11-12 08:10:12 +00:00
libraries fix bug in previous commit 2001-11-12 08:47:09 +00:00
servers Set the id2entry database pagesize to BDB_ID2ENTRY_PAGESIZE to avoid 2001-11-27 12:36:52 +00:00
tests Revert 1.11, the extra clause breaks test009-referral for back-bdb. 2001-11-27 04:05:06 +00:00
acconfig.h Fix typo 2001-10-24 16:56:21 +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 Update to full notice 2001-10-24 16:51:48 +00:00
configure.in Cleanup --help 2001-10-24 07:31:17 +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$