Franco Fichtner
5eeacb607c
ui: same on bootgrid for discussion #4216
2021-04-01 09:44:30 +02:00
Franco Fichtner
5b0cbf26d3
LICENSE: sync
2021-04-01 09:44:20 +02:00
Franco Fichtner
813cc05dd1
ui: small change for #4216
2021-04-01 09:42:17 +02:00
Franco Fichtner
b02051391e
ui: POC for #4216
2021-04-01 09:19:09 +02:00
Franco Fichtner
2b7beb78b3
interfaces: return scoped link-local
...
This way we can allow to add the same link-local VIP to
an interface. Surprisingly, operating a link-local VIP at
all is not a problem with the code.
PR: https://forum.opnsense.org/index.php?topic=22397.0
2021-04-01 09:11:36 +02:00
Franco Fichtner
8220814034
pkg: verbatim match on business tag
2021-03-31 15:48:09 +02:00
Franco Fichtner
919f11941e
ui: autocomplete is annoying in the quick navigation
2021-03-31 10:26:11 +02:00
Petr Kejval
5d908c7736
Fix missing ')' ( #4884 )
...
dns blacklist : Fix missing ')' at the end of log line:
2021-03-31 08:41:05 +02:00
Ad Schellevis
a7ae8c4373
Authentication - return errors when asked, fix regression in https://github.com/opnsense/core/pull/4784
...
PHP Fatal error: Uncaught Error: Call to undefined method OPNsense\Auth\Radius::getLastAuthErrors() in /usr/local/www/diag_authentication.php:76
2021-03-30 18:44:19 +02:00
Ad Schellevis
384018c522
System / Routes / Configuration - for dynamic gateways retour inet|inet6. closes https://github.com/opnsense/core/issues/4880
2021-03-30 17:04:34 +02:00
Franco Fichtner
d570ff570c
pkg: fix plist
2021-03-30 11:53:43 +02:00
Ad Schellevis
eb1f41f449
Firmware - minor bugfix to map Subscription on page load and add initial migration so BE users stick to their version.
2021-03-30 11:38:37 +02:00
Franco Fichtner
31aa007c74
system: adhere to naming conventions
2021-03-30 10:12:15 +02:00
Franco Fichtner
012e0f7f11
dhcp: on the GUI pages avoid the use of dhcpd_dhcp_configure()
...
Router advertisement pages were already doing it but the
DHCPv4/6 pages not. That is problematic for the IPv6 case
because there router advertisements would be reconfigured as
well.
This may not be the final form, but we need to see if this
solves the main concern about intermittent connectivity bumps
on GUI operations.
PR: https://github.com/opnsense/core/issues/4642
2021-03-30 09:18:05 +02:00
Franco Fichtner
d55a76b6a5
firmware: need to stop backend from going into background mode
2021-03-29 14:19:09 +02:00
Franco Fichtner
63af98ed5b
firmware: rework previous, status action on POST is sync
2021-03-29 12:10:10 +02:00
Franco Fichtner
9541c1f963
firmware: add sync parameter to check action
2021-03-29 11:34:15 +02:00
Franco Fichtner
fa9eeae08d
ipsec: remove spacing
2021-03-28 20:19:26 +02:00
Ad Schellevis
bd26a58820
Firewall / improve loopack visibility as suggested in https://github.com/opnsense/core/pull/4868
...
o cleanup remnants of previous loopback construction, which is redundant with 57bd1f2b05 in place
2021-03-26 22:16:53 +01:00
Ad Schellevis
fab56fa196
Merge branch 'kulikov-a-log.widget'
2021-03-26 21:26:59 +01:00
Ad Schellevis
352d5de372
Firewall / Log Files / Live view - refactor https://github.com/opnsense/core/pull/4825 a bit to support a bit wider lexical syntax.
2021-03-26 21:20:49 +01:00
Ad Schellevis
b0e9007b46
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 20:10:41 +01:00
Franco Fichtner
428deb5650
pkg: pin development version to suricata 6
2021-03-26 20:10:41 +01:00
Franco Fichtner
5698633306
make: add rebase target for stable branch
2021-03-26 20:10:41 +01:00
Franco Fichtner
eefb5301e6
make: when mfc aborts clear it and switch back
2021-03-26 20:10:41 +01:00
Ad Schellevis
9d099c7177
Services: WebGui, restart delayed to prevent session discconnect. ( https://github.com/opnsense/core/issues/4834 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
8af2147e9c
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-26 20:10:41 +01:00
Ad Schellevis
6923424818
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-26 20:10:41 +01:00
Franco Fichtner
3fe7b5f060
firewall: resolve IPs in kernel for force gw rule
...
PR: https://forum.opnsense.org/index.php?topic=22214.0
2021-03-26 20:10:41 +01:00
Ad Schellevis
fda1e024f2
Reporting / Traffic (+dashboard widget): missed a spot in https://github.com/opnsense/core/pull/4857
2021-03-26 20:10:41 +01:00
kulikov-a
b3f1179863
Reporting / Traffic (+dashboard widget): 24H format alternative ( #4857 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
fedfee57d4
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-26 20:10:41 +01:00
Ad Schellevis
7c3646b878
Reporting / Traffic (+dashboard widget): format 24hour timestamps, closes https://github.com/opnsense/core/issues/4852
2021-03-26 20:10:41 +01:00
Ad Schellevis
9fb53f5475
IPSec: prepend keyid: to enforce type on rightid|leftid, ref https://forum.opnsense.org/index.php?topic=22197
2021-03-26 20:10:41 +01:00
Franco Fichtner
93326c718a
system: USB serial may not work with onifconsole #4849
2021-03-26 20:10:41 +01:00
Franco Fichtner
8fed972faf
system: whitespace sweep and plist fix
2021-03-26 20:10:41 +01:00
kulikov-a
74109d6a86
opnsense_legacy.js: toString before split ( #4846 )
2021-03-26 20:10:41 +01:00
Greelan
24cca59e45
webgui.inc: fix syntax error ( #4845 )
2021-03-26 20:10:41 +01:00
Greelan
77d562f559
webgui: lighttpd include directory for configuration ( #4837 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
b2f6cf581f
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-26 20:10:41 +01:00
Ad Schellevis
e16d889691
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-26 20:10:41 +01:00
Erik Inge Bolsø
074919e3f5
firmware/health.sh: refine missing/invalid signature message ( #4840 )
2021-03-26 20:10:41 +01:00
Ad Schellevis
e711a2e2cc
System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835 (take 2)
2021-03-26 20:10:41 +01:00
Ad Schellevis
aebeeb3039
System/Diagnostics/Activity: "C" missing on a single core cpu, add default for https://github.com/opnsense/core/pull/4835
2021-03-26 20:10:41 +01:00
Ad Schellevis
554fd23236
Generic log handling: ignore garbled data in log lines, closes https://github.com/opnsense/core/issues/4830
2021-03-26 20:10:41 +01:00
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
kulikov-a
fa44c69b86
fw_log.volt: get filters from url
2021-03-25 22:42:57 +03:00