[sudo-commits] sudo changeset 12681:9fef7a5f077b

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


changeset:	12681:9fef7a5f077b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9fef7a5f077b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Oct 26 15:31:41 2020 -0600

Log Message:
	Use struct eventlog in place of struct iolog_info.

diffstat:

 include/sudo_eventlog.h                                   |    1 +
 include/sudo_iolog.h                                      |   29 +--
 lib/eventlog/eventlog.c                                   |   37 ++
 lib/iolog/Makefile.in                                     |   42 +-
 lib/iolog/iolog_fileio.c                                  |  101 ++++----
 lib/iolog/iolog_json.c                                    |  107 ++++----
 lib/iolog/iolog_util.c                                    |   74 +----
 logsrvd/Makefile.in                                       |   18 +-
 logsrvd/iolog_writer.c                                    |  174 ++++---------
 logsrvd/logsrvd.c                                         |   21 +-
 logsrvd/logsrvd.h                                         |    5 +-
 logsrvd/sendlog.c                                         |   47 +-
 logsrvd/sendlog.h                                         |    2 +-
 plugins/sudoers/Makefile.in                               |   81 +++---
 plugins/sudoers/iolog.c                                   |   44 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   53 ++--
 plugins/sudoers/sudoreplay.c                              |   85 +++---
 17 files changed, 430 insertions(+), 491 deletions(-)



More information about the sudo-commits mailing list