[sudo-cvs] CVS commit: sudo

Todd C. Miller Todd.Miller at courtesan.com
Thu Oct 7 14:52:51 EDT 2004


Module Name:	sudo
Committed By:	millert
Date:		Thu Oct  7 18:52:51 UTC 2004

Modified Files:
	sudo: parse.c

Log Message:
Use glob(3) instead of fnmatch(3) for matching pathnames and stat each
result that matches the basename of the user's command.  This makes
"cd /usr/bin ; sudo ./blah" work when sudoers allows /usr/bin/blah.
Fixes bug #143.


To generate a diff of this commit:
cvs rdiff -r1.166 -r1.167 sudo/parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the sudo-commits mailing list