386,166 commits found in 63 milliseconds
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
divert: Fix removal of divert sockets from a group
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 net/relayd: style
net/radsecproxy: style
net/ftp-proxy: style
sutils/nut: style
net-mgmt/nrpe: style
OPNSense /plugins 1f2af6b — net-mgmt/net-snmp/src/opnsense/mvc/app/models/OPNsense/Netsnmp General.xml User.xml net-mgmt/net-snmp: style
mail/rspamd: style
sysutils/sftp-backup: style
www/web-proxy-sso: style
www/squid: style
www/c-icap: style
OPNSense /plugins 3752d19 — net/ndp-proxy-go/src/opnsense/mvc/app/controllers/OPNsense/NdpProxy/Api GeneralController.php net/ndp-proxy-go: style change
OPNSense /plugins 7d14cac — www/caddy Makefile pkg-descr, www/caddy/src/opnsense/mvc/app/views/OPNsense/Caddy reverse_proxy.volt www/caddy: sync with master
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 sysutils/dmidecode: mark unmaintained, last update in 2019
www/web-proxy-sso: switch to ummaintained instead of obsolete for now
PR: https://github.com/opnsense/plugins/commit/6450cbcaca3
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
OPNSense /core 0ac213b — src/opnsense/mvc/app/views/OPNsense/Diagnostics fw_log.volt, src/opnsense/www/js opnsense_bootgrid.js firewall: live view: allow column modifications and combine hostname columns
Since the normal bootgrid implementation expects an action bar to
be able to provide a reset, the shortest path here is to expose
the _setPersistence toggle to allow manual resets from pages
where an action bar is not present.
While here, modify the lookup formatter such that it includes
ports as well, and make sure we unset the src/dst columns
if we lookup hostnames, and vice versa if we don't.
System: High Availability - missing syslog caused by netflow_xmlrpc_sync() shadowing the section. closes https://github.com/opnsense/core/issues/9481
As people might already be using "syslog" to sync Netflow, we better rename syslog with syslog-ng (which we use anyway).