32,109 commits found in 29 milliseconds
stylefix: crashing our doc lexer
The snatrules validation issue has been solve in https://github.com/opnsense/core/commit/f372161b4cfa68733e272a3c754edc49fee49999
OPNSense /core ff05b94 — src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php, src/opnsense/mvc/tests/app/library/OPNsense/Core ConfigTest.php Merge remote-tracking branch 'origin/master' into snat-view
OPNSense /core 6bf794f — src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php mvc: reapply a92d96be96 and 170f29b50bc
OPNSense /core 23bd759 — src/opnsense/mvc/app/views/OPNsense/Kea dhcpv4.volt, src/opnsense/www/js opnsense_bootgrid.js bootgrid: extend commands structure for generalized usage
Firewall: Rules - cleanup cancel button action
Safeguard rule.max, rule.adaptiveend, rule.adaptivestart so they do not trigger an error during SNAT validation if they do not exist
OPNSense /core 6e56871 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php We actually don't know if anybody relies on these endpoints when using automation so they cannot just be removed
OPNSense /core 84ff7a2 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogSNatRule.xml Multi select is not possible in source and destination, remove net_selector_multi
OPNSense /core 441d159 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php Firewall: Rules [new]: Fix handling of interfacenot, evaluate as floating rules in correct prio_group (#9426)
* Firewall: Rules [new]: Fix handling of interfacenot, evaluate as floating rules in correct prio_group
* Correct the floating logic in the FilterRuleField.php
* Fix comment
* This is redundant
* Update src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Update src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Update src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
[16 lines not shown ] OPNSense /core d8183ea — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php Adjust parameters
OPNSense /core 84b9b66 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml Move Mapping header in dialog to better spot
OPNSense /core 67b45d5 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api NptController.php Adjust parameters
OPNSense /core 5ca5161 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api SourceNatController.php Adjust parameters
OPNSense /core 71b2204 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php OneToOneController.php Simplify the shared methods a bit, remove component_label to avoid gettext issues, hardcode dot . for node_reference like the other base methods do.
isc-dhcp: safeguard this access
While playing with the dhcpdv6 -> radvd migration I sort of broke
this, but it's safer to check if we should really read the property.
OPNSense /core 41d9753 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php Hide rules that have an inverted interface, unless show_all is true. Only include an exact match between selected interfaces and rule interfaces as fallback.
OPNSense /core 4d8ba44 — src/opnsense/mvc/app/models/OPNsense/Unbound Unbound.xml, src/opnsense/service/templates/OPNsense/Unbound/core blocklists.conf Unbound: Deprecate Blocklist.site blocklist (unmaintained) (#9509)
* Unbound: Deprecate Blocklist.site blocklist (unmaintained)
* Unbound: Remove Blocklist.site blocklist from UI (unmaintained) OPNSense /core 73d6ea2 — src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php Remove this shadowing of the interface variable which came from the earlier merge conflict with master
unbound: clean up marker and size files, closes #9489 (#9491)
* unbound: clean up marker and size files, closes #9489
* unbound: ditch dnsbl_available and bind around self.dnsbl
* unbound: ditch chained comparison OPNSense /core 7b175c7 — src/etc/inc/plugins.inc.d dhcpd.inc, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php Merge branch 'master' into firewall-interfacenot-floating OPNSense /core 9209c65 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php Firewall: Rules [new] - cleanup logic for https://github.com/opnsense/core/pull/9426
make: allow test to be run always
I think the install dependencies were removed. At least when patching
the local installation the tests do not care suggesting they use the
proper repository files for testing.
mvc: use LIBXML_NOBLANKS when loading config files
This avoids edge cases where the tag is not closing or leaving
whitespaces around.
OPNSense /core 80d87f7 — . plist, src/opnsense/mvc/tests/app/library/OPNsense/Core ConfigTest.php tests: restructure ConfigTest to allow for multiple test files
And add the failing test for the upcoming fix.
Firewall - fix regression in https://github.com/opnsense/core/commit/b9620fd6791ab8730467ae9cc4ca33adb9a9a84c caused by fields not available in both snat and rules.
This commit re-arranges the existing validations so the type specific ones are only evaluated on that type.
filter.volt has no consumer left and can be removed
OPNSense /core 4d81f7c — src/opnsense/mvc/app/controllers/OPNsense/Firewall SourceNatController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api SourceNatController.php nat/snat: Refactor source nat view
System: High Availability - missing syslog caused by netflow_xmlrpc_sync() shadowing the section
PR: https://github.com/opnsense/core/issues/9481
(cherry picked from commit 6e478cf67131b2646ea53e2da3bb855a74bb5b3b )
(cherry picked from commit 4bfa65463c869d0e9decd26aa9a3e1e315e8b579 )
netflow: annotate typo via b2074ef3a3b73cddb2 #9481