Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 18, 1999
  3. Oct 13, 1999
  4. Oct 06, 1999
  5. Oct 05, 1999
  6. Sep 30, 1999
  7. Sep 29, 1999
  8. Sep 25, 1999
  9. 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
  10. Sep 22, 1999
  11. Sep 21, 1999
  12. Sep 20, 1999
  13. Sep 19, 1999
  14. Sep 16, 1999
  15. Sep 15, 1999
  16. Sep 12, 1999
  17. Sep 08, 1999
    • Kurt Zeilenga's avatar
      Add -C/-CC/-R referral chasing to clients project. · 38cd86f5
      Kurt Zeilenga authored
      	-C chase with prompting
      	-CC chase without prompting
      	-R don't chase
      with defaults dependent upon authentication method used.
      rebind callback also needs to be extended to support SASL and
      provide information for prompting purposes.  Good intro project.
      38cd86f5
  18. Sep 06, 1999
  19. Sep 04, 1999
  20. Sep 02, 1999
  21. Aug 30, 1999
  22. Aug 20, 1999
  23. Aug 19, 1999
  24. Aug 18, 1999
Loading