1. 24 Jan, 2016 1 commit
  2. 23 Nov, 2015 1 commit
  3. 28 Oct, 2015 1 commit
  4. 23 Oct, 2015 1 commit
  5. 05 Aug, 2015 4 commits
  6. 31 Jul, 2015 1 commit
  7. 23 Jul, 2015 1 commit
  8. 22 Jul, 2015 1 commit
  9. 21 Jul, 2015 3 commits
  10. 20 Jul, 2015 2 commits
  11. 13 Jul, 2015 1 commit
  12. 07 Jul, 2015 1 commit
  13. 06 Jul, 2015 2 commits
  14. 24 Apr, 2015 2 commits
  15. 15 Apr, 2015 1 commit
  16. 12 Apr, 2015 1 commit
  17. 07 Apr, 2015 1 commit
  18. 05 Apr, 2015 1 commit
  19. 02 Apr, 2015 1 commit
  20. 01 Apr, 2015 2 commits
  21. 06 Mar, 2015 1 commit
  22. 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
  23. 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
  24. 23 Feb, 2015 1 commit
  25. 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
  26. 28 Dec, 2014 1 commit
  27. 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
  28. 09 Dec, 2014 2 commits
  29. 27 Oct, 2014 1 commit