[sudo-commits] sudo changeset 12321:98cb9d98f547

Todd C. Miller Todd.Miller at sudo.ws
Thu Apr 2 09:36:18 MDT 2020


changeset:	12321:98cb9d98f547 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/98cb9d98f547
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Apr 01 14:41:38 2020 -0600

Log Message:
	Add a force flag to sudo_auth_cleanup() to force immediate cleanup.
	This is used for PAM authentication to make sure pam_end() is called
	via sudo_auth_cleanup() when the user authenticates successfully but
	sudoers denies the command.  Debian bug #669687

diffstat:

 plugins/sudoers/auth/API          |   5 +++--
 plugins/sudoers/auth/aix_auth.c   |   2 +-
 plugins/sudoers/auth/bsdauth.c    |   2 +-
 plugins/sudoers/auth/fwtk.c       |   2 +-
 plugins/sudoers/auth/kerb5.c      |   2 +-
 plugins/sudoers/auth/pam.c        |   4 ++--
 plugins/sudoers/auth/passwd.c     |   2 +-
 plugins/sudoers/auth/secureware.c |   2 +-
 plugins/sudoers/auth/sia.c        |   2 +-
 plugins/sudoers/auth/sudo_auth.c  |   6 +++---
 plugins/sudoers/auth/sudo_auth.h  |  18 +++++++++---------
 plugins/sudoers/check.c           |   2 +-
 plugins/sudoers/sudoers.h         |   2 +-
 13 files changed, 26 insertions(+), 25 deletions(-)


More information about the sudo-commits mailing list