1. 01 Apr, 2015 1 commit
  2. 31 Mar, 2015 2 commits
  3. 24 Mar, 2015 2 commits
  4. 23 Mar, 2015 4 commits
  5. 15 Mar, 2015 1 commit
  6. 14 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      src: zap code that handled "cdrom" idiosyncrasies · 511eb60e
      Franco Fichtner authored
      We can do without those on the install media.  Instead, route
      necessary code parts through is_install_media().  A lot of
      stale and forgotten code got ditched in the process--e.g. when
      did we ever run without an /etc/fstab?
      511eb60e
  7. 13 Mar, 2015 1 commit
  8. 12 Mar, 2015 3 commits
  9. 06 Mar, 2015 1 commit
  10. 05 Mar, 2015 2 commits
    • Franco Fichtner's avatar
      inc: tmp_path removal in smaller files · d90e3a5e
      Franco Fichtner authored
      d90e3a5e
    • 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
  11. 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
  12. 24 Feb, 2015 2 commits
    • Ad Schellevis's avatar
      0c326261
    • 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
  13. 18 Jan, 2015 1 commit
  14. 02 Jan, 2015 1 commit
  15. 28 Dec, 2014 1 commit
  16. 13 Dec, 2014 2 commits
  17. 11 Dec, 2014 1 commit
  18. 10 Dec, 2014 1 commit
    • 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
  19. 09 Dec, 2014 3 commits
  20. 27 Oct, 2014 1 commit