1. 19 Feb, 2015 4 commits
  2. 17 Feb, 2015 3 commits
  3. 13 Feb, 2015 3 commits
  4. 12 Feb, 2015 2 commits
  5. 11 Feb, 2015 2 commits
  6. 10 Feb, 2015 3 commits
  7. 09 Feb, 2015 3 commits
  8. 08 Feb, 2015 1 commit
    • Franco Fichtner's avatar
      crypt: use the proper OpenSSL version when appropriate · 639d0993
      Franco Fichtner authored
      This is not the fix I have been meaning to push, but openssl_encrypt()
      and openssl_decrypt() are too low level.  They do AES-256-CBC, but not
      key derivation as well as salt and IV handling.  Getting this 100%
      compatible with OpenSSL was the blocker then.  Also, experts have said
      that the cipher should not be used anymore, adding more annoyances as
      this config output does not have a version information prefix...
      639d0993
  9. 06 Feb, 2015 2 commits
  10. 05 Feb, 2015 5 commits
  11. 04 Feb, 2015 2 commits
  12. 03 Feb, 2015 1 commit
    • Ad Schellevis's avatar
      Added profile option to check_reload_status (configd), measured framework... · 9519de18
      Ad Schellevis authored
      Added profile option to check_reload_status (configd), measured framework overhead, current max processing for the daemon is about 6200 req/s on my macbook. ( limited by socket.accept, if needed we could implement another dispatch method in the future)
      
      Simple implementation to use the backend service from the frontend implemented.
      9519de18
  13. 01 Feb, 2015 1 commit
  14. 31 Jan, 2015 1 commit
  15. 30 Jan, 2015 2 commits
  16. 29 Jan, 2015 5 commits