[sudo-commits] sudo changeset 5976:ba9e3eba2b72

Todd C. Miller Todd.Miller at courtesan.com
Fri Aug 6 13:55:44 EDT 2010


changeset:	5976:ba9e3eba2b72 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ba9e3eba2b72
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Aug 06 13:55:33 2010 -0400

Log Message:
	No need to look up shadow password unless we are doing password-style
	authentication.  This moves the shadow password lookup to the auth
	functions that need it.

diffstat:

 configure                         |   6 +++---
 configure.in                      |   8 ++++----
 plugins/sudoers/Makefile.in       |   3 +--
 plugins/sudoers/auth/passwd.c     |  32 +++++++++++++++++++++++++-------
 plugins/sudoers/auth/secureware.c |  26 ++++++++++++++++++++++----
 plugins/sudoers/auth/sudo_auth.c  |   4 ++--
 plugins/sudoers/auth/sudo_auth.h  |   2 ++
 plugins/sudoers/pwutil.c          |  22 +---------------------
 8 files changed, 60 insertions(+), 43 deletions(-)



More information about the sudo-commits mailing list