1. 05 Aug, 2016 1 commit
  2. 02 Aug, 2016 2 commits
  3. 24 Jul, 2016 1 commit
  4. 04 Jul, 2016 1 commit
  5. 01 Jul, 2016 2 commits
  6. 24 Jun, 2016 1 commit
  7. 22 Jun, 2016 1 commit
  8. 18 Jun, 2016 3 commits
  9. 13 Jun, 2016 1 commit
  10. 06 Jun, 2016 1 commit
  11. 03 Jun, 2016 4 commits
  12. 01 Jun, 2016 1 commit
  13. 30 May, 2016 2 commits
  14. 22 May, 2016 2 commits
  15. 20 May, 2016 1 commit
  16. 16 May, 2016 2 commits
  17. 15 May, 2016 1 commit
    • Franco Fichtner's avatar
      src: strip gettext() from log messages · 955b73fd
      Franco Fichtner authored
      It only makes debugging harder as our translations are being
      completed one after the other.  Also has the positive side-
      effect of freeing a few hard-to-do translations in the process.
      955b73fd
  18. 10 May, 2016 2 commits
  19. 09 May, 2016 3 commits
  20. 18 Apr, 2016 1 commit
  21. 07 Apr, 2016 1 commit
  22. 24 Mar, 2016 1 commit
  23. 14 Mar, 2016 1 commit
    • Franco Fichtner's avatar
      ntp: correct select behaviour; closes #818 · 80eba3c2
      Franco Fichtner authored
      o When servers are empty, show prefer and noselect as disabled.
      o Tighten the config write by using the same code idiom as the
        frontend, which is the safer method.
      o Untangle noselect and prefer, ntpd.conf will handle it.
      80eba3c2
  24. 13 Mar, 2016 1 commit
  25. 26 Feb, 2016 1 commit
    • Franco Fichtner's avatar
      inc: align service configure · 2ddb95f7
      Franco Fichtner authored
      o Add $waitforit flag to killbypid() and use it to simplify code.
      
      o When requesting a configure via id, do not exclude the service
        because it is disabled.  The pidfile needs to be killed still.
      
      o Unwind the convoluted code paths in the VPN plugin during early
        configure: kill service, probe for active, then do work.
      2ddb95f7
  26. 25 Feb, 2016 2 commits