Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  include

Latest revisions

# Date Author Comment
1c978a25 09/26/2024 08:07 PM Christian McDonald

kea: filter self-signed certs from TLS options

d2898b25 09/25/2024 09:04 PM Marcos M

Add safety check for alias ID

7939322b 09/05/2024 08:02 PM Marcos M

Fix config paths with leading slash

A single or a leading forwward-slash is not supported.

4cd7b4b4 08/28/2024 10:48 PM Marcos M

Add safety checks to config index variables

If a config path is called with a null index, the result is undefined due to the
config functions ignoring consecutive slashes.

f32dca24 08/21/2024 08:18 PM Marcos M

Stop sshguard spam in system logs. Fix #12747

Instead of restarting sshguard with each log rotation, keep it running
separately while monitoring the auth log file. This allows sshguard
start/stop events to still be included in the system log without
spamming it. When the log file is rotated by newsyslog, sshguard will...

0a575039 08/13/2024 09:39 PM Marcos M

Move to CURLINFO_RESPONSE_CODE

As of cURL 7.10.8, CURLINFO_HTTP_CODE is a legacy alias of
CURLINFO_RESPONSE_CODE.

735b7681 08/08/2024 08:41 PM Marcos M

Introduce explicit config file read/write functions

d68ab15c 08/01/2024 03:31 PM Marcos M

Allow changing system-default SCTP timeouts. Implement #15661

0d2ada69 07/17/2024 06:26 PM Marcos M

Handle large sections when skipping package config. Fix #15624

Using regex to remove the 'installedpackages' config section may fail
depending on the size of the string being parsed. Avoid this limit by
modifying a config array instead.

414c920f 07/15/2024 08:02 PM Christian McDonald

kea: lower max unacked clients default from 10 to 0.

View revisions

Also available in: Atom