- 18 Mar, 2016 1 commit
-
-
Franco Fichtner authored
Wouldn't it be better to do this unconditionally if more CSC features are pushed and this might be missed again? PR: https://forum.opnsense.org/index.php?topic=2449.0 (cherry picked from commit d68e86e8)
-
- 26 Feb, 2016 1 commit
-
-
Franco Fichtner authored
o Add $waitforit flag to killbypid() and use it to simplify code. o When requesting a configure via id, do not exclude the service because it is disabled. The pidfile needs to be killed still. o Unwind the convoluted code paths in the VPN plugin during early configure: kill service, probe for active, then do work. (cherry picked from commit 2ddb95f7)
-
- 25 Feb, 2016 3 commits
-
-
Franco Fichtner authored
(cherry picked from commit b6cfa710)
-
Franco Fichtner authored
(cherry picked from commit d03b53b3)
-
Ad Schellevis authored
fix for https://github.com/opnsense/core/issues/296 and https://github.com/opnsense/core/issues/347 when no servers are selected, all still apply, which should keep current configurations valid. (cherry picked from commit d101b28e)
-
- 14 Feb, 2016 2 commits
-
-
Ad Schellevis authored
(cherry picked from commit f862e857)
-
Franco Fichtner authored
Lookie how far we've come... (cherry picked from commit 6ee8eb78)
-
- 24 Jan, 2016 1 commit
-
-
Franco Fichtner authored
-
- 23 Nov, 2015 1 commit
-
-
Franco Fichtner authored
I know, gettext('2') et al looks stupid, but not having a complete gettext() wrapping only leads to bugs later on...
-
- 28 Oct, 2015 1 commit
-
-
Franco Fichtner authored
-
- 23 Oct, 2015 1 commit
-
-
Ad Schellevis authored
-
- 05 Aug, 2015 4 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 31 Jul, 2015 1 commit
-
-
Franco Fichtner authored
-
- 23 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 22 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 21 Jul, 2015 3 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 20 Jul, 2015 2 commits
-
-
Ad Schellevis authored
-
Franco Fichtner authored
-
- 13 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 07 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 06 Jul, 2015 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 24 Apr, 2015 2 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
... and refactor the code left and right. Someone's got to do it.
-
- 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>
-
- 07 Apr, 2015 1 commit
-
-
Ad Schellevis authored
refactor configd calls, part of this discussion : https://github.com/opnsense/core/commit/71ff705e01b0a8b95b4a41973b579a468d0a8c7c#commitcomment-10597568
-
- 05 Apr, 2015 1 commit
-
-
Franco Fichtner authored
-
- 02 Apr, 2015 1 commit
-
-
Franco Fichtner authored
-
- 01 Apr, 2015 2 commits
-
-
Franco Fichtner authored
... thus reducing the need for sigkillbypid(). :)
-
Franco Fichtner authored
-
- 06 Mar, 2015 1 commit
-
-
Franco Fichtner authored
-
- 05 Mar, 2015 1 commit
-
-
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).
-
- 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
-
- 23 Feb, 2015 1 commit
-
-
Franco Fichtner authored
-