12739 Commits

Author SHA1 Message Date
Ad Schellevis
da5df9590c Firewall / Nat - portforward - sticky filter-rule-association settting for none/pass on copied items. closes https://github.com/opnsense/core/issues/4872 2021-03-26 19:49:12 +01:00
Franco Fichtner
9d9f9c42f8 pkg: pin development version to suricata 6 2021-03-26 11:52:10 +01:00
Franco Fichtner
4e65be31b0 make: add rebase target for stable branch 2021-03-26 08:50:20 +01:00
Franco Fichtner
af2736d45c make: when mfc aborts clear it and switch back 2021-03-26 08:39:54 +01:00
Ad Schellevis
ac8bb09c6b Services: WebGui, restart delayed to prevent session discconnect. (https://github.com/opnsense/core/issues/4834) 2021-03-25 17:24:17 +01:00
Ad Schellevis
b2074ef3a3 XML-RPC (HA-Sync) - add missing configuration sections. closes https://github.com/opnsense/core/issues/4834
o while here add "services" attribute for future use, so we can track related services
o add missing service controls: routing, tunables, cron, webgui (so we can remove service callouts in filter_configure_xmlrpc() at a later stage)
2021-03-24 13:41:21 +01:00
Ad Schellevis
6921856e6a Service control: while working on https://github.com/opnsense/core/issues/4834 noticed that it's currently not possible to prevent "stop" actions from being displayed when fetrching the service stattus. Although the best option would probably be to enforce services from being specific on how they want to be stopped, currently there seem to be quite some services omitting a "stop" command.
This commit adds support for "locked" in service to signal the ui that a stop action is prohibited.
2021-03-24 11:51:25 +01:00
Franco Fichtner
8a65a2dc28 firewall: resolve IPs in kernel for force gw rule
PR: https://forum.opnsense.org/index.php?topic=22214.0
2021-03-23 20:04:40 +01:00
Ad Schellevis
51762e7e6b Reporting / Traffic (+dashboard widget): missed a spot in https://github.com/opnsense/core/pull/4857 2021-03-22 17:20:09 +01:00
kulikov-a
33ba1cfad9
Reporting / Traffic (+dashboard widget): 24H format alternative (#4857) 2021-03-22 17:13:57 +01:00
Ad Schellevis
b5fcded52f Services / DHCPv4: with the removal of a validation for static entries in https://github.com/opnsense/core/pull/4447 forgot to check the dhcp settings page for additional ones. closes https://github.com/opnsense/core/issues/4855 2021-03-22 13:29:18 +01:00
Ad Schellevis
3d3810b42d Reporting / Traffic (+dashboard widget): format 24hour timestamps, closes https://github.com/opnsense/core/issues/4852 2021-03-22 10:34:35 +01:00
Ad Schellevis
81fa4ec53d IPSec: prepend keyid: to enforce type on rightid|leftid, ref https://forum.opnsense.org/index.php?topic=22197 2021-03-21 20:10:45 +01:00
Franco Fichtner
cd2c3b08ca system: USB serial may not work with onifconsole #4849 2021-03-21 15:31:23 +01:00
Franco Fichtner
2d121fc4e3 system: whitespace sweep and plist fix 2021-03-20 14:18:00 +01:00
kulikov-a
d7aa773f9b
opnsense_legacy.js: toString before split (#4846) 2021-03-19 18:58:59 +01:00
Greelan
f0e26fe5fa
webgui.inc: fix syntax error (#4845) 2021-03-19 12:18:48 +01:00
Greelan
bdf7409d55
webgui: lighttpd include directory for configuration (#4837) 2021-03-19 08:42:59 +01:00
Ad Schellevis
c4e8018fc9 Services / DHCPv4 - static entries: add "none" option to gateway setting. Although I really don't like how "none" is a valid option, it will be more consistent with the overal experience. closes https://github.com/opnsense/core/issues/4843 2021-03-18 20:20:37 +01:00
Ad Schellevis
642ee1514f IPSec: add legacy validation to prevent saving of route-based tunnels with "install policy" set, since it will drop all traffic unintended
closes https://github.com/opnsense/core/issues/4838
2021-03-18 18:43:33 +01:00
Erik Inge Bolsø
2ec2b3d8f7
firmware/health.sh: refine missing/invalid signature message (#4840) 2021-03-18 14:19:53 +01:00
Ad Schellevis
2cc77203b5 System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835 (take 2) 2021-03-17 18:47:13 +01:00
Ad Schellevis
907b587442 System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835 2021-03-17 18:42:16 +01:00
Ad Schellevis
94a8906ef9 Generic log handling: ignore garbled data in log lines, closes https://github.com/opnsense/core/issues/4830 2021-03-15 19:45:31 +01:00
Franco Fichtner
7d0b4b539b firewall: whitespace fix 2021-03-14 20:22:38 +01:00
Gareth Owen
cb0fbf440c
dnsbl: Prefer domain list over host file format (#4767)
Where the blacklist provider has both host file format and a raw list of
domains to block, download the raw list.  The raw list will always be a
smaller download and require less processing.
2021-03-14 12:52:36 +01:00
Ad Schellevis
04d20c1e8b Merge branch 'gwjo-dns-ptr' 2021-03-14 12:47:17 +01:00
Ad Schellevis
aa6c44e767 minor fix for https://github.com/opnsense/core/pull/4763, mutable default argument (https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments) 2021-03-14 12:46:27 +01:00
kulikov-a
2662400068 pfTables: sort before slice (#4699) 2021-03-14 12:45:07 +01:00
Ad Schellevis
ad41898495 MVC / UI: minor cleanups for https://github.com/opnsense/core/pull/4797 2021-03-14 12:45:07 +01:00
kulikov-a
a8c2e474d7 don't break IE11 2021-03-14 12:44:44 +01:00
kulikov-a
701eaa6b07 close span 2021-03-14 12:44:44 +01:00
kulikov-a
e50024f976 cleanup 2021-03-14 12:44:44 +01:00
kulikov-a
5625367325 double a 2021-03-14 12:44:44 +01:00
kulikov-a
3e0efdfe0d Update opnsense_ui.js 2021-03-14 12:44:44 +01:00
kulikov-a
1bd607daa5 opnsense_ui.js: add copy\paste 2021-03-14 12:44:44 +01:00
kulikov-a
170b420a41 form_input_tr.volt: add copy\paste 2021-03-14 12:44:44 +01:00
kulikov-a
b8816f76c6 alias.volt: add copy\paste 2021-03-14 12:44:44 +01:00
kulikov-a
206f17c7c9 opnsense_ui.js: add copy 2021-03-14 12:44:44 +01:00
kulikov-a
b4332bddd6 form_input_tr.volt: add copy link 2021-03-14 12:44:44 +01:00
kulikov-a
fa4a4ec015 alias.volt: add copy link 2021-03-14 12:44:44 +01:00
Christian Brueffer
bb6cd163d4 OpenVPN: remove checks for NTP servers 3 and 4. (#4811)
OpenVPN: remove checks for NTP servers 3 and 4 since only two optional
NTP servers are exposed through the GUI.
2021-03-14 12:44:44 +01:00
kulikov-a
17777fbd89 default.volt: let it work in IE11 (#4807) 2021-03-14 12:44:44 +01:00
Jacek Tomasiak
84cf199aff firmware: zap changelog remove description (#4803)
It's not relevant to cron tasks. Introduced by copying from
changelog fetch action.
2021-03-14 12:44:44 +01:00
Franco Fichtner
9a243d6623 firmware: support IE11 (it ain't over till it's over)
PR: https://forum.opnsense.org/index.php?topic=21981.0
2021-03-14 12:44:44 +01:00
Stephan de Wit
b5b9a2eaa0 firewall: categories improvements (#4790) 2021-03-14 12:44:44 +01:00
kulikov-a
d3622fde9b LDAP.php: one more error handler (#4793) 2021-03-14 12:44:44 +01:00
kulikov-a
50986b3c9d traffic_graphs.widget: start when widgets is visible (#4801) 2021-03-14 12:44:44 +01:00
Franco Fichtner
6629978afd system: another html_safe here for good measure #4795 2021-03-14 12:44:44 +01:00
Franco Fichtner
1952de16f6 system: small tweaks for #4795 2021-03-14 12:44:44 +01:00