[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Fri Nov 19 15:03:33 EST 2004


Module Name:	sudo
Committed By:	millert
Date:		Fri Nov 19 20:03:33 UTC 2004

Modified Files:
	sudo: defaults.c match.c parse.c parse.h testsudoers.c

Log Message:
Change an occurence of user_matches() -> runas_matches() missed previously
runas_matches(), host_matches() and cmnd_matches() only really need to pass in
a list of members.  user_matches() still needs to pass in a passwd struct
because of "sudo -l"


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 sudo/defaults.c
cvs rdiff -r1.13 -r1.14 sudo/match.c
cvs rdiff -r1.173 -r1.174 sudo/parse.c
cvs rdiff -r1.24 -r1.25 sudo/parse.h
cvs rdiff -r1.97 -r1.98 sudo/testsudoers.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the sudo-commits mailing list