[sudo-commits] sudo changeset 7315:19a53f3fb596

Todd C. Miller Todd.Miller at courtesan.com
Tue Sep 27 13:19:00 EDT 2011


changeset:	7315:19a53f3fb596 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/19a53f3fb596
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Sep 27 13:18:46 2011 -0400

Log Message:
	Modify the authentication API such that the init and cleanup functions
	are always called, regardless of whether or not we are going to
	verify a password.  This is needed for proper PAM session support.

diffstat:

 plugins/sudoers/auth/API          |    7 +-
 plugins/sudoers/auth/bsdauth.c    |    2 +-
 plugins/sudoers/auth/fwtk.c       |    2 +-
 plugins/sudoers/auth/kerb4.c      |    2 +-
 plugins/sudoers/auth/kerb5.c      |   58 +++++++++++------
 plugins/sudoers/auth/pam.c        |   34 ++++------
 plugins/sudoers/auth/passwd.c     |    2 +-
 plugins/sudoers/auth/secureware.c |    2 +-
 plugins/sudoers/auth/securid.c    |    2 +-
 plugins/sudoers/auth/securid5.c   |    3 +-
 plugins/sudoers/auth/sudo_auth.c  |  118 ++++++++++++++++++++++---------------
 plugins/sudoers/auth/sudo_auth.h  |   19 +++--
 plugins/sudoers/check.c           |   20 +++++-
 plugins/sudoers/sudoers.c         |    4 +-
 plugins/sudoers/sudoers.h         |    6 +-
 15 files changed, 164 insertions(+), 117 deletions(-)



More information about the sudo-commits mailing list