Skip to content
Snippets Groups Projects
  1. Sep 24, 2000
  2. Sep 23, 2000
  3. Sep 22, 2000
  4. Sep 20, 2000
  5. Jul 28, 2000
  6. May 13, 2000
  7. 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
  8. Sep 08, 1999
  9. Sep 04, 1999
  10. Sep 03, 1999
  11. Sep 02, 1999
    • Hallvard Furuseth's avatar
      Cleanup: · c09a2c63
      Hallvard Furuseth authored
      Fix printf formats, remove unused variables, add missing prototypes in slapd,
      add static/const, add some return types or change to void return type.
      c09a2c63
    • Kurt Zeilenga's avatar
      Add OpenLDAP RCS id · 41e57c04
      Kurt Zeilenga authored
      41e57c04
  12. Aug 26, 1999
  13. Aug 20, 1999
  14. Aug 19, 1999
  15. Aug 17, 1999
  16. Aug 13, 1999
  17. Aug 12, 1999
  18. Aug 11, 1999
  19. Aug 06, 1999
  20. Jul 22, 1999
  21. Jul 19, 1999
    • Kurt Zeilenga's avatar
      Namespace changes · 17083675
      Kurt Zeilenga authored
        added slap_ and ldbm_ to many structures
        added typedefs to many structures
        used typedefs
      New main.c argument parsing with ldap url support (replacing -a address).
      New sockaddr_in handling and support for multiple listeners.
      17083675
  22. Jul 16, 1999
    • Kurt Zeilenga's avatar
      Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. · 73276e84
      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.
      73276e84
  23. Mar 06, 1999
  24. Feb 11, 1999
  25. Feb 10, 1999
  26. Jan 23, 1999
  27. Jan 18, 1999
  28. Dec 29, 1998
  29. Dec 28, 1998
  30. Nov 27, 1998
  31. Nov 23, 1998
Loading