Skip to content
Snippets Groups Projects
  1. Nov 02, 1999
  2. Nov 01, 1999
  3. Oct 31, 1999
  4. Oct 30, 1999
  5. Oct 28, 1999
  6. Oct 27, 1999
  7. Oct 26, 1999
  8. Oct 25, 1999
  9. Oct 19, 1999
  10. Oct 01, 1999
  11. Sep 25, 1999
  12. 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
    • Kurt Zeilenga's avatar
      Fix ManageDSAit OID · 4acaa64c
      Kurt Zeilenga authored
      4acaa64c
  13. Sep 22, 1999
  14. Sep 21, 1999
  15. Sep 20, 1999
  16. Sep 09, 1999
  17. Sep 04, 1999
  18. Sep 03, 1999
  19. Sep 02, 1999
Loading