[sudo-commits] sudo changeset 14203:5b7ea42ac63b

Todd C. Miller Todd.Miller at sudo.ws
Tue Sep 20 14:43:26 MDT 2022


changeset:	14203:5b7ea42ac63b in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5b7ea42ac63b
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Sep 20 14:35:12 2022 -0600

Log Message:
	Split log_{input,output} into log_{stdin,ttyin} and log_{ttyout,stdout,stderr}
	If log_input is set, log_{stdin,ttyin} will be set as well.
	If log_output is set, log_{stdout,stderr,ttyout} will be set as well.
	This provides more fine-grained control over I/O logging and makes it
	possible to disable logging piped or redirected intput or output.

diffstat:

 docs/sudoers.man.in                         |  365 +++++++++++++++++++++++----
 docs/sudoers.mdoc.in                        |  331 +++++++++++++++++++++----
 plugins/sudoers/audit.c                     |    2 +-
 plugins/sudoers/def_data.c                  |   20 +
 plugins/sudoers/def_data.h                  |  172 ++++++------
 plugins/sudoers/def_data.in                 |   15 +
 plugins/sudoers/defaults.h                  |    5 +
 plugins/sudoers/parse.c                     |    2 +
 plugins/sudoers/policy.c                    |   24 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c |   14 +
 plugins/sudoers/sudoers.c                   |   34 ++-
 plugins/sudoers/sudoers.h                   |    2 +
 12 files changed, 786 insertions(+), 200 deletions(-)



More information about the sudo-commits mailing list