1. 05 Feb, 2015 2 commits
  2. 04 Feb, 2015 2 commits
  3. 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
  4. 01 Feb, 2015 1 commit
  5. 31 Jan, 2015 1 commit
  6. 30 Jan, 2015 2 commits
  7. 29 Jan, 2015 5 commits
  8. 28 Jan, 2015 6 commits
  9. 27 Jan, 2015 2 commits
  10. 26 Jan, 2015 2 commits
  11. 25 Jan, 2015 2 commits
    • Franco Fichtner's avatar
      openssl: fix issues with port version not finding config · 9af57742
      Franco Fichtner authored
      Really don't want to ship this file locally so that others
      might be encouraged to edit it (again).
      9af57742
    • Franco Fichtner's avatar
      rc: rework sshd handling · ab28de2e
      Franco Fichtner authored
      * Prefer the openssh-portable port, but fall back to the base
        version if it is available.
      
      * Refactor the key generation to produce less duplicated code.
      
      * Locking is completely bogus, but I have no clue how to fix
        that short term without doing a full audit of the subsystem-dirty
        mechanic.
      ab28de2e
  12. 24 Jan, 2015 4 commits
  13. 23 Jan, 2015 2 commits
  14. 21 Jan, 2015 4 commits
  15. 20 Jan, 2015 1 commit
  16. 19 Jan, 2015 1 commit
  17. 18 Jan, 2015 1 commit
  18. 16 Jan, 2015 1 commit
    • Franco Fichtner's avatar
      firmware: regenerate php.ini after an upgrade · 90bae8e7
      Franco Fichtner authored
      PHP plugins may change and then clobber the custom php.ini we have
      previously generated.  To make sure everything keeps running smoothly,
      always regerate it directly after an upgrade, even though there may
      have been no changes.
      90bae8e7