=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/BUGS,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/sudo/Attic/BUGS 2003/03/15 21:23:53 1.8 --- src/usr.bin/sudo/Attic/BUGS 2004/09/28 15:10:50 1.9 *************** *** 1,4 **** ! Known bugs in sudo version 1.6.7 ================================ 1) Sudo should have an option to log when removing "dangerous" --- 1,4 ---- ! Known bugs in sudo version 1.6.8 ================================ 1) Sudo should have an option to log when removing "dangerous" *************** *** 20,25 **** --- 20,28 ---- before the "User privilege specification" section but after all the "alias specifications". In the future the parser will converted to a two-pass parser. + + 6) For the same reason as #5, changing the value of "ignore_dot" has + no effect (find_path() is called before sudoers is parsed). For a list of things that are not bugs but that I would like to add / fix, please see the TODO file.