1. 18 Mar, 2016 1 commit
  2. 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
  3. 22 Feb, 2016 1 commit
  4. 21 Feb, 2016 1 commit
  5. 11 Feb, 2016 2 commits
  6. 03 Feb, 2016 1 commit
  7. 24 Jan, 2016 1 commit
  8. 23 Nov, 2015 1 commit
  9. 28 Oct, 2015 1 commit
  10. 23 Oct, 2015 1 commit
  11. 05 Aug, 2015 4 commits
  12. 31 Jul, 2015 1 commit
  13. 23 Jul, 2015 1 commit
  14. 22 Jul, 2015 1 commit
  15. 21 Jul, 2015 3 commits
  16. 20 Jul, 2015 2 commits
  17. 13 Jul, 2015 1 commit
  18. 07 Jul, 2015 1 commit
  19. 06 Jul, 2015 2 commits
  20. 24 Apr, 2015 2 commits
  21. 15 Apr, 2015 1 commit
  22. 12 Apr, 2015 1 commit
  23. 07 Apr, 2015 1 commit
  24. 05 Apr, 2015 1 commit
  25. 02 Apr, 2015 1 commit
  26. 01 Apr, 2015 2 commits
  27. 06 Mar, 2015 1 commit
  28. 05 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      inc/legacy: tmp_path refactor and the adventure down the rabbit hole · 559e42e0
      Franco Fichtner authored
      * Renamed pfsense-utils.inc to legacy.inc, which can cause issues
        on git auto-mount developer machines.  Be wary.
      
      * Removed '/usr/local/www/' prefix from require statements that
        should never use absolute paths (unless you are never going to
        move files, but we already did...).
      
      * Remove an unhealthy function that wrote arbitrary PHP files and then
        style checked them, twice.
      
      * The usual license cleanups so that the headers are easy to read
        and actually make you want to see the rest of the file because of it.
      
      * Code style, indent and obvious bug fix (missed unlock in return path).
      559e42e0
  29. 24 Feb, 2015 1 commit
    • Ad Schellevis's avatar
      cleanup legacy code. · 19265d25
      Ad Schellevis authored
      - remove the use for pfSctl, replaced with a new configd control script to be able to remove the check_reload_status port
      - replace use of global $g['booting'] because some scripts use this outside the main loop which causes strange behavior ( for example dhcp client which starts a newwanip on connect ). replaced which check on file /var/run/booting which is set in rc script
      19265d25
  30. 23 Feb, 2015 1 commit