From e2bc02a1de51c1efc0d40832f0d3221ae0c6141e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 6 Aug 2004 01:14:00 +0000 Subject: [PATCH] Some more todo for the next release. --- TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODO b/TODO index 2538fdeee..ca327b0d6 100644 --- a/TODO +++ b/TODO @@ -126,3 +126,12 @@ TODO list (most will be addressed in sudo 2.0) can point to other files containing an insult count as the first line and that have a constant record length (sparse files) for easy seeking. + +46) Move cmnd_base setting and stashing of stat info from parse.c to sudo.c + +47) Investigate using glob(3) instead of fnmatch(3) for path matching. That + way we can stat each potential match like we normally would. Patterns + ending in '/*' can be replaced with '/basename' as an optimization. + +48) Some way of using a new pty for the program run via sudo would prevent + access to the caller's /dev/tty (but probably makes job control tricky).