- 01 Aug, 2006 1 commit
-
-
Quanah Gibson-Mount authored
-
- 03 Jan, 2006 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Sep, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Sep, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Aug, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Jun, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 05 Dec, 2004 1 commit
-
-
Howard Chu authored
-
- 04 Oct, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 26 Jul, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 21 Jun, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 20 Jun, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 31 May, 2004 1 commit
-
-
Howard Chu authored
-
- 25 Apr, 2004 1 commit
-
-
Pierangelo Masarati authored
-
- 21 Apr, 2004 1 commit
-
-
Kurt Zeilenga authored
from Paul Turgyan of University of Michigan.
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Dec, 2003 1 commit
-
-
Howard Chu authored
-
- 28 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Oct, 2003 1 commit
-
-
Kurt Zeilenga authored
Split glue test in two. Remove (slurpd) subtree replication test. Reorder syncrepl/proxy tests
-
- 07 Aug, 2003 1 commit
-
-
Kurt Zeilenga authored
Currently discovered via a "feature", but should use a control. Start of a control made, but needs to be better integrated (with auto use in ldapmodify(1)).
-
- 30 Apr, 2003 1 commit
-
-
Howard Chu authored
-
- 24 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 10 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
Fix invalid structural object class chains in test schema
-
- 22 Jun, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Jun, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 06 Jun, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 29 May, 2001 1 commit
-
-
Kurt Zeilenga authored
the existing database "directory" directive) to allow setting of a DB_ENV directory. Should likely be database specific.
-
- 21 Oct, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Oct, 2000 1 commit
-
-
Kurt Zeilenga authored
one set of slapd.conf files.
-
- 15 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Sep, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 04 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
Updated NT Project files (with Cyrus SASL library depend)
-
- 31 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 29 May, 2000 1 commit
-
-
Kurt Zeilenga authored
Use -DSLAPD_SCHEMA_COMPAT to use 1.x compatible schema (deprecated).
-
- 12 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
-
- 23 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Old code applied sync flags to store(), however supported DBMs require such flags to be specified during open(). The new code now applies flags in ldbm_cache_open (which calls ldbm_open). ldbm_cache_close() now calls ldbm_sync(). This will force a updating of on-disk contents after each LDAP operation. The old code either failed to sync the on-disk contents until close or synced on every store. Per LDBM operation syncing *should* be safe enough... real data safety requires transactions. Removed nosync option from BDB2 as it is not compatible with txn support. Also added code to disable DBM level locking as slapd is only process acessing the databases (dbnolocking).
-