Skip to content
Snippets Groups Projects
  1. Jun 06, 2000
  2. May 13, 2000
  3. May 03, 2000
  4. Apr 12, 2000
  5. Mar 03, 2000
  6. Mar 01, 2000
  7. Dec 17, 1999
  8. 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
  9. Oct 13, 1999
  10. 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
  11. Sep 12, 1999
  12. Sep 06, 1999
  13. Aug 20, 1999
  14. Aug 18, 1999
  15. Aug 17, 1999
  16. Aug 05, 1999
  17. Jul 21, 1999
  18. Jul 16, 1999
  19. Jun 18, 1999
  20. May 03, 1999
  21. Apr 29, 1999
  22. Feb 22, 1999
  23. Jan 21, 1999
    • Kurt Spanier's avatar
      Definition of slapd pid and args files as slapd.conf general parameters; · 68a87985
      Kurt Spanier authored
      introduction of pid/agrs parameters to the test-suite slapd.conf files;
      creation of sub-directory test/var for storage of pid/args files during test;
      update of the slapd and slapd.conf man pages.
      (The change reduces dependency on ldapconfig.h, since SLAPD_PIDEXT
       and SLAPD_ARGSEXT are deleted from the code.)
      68a87985
  24. Jan 15, 1999
  25. Jan 14, 1999
  26. Dec 30, 1998
  27. Nov 29, 1998
    • Kurt Zeilenga's avatar
      Add ldap.conf man page. · ba84e238
      Kurt Zeilenga authored
      ba84e238
    • Kurt Zeilenga's avatar
      Update build environment: · edd464ee
      Kurt Zeilenga authored
        default sysconfdir subdirectory is openldap instead of ldap.
          This removes conflicts with other ldap subsystems.  Should
          be configure option.
        *.conf files are now preserved.  A *.conf.default are always
          created with the latest conf.
        *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir)
        updated man pages to reflect changes.
      edd464ee
  28. Nov 10, 1998
  29. Nov 07, 1998
  30. Oct 25, 1998
  31. Sep 23, 1998
  32. Sep 18, 1998
  33. Aug 19, 1998
  34. Aug 09, 1998
Loading