]> granicus.if.org Git - sudo/commit
Pam conversation function changes:
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Feb 2015 18:12:45 +0000 (11:12 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 23 Feb 2015 18:12:45 +0000 (11:12 -0700)
commita604f0f02dcaace062750d3f5b83d1dd4c3c7ef6
tree0ba36173f5f94a7cd0ae5db5269caf6776067486
parente11f32fd423febd518572577b9b3c8da6a7b5269
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.
plugins/sudoers/auth/pam.c