[sudo-commits] sudo changeset 12724:ea47ce43bbee

Todd C. Miller Todd.Miller at sudo.ws
Mon Nov 9 18:44:24 MST 2020


changeset:	12724:ea47ce43bbee in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/ea47ce43bbee
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Nov 09 17:13:04 2020 -0700

Log Message:
	Rename iolog_client -> log_client.
	The logsrvd client code is now used for more than just I/O logging.

diffstat:

 MANIFEST                       |     2 +-
 config.h.in                    |     5 +-
 configure                      |     4 +-
 configure.ac                   |     6 +-
 plugins/sudoers/Makefile.in    |    68 +-
 plugins/sudoers/audit.c        |     9 +-
 plugins/sudoers/iolog.c        |    24 +-
 plugins/sudoers/iolog_client.c |  1895 ----------------------------------------
 plugins/sudoers/iolog_plugin.h |     6 +-
 plugins/sudoers/log_client.c   |  1895 ++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/sudoers.c      |     2 +-
 11 files changed, 1959 insertions(+), 1957 deletions(-)



More information about the sudo-commits mailing list