Fix some config path warnings
Remove unnecessary config_init_path() calls
Sanitize RFC2136 key data in status output. Fixes #15490
Clean up diffs
kea: filter self-signed certs from TLS options
Add safety check for alias ID
Fix config paths with leading slash
A single or a leading forwward-slash is not supported.
Add safety checks to config index variables
If a config path is called with a null index, the result is undefined due to theconfig functions ignoring consecutive slashes.
Stop sshguard spam in system logs. Fix #12747
Instead of restarting sshguard with each log rotation, keep it runningseparately while monitoring the auth log file. This allows sshguardstart/stop events to still be included in the system log withoutspamming it. When the log file is rotated by newsyslog, sshguard will...
Move to CURLINFO_RESPONSE_CODE
As of cURL 7.10.8, CURLINFO_HTTP_CODE is a legacy alias ofCURLINFO_RESPONSE_CODE.
View revisions
Also available in: Atom