[sudo-commits] sudo changeset 8434:999c2dde60e4

Todd C. Miller Todd.Miller at courtesan.com
Fri Sep 21 16:49:13 EDT 2012


changeset:	8434:999c2dde60e4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/999c2dde60e4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Sep 21 16:25:01 2012 -0400

Log Message:
	Split out implementation-specific back end code out of pwutil.c
	into pwutil_impl.c.  This will allow the main pwutil code to be
	used for lookup methods other than getpw* and getgr*.

diffstat:

 MANIFEST                      |    2 +
 plugins/sudoers/Makefile.in   |   18 +-
 plugins/sudoers/pwutil.c      |  366 ++---------------------------------------
 plugins/sudoers/pwutil.h      |   66 +++++++
 plugins/sudoers/pwutil_impl.c |  338 ++++++++++++++++++++++++++++++++++++++
 5 files changed, 444 insertions(+), 346 deletions(-)



More information about the sudo-commits mailing list