Do input validation on the actual array passed in
I was tearing my hair out for a while. If do_input_validation() is passed some array of keys/values that has been assembled elsewhere (not $_POST, $_GET or $_REQUEST superglobals) then it does not work. The code here, for at least the last 7 years, has actually been checking the array keys in the "hard-coded" superglobals. That is a bit surprising, since the array to be checked is passed in as $postdata parameter....
Escape IPv6 when passed to ndp delete command
(cherry picked from commit 1d92faa34f7c9aaa97b1983f273d2d73285befb5)
Add ability to delete NDP entry
(cherry picked from commit 13105d9c79fe3ac8be2b01c152fb9fb6a95147b4)
Remember original alias name on edit input errors
(cherry picked from commit 1271754326fe648093204296652398b1edd24912)
Refactor update_alias_names_upon_change
(cherry picked from commit 24807bfeaec218948937a1fdc2b4e863319e41a0)
Revise dev_mode change handler
(cherry picked from commit 8a0af41adc9c29ccf7b8dabb3b7658abf46054a6)
Fixed #7451Revised onchage handlers to obviate need for second click in Chrome on MacOS
(cherry picked from commit dd3c646fa5744a550f91524035a92f509d6162cf)
Revert "Restore CSRF customizations"
This reverts commit 1d7a414705794f2527dc1b7b3bb5419db1024bb6.
Revert "CSRF: Close session before exit"
This reverts commit d2495e5893baa63b2973b66f7c1b9787fada2e30.
CSRF: Close session before exit
On CSRF, call phpsession_end() before exit to avoid syslog warningabout open session
Submitted by: PiBa-NL
View revisions
Also available in: Atom