- 21 Oct, 2016 1 commit
-
-
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 11 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
-
Ad Schellevis authored
(BaseModel) Always log the class where validation failed
-
Franco Fichtner authored
-
- 16 Oct, 2016 4 commits
-
-
Ad Schellevis authored
(IDS) extend support for compressed files with "inline::" keyword to be able to download parts of an archive (required to download snort rules). Change processing order to always stream data to tempfiles first, so we can reuse downloaded files (an archive scan isn't very expensive)
-
Ad Schellevis authored
-
Franco Fichtner authored
This reverts commit 5e1bb856.
-
Franco Fichtner authored
We don't know the ultimate performance penalty of using plugins for every component, so for now keep core functionality in services.inc.
-
- 15 Oct, 2016 2 commits
-
-
Ad Schellevis authored
(services.inc / services_radvd_configure) more duplication for https://github.com/opnsense/core/issues/1196
-
Ad Schellevis authored
(services.inc / services_radvd_configure) fix for https://github.com/opnsense/core/issues/1196 and cleanups Quite some inconsistencies in this function, parameters that can't be set, lack of logic and code duplication. * removes get_configured_pppoe_server_interfaces(), which can't work anyway... pppoe server interfaces are registered via the plugin itself. * $dhcpv6ifconf['mode'] can't be set anywhere.... * don't try to revalidate rainterface * collect "real interface" from dhcpif, shouldn't use carp if * remove code duplication in dns collection * move checks up for interface we should skip (when possible)
-
- 14 Oct, 2016 6 commits
-
-
-
Ad Schellevis authored
(services) add support for "non stoppable" services, configuration options without status. needed for https://github.com/opnsense/core/issues/1217
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
-
- 13 Oct, 2016 3 commits
-
-
Franco Fichtner authored
Spotted by: pavelb
-
Franco Fichtner authored
Add translatable template
-
Alexander Shursha authored
-
- 12 Oct, 2016 5 commits
-
-
-
-
Franco Fichtner authored
-
-
Franco Fichtner authored
While there, kill "if (write_config())" constructs as this really isn't a thing.
-
- 11 Oct, 2016 5 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Not sure if this works, but it looks better than before.
-
Franco Fichtner authored
This doesn't do anything in particular, because we don't know what the input is without parsing it further. It's not worse than before in any case. ;)
-
Franco Fichtner authored
-