]> granicus.if.org Git - sudo/commit
Add VALIDATE_NOT_OK_NOPASS for when user is not allowed to run a command
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Apr 1999 05:00:29 +0000 (05:00 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 6 Apr 1999 05:00:29 +0000 (05:00 +0000)
commit499e86923709d84fff67d3013321763f85e5e4a8
tree606d2bffa5abc49f3acaa1501f3db7a6e16c5e54
parent9284e417ca59ee103a56ea458d688d988ec29396
Add VALIDATE_NOT_OK_NOPASS for when user is not allowed to run a command
but the NOPASSWD flag was set.
Make runasspec, runaslist, runasuser, and nopasswd typeless in parse.yacc
Add support for '!' in the runas list
Fix double printing of '%' and '+' for groups and netgroups respectively
Add *_matched macros (no need for local stack variable).  Should only be
used directly after a pop (since top must be >= 2).
logging.c
parse.c
parse.yacc
sudo.c
sudo.h
sudo.tab.c