[sudo-commits] sudo changeset 10376:d2b926e2f7d6

Todd C. Miller Todd.Miller at courtesan.com
Wed Mar 16 11:02:54 MDT 2016


changeset:	10376:d2b926e2f7d6 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d2b926e2f7d6
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Mar 09 09:39:46 2016 -0700

Log Message:
	Work around an ambiguity in the PAM spec with respect to the conversation
	function.  It is not clear whether the "struct pam_message **msg" is an
	array of pointers or a pointer to an array.  Linux-PAM and OpenPAM use
	an array of pointers while Solaris/HP-UX/AIX uses a pointer to an array.
	Bug #726.

diffstat:

 NEWS                       |   3 +++
 config.h.in                |   4 ++++
 configure                  |  13 +++++++++++++
 configure.ac               |   9 +++++++++
 plugins/sudoers/auth/pam.c |  34 ++++++++++++++++++++++------------
 5 files changed, 51 insertions(+), 12 deletions(-)


More information about the sudo-commits mailing list