[sudo-commits] sudo changeset 13754:5fa969cfdef4

Todd C. Miller Todd.Miller at sudo.ws
Fri Jan 28 10:15:58 MST 2022


changeset:	13754:5fa969cfdef4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5fa969cfdef4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jan 28 08:52:41 2022 -0700

Log Message:
	Add a new sudoers settings log_passwords and passprompt_regex.
	When logging terminal input, if log_passwords is disabled and any
	of the regular expressions in the passprompt_regex list are found
	in the terminal output, terminal input will be replaced with '*'
	characters until a newline or carriage return is found in the input
	or an output character is received.

diffstat:

 docs/sudoers.man.in         |  50 +++++++++++++++++++++++++++++++++-
 docs/sudoers.mdoc.in        |  48 ++++++++++++++++++++++++++++++++-
 plugins/sudoers/Makefile.in |  22 +++++++-------
 plugins/sudoers/def_data.c  |   8 +++++
 plugins/sudoers/def_data.h  |   4 ++
 plugins/sudoers/def_data.in |   6 ++++
 plugins/sudoers/defaults.c  |  51 +++++++++++++++++++++++++++++++++++
 plugins/sudoers/defaults.h  |   1 +
 plugins/sudoers/iolog.c     |  65 ++++++++++++++++++++++++++++++++++++++++++++-
 plugins/sudoers/policy.c    |  15 +++++++++-
 plugins/sudoers/sudoers.c   |   1 +
 11 files changed, 255 insertions(+), 16 deletions(-)



More information about the sudo-commits mailing list