[sudo-commits] sudo changeset 12300:5fc89148c214

Todd C. Miller Todd.Miller at sudo.ws
Sun Mar 29 05:09:26 MDT 2020


changeset:	12300:5fc89148c214 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5fc89148c214
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Mar 29 05:05:08 2020 -0600

Log Message:
	Write an extended I/O info log in JSON format.
	This will be used by sudoreplay if it exists to get more information
	about the command being replayed.

diffstat:

 include/sudo_iolog.h                                      |    9 +-
 lib/iolog/Makefile.in                                     |   12 +-
 lib/iolog/iolog_fileio.c                                  |  188 +++++++++++++-
 lib/iolog/iolog_util.c                                    |    5 +-
 logsrvd/eventlog.c                                        |    2 +-
 logsrvd/iolog_writer.c                                    |   35 ++-
 logsrvd/logsrvd.h                                         |    4 +-
 logsrvd/sendlog.c                                         |    4 +-
 plugins/sudoers/Makefile.in                               |   28 +-
 plugins/sudoers/iolog.c                                   |   11 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |    6 +-
 plugins/sudoers/sudoreplay.c                              |   13 +-
 12 files changed, 270 insertions(+), 47 deletions(-)


More information about the sudo-commits mailing list