1. 25 Nov, 2015 2 commits
  2. 04 Nov, 2015 1 commit
  3. 30 Oct, 2015 1 commit
  4. 12 Oct, 2015 1 commit
  5. 04 Sep, 2015 1 commit
  6. 03 Sep, 2015 4 commits
  7. 24 Aug, 2015 1 commit
  8. 24 Jul, 2015 2 commits
  9. 21 Jul, 2015 1 commit
  10. 09 Jul, 2015 1 commit
  11. 01 Jul, 2015 1 commit
  12. 08 Jun, 2015 1 commit
  13. 22 May, 2015 1 commit
  14. 24 Apr, 2015 4 commits
  15. 07 Apr, 2015 2 commits
  16. 01 Apr, 2015 1 commit
  17. 24 Mar, 2015 1 commit
    • Franco Fichtner's avatar
      vpn: is_array($x) && is_array($x) -> isset($x) · f1d7efc6
      Franco Fichtner authored
      I guess this is a typo.  It makes sense to preceede is_array() with
      isset() here since PHP throws a warning on unset variables nowadays.
      However, is_array() should not be used if the following operation is
      `foreach' as it would mask the fact that the array that is set is not
      an array at all (maybe due to a bug).  Rather want to catch it instead.
      
      A bit of style along the way and `lint' target fixing.
      f1d7efc6
  18. 23 Mar, 2015 1 commit
  19. 03 Mar, 2015 1 commit
  20. 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
  21. 29 Dec, 2014 1 commit
  22. 28 Dec, 2014 1 commit
  23. 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
  24. 09 Dec, 2014 2 commits
  25. 27 Oct, 2014 1 commit