- 05 May, 2017 3 commits
-
-
Ad Schellevis authored
-
-
Franco Fichtner authored
-
- 04 May, 2017 11 commits
-
-
Franco Fichtner authored
Looks like the reason for this file has gone. We shall merge the code into config.inc soon.
-
Ad Schellevis authored
pconfig_to_address, don't save range when $endport is 0, closes https://github.com/opnsense/core/issues/1611
-
-
Ad Schellevis authored
filter, alias, don't reload immediately after delete, closes https://github.com/opnsense/core/issues/1601
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Ad Schellevis authored
webgui, refactor rc.php_ini_setup into standard template, rename webuicompression to compression and split help text
-
Ad Schellevis authored
-
Ad Schellevis authored
webgui, allow use of output compression for dynamic content. in same cases saves approx. 90% of datatransfer to client, at some cpu cost. default Off
-
- 03 May, 2017 4 commits
-
-
evbevz authored
An API exception occured Error at /usr/local/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc:92 - Methods with the same name as their class will not be constructors in a future version of PHP; updatedns has a deprecated constructor (errno=8192)
-
Franco Fichtner authored
-
Franco Fichtner authored
-
-
- 02 May, 2017 7 commits
-
-
Ad Schellevis authored
filter, framework. add "gateway" implementation. disable the setGateways/setGatewayGroups for now, used as placeholder.
-
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 01 May, 2017 6 commits
-
-
-
Ad Schellevis authored
This reverts commit 6eda8aec.
-
Ad Schellevis authored
CARP, add option "Disable preempt", move preempt to later boot stage. for https://github.com/opnsense/core/issues/1557
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 30 Apr, 2017 5 commits
-
-
-
Franco Fichtner authored
If configd doesn't respond the JSON is not available, which we really need a wrapper for doing this fallback all the time and maybe even with error reporting inside that returned array.
-
Ad Schellevis authored
-
-
Ad Schellevis authored
OpenVPN servers using udp6 or tcp6 fail to start, closes https://github.com/opnsense/core/issues/1576
-
- 29 Apr, 2017 4 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
Seems like years ago when PHP 5.5 had trouble iterating non- existing arrays PHP 7 introduced a new problem with nodes that seem to be set but no longer available, yielding: PHP Warning: OPNsense\Base\FieldTypes\InterfaceField::eventPostLoading(): Node no longer exists in /usr/local/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/InterfaceField.php on line 132 The same thing happened in the acme-client plugin and was allegedly fixed with the following code. Even if this doesn't help it is harmless and we'll see through the crash reporter soon enough.
-
Franco Fichtner authored
Now that tools can build several versions of the same software, we can have -devel depend on a different one than the release. This helps with prebuilt testing and easier testing for interested parties. Should your manual upgrade break at the moment, the easiest solution is: # make upgrade CORE_OPENVPN=23
-
Franco Fichtner authored
-