Add php81 extensions dir path
Use array_values() to expand $cert_curve_compatible
In php8, call_user_func_array expands the $cert_curve_compatible array intonamed parameters for nominated func array_merge(), which returns an error uponbeing called with unknown named parameters. To fix this, explicitly select the...
Consider EC digest prefix when renewing CA/Cert. Fixes #13437
CRL lifetime fixes to avoid rollover. Fixes #13424
Skip URL tables with invalid names. Fixes #13425
captiveportal: fix comment
Restore the correct comment, as pointed out by "Fole Systems" inhttps://redmine.pfsense.org/issues/13323#change-62565
Correct omission of ipv6 addresses in get_interface_addresses. #11545
The original v6 translation wrapping from pfSense_get_ifaddrs() output to thatof pfSense_get_interface_addresses had some confusion around array keys that isresolved in this commit.
Add two missing '\n' to pkg.conf.
This file is quickly overwritten by the (correct) version written bypfSense-upgrade, this makes this failure hard to see.
Get radius nas ip from correct variable. Fix #13356
Ensure we apply policy routing on whitelisted captive portal MAC addresses
We cannot simply 'pass in quick' for the _patthru tagged packets,because that means we don't process any subsequent policy routing (orother user) rules.
We want the _passthru tagged (i.e. whitelisted by MAC address) packets...
View revisions
Also available in: Atom