[sudo-commits] sudo changeset 13756:1d07eaada99c

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


changeset:	13756:1d07eaada99c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1d07eaada99c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Jan 28 08:52:42 2022 -0700

Log Message:
	Add new log_passwords and passprompt_regex settings.
	When logging terminal input, if log_passwords is false 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/sudo_logsrvd.conf.man.in  |  54 +++++++++++++++++++++++++-
 docs/sudo_logsrvd.conf.mdoc.in |  52 ++++++++++++++++++++++++-
 examples/sudo_logsrvd.conf     |  10 ++++
 logsrvd/logsrvd.h              |   4 +-
 logsrvd/logsrvd_conf.c         |  86 ++++++++++++++++++++++++++++++++++++-----
 logsrvd/logsrvd_local.c        |  20 +++++++--
 6 files changed, 205 insertions(+), 21 deletions(-)



More information about the sudo-commits mailing list