- 26 Oct, 2016 1 commit
-
-
Franco Fichtner authored
* system_console_configure() is really system_login_configure()+ * make a template for sudoers config setting * move auth template generation to single spot
-
- 25 Oct, 2016 4 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
(pam) switch to pam, with the option to disable our pam helper and switch back to unix mode... for https://github.com/opnsense/core/issues/998
-
-
Franco Fichtner authored
-
- 24 Oct, 2016 10 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
... and it may be that it never will...
-
Ad Schellevis authored
(mvc) improve api errors for configuration issues (wrong/missing type) and remove unused return value
-
Franco Fichtner authored
We have manifests for packages, no need to duplicate info about sub-packages that aren't really packages. Approved by: @adschellevis
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 23 Oct, 2016 9 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
-
Franco Fichtner authored
-
Ad Schellevis authored
(hassync) trigger xmlrpc sync before service action, for https://github.com/opnsense/core/issues/1217
-
Ad Schellevis authored
-
Ad Schellevis authored
(mvc, migrations) remove the need for empty boilerplates by using BaseModelMigration when no custom migration is available for the current version.
-
- 22 Oct, 2016 8 commits
-
-
Ad Schellevis authored
(ipsec) remove ipsec_force_reload, replace with ipsec_configured_on_interface() to check if a tunnel is configured before reloading ipsec
-
Ad Schellevis authored
(ipsec) remove failoverforcereload, when enabled it just calls ipsec_configure() twice, which doesn't look usefull
-
-
-
Ad Schellevis authored
(mvc) some style fixes in ApiMutableModelControllerBase.php from https://github.com/opnsense/core/pull/1134
-
Ad Schellevis authored
(ui) add modal form in legacy template to signal the user about pending service action (stop,start,restart)
-
Ad Schellevis authored
(mvc) remove incomplete error handling, was superseded https://github.com/opnsense/core/commit/22701ee038722408a8d21916dbb6ee13023a39dd#diff-755c67cb284868a802a88a873c75038c closes https://github.com/opnsense/core/issues/1234
-
Ad Schellevis authored
The current issue is you can't actually restart ipsec without disabling and enabling the service, which is odd and confusing. Convert actions to configd template and change service registration.
-
- 21 Oct, 2016 3 commits
-
-
Franco Fichtner authored
Since plugins are now tied to the heartbeat of the system itself, it makes sense to split out hardcoded base functionality into their pluggable counterparts. Start with the candidates that already have a plugin file. Discussed with: @adschellevis
-
Franco Fichtner authored
-
Franco Fichtner authored
fix broken squid configuration
-
- 20 Oct, 2016 1 commit
-
-
Fabian Franz authored
-
- 18 Oct, 2016 2 commits
-
-
Ad Schellevis authored
(traffic shaper) add support for address lists, and invert src/dst. closes https://github.com/opnsense/core/issues/1226
-
Ad Schellevis authored
(mvc, model) add support for lists of networks/addresses in NetworkField, requirement for https://github.com/opnsense/core/issues/1226
-
- 17 Oct, 2016 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-