Ad Schellevis
0eef844192
(filter, plugins) add structure to interface plugins
...
Valid properties for interfaces currently are:
* enable (bool)
* virtual (bool)
* networks, list of networks (network, mask)
* if, device node
* descr, user friendly description
2016-05-31 14:24:12 +02:00
Ad Schellevis
0b635bd71d
(filter.inc) code style + proper description for "kill_states"
2016-05-31 11:30:42 +02:00
Ad Schellevis
14895a30bf
(filter.inc) fix previous, inverse match
2016-05-31 11:17:24 +02:00
Ad Schellevis
eefb0d9547
(filter.inc) code style
2016-05-31 11:09:11 +02:00
Ad Schellevis
38b31f5ddd
typo in comment
2016-05-31 10:21:00 +02:00
Ad Schellevis
85c2b81bb5
(captive portal) add option "drop expired vouchers", closes https://github.com/opnsense/core/issues/977
2016-05-31 10:19:14 +02:00
Franco Fichtner
2b026db8d6
dashboard: minor adjustment of print statement
2016-05-31 09:47:52 +02:00
Ad Schellevis
2988322656
(ui) fix footer on sm screen size
2016-05-31 09:34:54 +02:00
Ad Schellevis
95193060ae
register plugin interfaces in rc.newwanip
2016-05-31 08:25:16 +02:00
Franco Fichtner
cf274fef43
firewall: fix schedule clone when in use; closes #976
2016-05-30 22:43:21 +02:00
Ad Schellevis
2b74af0cb9
(filter.inc, filterdns) it doesn't make sense to resolve other then host types
2016-05-30 22:09:47 +02:00
Ad Schellevis
542480f12a
system_staticroutes_configure, remove dead code, add rc.newroutedns dependencies and make the optional alias use in static routes explicit with a typeahead
2016-05-30 21:33:58 +02:00
Franco Fichtner
26fbbb0f8c
cron: remove short-lived empty cron, this is better...; #911
2016-05-30 21:20:05 +02:00
Franco Fichtner
eaabe7f4db
cron: reshuffle; closes #969
...
Lookie, privilege separation. ;)
2016-05-30 21:02:39 +02:00
Ad Schellevis
e2174e89cd
(filter.inc) cleanups, non functional
2016-05-30 20:09:05 +02:00
Ad Schellevis
06e35b0bf8
(filter, plugins) rename, avoid name collisions
2016-05-30 18:28:26 +02:00
Franco Fichtner
cf41a41383
config: remove more migration code related to old cp
2016-05-30 17:35:27 +02:00
Ad Schellevis
d5446925ae
(filter, scrub) use firewall_scrub.php for traffic normalization. closes https://github.com/opnsense/core/issues/973
2016-05-30 17:07:20 +02:00
Ad Schellevis
1aee4587d0
(filter.inc, plugins) move ipsec, openvpn and ifgroup types to plugins
2016-05-30 16:48:09 +02:00
Ad Schellevis
b132d33825
(filter.inc) zapp old captiveportal code
2016-05-30 16:44:57 +02:00
Ad Schellevis
afd1c0fe7d
(filter, plugin, pppoe) items->item
2016-05-30 16:38:43 +02:00
Ad Schellevis
ffd39667fd
Revert "fix prev."
...
This reverts commit 88580477961d2ced6876a7dc65061e9865eeec06.
2016-05-30 16:29:07 +02:00
Ad Schellevis
8858047796
fix prev.
2016-05-30 16:21:23 +02:00
Ad Schellevis
7a80b2ebd8
missing curly braces
2016-05-30 16:17:22 +02:00
Ad Schellevis
3bc07e7cc3
(filter, plugins, ppppoe) use pppoe.items for nat outbound
2016-05-30 16:15:18 +02:00
Ad Schellevis
3026605638
(filter, plugins, pppoe) work in progress, pppoe server contains more instances. wrap items in 'items' property, to maintain old code. eventually we may need to define the data structure better.
2016-05-30 16:02:35 +02:00
Ad Schellevis
a19f10fbb2
(firewall) zapp "match"
2016-05-30 15:11:08 +02:00
Ad Schellevis
21b9a551ef
remove negate rules, closes https://github.com/opnsense/core/issues/972
2016-05-30 14:39:47 +02:00
Ad Schellevis
23c6d1b766
(firewall, scrub) move relevant scrub options to firewall_scrub.php
...
ditch disablescrub option, fragment reassemble is enabled by default.
2016-05-30 14:11:02 +02:00
Ad Schellevis
8e14008829
(filter.inc) small style fixes
2016-05-30 11:34:11 +02:00
Ad Schellevis
734c7f4596
(sshlockout_pf) missing log target / cron for webConfiguratorlockout
2016-05-30 11:12:32 +02:00
Ad Schellevis
faa4e13efc
(firewall, normalization) add acl + menu for https://github.com/opnsense/core/issues/405 and move Schedules to same menu level
2016-05-30 09:51:24 +02:00
Franco Fichtner
e15bcea207
firmware: still not fetching
2016-05-30 09:08:36 +02:00
Franco Fichtner
d9a0cbf1e4
firmware: checking, not fetching
2016-05-30 08:41:31 +02:00
Franco Fichtner
93de08bd36
src: clean up global 'g' handling, still more work to do
2016-05-30 08:36:18 +02:00
Ad Schellevis
82c9881627
(legacy style code) work on https://github.com/opnsense/core/issues/405 packet normalisation, needed for further restructure and cleanup of filter code.
2016-05-29 19:16:30 +02:00
Franco Fichtner
0652bd0675
src: gettext(sprintf()) corrections; closes #971
2016-05-29 18:27:13 +02:00
Franco Fichtner
3953f4fcc1
src: gettext vs. sprintf for #971
...
Spotted by: @fabianfrz
2016-05-29 18:13:10 +02:00
Ad Schellevis
0e898a6305
(guiconfig.inc) split pprint_address
2016-05-27 18:17:04 +02:00
Ad Schellevis
4a0b1b8292
cleanup, remove unused in firewall_rules_edit.php
2016-05-27 16:01:02 +02:00
Ad Schellevis
b0bcd62e58
(plugins, vpn) ditch pppoe side affect
2016-05-27 14:46:08 +02:00
Ad Schellevis
eeca188147
(dashboard) on small screens, all widgets most move to force a repaint...
2016-05-27 14:10:00 +02:00
Franco Fichtner
2053bd010b
rc: php must be ready before configd because it may use it
...
Also remove the captive portal RRD graph removal. We really need
to improve the GUI in order to solve the issue of stale RRD files
gracefully.
2016-05-27 06:59:41 +02:00
Franco Fichtner
a6132af6e4
rc: start to dump and restore package dabase
...
PR: https://forum.opnsense.org/index.php?topic=3082.0
2016-05-27 00:34:40 +02:00
Franco Fichtner
b0250b977a
cron: unconditional flush for #911
2016-05-27 00:09:31 +02:00
Franco Fichtner
d5654b79a6
interfaces: remove pppoe reset cron handling... #911
...
... Ad already annotated a few spots, the whole thing is beyond
repair and I dread extending it to PPP and others which has been
asked for a few times now. We will have to find another way.
To paraphrase Star Trek: He's dead, Jim.
The upside is that the cron config items are flushed by default
now, later we can remove this as we don't care what is in that
unused config section anyway.
2016-05-27 00:02:20 +02:00
Franco Fichtner
8d10efac10
ra: yes, this too
2016-05-26 23:26:57 +02:00
Franco Fichtner
95cb2f9d53
ra: don't redirect to show savemsg
2016-05-26 23:24:35 +02:00
Franco Fichtner
9f6112a5d3
ra: not my day :)
2016-05-26 23:21:03 +02:00
Franco Fichtner
ef34f1a2ea
ra: typo in previous
2016-05-26 23:18:52 +02:00