UPnP IGD & PCP: Improve descriptions
Don't restart sshguard when the syslogd service is restarted
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...
Introduce parse_config() and init_config_arr() stubs for backwards compatibility
Clarify comment while there.
Minor cleanup
Move to CURLINFO_RESPONSE_CODE
As of cURL 7.10.8, CURLINFO_HTTP_CODE is a legacy alias ofCURLINFO_RESPONSE_CODE.
Fix function declaration in config_read_file()
Refactor config file reading and recovery
config_read_file():- Refactor to adapt code from parse_config(), parse_config_bootup(), and write_config().- Don't exit the PHP script on failure - leave that to the caller.- config_read(): generate config cache if needed. Included inside...
Introduce explicit config file read/write functions
Be more explicit about config locks
Introduce config lock in encrypted_configxml() and restore_backup().
Remove config lock from parse_config() and parse_config_bootup(); thesestill indirectly lock the config via calls to restore_backup().
View revisions
Also available in: Atom