1. 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
  2. 09 Mar, 2015 1 commit
  3. 05 Mar, 2015 5 commits
  4. 04 Mar, 2015 1 commit
  5. 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
  6. 22 Feb, 2015 2 commits
  7. 24 Jan, 2015 1 commit
  8. 31 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      auth: replace spurious admin user in favour of root · 93397f8a
      Franco Fichtner authored
      A hybrid approach was previously employed that made it possible
      to use admin as a synonym for root, which was really confusing
      and a bit unclear judging by the actual code employed.  Does
      admin own a home directory or not?  Why does root work on the
      console, but not in the web interface?
      93397f8a
  9. 28 Dec, 2014 1 commit
  10. 15 Dec, 2014 2 commits
    • 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
    • Jos Schellevis's avatar
      2a717700
  11. 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
  12. 09 Dec, 2014 4 commits
  13. 16 Nov, 2014 1 commit
    • Franco Fichtner's avatar
      config: backups must be allowed on cdroms as well · 5baa7593
      Franco Fichtner authored
      This allows to pull a configuration from the installed system
      via bsdinstaller and then either boot into the LiveCD or install
      the system again.  Especially useful in an upgrade scenario so
      that the system is cleaned but all settings are preserved.
      5baa7593
  14. 27 Oct, 2014 1 commit