From: Todd C. Miller Date: Fri, 25 Feb 1994 21:04:25 +0000 (+0000) Subject: added input from Brett M Hogden X-Git-Tag: SUDO_1_3_1~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbebfacdcb827759a2ab0040f05b9001f4e45880;p=sudo added input from Brett M Hogden --- diff --git a/TODO b/TODO index 99fd196f1..42f253e84 100644 --- a/TODO +++ b/TODO @@ -12,3 +12,11 @@ TODO list 05) POSIX signals (plus emulation where they are lacking) 06) Time out the passwd: prompt + +07) Eliminate logline length limit in logging.c and maybe make log format + prettier. + +08) Add uid and gid options to sudo and sudoers file. + +09) Redo parsing to be more like op(8) with true command aliases where + can specify uid, gid(s) and part/all of the environment.