1. 14 Apr, 2015 1 commit
  2. 12 Apr, 2015 1 commit
  3. 05 Apr, 2015 1 commit
  4. 02 Apr, 2015 2 commits
  5. 31 Mar, 2015 1 commit
  6. 23 Mar, 2015 1 commit
  7. 06 Mar, 2015 1 commit
  8. 05 Mar, 2015 2 commits
    • 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
    • Franco Fichtner's avatar
      4b01b9d3
  9. 04 Mar, 2015 1 commit
  10. 02 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      src: migrate the version file to a new home · 797b0e64
      Franco Fichtner authored
      We now use /usr/local/opnsense/version/xxx as our version database.
      Apart from the core package, opnsense-update(8) also puts its own
      version information in there.  To stay somewhat consistent, the
      version file should resemble the package name, even though that
      looks strange in our case: /usr/local/opnsense/version/opnsense.
      It's just that /usr/local/etc is too open and might clash with
      other things in the future.
      797b0e64
  11. 24 Feb, 2015 1 commit
  12. 02 Jan, 2015 2 commits
  13. 31 Dec, 2014 3 commits
  14. 29 Dec, 2014 1 commit
  15. 28 Dec, 2014 2 commits
  16. 26 Dec, 2014 1 commit
  17. 22 Dec, 2014 2 commits
  18. 19 Dec, 2014 2 commits
  19. 18 Dec, 2014 1 commit
  20. 17 Dec, 2014 2 commits
  21. 16 Dec, 2014 1 commit
  22. 15 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      platform: the story of a historic mess · fb74578a
      Franco Fichtner authored
      The platform information should be used to identify a platform
      type, not the product name.  Not sure why pfSense came up with
      this, but now it's so deeply tied into the system that we can't
      just take it out.  The platform type is also steered by the
      installer or build tools at the moment.  We will change that,
      but it'll take more testing.
      
      Discussed with: Jos
      fb74578a
  23. 12 Dec, 2014 1 commit
  24. 11 Dec, 2014 3 commits
  25. 10 Dec, 2014 3 commits