Correct required param after optional param syntax errors
Silence warnings about missing global key 'booting'
Add config_get_path and config_set_path for config element access
config_get_path and config_set_path allow the user to specify a configurationelement by path rather than by direct access to the global config array. Thishas several advantages, including eliminating errors attempting to access...
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.
View revisions
Also available in: Atom