[sudo-commits] sudo changeset 9699:524d95ac222e

Todd C. Miller Todd.Miller at courtesan.com
Wed Oct 8 15:29:25 MDT 2014


changeset:	9699:524d95ac222e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/524d95ac222e
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