[sudo-commits] sudo changeset 13292:9e25dc71b4cc

Todd C. Miller Todd.Miller at sudo.ws
Tue Jun 15 14:24:56 MDT 2021


changeset:	13292:9e25dc71b4cc in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9e25dc71b4cc
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jun 15 13:58:12 2021 -0600

Log Message:
	Use sudo_warnx?() instead of sudo_debug_printf for errors.
	We now hook the warn functions so the messages are logged.
	The messages still show up in the debug log too.

diffstat:

 logsrvd/iolog_writer.c    |  262 +++++++++++++++++++--------------------------
 logsrvd/logsrv_util.c     |    9 +-
 logsrvd/logsrvd.c         |  200 +++++++++++++---------------------
 logsrvd/logsrvd_conf.c    |   34 ++---
 logsrvd/logsrvd_journal.c |   80 ++++++-------
 logsrvd/logsrvd_local.c   |   55 +++-----
 logsrvd/logsrvd_queue.c   |   29 +---
 logsrvd/logsrvd_relay.c   |  112 +++++++------------
 logsrvd/sendlog.c         |    5 +-
 logsrvd/tls_init.c        |   26 +--
 10 files changed, 330 insertions(+), 482 deletions(-)



More information about the sudo-commits mailing list