=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/usr.bin/sudo/Attic/ChangeLog 2010/02/13 14:20:14 1.11 --- src/usr.bin/sudo/Attic/ChangeLog 2010/03/01 11:36:47 1.12 *************** *** 1,4 **** --- 1,11 ---- + 2010-02-22 Todd C. Miller + + * match.c: Check for pseudo-command by looking at the first + character of the command in sudoers instead of checking the + user-supplied command for a slash. + 2010-02-09 Todd C. Miller + * toke.l: Fix size arg when realloc()ing include stack. From Daniel Kopecek