1. 28 Oct, 2015 1 commit
  2. 23 Oct, 2015 1 commit
  3. 05 Aug, 2015 4 commits
  4. 31 Jul, 2015 1 commit
  5. 23 Jul, 2015 1 commit
  6. 22 Jul, 2015 1 commit
  7. 21 Jul, 2015 3 commits
  8. 20 Jul, 2015 2 commits
  9. 13 Jul, 2015 1 commit
  10. 07 Jul, 2015 1 commit
  11. 06 Jul, 2015 2 commits
  12. 24 Apr, 2015 2 commits
  13. 15 Apr, 2015 1 commit
  14. 12 Apr, 2015 1 commit
  15. 07 Apr, 2015 1 commit
  16. 05 Apr, 2015 1 commit
  17. 02 Apr, 2015 1 commit
  18. 01 Apr, 2015 2 commits
  19. 06 Mar, 2015 1 commit
  20. 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
  21. 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
  22. 23 Feb, 2015 1 commit
  23. 29 Jan, 2015 1 commit
    • Franco Fichtner's avatar
      openvpn: zap unused OpenSSL-related funtion · e5d2f6a8
      Franco Fichtner authored
      While there, "maybe" copyright translates to "yes" copyright.
      If someone wants to oppose this, feel free to verify each code
      line and submit a pull request to remove those two statements.
      e5d2f6a8
  24. 28 Dec, 2014 1 commit
  25. 10 Dec, 2014 2 commits
    • Franco Fichtner's avatar
      inc: no idea why jails are special... · 4de5be80
      Franco Fichtner authored
      We can dash out jails, use them for development or production
      environments even.  Sure, they may not support some priviledged
      operation, but keeping weird glue around that is probably not
      in all the places it should be is weird.
      4de5be80
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  26. 09 Dec, 2014 2 commits
  27. 27 Oct, 2014 1 commit