Skip to content
Snippets Groups Projects
  1. Jun 17, 2000
  2. Jun 13, 2000
  3. Jun 10, 2000
  4. Jun 06, 2000
  5. Jun 05, 2000
  6. Jun 04, 2000
  7. Jun 01, 2000
  8. May 31, 2000
  9. May 29, 2000
  10. May 28, 2000
  11. May 27, 2000
  12. May 26, 2000
  13. May 23, 2000
  14. May 13, 2000
  15. May 10, 2000
  16. Apr 12, 2000
  17. Feb 03, 2000
  18. Dec 12, 1999
  19. Nov 01, 1999
  20. Oct 28, 1999
  21. Oct 26, 1999
  22. Oct 21, 1999
  23. Sep 29, 1999
  24. 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
  25. Sep 10, 1999
  26. Sep 08, 1999
  27. Sep 02, 1999
  28. Aug 31, 1999
Loading