1. 29 Apr, 2015 1 commit
  2. 08 Apr, 2015 1 commit
  3. 07 Apr, 2015 3 commits
  4. 02 Apr, 2015 2 commits
  5. 01 Apr, 2015 2 commits
  6. 30 Mar, 2015 1 commit
  7. 24 Mar, 2015 4 commits
  8. 23 Mar, 2015 1 commit
  9. 21 Mar, 2015 1 commit
  10. 14 Mar, 2015 2 commits
  11. 13 Mar, 2015 1 commit
  12. 12 Mar, 2015 2 commits
  13. 07 Mar, 2015 1 commit
  14. 06 Mar, 2015 1 commit
  15. 05 Mar, 2015 2 commits
    • Franco Fichtner's avatar
      rc: tmp_path removal · 7fd322f1
      Franco Fichtner authored
      7fd322f1
    • 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
  16. 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
  17. 11 Jan, 2015 1 commit
  18. 28 Dec, 2014 1 commit
  19. 13 Dec, 2014 1 commit
  20. 11 Dec, 2014 2 commits
    • Franco Fichtner's avatar
      rc: change install media workflow · c076d1c7
      Franco Fichtner authored
      * Boot into the installer by default; it can still be aborted.
      
      * Remove the dysfunct rescue installer.  The normal installer
        now has a better rescue tool called "Import configuration".
      
      * Move and rework the installer launcher as rc.installer.  It
        can be called at any time if needed.
      c076d1c7
    • Franco Fichtner's avatar
      inc: we still need auto_login() for <disableconsolemenu/> · 46251a02
      Franco Fichtner authored
      Instead of leaving the doors wide open, we make <disableconsolemenu/>
      the default and bring back the killswitch for everbody who doesn't
      like it.
      46251a02
  21. 10 Dec, 2014 3 commits
  22. 09 Dec, 2014 6 commits