[sudo-commits] sudo changeset 13753:19c3a58dfe29

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


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

Log Message:
	lib/iolog: add support for filtering password out of tty input
	If a password regex is found in the tty output, tty input will be
	replaced with '*' chars until a newline or another tty output
	character is received.

diffstat:

 MANIFEST                 |    1 +
 include/sudo_iolog.h     |   14 ++-
 lib/iolog/Makefile.in    |   28 +++-
 lib/iolog/iolog_filter.c |  249 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 284 insertions(+), 8 deletions(-)



More information about the sudo-commits mailing list