Franco Fichtner
5d60cd1f29
gateways: always restart apinger, HUP doesn't work
2016-11-09 17:19:38 +01:00
Franco Fichtner
a000c8e041
ipsec: fix a crash report
2016-11-09 17:11:30 +01:00
Franco Fichtner
74ca833119
dyndns: fix previous widget race in actual page code again
2016-11-09 17:11:30 +01:00
Franco Fichtner
2c045731ce
unbound: fix xmlrpc sync splatter during boot
...
This is the proper way to handle bootup output for the
console: request it and don't output ever time it's called
during boot....
2016-11-09 17:11:30 +01:00
Franco Fichtner
015c5d00b1
system: time zones are deleted from tzdata so fallback gracefully
2016-11-09 17:06:42 +01:00
Franco Fichtner
65c53e3c1a
dyndns: r53 should not throw php errors, rather log to syslog
2016-11-09 17:05:10 +01:00
Franco Fichtner
a5e7a05571
relayd: this one include shouldn't be needed
2016-11-07 22:17:06 +01:00
Franco Fichtner
991678d13a
rc: zap unused script
2016-11-07 22:12:46 +01:00
Franco Fichtner
6d2a95aeab
relayd: fix previous
2016-11-07 22:06:11 +01:00
Franco Fichtner
8ab6fb4c5e
relayd: extensive pluginification
...
Not perfect yet, some spots still taint the backend with
requiring relayd.inc which should only be included by the
plugin's own files directly.
2016-11-07 22:03:50 +01:00
Franco Fichtner
bd6d928aa8
relayd: should grep from top dir ;)
2016-11-07 19:46:40 +01:00
Franco Fichtner
438ad5b72b
relayd: fix clash of function definitions
2016-11-07 19:37:56 +01:00
Franco Fichtner
2a322bff7f
rc: this wasn't properly protected
2016-11-07 19:06:26 +01:00
Franco Fichtner
fc4e5480f1
filter: minor style to reduce stable diff
2016-11-07 18:59:03 +01:00
Franco Fichtner
ba56f1683b
interfaces: strip development code nobody works on
2016-11-07 18:56:31 +01:00
Franco Fichtner
4b95bed167
src: translation tweaks by SimonB
2016-11-07 15:25:25 +01:00
Ad Schellevis
2dcb24c5f8
typo
2016-11-07 14:27:35 +01:00
Ad Schellevis
2d80277648
style fix previous
2016-11-07 14:21:46 +01:00
Ad Schellevis
a4723528c0
(mvc) add option to disable "any" in NetworkField type
2016-11-07 14:19:23 +01:00
Ad Schellevis
ab386c0023
(mvc) fix previous, support custom prefix in validate()
2016-11-07 13:08:01 +01:00
Ad Schellevis
34c6a6db04
Revert "(mvc) unused, pull part of https://github.com/opnsense/core/pull/1134 "
...
When working on another plugin, I remembered why this was usefull ;)
This reverts commit e55feb1eb5419ed6d4e4d53ec7410a5ae1b05e9a.
2016-11-07 12:45:31 +01:00
Franco Fichtner
5d9fe42511
firewall: final transition to lightweight bogon.txz set
2016-11-07 04:39:59 +01:00
Franco Fichtner
e9d9a983b8
firewall: download bogons per ABI (backwards-compatible)
2016-11-07 03:41:49 +01:00
Ad Schellevis
5d3729e40a
(filter) move IPsec internal host to host
2016-11-06 20:03:27 +01:00
Franco Fichtner
4b61811b8e
src: style sweep
2016-11-05 20:47:29 +01:00
Franco Fichtner
c2cd032cd7
firewall: copy and paste error in previous
2016-11-05 23:00:23 +01:00
Franco Fichtner
ce27c194e7
firewall: rework bogons, use signatures, closes #1248
2016-11-05 22:52:38 +01:00
Franco Fichtner
23744c595e
firewall: prune unused bogons scripting #1248
2016-11-05 22:32:00 +01:00
Franco Fichtner
d908e00073
firewall: remove empty assignment
2016-11-05 19:03:30 +01:00
Franco Fichtner
bd6c048d45
relayd: use plugin hooks
2016-11-05 19:01:56 +01:00
Franco Fichtner
8986792ddd
rc: remove fallthrough for commands from menu
2016-11-05 13:45:29 +01:00
Ad Schellevis
24ef3b5bbc
(filter) move ipv6 interface rules, loopback, fw output rules, and fix antispool order (wasn't on top)
2016-11-04 18:49:26 +01:00
Ad Schellevis
ff0a9af09b
(filter) move ipv4 interface rules
2016-11-04 08:54:44 +01:00
Ad Schellevis
a438e42112
(filter) add flags to FilterRule
2016-11-03 20:38:49 +01:00
Franco Fichtner
9ff5277b0d
Merge pull request #1249 from speed47/master
...
rc: fix an infinite loop on tty close
2016-11-03 20:34:46 +01:00
Ad Schellevis
8e3d1763ef
(filter) move DHCPv6 client rules
2016-11-03 16:51:25 +01:00
Ad Schellevis
0b4131752a
(filter) move antispoof out of the way
2016-11-03 15:08:25 +01:00
Stéphane Lesimple
a11850cc45
rc: fix an infinite loop on tty close
...
if the tty is closed while the script is running,
it would previously go in an infinite loop trying
to read from and write to the now-defunct tty.
fixes: https://github.com/opnsense/core/issues/1240
2016-11-03 12:51:18 +01:00
Ad Schellevis
15a1895124
(filter) add keyword allowopts
2016-11-01 21:20:14 +01:00
Ad Schellevis
b68cd07418
(filter) add getInterfaceMapping() to Firewall->Plugin, fix setInterfaceMapping()
2016-11-01 21:12:18 +01:00
Ad Schellevis
237c652e4f
(filter) move block bogons and private nets
2016-11-01 21:11:46 +01:00
Ad Schellevis
f0769ab18c
(filter) use plain interface mapping in stead of legacy filter_generate_optcfg_array(), there's quite some magic in there which we want to cleanup eventually
2016-11-01 19:46:19 +01:00
Ad Schellevis
c060216286
(filter) move lockout rules
2016-11-01 13:28:07 +01:00
Ad Schellevis
3e9f734470
(filter) add maximum size option to parsePlain
2016-11-01 13:26:38 +01:00
Ad Schellevis
7bc5bf4d1f
(filter) move some more static rules
2016-10-31 21:38:54 +01:00
Ad Schellevis
5319b8e53b
(filter) move out some more static rules
2016-10-31 19:03:07 +01:00
Ad Schellevis
700e351477
(filter) reverse inet46 handling
2016-10-31 10:54:47 +01:00
Ad Schellevis
89c55e1b24
(filter) refactor inet46 to single rule and add some more tags
2016-10-31 10:21:58 +01:00
Ad Schellevis
b9c8e159d8
(filter) move "Default deny rules" to new method
2016-10-30 20:00:03 +01:00
Ad Schellevis
20e4dfa438
(filter) extend registerFilterRule() with state options
2016-10-30 19:59:03 +01:00