- 22 Oct, 2003 3 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
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
-
- 10 Mar, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 13 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Dec, 2001 1 commit
-
-
Kurt Zeilenga authored
Fix invalid structural object class chains in test schema
-
- 27 Nov, 2001 1 commit
-
-
Howard Chu authored
-
- 03 Oct, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Aug, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Jul, 2001 1 commit
-
-
Kurt Zeilenga authored
Remove ssf from slapd-schema.conf
-
- 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.
-
- 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
-
- 22 Aug, 2000 1 commit
-
-
Kurt Zeilenga authored
Needs to be tied into index mask and backend search code.
-
- 26 Jul, 2000 3 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 18 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 04 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).
-
- 23 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 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).
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 10 Apr, 1999 1 commit
-
-
Kurt Zeilenga authored
Remove disable write sync (dbcachenowsync) in master (for concurrency test).
-
- 21 Jan, 1999 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Spanier authored
introduction of pid/agrs parameters to the test-suite slapd.conf files; creation of sub-directory test/var for storage of pid/args files during test; update of the slapd and slapd.conf man pages. (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT and SLAPD_ARGSEXT are deleted from the code.)
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
add/merge as we now free strings agressively. Improved debug message to include name of missing required attribute and added check for 'operational attributes'. This check should be used everywhere we need to test for operational attributes (add/modify). Also, enabled schema checking for tests (and fixed resulting problems by adjusting oc.conf).
-
- 10 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
"Check that the entry has no writers before removing it from the cache" sounds more sensible to me than "check that it *has* writers" before removing it. I've also changed the default cachesize for tests to 4. This should help discover such problems.
-
- 09 Aug, 1998 1 commit
-
-
Kurt Zeilenga authored
-