[sudo-commits] sudo changeset 5394:2665e2920d0d

Todd C. Miller Todd.Miller at courtesan.com
Wed May 26 17:57:54 EDT 2010


changeset:	5394:2665e2920d0d in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2665e2920d0d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed May 26 17:57:47 2010 -0400

Log Message:
	Add open/close session to sudo auth, only used by PAM.
	This allows us to open (and close) the PAM session from sudoers.

diffstat:

 plugins/sudoers/auth/pam.c       |  33 +++++++++++++-------
 plugins/sudoers/auth/sudo_auth.c |  62 ++++++++++++++++++++++++++++++---------
 plugins/sudoers/auth/sudo_auth.h |  22 ++++++++-----
 plugins/sudoers/set_perms.c      |  51 --------------------------------
 plugins/sudoers/sudoers.c        |  10 ++++++
 plugins/sudoers/sudoers.h        |   3 +-
 6 files changed, 94 insertions(+), 87 deletions(-)



More information about the sudo-commits mailing list