[sudo-commits] sudo changeset 9918:8d378f40fe1f

Todd C. Miller Todd.Miller at courtesan.com
Mon Feb 23 12:53:09 MST 2015


changeset:	9918:8d378f40fe1f in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8d378f40fe1f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Feb 23 11:12:45 2015 -0700

Log Message:
	Pam conversation function changes:
	 o use PAM_BUF_ERR as the return value when calloc() fails.
	 o sanity check the value of num_msg
	 o remove the workaround for old Apple PAM
	 o PAM_AUTH_ERR is not a valid PAM conversation function return value

	If getpass_error is set after a call to pam_verify (usually because
	the user pressed ^C), return AUTH_INTR immediately instead of
	checking the pam_verify return value.

diffstat:

 plugins/sudoers/auth/pam.c |  35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)


More information about the sudo-commits mailing list