[sudo-commits] sudo changeset 12415:16ade34c38ee

Todd C. Miller Todd.Miller at sudo.ws
Fri May 8 16:10:09 MDT 2020


changeset:	12415:16ade34c38ee in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/16ade34c38ee
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri May 08 16:07:55 2020 -0600

Log Message:
	Only enable TLS listener by default if we have a cert for it.
	We want the log server to work with the default configuration.  If
	the default certificate path exists, it will be used with the default
	listener.  If the user explicitly enabled a TLS listener we always
	attempt to use it.  If TLS was specified but no cert file was set,
	the default location will be used (and an error will occur if the
	cert cannot be loaded).

diffstat:

 doc/sudo_logsrvd.conf.man.in   |   7 +++-
 doc/sudo_logsrvd.conf.mdoc.in  |   7 +++-
 logsrvd/logsrvd.c              |  10 ++++++-
 logsrvd/logsrvd_conf.c         |  53 ++++++++++++++++++++++++++++++++++-------
 plugins/sudoers/iolog_client.c |  12 +++++++--
 5 files changed, 70 insertions(+), 19 deletions(-)


More information about the sudo-commits mailing list