[sudo-commits] sudo changeset 11543:8091d1835a31

Todd C. Miller Todd.Miller at sudo.ws
Fri Oct 5 14:51:14 MDT 2018


changeset:	11543:8091d1835a31 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/8091d1835a31
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Oct 05 14:16:08 2018 -0600

Log Message:
	Add a suspend event type to the I/O log to log suspend/resume of
	the command so we can skip that delay during replay.

diffstat:

 MANIFEST                                                  |    2 +-
 include/sudo_plugin.h                                     |    5 +-
 plugins/sudoers/Makefile.in                               |   24 +-
 plugins/sudoers/iolog.c                                   |  153 ++++++++++---
 plugins/sudoers/iolog.h                                   |   70 ++++--
 plugins/sudoers/iolog_event.h                             |   33 +++
 plugins/sudoers/iolog_files.h                             |   47 ++++
 plugins/sudoers/iolog_util.c                              |   37 ++-
 plugins/sudoers/iolog_util.h                              |   68 ------
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   14 +-
 plugins/sudoers/regress/iolog_util/check_iolog_util.c     |    2 +-
 plugins/sudoers/sudoreplay.c                              |   97 +++++---
 src/exec_pty.c                                            |   41 +++-
 13 files changed, 387 insertions(+), 206 deletions(-)


More information about the sudo-commits mailing list