- 12 Mar, 2015 1 commit
-
-
Franco Fichtner authored
* Remove spurious debug output that was never enabled and make actual error messages the default behaviour. * Update links and remove a bit of softcoding that was going on around the GUI through global variables (we don't want to hide the help menu, nope).
-
- 05 Mar, 2015 3 commits
-
-
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).
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 03 Mar, 2015 1 commit
-
-
Franco Fichtner authored
-
- 24 Feb, 2015 1 commit
-
-
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
-
- 20 Feb, 2015 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 11 Jan, 2015 1 commit
-
-
Franco Fichtner authored
-
- 09 Jan, 2015 2 commits
-
-
Jos Schellevis authored
-
Jos Schellevis authored
-
- 02 Jan, 2015 1 commit
-
-
Franco Fichtner authored
-
- 28 Dec, 2014 1 commit
-
-
Franco Fichtner authored
-
- 10 Dec, 2014 3 commits
-
-
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.
-
Franco Fichtner authored
-
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... :)
-
- 09 Dec, 2014 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 30 Nov, 2014 1 commit
-
-
Franco Fichtner authored
* Shift athctrl to /usr/local, and lose the ".sh" prefix as the common practice is to not use a suffix for those utilities. Also sync the file with src.git/tools/tools/ath/athctrl.sh, even though the changes are only cosmetic. * /sbin/dhclient-script already exists and was overwritten. Worse still, /usr/local/sbin/dhclient-script also exists. To "clean" this up, rename the modified file to dhclient-script.ext. Our management system picks up the correct file anyway.
-
- 27 Oct, 2014 1 commit
-
-
Ad Schellevis authored
-