- Aug 28, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 24, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 23, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
(experimental) subtyping options.
-
- Aug 21, 2000
-
-
Kurt Zeilenga authored
-
- Aug 20, 2000
-
-
Kurt Zeilenga authored
-
- Aug 19, 2000
-
-
Kurt Zeilenga authored
Clarify other options and re-order a bit.
-
- Aug 18, 2000
-
-
Kurt Zeilenga authored
-
- Aug 17, 2000
-
-
Mark Adamson authored
-
- Aug 13, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 07, 2000
-
-
Kurt Zeilenga authored
-
- Jul 22, 2000
-
-
Kurt Zeilenga authored
Should be PRIMARY source for configuration options.
-
- Jul 13, 2000
-
-
Kurt Zeilenga authored
Replace 'negotiated' with 'interactive' bind Add hooks for SASL/EXTERNAL Disable SASL security layers Rework SASL command line and config file parameters
-
- Jun 20, 2000
-
-
Kurt Zeilenga authored
-
- Jun 18, 2000
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Jun 13, 2000
-
-
Kurt Zeilenga authored
r/w locks and thread pools. Hide internal structures (using pthread'ish technics). Place common code in threads.c. Move no-thread code to thr_stub.c. Move thread pool code to tpool.c. Removed setconcurrency call from initializer, added 'concurrency' directive to slapd. Tested code under pthreads, pth, and no-threads.
-
- Jun 06, 2000
-
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
-
- May 03, 2000
-
-
Kurt Zeilenga authored
-
- Apr 12, 2000
-
-
Kurt Zeilenga authored
-
- Mar 03, 2000
-
-
Kurt Zeilenga authored
must be specified for each database.
-
- Mar 01, 2000
-
-
Kurt Zeilenga authored
-
- Dec 17, 1999
-
-
Kurt Zeilenga authored
Used only for simple bind when dn == NULL and password != NULL.
-
- Oct 21, 1999
-
-
Kurt Zeilenga authored
privs, additive/substractive rules, and rule continuation. Existing rules that use 'defaultaccess none' should be 100% compatible. Rules that rely other defaultaccess settings will require addition of explicit clauses granting the access. Needs additional testing and tuning of logs
-
- Oct 13, 1999
-
-
Kurt Zeilenga authored
(and allowing 'attribute' for backwards compatibility). manuals and *.schema to be updated as time permits.
-
- Sep 23, 1999
-
-
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).
-
- Sep 12, 1999
-
-
Kurt Zeilenga authored
-
- Sep 06, 1999
-
-
Kurt Zeilenga authored
-
- Aug 20, 1999
-
-
Howard Chu authored
-
- Aug 18, 1999
-
-
Kurt Zeilenga authored
-
- Aug 17, 1999
-
-
Kurt Zeilenga authored
ldif updates (add URL description).
-
- Aug 05, 1999
-
-
Kurt Zeilenga authored
-
- Jul 21, 1999
-
-
Kurt Zeilenga authored
-
- Jul 16, 1999
-
-
Julio Sánchez Fernández authored
-
Kurt Zeilenga authored
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
-