32,421 commits found in 19 milliseconds
Fix some typos in validation messages of Radvd.xml and Radvd.php
OPNSense /core d3e46b8 — src/opnsense/mvc/app/library/OPNsense/OpenVPN ArchiveOpenVPN.php, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php Merge branch 'master' into radvd_8351
radvd: style on previous
radvd: put this back
OPNSense /core 861ffbd — src/etc/inc legacy_bindings.inc, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php firewall: simplify port alias check loosely refs #8806
(cherry picked from commit 7e0600ab02dac48965eb741308d2f61875445013 )
(cherry picked from commit a09d2b7019a3b361a448f7e58690f72216a53c7b )
(cherry picked from commit f0da2b63a39c7b632edfb40d09fd174af654f205 )
suricata: style update
Firewall: Aliases - use new hostdiscovery (with arp/ndp fallback) in mac type aliases.
While here, cleanup some redundant code, if a mac address is in the local cache, the local cache should be complete at anytime.
Technically, for legacy ndp, this might be a bit worse than before, but as hostdiscovery is more complete, that should be a small price to pay.
Eventually, when hostdiscoverty is the standard, we should be able to ditch the /tmp/alias_filter_arp.cache construction as hostdiscovery has its own database.
(cherry picked from commit b2a30fc5606ce2d6c781ae9b7282b83e8ec35ac3 )
OPNSense /core bf91b63 — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php, src/opnsense/service/conf/actions.d actions_hostwatch.conf Services: Captive Portal - use new hostwatch service introduced in https://github.com/opnsense/core/pull/9354 to collect mac addresses for 26.1
(cherry picked from commit dad25b534f8470a0552ea96b91908d9b5e8fd05c )
OPNSense /core 8f9309e — src/etc/inc/plugins.inc.d hostwatch.inc, src/opnsense/mvc/app/controllers/OPNsense/Hostdiscovery SettingsController.php Interfaces: Neighbors: Automatic Discovery - add new hostdiscovery feature (#9354)
(cherry picked from commit 61663d08583b4afc20d80016183e73b595bd5923 )
(cherry picked from commit 94b786c4e83a5f277e3f034f67e994f134625908 )
(cherry picked from commit 5909ccc0b22cc7fdbf7daadc3bb77c375668ea7b )
(cherry picked from commit 6c325c94a8b08def236edd7cf8110f0698220da8 )
(cherry picked from commit 1894c6133bd3f503c6298a823ff624c97a8ee735 )
(cherry picked from commit 8d6439a61132807132f8c6f246f4c522211934ed )
(cherry picked from commit 650b5ab17a2cd98efe67bbce5bcaf0100df57a7b )
(cherry picked from commit e3714d3f4373030120d2905c6c3396b0119d3271 )
(cherry picked from commit de09b458f55c63d07726638dcbafe6d9d3d38e58 )
(cherry picked from commit 1c1c494f93d1fc65e5f6b7aad4a8021c8d51e534 )
interfaces: update ACL
suricata: for two small changes this isn't needed
suricata: uppercase
OPNSense /core 8f918f5 — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes TextFieldTest.php mvc: BaseField: add isSet() and shift tests
Keeps isEmptyAndRequired() plus avoids other code changes for now.
suricata: mask "error" on loaded module
openvpn: fix archive export
(cherry picked from commit 00687dbeb5489ad2708ef7924c34186a38db2168 )
openvpn: fix archive export
OPNSense /core 632d5bb — src/opnsense/mvc/app/views/OPNsense/Kea dhcpv4.volt, src/opnsense/www/js opnsense_bootgrid.js bootgrid: allow conditional command rendering through a filter function
(cherry picked from commit 3fe0cc4a28c37b874a53807abdb3a605db41d46e )
(cherry picked from commit 3736489db27e0f5a1406ba5d0bad0c4bf71153d7 )
(cherry picked from commit 1356068da4043874475f6ed0a20b611d05ca6a70 )
(cherry picked from commit d25a8acd8ed5f17c6cad005525af2245cf623ed9 )
firewall: remove unused function pprint_address()
Add MinRtrAdvInterval and AdvDefaultLifetime validations to Radvd.php as the require calculations
Services: Intrusion Detection - load ipdivert for new inline mode (missing in https://github.com/opnsense/core/pull/9561 )
Add some missing validations to model
Add missing help texts to dialog
OPNSense /core a225c72 — src/etc/inc/plugins.inc.d radvd.inc, src/opnsense/mvc/app/models/OPNsense/Radvd/ACL ACL.xml radvd: remove log file and increase default level
OPNSense /core 3269960 — src/opnsense/mvc/app/models/OPNsense/Interfaces Vip.php, src/opnsense/mvc/app/models/OPNsense/Radvd/FieldTypes VipLinkLocalField.php radvd: migrate and validate subnet through VIP model
OPNSense /core e3ed492 — src/opnsense/mvc/app/controllers/OPNsense/Firewall MigrationController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api MigrationController.php Firewall: Rules: Migration assistant - add export option and guidance for migrations to the new mvc system.
Add new "Firewall: Rules: Migration assistant" to help people moving to our new mvc based firewall system by offering a couple of simple steps for exporting the old rules into a csv file and importing them into the new system. When all rules are migrated the user may drop all old ones using the ConfigMaintenance module used in "defaults".
There's one small issue remaining in fbegin.inc as it doesn't render the icon correctly due to VisibleName being escaped currently (which isn't the case in our mvc template).
closes https://github.com/opnsense/core/issues/9579
OPNSense /core 0096f03 — src/opnsense/mvc/app/controllers/OPNsense/Firewall MigrationController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api MigrationController.php Firewall: Rules: Migration assistant - add export option and guidance for migrations to the new mvc system.
Services: Intrusion Detection - remove IPv4 requirement for divert rules. ref https://github.com/opnsense/core/pull/9561
OPNSense /core cb8bf6c — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php ArrayField.php Merge branch 'master' into radvd_8351
OPNSense /core f05d26b — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes ArrayField.php BaseField.php mvc: style sweep
OPNSense /core 1e20554 — src/opnsense/mvc/app/controllers/OPNsense/Firewall MigrationController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api MigrationController.php Firewall: Rules: Migration assistant - add export option and guidance for migrations to the new mvc system.