]> granicus.if.org Git - sudo/commit
Add a suspend event type to the I/O log to log suspend/resume of
authorTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 5 Oct 2018 20:16:08 +0000 (14:16 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Fri, 5 Oct 2018 20:16:08 +0000 (14:16 -0600)
commitcf07dc0757e58a40d56d95fa05694275fb045cb0
tree55541ac477046c43d46d3b3f12153eac07816fb9
parente2570307e68e157a823a8c06004cecdcabe6442a
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.
13 files changed:
MANIFEST
include/sudo_plugin.h
plugins/sudoers/Makefile.in
plugins/sudoers/iolog.c
plugins/sudoers/iolog.h
plugins/sudoers/iolog_event.h [new file with mode: 0644]
plugins/sudoers/iolog_files.h [new file with mode: 0644]
plugins/sudoers/iolog_util.c
plugins/sudoers/iolog_util.h [deleted file]
plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c
plugins/sudoers/regress/iolog_util/check_iolog_util.c
plugins/sudoers/sudoreplay.c
src/exec_pty.c