6953 Commits

Author SHA1 Message Date
Franco Fichtner
ab12bf0233 firewall: fixup button submit behaviour and UX in VIP edit; closes #1849 2017-09-27 04:18:50 +00:00
Ad Schellevis
bcba583191 disable tabstop in firewall_virtual_ip_edit.php / unused, for https://github.com/opnsense/core/issues/1849 2017-09-26 20:28:50 +02:00
Franco Fichtner
6bee17ac45 firmware: new mirror sponsored by HiHo via Fabian Abplanalp 2017-09-26 18:50:59 +02:00
Franco Fichtner
f77ab1b3fe gateways: ipv6 ll where appropriate
Normally, if we have an IPv6 link local monitor we use the link local
address which is always available.  If not a link local address, try
to use a global address.  If we don't have one, we can't reach the
outside anyway.

PR: https://forum.opnsense.org/index.php?topic=6028.0
2017-09-26 12:30:06 +02:00
Ad Schellevis
8f396690f2 IDS/IPS switch to tarball for et-open rules, improves download/install speed 2017-09-25 20:26:35 +02:00
Ad Schellevis
c99bc3b9de IDS/IPS, don't allow group interface types. closes https://github.com/opnsense/core/issues/1845 2017-09-25 19:38:17 +02:00
David Harrigan
d6c5531297 Really fix the typo this time!
-=david=-
2017-09-25 14:42:39 +02:00
David Harrigan
e3e3a6f307 Add in missing property and fix typo.
-=david=-
2017-09-25 14:37:30 +02:00
Ad Schellevis
accc4636b5 Merge pull request #1809 from kekek2/icap
Icap whitelist
2017-09-25 10:27:26 +02:00
Franco Fichtner
f9823e0ad3 src: whitespace cleanup 2017-09-25 10:06:16 +02:00
Franco Fichtner
82a4249c62 interfaces: further flatten the directly send solicit case 2017-09-23 17:02:13 +02:00
Franco Fichtner
54ff427eaa plugins: fix invoke for arbitrary configure; closes #1841
We need to include most legacy inc files as we don't know what
will happen.
2017-09-23 14:45:11 +00:00
Franco Fichtner
107632b082 web proxy: move plugin reloads to backend directly
This avoids double-bouncing.  ConfigParser allows header continuation,
something we've discussed briefly during the SSO plugin review.  In this
style, the scripting becomes more obvious.
2017-09-23 16:26:28 +02:00
Franco Fichtner
f0259c86c6 plugins: add pluginctl and assorted shuffling #1841 2017-09-23 14:52:58 +02:00
Franco Fichtner
29f475dd3f plugins: fix argument count here
PR: b769f359b3 (commitcomment-24507972)
2017-09-23 13:50:44 +02:00
Franco Fichtner
99a53ad9b8 interfaces: revert TERM -> KILL escalation, it's not needed 2017-09-22 19:18:42 +02:00
Franco Fichtner
2b4787453a rc: thin out the etc/ directory a bit by stashing boot scripts away 2017-09-22 19:10:36 +02:00
Franco Fichtner
7ced5ac1b9 openvpn: use the default of 5 seconds again #952 2017-09-22 19:03:32 +02:00
Franco Fichtner
30f267781c firmware: small tweak on wording 2017-09-22 19:00:42 +02:00
Franco Fichtner
ceeaca8a09 firmware: prevent submit of empty crash reports; closes #1496 2017-09-22 08:24:04 +00:00
Franco Fichtner
73abc7c3d6 openvpn: switcheroo for ns-cert-type / remote-cert-tls
PR: https://forum.opnsense.org/index.php?topic=6003.0
2017-09-21 22:14:36 +00:00
Franco Fichtner
b605812b71 system: user-based language, no wonder nobody wants works on this ;)
PR: https://github.com/opnsense/core/issues/1218
2017-09-21 22:05:04 +00:00
Franco Fichtner
930e6281d5 openvpn: small cleanup for previous #952 2017-09-21 21:58:38 +02:00
Franco Fichtner
58061809d4 openvpn: allow multiple servers for clients and many things, many things 2017-09-21 21:50:45 +02:00
Franco Fichtner
64fb9ac995 openvpn: POC for #952 2017-09-21 19:57:13 +02:00
Ad Schellevis
60b0b2633e mvc, store value="0" issue 2017-09-20 19:16:47 +02:00
Franco Fichtner
020010fb1f trust: remove revoked certs from list of certs to revoke
PR: https://github.com/opnsense/core/issues/1827
2017-09-19 21:36:24 +02:00
Franco Fichtner
b769f359b3 web proxy: tweak plugin code a bit
o Add license for new file by Alex
o Use the argument to pass the type of action to simplify
o Stop after squid stop for symmetry with start to retain order
2017-09-19 20:58:44 +02:00
Alexander Shursha
4cd04003b2 Add plugins_reconfigure to squid (#1627) 2017-09-19 20:48:59 +02:00
Ad Schellevis
c7c1c55c8e support value= attribute for model optiondata, for https://github.com/opnsense/core/issues/1832 2017-09-19 16:35:20 +02:00
Franco Fichtner
93c40a5e93 rc: refactor /var handling, get MFS dirs from rc vars
This works regardless of enabled state, as long as the plugin is
installed the directories are transitioned (makes sense for temporary
disabling of services).

PR: https://forum.opnsense.org/index.php?topic=5987.0
2017-09-19 08:33:42 +02:00
Ad Schellevis
fdd230e34e filter, ditch more filter_generate_optcfg_array() usage. 2017-09-18 20:29:30 +02:00
Ad Schellevis
4d2e84072c filter, gw weight can not be 0 (imported config?) 2017-09-18 12:05:22 +02:00
Ad Schellevis
de39b3b44d filter, cleanup use of filter_generate_optcfg_array(), some more to go before starting with the restructure of our nat rules/logic 2017-09-17 20:14:56 +02:00
Ad Schellevis
73e31caf87 ditch use of xml2array, related to https://github.com/opnsense/plugins/issues/269 2017-09-16 17:45:20 +02:00
Franco Fichtner
c94509587d dns: small cleanups related to #1806 2017-09-16 12:13:39 +02:00
Franco Fichtner
b5b92c1aad interfaces: configure radvd correctly so that only dns *or* global dns is used #1806 2017-09-16 12:11:58 +02:00
Franco Fichtner
fd77e8be72 firewall: 18.1 will have shared forwarding for IPv6 2017-09-14 23:29:36 +02:00
Franco Fichtner
105fb5bb57 intrusion detection: fix for #1825 2017-09-14 14:22:52 +02:00
Franco Fichtner
22e7b5e26e ipsec: fix typo
PR: https://forum.opnsense.org/index.php?topic=5966.0
2017-09-14 13:21:33 +02:00
Fabian Franz
0e581c8c78 Proxy: adjust default URLs for the c-icap plugin 2017-09-13 22:55:47 +02:00
Ad Schellevis
6902408634 filter, move filter_generate_ipsec_rules() to plugins 2017-09-13 19:16:04 +02:00
Ad Schellevis
44aa1d3604 filter/rule, better to use isset() when checking for reply-to, otherwise it might get the default when provided empty. 2017-09-13 08:16:02 +02:00
Ad Schellevis
ba1c0029ac filter, gateway, parseRoute with an empty value returns the first gateway in the list.... 2017-09-12 21:49:33 +02:00
Ad Schellevis
5c5077098a typo in previous 2017-09-12 21:44:02 +02:00
Ad Schellevis
316ed91c9f filter/model, add missing reply-to specific gateway 2017-09-12 21:05:51 +02:00
Ad Schellevis
9b112011d2 filter, cleanup, move update_alias_names_upon_change() to firewall_aliases_edit.php now it's only used there. 2017-09-12 13:11:26 +02:00
Ad Schellevis
6f15e5999f cleanup, with the legacy upgrades removed there's no real use in keeping this either. 2017-09-12 12:47:03 +02:00
Ad Schellevis
65a55bb1aa add firewall advanced setting pf_disable_force_gw, closes https://github.com/opnsense/core/issues/1801 2017-09-12 12:30:17 +02:00
Ad Schellevis
b782a5a04b system.inc, cleanups system_default_route() 2017-09-11 20:17:49 +02:00