- 17 Apr, 2017 1 commit
-
-
Ad Schellevis authored
-
- 16 Apr, 2017 3 commits
-
-
Ad Schellevis authored
gwlb, found the use... https://github.com/opnsense/core/commit/2dbc3ab259cb7b141d1900b8dea8a503d17ddf72
-
Franco Fichtner authored
-
Michael authored
-
- 13 Apr, 2017 1 commit
-
-
- 12 Apr, 2017 12 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
We previously achieved what we wanted anyway: move all callers to a single file exclusively dealing with unbound.
-
Franco Fichtner authored
There is still some glue in the product info that is irrelevant to the product. Will be removed eventually.
-
Franco Fichtner authored
-
Franco Fichtner authored
It may help users to find what they think are "packages", but for consistency reasons was recoined as "plugins".
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 10 Apr, 2017 2 commits
-
-
Ad Schellevis authored
php7.1, Error at /usr/local/opnsense/www/api.php:26 - Invalid callback OPNsense\Core\Api\MenuController::afterexecuteroute, cannot access protected method OPNsense\Core\Api\MenuController::afterExecuteRoute() (errno=2)
-
Franco Fichtner authored
-
- 07 Apr, 2017 5 commits
-
-
Franco Fichtner authored
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 06 Apr, 2017 1 commit
-
-
- 05 Apr, 2017 3 commits
-
-
Franco Fichtner authored
-
-
-
- 04 Apr, 2017 4 commits
-
-
-
Ad Schellevis authored
-
-
Franco Fichtner authored
-
- 03 Apr, 2017 1 commit
-
-
Franco Fichtner authored
* RFC2136 missed the edit page completely * DynDNS ACLs merged, we do it by feature
-
- 02 Apr, 2017 2 commits
-
-
-
Ad Schellevis authored
(proxy) virtualip's should be added automatically for listening configuration, this was the case for some types, but not for all (CARP)
-
- 30 Mar, 2017 1 commit
-
-
- 29 Mar, 2017 3 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
Note that require_once is bad as well here, because it throws another uncatched error as opposed to a warning when a file has not been found. Now it is better in recovery, although 99% of the time this is supposed to deal with syntax errors during bad core/plugin updates or manual user edits. It's also useful to note that the errors/warnings still make their way to the crash reporter so we can do something about them. Suggested by: @fabianfrz
-
Franco Fichtner authored
simply eval() it and log the error instead of stopping execution. We don't get to source the code, but since for strict plugins there is no direct code execution the plugin acts as if it was deinstalled. As the plugin scope is growing rapidly, we need this to be able to guarantee error-free execution in the widest possible sense. This doesn't currently protect function calls, but the same thing must be done there as well.
-
- 28 Mar, 2017 1 commit
-
-