- 06 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 30 Jun, 2015 1 commit
-
-
Franco Fichtner authored
Must move the git mount up to test this properly.
-
- 10 Jun, 2015 1 commit
-
-
Franco Fichtner authored
-
- 11 May, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 10 May, 2015 1 commit
-
-
Ad Schellevis authored
-
- 07 May, 2015 1 commit
-
-
Franco Fichtner authored
Has the benefit of delivering a numer of additional statistics.
-
- 03 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 24 Apr, 2015 2 commits
-
-
Franco Fichtner authored
... and refactor the code left and right. Someone's got to do it.
-
Franco Fichtner authored
-
- 15 Apr, 2015 1 commit
-
-
Franco Fichtner authored
-
- 12 Apr, 2015 1 commit
-
-
Isaac (.ike) Levy authored
A human read and cleaned up all inappropriate occurances of 'pfSense' and 'pfsense'., (e.g. this was not an automated find/replace, but instead, a careful pass through the code.) Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
-
- 08 Apr, 2015 1 commit
-
-
Ad Schellevis authored
-
- 07 Apr, 2015 3 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
refactor configd calls, part of this discussion : https://github.com/opnsense/core/commit/71ff705e01b0a8b95b4a41973b579a468d0a8c7c#commitcomment-10597568
-
- 02 Apr, 2015 2 commits
-
-
Franco Fichtner authored
The GUI upgrade still has serious problems coping with the fact that it is being updated. In the latest upgrade the move of set_language() causes an error so we just avoid it and do the work again when we can.
-
Franco Fichtner authored
Has it really been this way forever? While there, chain mwexec_bg() throgh mwexec() to avoid duplicated code and increase error reporting.
-
- 01 Apr, 2015 2 commits
-
-
Franco Fichtner authored
... thus reducing the need for sigkillbypid(). :)
-
Franco Fichtner authored
-
- 31 Mar, 2015 2 commits
-
-
Franco Fichtner authored
-
Ad Schellevis authored
-
- 24 Mar, 2015 2 commits
-
-
Franco Fichtner authored
-
Ad Schellevis authored
-
- 23 Mar, 2015 4 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 15 Mar, 2015 1 commit
-
-
Ad Schellevis authored
-
- 14 Mar, 2015 1 commit
-
-
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?
-
- 13 Mar, 2015 1 commit
-
-
Ad Schellevis authored
-
- 12 Mar, 2015 3 commits
-
-
Ad Schellevis authored
-
Franco Fichtner authored
-
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).
-
- 06 Mar, 2015 1 commit
-
-
Franco Fichtner authored
-
- 05 Mar, 2015 2 commits
-
-
Franco Fichtner authored
-
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).
-
- 02 Mar, 2015 1 commit
-
-
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.
-
- 24 Feb, 2015 2 commits
-
-
-
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
-