]> granicus.if.org Git - sudo/commitdiff
did a bunch of things and added a bunch :-)
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Apr 1995 23:30:59 +0000 (23:30 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 9 Apr 1995 23:30:59 +0000 (23:30 +0000)
TODO

diff --git a/TODO b/TODO
index 828b7663005e1a7bbf52e4b3a80196c923c137d8..b5334c125c978788f12b8fe79bbc3f524420845f 100644 (file)
--- 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.