[sudo-commits] sudo changeset 13176:352ecb58618f

Todd C. Miller Todd.Miller at sudo.ws
Fri Apr 9 13:02:27 MDT 2021


changeset:	13176:352ecb58618f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/352ecb58618f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Apr 08 15:31:33 2021 -0600

Log Message:
	Move allocation of the TLS context to logsrvd_conf_apply().
	This way we get certificate errors at configuration time, not after.
	It also means that a change to the config file that renders the TLS
	settings invalid will no longer cause the server to exit.  The new
	config will just be ignored as if there was a syntax error.

diffstat:

 logsrvd/logsrvd.c      |  26 ++++++++------------------
 logsrvd/logsrvd_conf.c |  26 ++++++++++++++++++++++++--
 2 files changed, 32 insertions(+), 20 deletions(-)



More information about the sudo-commits mailing list