]> granicus.if.org Git - sudo/commit
No need to look up shadow password unless we are doing password-style
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2010 17:55:33 +0000 (13:55 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 6 Aug 2010 17:55:33 +0000 (13:55 -0400)
commit96cb890d53bef4b1e989e11f51a766b06b0f257b
tree23eb6e23cfe587d8ad003ccf97795d24b3fd1e14
parentcb1848fab12388f4d0f0bdc7c91cb9ef104bc862
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.
configure
configure.in
plugins/sudoers/Makefile.in
plugins/sudoers/auth/passwd.c
plugins/sudoers/auth/secureware.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/auth/sudo_auth.h
plugins/sudoers/pwutil.c