[sudo-commits] sudo changeset 5970:10a85eebbf4c

Todd C. Miller Todd.Miller at courtesan.com
Fri Aug 6 10:02:11 EDT 2010


changeset:	5970:10a85eebbf4c in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/10a85eebbf4c
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Aug 06 10:02:02 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:

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



More information about the sudo-commits mailing list