From ef44ca921f6d595f61253c2c34c8eb53a2a9370c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 9 Apr 1995 23:30:59 +0000 Subject: [PATCH] did a bunch of things and added a bunch :-) --- TODO | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/TODO b/TODO index 828b76630..b5334c125 100644 --- a/TODO +++ b/TODO @@ -1,32 +1,30 @@ TODO list -01) Add groups of users to the config file. +01) Add uid and gid options to sudo and sudoers file. -02) Nestable command aliases - -03) Add uid and gid options to sudo and sudoers file. - -04) Redo parsing to be more like op(8) with true command aliases where +02) Redo parsing to be more like op(8) with true command aliases where can specify uid, gid(s) and part/all of the environment. -05) Add default options to sudoers file (umask, def uid, def gids, dir, PATH). +03) Add default options to sudoers file (umask, def uid, def gids, dir, PATH). + +04) Add a SHELLS reserved word that checks against /etc/shells. -06) Add a SHELLS reserved word that checks against /etc/shells. +05) Make the sudoers file accessible via NIS, Hesiod, and maybe NetInfo. -07) Make the sudoers file accessible via NIS, Hesiod, and maybe NetInfo. +06) Add a %h field to MAILSUBJECT for the hostname. -08) Add a %h field to MAILSUBJECT for the hostname. +07) Add a -h flag to sudo for a history mechanism. -09) Add a -h flag to sudo for a history mechanism. +08) Fully integrate riscos and isc support -10) Fully integrate riscos and isc support +09) Make parse.lex in the same coding style as everything else... -11) Make parse.lex in the same coding style as everything else... +10) Make -l work with the new parser. -12) Make -l work in sudo. +11) Cleanup check.c and logging.c. -13) Cleanup check.c and logging.c. +12) Add an option to hard-code LD_LIBRARY_PATH? -14) Fixed network address support. +13) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args). -15) Add an option to hard-code LD_LIBRARY_PATH? +14) Make '!' work in Cmnd_Alias, Host_Alias and User_Alias. -- 2.40.0