Change an occurence of user_matches() -> runas_matches() missed previously
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Nov 2004 20:03:33 +0000 (20:03 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 19 Nov 2004 20:03:33 +0000 (20:03 +0000)
commit0cddfc36841e55ea350dc3c47b6e97ad9935940b
treebf2c55aabd888f43b955f9e07407db508e9e8cda
parent2c3cff17044b06c69c02722c1a5174b6727b67d4
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"
defaults.c
match.c
parse.c
parse.h
testsudoers.c