[sudo-commits] sudo changeset 9669:1cfafd7fcb13

Todd C. Miller Todd.Miller at courtesan.com
Sat Sep 27 10:24:32 MDT 2014


changeset:	9669:1cfafd7fcb13 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1cfafd7fcb13
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Sep 27 10:16:31 2014 -0600

Log Message:
	Block SIGINT and SIGQUIT while verifying passwords so that
	authentication modules that use sleep() are not interrupted.
	If the user interrupted authentication, exit the loop.

diffstat:

 plugins/sudoers/auth/sia.c       |  18 +++++++++-
 plugins/sudoers/auth/sudo_auth.c |  71 ++++++++++++++++++++++++++++++++-------
 2 files changed, 74 insertions(+), 15 deletions(-)


More information about the sudo-commits mailing list