Encode rangedescr before display in firewall_schedules.php. Fixes #8259
(cherry picked from commit 2f7d3a1f3c9b00a815037e1f4b8a88c938a8f42d)
Backport changes regarding login page
This commit improves consistency and prevents bugs by:1) Not displaying the login CSS file in the theme list2) Ensuring the login background color is respected (get_user_settings)
Code taken from the following commits:...
Do not make a bypasslan IPsec config block when it should be disable/empty. Fixes #8239
(cherry picked from commit fbdf0a084da239ca785360106b3dd8d1390223cf)
Bug in get_interface_ip
Global variable $config was not available, and IP was always fetched using find_interface_ip
(cherry picked from commit 5f56dee420f8141578f535cec597eaa46d71671a)
Skip IPsec ping host CARP check when there are no IPSec ping hosts. Also, add a safety belt so cat can't get stuck waiting on input. Fixes #8172
(cherry picked from commit 45d078c5964b94dd2aa7f1a609fcb47e89eaac49)
Fix auth_check.inc to perform a commit to avoid PHP session gc from reaping the session. Fixes occasional timeouts when sitting on pages that only fetch AJAX for prolonged periods. Fixes #8116
(cherry picked from commit 2138aad96c7046bff8000cb1febd85f16b9292bb)
Backported for bug #8159 so sort by index before deleting to delete the correct one
Revert "Fixed #8159 added a sort by index after a delete call has been made to make sure it lines up correctly."
This reverts commit 1e659e027c5cd9f42a20286f84f0e2967bb01c3c.
Fixed #8159 added a sort by index after a delete call has been made to make sure it lines up correctly.
When retrieving a the modulus for a certificate, private key, or signing request, write the certificate data out to a temp file instead of echoing it through a pipe. Fixes #8153
(cherry picked from commit 6e316e955350ad69d4f86cb332a1a48bfa028e2e)
View revisions
Also available in: Atom