[sudo-commits] sudo changeset 12725:cde784a59490

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


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

Log Message:
	Rename iolog_plugin.h to log_client.h.
	It is no longer I/O log specific and is used by sudoers_audit too.

diffstat:

 MANIFEST                       |    2 +-
 plugins/sudoers/Makefile.in    |   42 ++++++-------
 plugins/sudoers/audit.c        |    7 +-
 plugins/sudoers/iolog.c        |   16 ++--
 plugins/sudoers/iolog_plugin.h |  120 ----------------------------------------
 plugins/sudoers/log_client.c   |   12 ++--
 plugins/sudoers/log_client.h   |  121 +++++++++++++++++++++++++++++++++++++++++
 7 files changed, 159 insertions(+), 161 deletions(-)



More information about the sudo-commits mailing list