- Jun 16, 2000
-
-
Kurt Zeilenga authored
-
- Jun 14, 2000
-
-
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
-
- Jun 05, 2000
-
-
Julio Sánchez Fernández authored
-
- Jun 01, 2000
-
-
Kurt Zeilenga authored
-
- May 26, 2000
-
-
Kurt Zeilenga authored
-
- May 13, 2000
-
-
Kurt Zeilenga authored
Add ber_get_enum() for symmetry
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Need to add lber-types(3) to document BER types, allocation, and deallocation. May need to add additional pages to document other new features.
-
Kurt Zeilenga authored
-
- May 03, 2000
-
-
Kurt Zeilenga authored
-
- Apr 20, 2000
-
-
Kurt Zeilenga authored
Submitted by Gabor Gombas <gombasg@inf.elte.hu>
-
- 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
-
Kurt Zeilenga authored
Used only for simple bind when dn == NULL and password != NULL.
-
- Dec 12, 1999
-
-
Kurt Zeilenga authored
Modify tests to use -h "ldap://localhost:port/" instead of -p port.
-
- Dec 10, 1999
-
-
Kurt Zeilenga authored
-
- Dec 08, 1999
-
-
Kurt Zeilenga authored
user password. Likely to be modified to use bind control instead. Use of modify deprecated in favor mechanisms that support passwords stored externally to the directory (such as in a SASL service). Modified slapd extended operation infrastructure to support backend provided extended operations.
-
- Dec 06, 1999
-
-
Gary Williams authored
-
- 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 25, 1999
-
-
Kurt Zeilenga authored
-
- 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 19, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Insert reference to ITS webpage
-
- Sep 12, 1999
-
-
Kurt Zeilenga authored
-
- Sep 06, 1999
-
-
Kurt Zeilenga authored
-
- Sep 04, 1999
-
-
Hallvard Furuseth authored
-
- Aug 20, 1999
-
-
Howard Chu authored
-
- Aug 19, 1999
-
-
Kurt Zeilenga authored
-
- Aug 18, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Aug 17, 1999
-
-
Kurt Zeilenga authored
ldif updates (add URL description).
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Remove man pages for old ldbm tools.
-
- Aug 05, 1999
-
-
Kurt Zeilenga authored
-
- Jul 25, 1999
-
-
Kurt Zeilenga authored
-