[sudo-commits] sudo changeset 15039:1babbb56de42

Todd C. Miller Todd.Miller at sudo.ws
Sat Sep 9 14:07:47 MDT 2023


changeset:	15039:1babbb56de42 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/1babbb56de42
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Sep 09 14:07:11 2023 -0600
files:		plugins/sudoers/auth/sudo_auth.c plugins/sudoers/check.c plugins/sudoers/timestamp.h

Log Message:
	Merge check_user() and check_user_interactive(), move getpass callbacks.

	The getpass callbacks are now defined in sudo_auth.c, which implements
	auth_getpass().  As a result, struct getpass_closure is now public
	and defined in timestamp.h.


diffstat:

 plugins/sudoers/auth/sudo_auth.c |   31 +++++
 plugins/sudoers/check.c          |  240 ++++++++++++++------------------------
 plugins/sudoers/timestamp.h      |   10 +-
 3 files changed, 131 insertions(+), 150 deletions(-)



More information about the sudo-commits mailing list