5314 Commits

Author SHA1 Message Date
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
Franco Fichtner
5faaa75a70 ra: enforce defaults from radvd.conf(5) manual 2016-05-26 23:14:56 +02:00
Franco Fichtner
cd3a1b3ea6 fix for previous 2016-05-26 23:00:55 +02:00
Franco Fichtner
7077a7c7cb src: configure ra send behaviour; closes #945 2016-05-26 22:57:01 +02:00
Franco Fichtner
0ddccb7cd1 ui: tooltip placement and button alignment; closes #959 2016-05-26 21:24:45 +02:00
Franco Fichtner
9def0e38da firewall: regressing in bogon blocking, we're blocking too many now..
PR: https://forum.opnsense.org/index.php?topic=3105.0
2016-05-26 21:05:12 +02:00
Ad Schellevis
2f26fb029b remove unused 2016-05-26 18:34:00 +02:00
Ad Schellevis
f92004feda (plugins) hook in plugins_interfaces() 2016-05-26 18:32:23 +02:00
Ad Schellevis
bea8ddc316 filter, cleanup unused 2016-05-26 18:22:47 +02:00
Ad Schellevis
6e7f8e50c9 (plugins, interfaces) move legacy vpn interfaces to plugins 2016-05-26 18:12:58 +02:00
Ad Schellevis
d082febd9c (legacy) refactor config->interface traversal 2016-05-26 18:05:09 +02:00
Ad Schellevis
fd8c6d465a (legacy) wrap $config['interfaces'] in interfaces_assign.php 2016-05-26 16:08:59 +02:00
Ad Schellevis
408bab1a37 (legacy) fix previous commit, interfaces_assign.php wasn't supposed to be in yet. 2016-05-26 15:42:09 +02:00
Ad Schellevis
75eec3cfe8 (config) set description when empty in legacy_config_get_interfaces 2016-05-26 15:41:13 +02:00
Ad Schellevis
2fd3a68d24 (config) add legacy_config_get_interfaces to easily return a filtered set of interfaces.
for example, return all active non virtual interfaces:

$interfaces = legacy_config_get_interfaces(array("virtual" => false, "enable" => true));
2016-05-26 15:19:19 +02:00
Ad Schellevis
b3dd9217fa (menu) hide "virtual" interfaces 2016-05-26 14:53:07 +02:00
Ad Schellevis
17dad5a7d8 (menu, cleanup) move interface items to model, remove duplicate code 2016-05-26 14:46:31 +02:00
Ad Schellevis
3c8541685a (plugins) config listags() is very annoying from time to time in plugins_interfaces
"reserved" names in interfaces leads to converting arrays to arrays in arrays, not easy to solve without the need to change a lot of the legacy code in same run.
2016-05-26 13:54:08 +02:00
Ad Schellevis
e2a8141960 (plugins) fix cleanup in plugins_interfaces() 2016-05-26 10:03:31 +02:00
Franco Fichtner
210d20f3d1 pkg: tweak previous 2016-05-26 08:15:22 +02:00
Franco Fichtner
db649ef038 pkg: target consolidation for metadata 2016-05-26 08:07:02 +02:00
Franco Fichtner
aa510985a6 pkg: employ better pluggability for branding 2016-05-26 07:19:17 +02:00
Franco Fichtner
a44b468809 Merge pull request #955 from fabianfrz/translation
whitespace cleanup
2016-05-25 21:19:28 +02:00
Franco Fichtner
217c0c9b35 dns: fix AAAA record save
PR: https://forum.opnsense.org/index.php?topic=3092.0
2016-05-25 18:12:54 +02:00
Ad Schellevis
570b51afda remove sctp, dccp no proper support in FreeBSD 2016-05-25 18:05:34 +02:00
Ad Schellevis
510e7defef firewall, nat cleanup $localport switcheroo 2016-05-25 17:30:17 +02:00
Ad Schellevis
58001db0cc (firewall) parse /etc/protocols for valid options, sort most used on top. 2016-05-25 16:12:34 +02:00
Ad Schellevis
a356f26b63 remove RFC 2893 from firewall advanced, https://github.com/opnsense/core/issues/964 2016-05-25 14:03:11 +02:00
Ad Schellevis
5ea45d864b (filter) remove nat+proxy, https://github.com/opnsense/core/issues/963 2016-05-25 13:59:06 +02:00
Ad Schellevis
8d0cb3c55f (filter.inc) style / simplify things 2016-05-25 11:21:57 +02:00
Ad Schellevis
6c7f63b8f7 (firewall, advanced) remove RFC 2893 from ui, will dissapear in 16.7 2016-05-25 09:16:37 +02:00
Ad Schellevis
7d174d322a (plugins) rename plugins_register_interfaces 2016-05-25 09:12:40 +02:00