Ad Schellevis
edd9b6c433
Netflow aggregator: skip invalid record, another one for https://github.com/opnsense/core/issues/4796
2021-03-10 16:40:24 +01:00
Ad Schellevis
c0e4f8d683
Netflow aggregator: skip invalid record, closes https://github.com/opnsense/core/issues/4796
2021-03-10 15:56:18 +01:00
Ad Schellevis
45199e3452
Bugfix dashboard widget headers, partly revert and explain f67e242eaa. closes https://github.com/opnsense/core/issues/4795
2021-03-10 14:18:45 +01:00
Franco Fichtner
9fddac6ff2
interafces: $realif is required #4792
2021-03-10 09:53:44 +01:00
Ad Schellevis
c3bd32a7fb
HA Sync (xmlrpc) copy paste issue in 25959a45a9 , leading to wrong caption.
2021-03-09 16:00:09 +01:00
Ad Schellevis
eb921d8e07
Services / Intrusion detection: add new Abuse.ch feed ThreatFox to detect indicators of compromise
2021-03-09 10:16:18 +01:00
Robin Schneider
5b8228430d
Use HTTPS everywhere (mechanical edit using util from https-everywhere) ( #4534 )
2021-03-08 20:04:45 +01:00
kulikov-a
405395264f
index.php: strip scripts from widgets before move ( #4752 )
2021-03-08 19:45:00 +01:00
Franco Fichtner
c08a4fb9fd
firmware: small issue with lost init of pipe #4500
2021-03-08 19:11:22 +01:00
Ad Schellevis
9e2a6f7cc6
System / Routes / Status: remove entries directly connected to an interface, rework last commit for https://github.com/opnsense/core/issues/4721
2021-03-07 20:29:43 +01:00
Ad Schellevis
219e63fe65
System / Routes / Status: remove entries directly connected to an interface for https://github.com/opnsense/core/issues/4721
2021-03-07 20:00:10 +01:00
Franco Fichtner
00ca3c55ff
src: style and whitespace sweep
2021-03-07 19:42:51 +01:00
kulikov-a
cbfb91e413
Alias.php: typo? ( #4786 )
2021-03-07 17:40:30 +01:00
Ad Schellevis
3277c0beb6
Auth/LDAP: minor tweak for https://github.com/opnsense/core/pull/4784 , only log message when there is one.
2021-03-07 10:42:24 +01:00
kulikov-a
035319f15e
LDAP minor fixes ( #4784 )
...
Improve error handling in ldap authentication
2021-03-06 16:07:53 +01:00
Ad Schellevis
25959a45a9
HA Sync: unify sync sections and remove legacy blocks from system_hasync.php
2021-03-04 17:54:37 +01:00
Ad Schellevis
f4966e15c6
Firewall / Shaper: the current number of allowed source / destination addresses is limited to a couple of addresses. in order to match larger lists one need to use tables in order for ipfw to process them.
...
This commit replaces all rule source / destinations where more than one address is being targetted with a tablename like __rule__{uuid}__[source,destination] a support tool after load flushes the selected addresses into the table (which is automatically created by the ruleset). closes https://github.com/opnsense/core/issues/4756
2021-03-03 18:40:22 +01:00
kulikov-a
b8276e774b
firewall_rules.php: Icon color after toggle fix ( #4773 )
2021-03-03 17:18:04 +01:00
Ad Schellevis
57f0575dcc
interfaces: newwanip, clear states when address changes. for https://github.com/opnsense/core/pull/4726
2021-03-02 15:55:46 +01:00
Ad Schellevis
8bf80e028a
IPSec / roadwarriors: do not pin reqid's in case of mobile connections to avoid traffic being forwarded to the wrong end. closes https://github.com/opnsense/core/issues/4757
2021-03-02 15:26:48 +01:00
Franco Fichtner
fb4ee845c9
system: better logic for -h and -D #4231
2021-03-01 19:41:42 +01:00
Franco Fichtner
f1afe998ad
interfaces: immediately enable SLAAC during IPv6 initiation
...
This improves PPPoE responsivenes for IPv6 acquire using
SLAAC on the "IPv4 interface". Tests ok according to an
user and the impact on existing setups is low.
PR: https://forum.opnsense.org/index.php?topic=21506.0
2021-02-28 21:56:11 +01:00
Franco Fichtner
8a82febe64
interfaces: make this easier to read
2021-02-28 21:55:50 +01:00
Ad Schellevis
c617fe67c3
MVC: align layouts of select_multiple and dropdown types
2021-02-28 19:45:36 +01:00
Ad Schellevis
d737ff9cb3
HA Sync: extend rc.filter_synchronize with capabilities to reconfigure the backup node (template flush + service reload) for https://github.com/opnsense/core/issues/4604
...
to offer the ability to schedule a new configd action "system ha_reconfigure_backup":
configctl system ha_reconfigure_backup
2021-02-28 19:19:58 +01:00
kulikov-a
71d6d0adeb
system_certmanager: take extensions out of a DN ( #4761 )
2021-02-27 13:49:20 +01:00
kulikov-a
8953d038e5
rulecache.py: make manual rule status boolean ( #4758 )
2021-02-26 14:02:38 +01:00
Ad Schellevis
2696e42d3a
Service / Intrusion Detection / Policies: type error in 'enabled' field (bool vs str), closes https://github.com/opnsense/core/issues/4753
2021-02-25 20:02:59 +01:00
Franco Fichtner
90ad674928
interfaces: also needs #4576
2021-02-26 02:56:19 +01:00
Franco Fichtner
a980771d7f
interfaces: experiment for #4576
2021-02-26 02:51:23 +01:00
Franco Fichtner
e345b965cc
interfaces: looks like a typo
...
Probably dead code but better to align it. Some style on the side.
2021-02-26 02:22:36 +01:00
Franco Fichtner
70f856bf2f
firmware: emit api version string, second major iteration already #4500
2021-02-25 13:59:35 +01:00
Franco Fichtner
db29e02ecb
dhcpd: unify loop, improve leases page #4642
2021-02-25 13:40:50 +01:00
Ad Schellevis
43b50ed086
Netflow: prevent crash when attributes missing, closes https://github.com/opnsense/core/issues/4751
2021-02-25 12:08:46 +01:00
Franco Fichtner
e73db9c7ae
dhcp: remove interface key #4642
...
At first the idea was to pass it, but especially since this only
passes one entry as noted by @maurice-w it is probably better to
ditch it. :)
2021-02-24 20:00:34 +01:00
Franco Fichtner
f67e242eaa
www: fix $$ weirdness loosely related to typo in #4702
2021-02-24 16:23:02 +01:00
Franco Fichtner
63978a60c8
interfaces: better primary address detection; closes #4702
2021-02-24 16:19:09 +01:00
Ad Schellevis
8b9764fa86
Lobby / Dashboard / Traffic Graph: prevent duplicate traffic pollers mangling with the graphs.
2021-02-24 11:28:57 +01:00
Martin Wasley
4e9144f885
Correct help text for Range ( #4738 )
2021-02-24 10:08:45 +01:00
Franco Fichtner
d0822b0067
dhcpd: move staticmap preparation to parent #4642
...
Move all the duplication out of Unbound/Dnsmasq code and just
iterate over the results there.
2021-02-24 09:54:15 +01:00
Ad Schellevis
277ffb6ac5
Reporting / Traffic: change api output to combined in/out per row and change user interface to handle new format. closes https://github.com/opnsense/core/issues/4724
2021-02-23 16:21:25 +01:00
Ad Schellevis
bcb7c26897
User management: performance enhancement for local_sync_accounts() should improve boot time when a lot of users are involved, also improves xmlrpc sync and some other actions calling a sync.
2021-02-23 14:46:21 +01:00
Franco Fichtner
6368a2bb6d
firmware: that wasn't complete but now it is #4718
2021-02-23 09:10:43 +01:00
Ad Schellevis
8bb823880e
Services / DHCPv4 / Relay : fix non-existing array
2021-02-22 22:47:25 +01:00
Gareth Owen
d344d0a773
Unbound: Fix bad dereference when DHCP lease expires ( #4742 )
...
Move deletion of dhcp cache info when the lease expires to after the
last reference to the cache information.
Fixes #4741
2021-02-23 08:53:41 +01:00
Franco Fichtner
a4ae9b3918
firmware: use launcher trick for these as well; closes #4718
...
So we get a message that the system is doing something else instead
of no message at all.
2021-02-23 08:49:12 +01:00
Franco Fichtner
2d382bf870
firmware: changelogs are pulled from check scripts
...
Like with text output earlier the update feature is not used
from the GUI and brings little to the table. Separate API
endpoint is better for these types of actions if the need should
ever arise.
2021-02-23 08:46:43 +01:00
Franco Fichtner
b25727a11b
dnsmasq|unbound: align the code, also fix Dnsmasq #4642
2021-02-22 14:56:36 +01:00
Franco Fichtner
9fa54201a7
interfaces: drop return introduced in 31282787df
2021-02-22 14:55:38 +01:00
Franco Fichtner
140f4ea03e
unbound: speed up and safeguards for #4642
2021-02-22 14:30:27 +01:00