[sudo-commits] sudo changeset 12689:d8306755201a

Todd C. Miller Todd.Miller at sudo.ws
Mon Oct 26 18:12:15 MDT 2020


changeset:	12689:d8306755201a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d8306755201a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 26 16:10:40 2020 -0600

Log Message:
	Use libeventlog in sudoers instead of doing our own logging.

diffstat:

 include/sudo_eventlog.h       |     1 +
 lib/eventlog/eventlog.c       |     4 +-
 plugins/sudoers/Makefile.in   |  1704 +++++++++++++++++++++-------------------
 plugins/sudoers/audit.c       |    46 +-
 plugins/sudoers/defaults.c    |     7 +
 plugins/sudoers/locale.c      |     1 +
 plugins/sudoers/logging.c     |   843 ++++----------------
 plugins/sudoers/logging.h     |     7 +-
 plugins/sudoers/policy.c      |     5 +
 plugins/sudoers/stubs.c       |     7 +
 plugins/sudoers/sudoers.h     |     3 +
 plugins/sudoers/testsudoers.c |     6 +
 12 files changed, 1116 insertions(+), 1518 deletions(-)



More information about the sudo-commits mailing list