Skip to content
Snippets Groups Projects
  1. Jun 16, 2000
  2. Jun 14, 2000
  3. Jun 13, 2000
    • Kurt Zeilenga's avatar
      Reworked thread code to better support thread-library specific · ec426532
      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.
      ec426532
  4. Jun 06, 2000
  5. Jun 05, 2000
  6. Jun 01, 2000
  7. May 26, 2000
  8. May 13, 2000
  9. May 03, 2000
  10. Apr 20, 2000
  11. Apr 12, 2000
  12. Mar 03, 2000
  13. Mar 01, 2000
  14. Dec 17, 1999
  15. Dec 12, 1999
  16. Dec 10, 1999
  17. Dec 08, 1999
    • Kurt Zeilenga's avatar
      Reengineered ldappasswd(1). Uses extended operation to set · d5edb4bf
      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.
      d5edb4bf
  18. Dec 06, 1999
  19. Oct 21, 1999
    • Kurt Zeilenga's avatar
      Initial commit of new ACL engine. Engine supports descrete access · f6829ee9
      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
      f6829ee9
  20. Oct 13, 1999
  21. Sep 25, 1999
  22. Sep 23, 1999
    • Kurt Zeilenga's avatar
      Reimplement LDBM_SYNC/LDBM_NOSYNC code (dbnosync). · 35655c05
      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).
      35655c05
  23. Sep 19, 1999
  24. Sep 12, 1999
  25. Sep 06, 1999
  26. Sep 04, 1999
  27. Aug 20, 1999
  28. Aug 19, 1999
  29. Aug 18, 1999
  30. Aug 17, 1999
  31. Aug 05, 1999
  32. Jul 25, 1999
Loading