[sudo-commits] sudo changeset 12301:269ae210ea34

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


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

Log Message:
	Parse I/O JSON info file in JSON if present.
	The JSON version includes more information than the original "log"
	file in the I/O log dir.

diffstat:

 MANIFEST                     |    1 +
 doc/sudoreplay.man.in        |   11 +-
 doc/sudoreplay.mdoc.in       |    9 +-
 include/sudo_iolog.h         |    1 +
 lib/iolog/Makefile.in        |   23 +-
 lib/iolog/iolog_json.c       |  760 +++++++++++++++++++++++++++++++++++++++++++
 lib/iolog/iolog_util.c       |  113 ++++--
 plugins/sudoers/sudoreplay.c |   28 +-
 8 files changed, 891 insertions(+), 55 deletions(-)


More information about the sudo-commits mailing list