=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/sudo/Attic/ChangeLog 2010/03/01 11:36:47 1.12 --- src/usr.bin/sudo/Attic/ChangeLog 2010/04/13 23:22:01 1.13 *************** *** 1,3 **** --- 1,33 ---- + 2010-04-09 Todd C. Miller + + * configure, configure.in: Fix installation of sudoers.ldap + in "make install" when --with-ldap was specified without a + directory. From Prof. Dr. Andreas Mueller + + 2010-04-09 Todd C. Miller + + * find_path.c: Qualify the command even if it is in the + current working directory, e.g. "./foo" instead of just + returning "foo". This removes an ambiguity between real + commands and possible pseudo-commands in command matching. + + 2010-04-07 Todd C. Miller + + * sudoers.cat, sudoers.man.in, sudoers.pod: Add a note about + the security implications of the fast_glob option. + + * memrchr.c: Remove duplicate includes + + 2010-03-10 Todd C. Miller + + * sudo.c: Fix a bug introduced with def_closefrom. The value + of def_closefrom already includes the +1. + + 2010-03-09 Todd C. Miller + + * match.c: When doing a glob match, short circuit if + gl.gl_pathc is 0. From Mark Kettenis. + 2010-02-22 Todd C. Miller * match.c: Check for pseudo-command by looking at the first