=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/TODO,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/sudo/Attic/TODO 2003/04/01 15:47:51 1.7 --- src/usr.bin/sudo/Attic/TODO 2003/11/08 19:17:29 1.8 *************** *** 33,39 **** 13) Should be able to mix Cmnd_Alias's and command args. Ie: pete ALL=PASSWD [A-z]*,!PASSWD root where PASSWD was defined to be /usr/bin/passwd. ! This requires the arg parsing to happen in the yacc grammer. At the very least, commands and args have to become separate tokens in the lexer. --- 33,39 ---- 13) Should be able to mix Cmnd_Alias's and command args. Ie: pete ALL=PASSWD [A-z]*,!PASSWD root where PASSWD was defined to be /usr/bin/passwd. ! This requires the arg parsing to happen in the yacc grammar. At the very least, commands and args have to become separate tokens in the lexer.