Franco Fichtner
5b09522cbb
ipsec: clear unused classes
2021-06-07 10:19:12 +02:00
Franco Fichtner
07b5fe0241
system: cleanup RSS widget
2021-06-07 10:16:29 +02:00
Franco Fichtner
5f36bbbbdc
ui: improve subnet selectors in unound and ipsec
2021-06-07 09:53:55 +02:00
Franco Fichtner
9435e02618
ui: unused "formfld"
2021-06-07 09:48:59 +02:00
Franco Fichtner
735dbfa7f6
interfaces: work harder to match ifconfig output #5008
2021-06-07 08:51:12 +02:00
Franco Fichtner
89922cc191
ui: improve the subnet size selector
...
o toggle between 32 and 64 to indicate it's working
o serialize the option change event
o remove disabled option workaround
2021-06-07 08:33:55 +02:00
kulikov-a
2f98cad8c3
fw_log.volt: prevent controls overlap
2021-06-05 18:10:38 +02:00
Franco Fichtner
dd54795f7a
firewall: fix typo in previous #4988
2021-06-05 07:07:03 +02:00
Franco Fichtner
90f84eb51b
src: whitespace and style sweep
2021-06-04 08:19:26 +02:00
Ad Schellevis
20e51b80c3
OpenVPN - Export: return "result" in stead of "status", fixes : Error at /usr/local/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api/ExportController.php:397 - Undefined index: result (errno=8)
2021-06-01 22:02:36 +02:00
Franco Fichtner
7ef730ac1c
unbound: space works as domainsearchlist separator
...
Also clear its use for IPv4 like the old code did.
PR: https://forum.opnsense.org/index.php?topic=23373.0
2021-06-02 16:51:58 +02:00
Ad Schellevis
4c845540ac
Firewall / Diagnostics / States Dump : add verbose fields to states output, first step in refactoring the states dump.
2021-06-01 12:18:03 +02:00
Franco Fichtner
a759338381
firmware: push automatic flags to firmware for #5025
2021-05-31 14:49:27 +02:00
Franco Fichtner
7ddb90cb79
firmware: allow manual development override on business subscription
...
In case the flavour is a directory location on the mirror containing
a slash allow for manual flavour and type selection.
2021-05-31 13:49:33 +02:00
Franco Fichtner
1eb4520b65
ui: change service restart icons to fa-repeat; closes #4972
2021-05-31 08:00:08 +02:00
Ad Schellevis
e038c1573c
IDPS: add yaml tag to custom.yaml.sample [2], closes https://github.com/opnsense/core/issues/5018
2021-05-28 19:17:57 +02:00
Ad Schellevis
11f3de0972
Firewall / NAT / Portforward - explicit default for Filter rule association , closes https://github.com/opnsense/core/issues/5019
2021-05-28 19:12:38 +02:00
vnxme
d24b2e7e4a
DHCPv6 leases status: Display manufacturer info ( #4527 )
...
o Display info about manufacturers of devices based on their MAC addresses.
o Get MAC addresses not only from NDP, but also from DUID of certain types.
2021-05-29 09:36:11 +02:00
Ad Schellevis
f43ea56336
IDPS: add yaml tag to custom.yaml.sample
...
for https://github.com/opnsense/core/issues/5018
2021-05-28 18:43:56 +02:00
Franco Fichtner
0f55d6e0a5
dhcp: lock access like menu decides to show entry; closes #4406
2021-05-28 15:02:36 +02:00
Franco Fichtner
eb429363fa
dhcp: style update
2021-05-28 14:38:36 +02:00
Maurice Walker
0cc8cd1c74
Diagnostics / DNS Lookup, small improvements ( #4729 )
...
* DNS lookup tool, query AAAA+A
Also, display 'PTR' in type field for reverse lookups, remove unused $ipaddr.
* DNS lookup tool: filter SOA record from response
For consistency. SOA was only displayed if no AAAA or A record was found.
2021-05-28 14:38:20 +02:00
Maurice Walker
49c15d0499
Unbound: fix domain overrides for private address reverse lookup zones ( #4663 )
...
* Add local-zone for IPv6 reverse lookup zones
* Fix domain overrides for private reverse zones
* Add $config to unbound_add_domain_overrides()
2021-05-28 14:36:05 +02:00
vnxme
fc396ff63e
DHCPv6 leases status: Fix sorting ( #4525 )
...
- Add UI required for the sorting feature.
- Implement a more secure way of the order argument handling
- Use ipcmp() instead of strcmp() for sorting by IPv6 and strnatcasecmp() for sorting by other fields.
2021-05-28 14:29:19 +02:00
vnxme
576d69f8a3
DHCPv4 leases status: Fix sorting ( #4524 )
2021-05-28 14:23:48 +02:00
Franco Fichtner
9e7e8a59ce
openvpn: update help texts in exporter; closes #4890
2021-05-28 14:19:26 +02:00
Franco Fichtner
cd09bb8e80
interfaces: system match only works with compressed IPv6; closes #4932
...
It fixes faulty mismatches reported by @marjohn56
2021-05-28 14:12:32 +02:00
Franco Fichtner
47d6832edc
firewall: change live log group matcher to correctly flip logic #4988
2021-05-28 12:09:33 +02:00
Franco Fichtner
7c1f2659b0
pkg: PHP 7.4 does not have a separate hash module
2021-05-28 10:05:12 +02:00
Ad Schellevis
5eacbb06f1
firewall: let live log use the provided rule label instead of guessing it, closes https://github.com/opnsense/core/issues/5014
2021-05-27 15:47:37 +02:00
Franco Fichtner
41365f0829
pkg: fix plist
2021-05-27 08:23:13 +02:00
Ad Schellevis
4f126c758c
Firewall - aliases: move dynamic ipv6 handling ( https://github.com/opnsense/core/issues/4923 ) to a separate branch.
2021-05-26 18:18:26 +02:00
Franco Fichtner
bf449e20ee
github: extend templates
2021-05-26 16:08:20 +02:00
Franco Fichtner
ddfd1cb562
firmware: show update pending hint in system widget; closes #5013
2021-05-26 15:49:10 +02:00
Ad Schellevis
f1b67df57f
Merge branch 'jdeluyck-fix-distinguished-name'
2021-05-26 15:16:59 +02:00
Ad Schellevis
de09fb4f36
Trust - Distinguished name - Organisation validations, cleanup https://github.com/opnsense/core/pull/5010
2021-05-26 15:16:22 +02:00
Ad Schellevis
f9cfb4658b
System / Routes - delete previous route when changed. closes https://github.com/opnsense/core/issues/4621
2021-05-26 15:08:54 +02:00
Franco Fichtner
468eaa8a68
interfaces: interface_configure() checks for enabled
2021-05-26 15:08:54 +02:00
Franco Fichtner
842e661ce4
github: offer link to open/closed tickets for search
...
Too many duplicates in some cases when bugs were fixed fast.
2021-05-26 15:08:54 +02:00
Frank Wall
b824a7e019
webgui: make restart action usable in cron jobs, fixes #4956 ( #4998 )
2021-05-26 15:08:54 +02:00
Franco Fichtner
9a2f5c7223
dhcp: missing dot
2021-05-26 15:08:54 +02:00
Franco Fichtner
053bb014be
shell: fix restore copy; closes #5011
2021-05-26 15:08:54 +02:00
Ad Schellevis
d24eeea7de
System / Routes - delete previous route when changed. closes https://github.com/opnsense/core/issues/4621
2021-05-26 14:31:10 +02:00
Franco Fichtner
533315208c
interfaces: interface_configure() checks for enabled
2021-05-26 13:19:35 +02:00
Franco Fichtner
c32f0c0be4
github: offer link to open/closed tickets for search
...
Too many duplicates in some cases when bugs were fixed fast.
2021-05-26 12:55:15 +02:00
Frank Wall
bac0eaf5c1
webgui: make restart action usable in cron jobs, fixes #4956 ( #4998 )
2021-05-26 12:06:26 +02:00
Franco Fichtner
a0e2f26901
dhcp: missing dot
2021-05-26 10:33:38 +02:00
Franco Fichtner
f845a4286a
shell: fix restore copy; closes #5011
2021-05-26 10:16:54 +02:00
jdeluyck
b8cf4e899a
fix check on dn_organisation
2021-05-25 20:48:37 +02:00
jdeluyck
57fbbeb084
also fix dn_organization
2021-05-25 20:47:33 +02:00