378,231 commits found in 29 milliseconds
OPNSense /core 99a0b18 — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php, src/opnsense/scripts/OPNsense/CaptivePortal cp-background-process.py captive portal: align accounting session timeout with captive portal API
dnsmasq: fix edge cases writing dnsmasq-hosts
Since 0d566922 we expect a host name, but the domain is optional.
DHCP allows to omit the host name too so only write the host name
if it is there and only write the domain if it is there on top of
the host name. Otherwise do not render anything.
dnsmasq: Create static host entries for all except partial IPv6 addresses (#8699)
* dnsmasq: Create static host entries for all except partial IPv6 addresses dnsmasq: Create static host entries for all except partial IPv6 addresses
dnsmasq: Domain does not play a role in cname as it is dynamic due to the nature of dhcp-host using the domain of the dhcp-range
rc: gpart says we should commit the label but the label just points somewhere? #8543
Use the index for commit as well. The documentation and examples are unclear.
kea: correct static mapping for IPv6; closes #8697
(cherry picked from commit 8103026cdf6b6b66e443fb288b52074f4fa149d3 )
mvc: style sweep
kea: correct static mapping for IPv6; closes #8697
dnsmasq: Try out cnames for aliases of dhcp-host directive
firmware: since bogons source writes a comment first prefix our exclusions too
OPNSense /core 1ce0311 — src/etc/inc util.inc, src/opnsense/mvc/app/library/OPNsense/Firewall Util.php Firewall: Aliases - performance improvements when using large amounts of aliases
squashes fec3f0b 718035b 2f93460 de0b4e6 f158294 718779d 60edb63 9e69dd3 87831e1 5d1a761
Firewall: Aliases - performance improvements when using large amounts of aliases, closes https://github.com/opnsense/core/issues/8654
missed a spot in legacy_bindings.inc, legacy_list_aliases() should be able to use the cached version of the data as well as it's only used on the frontend
OPNSense /core 804134a — src/etc/inc util.inc, src/opnsense/mvc/app/library/OPNsense/Firewall Util.php Firewall: Aliases - performance improvements when using large amounts of aliases
squashes fec3f0b 718035b 2f93460 de0b4e6 f158294 718779d 60edb63 9e69dd3 87831e1
OPNSense /core 87831e1 — src/etc rc.configure_plugins rc.configure_firmware, src/etc/inc filter.inc Firewall: Aliases - performance improvements when using large amounts of aliases, closes https://github.com/opnsense/core/issues/8654
Cleanup model cachefiles on rc.configure_firmware and rc.configure_plugins and flush alias cache on filter reconfigure, the later ensures the aliases exist anyway at the os level.
OPNSense /core b2c1c14 — src/opnsense/mvc/app/models/OPNsense/Firewall/DynamicAliases CaptivePortalAliases.php captive portal: mark alias as type external for use in rules (fixes https://github.com/opnsense/core/issues/8689 )
(cherry picked from commit 6f47a269bd6835a0d048ab122cf7696f208a39e3 )
OPNSense /core 6f47a26 — src/opnsense/mvc/app/models/OPNsense/Firewall/DynamicAliases CaptivePortalAliases.php captive portal: mark alias as type external for use in rules (fixes https://github.com/opnsense/core/issues/8689 )
Revert "axgbe: adjust for jumbo frames"
https://github.com/opnsense/src/issues/251
This reverts commit f2e51f2174229edd6376099a7cc35c1bd60b68d6 .
OPNSense /core a72f604 — src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms dialogDHCPboot.xml, src/opnsense/mvc/app/models/OPNsense/Dnsmasq Dnsmasq.xml dnsmasq: Allow multiple tags per dhcp-boot, fix tag rendering by removing - like in other parts of template (#8691)
(cherry picked from commit 24544c921c36ea8a5e9881e9e5bb44318e58db5c )
OPNSense /core 24544c9 — src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms dialogDHCPboot.xml, src/opnsense/mvc/app/models/OPNsense/Dnsmasq Dnsmasq.xml dnsmasq: Allow multiple tags per dhcp-boot, fix tag rendering by removing - like in other parts of template (#8691)
Remove 'inplace' in chained assignment. Fixes #8664 (#8665)
OPNSense /plugins c05cef9 — www/caddy pkg-descr, www/caddy/src/opnsense/mvc/app/controllers/OPNsense/Caddy/forms general.xml www/caddy: sync with master
OPNSense /core 25ce6d4 — src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms dialogDHCPboot.xml, src/opnsense/mvc/app/models/OPNsense/Dnsmasq Dnsmasq.xml dnsmasq: Allow multiple tags per dhcp-boot, fix tag rendering by removing - like in other parts of template
dnsmasq: domain to host migration for hosts #8650
(cherry picked from commit 0d5669228a1c31618fa5a47e6d8831712aebd478 )
(cherry picked from commit 7b214c6e334550086aeb7bfb918282646d3b3570 )
OPNSense /core caedd7c — src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php SourceNatRuleField.php cleanup: add static $internalStaticChildren in Array fields for OPNsense/Firewall/FieldTypes to avoid accidental overlaps.
(cherry picked from commit aa66af1a143c8451ec671458f07a82f8891b057d )
OPNSense /core 4e615bd — src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/Api LeasesController.php, src/opnsense/mvc/app/views/OPNsense/Dnsmasq leases.volt dnsmasq: Add protocol selectpicker to leases view (#8667)
* dnsmasq: Add protocol selectpicker to leases view
* dnsmasq: Add missing translations in leases volt
* Update src/opnsense/mvc/app/views/OPNsense/Dnsmasq/leases.volt
Co-authored-by: Franco Fichtner <franco at opnsense.org>
---------
Co-authored-by: Franco Fichtner <franco at opnsense.org>
(cherry picked from commit b2913dbdb7ae947095277749f2cb9399986e27b5 )
OPNSense /core 0c74a78 — src/opnsense/mvc/app/controllers/OPNsense/Dnsmasq/forms dialogHostOverride.xml dialogDHCPrange.xml, src/opnsense/mvc/app/models/OPNsense/Dnsmasq Dnsmasq.xml dnsmasq: Allow lease_time 0 to set it infinite (#8678)
(cherry picked from commit 69748ae200ee391d112f4b676f612db6c3b4a183 )
dnsmasq: looks like a wrong escape in configuration, dnsmasq manual agrees
PR: https://forum.opnsense.org/index.php?topic=47203.0
(cherry picked from commit 4b0b3bf9f5342990b25975f2d32a6619c032f9bc )
OPNSense /core af80b44 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.xml KeaDhcpv6.php Services: Kea DHCP: Kea DHCPv6 - add advanced options [pd-]allocator, closes https://github.com/opnsense/core/issues/8677
(cherry picked from commit 65bd273b331fe89443df6c4259e62f747c260821 )
VPN: OpenVPN: Instances - add [push] block-ipv6 option, closes https://github.com/opnsense/core/issues/8658
(cherry picked from commit 96864acfa8d9474e98a781d7a9ffcc544b64d1aa )