]> granicus.if.org Git - sudo/commit
Make treatment of -l and -v sane wrt NOPASSWD flags. Now allow -l w/o a passwd
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Jan 2000 04:43:33 +0000 (04:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Jan 2000 04:43:33 +0000 (04:43 +0000)
commit625e3e46d09aedcb25f46b6f621661cb3f7d634c
treea9e35e6f295d0255c2cddf7afdfa6e8216a86697
parentdf297922c5de812eb94c6c4e65d2e108d6f80786
Make treatment of -l and -v sane wrt NOPASSWD flags.  Now allow -l w/o a passwd
if there is *any* entry for the user on the host with a NOPASSWD flag.
For -v, only allow w/o a passwd if *all* entries for the user on the host
w/ the specified runas user have the NOPASSWD flag set.
parse.c
parse.yacc
sudo.c
sudo.h
sudo.tab.c