[sudo-commits] sudo changeset 14215:45a19e8e3721

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 27 13:53:10 MDT 2022


changeset:	14215:45a19e8e3721 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/45a19e8e3721
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 27 13:35:45 2022 -0600

Log Message:
	Move exec code to call into I/O log plugin to exec_iolog.c.
	This will be shared with exec_nopty.c in the future to log
	stdin/stdout/stderr without running the command in a pty.
	Both exec_pty.c and exec_nopty.c now use the same closure.

diffstat:

 MANIFEST                          |    1 +
 src/Makefile.in                   |   31 +-
 src/exec.c                        |   31 +
 src/exec_iolog.c                  |  613 +++++++++++++++++++++++++++++++
 src/exec_nopty.c                  |   81 +---
 src/exec_pty.c                    |  735 ++-----------------------------------
 src/regress/noexec/check_noexec.c |    1 +
 src/sudo_exec.h                   |   97 ++++-
 src/sudo_intercept_common.c       |    2 +-
 9 files changed, 827 insertions(+), 765 deletions(-)



More information about the sudo-commits mailing list