summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>1995-07-01 20:07:44 +0000
committerTodd C. Miller <Todd.Miller@courtesan.com>1995-07-01 20:07:44 +0000
commit9d9b75db5bc61ea4a57b9e8c38902a146360d8b6 (patch)
tree79c1926a4d723c53f32dc80c378da139196edbe9 /TODO
parent7d7d20e11536c21862b7979c8629b041ee53325c (diff)
downloadsudo-9d9b75db5bc61ea4a57b9e8c38902a146360d8b6.tar.gz
updated
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 16 insertions, 7 deletions
diff --git a/TODO b/TODO
index b5334c125..4e3c131a0 100644
--- a/TODO
+++ b/TODO
@@ -15,16 +15,25 @@ TODO list
07) Add a -h flag to sudo for a history mechanism.
-08) Fully integrate riscos and isc support
+08) Make parse.lex in the same coding style as everything else...
-09) Make parse.lex in the same coding style as everything else...
+09) Make -l expand Command Aliases.
-10) Make -l work with the new parser.
+10) Cleanup check.c and logging.c.
-11) Cleanup check.c and logging.c.
+11) Add an option to hard-code LD_LIBRARY_PATH?
-12) Add an option to hard-code LD_LIBRARY_PATH?
+12) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args).
-13) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args).
+13) Make '!' work in Cmnd_Alias, Host_Alias and User_Alias.
-14) Make '!' work in Cmnd_Alias, Host_Alias and User_Alias.
+14) check for <net/errno.h> in configure and include it in sudo.c if it exists.
+
+15) Add generic STREAMS support for getting interfaces and netmasks.
+
+16) open(2) sudo ticket file with O_EXCL flag to eliminate race condition
+ that can cause a user to be prompted when they should not be.
+
+17) Decrease MAXLOGLEN if possible.
+
+18) Netgroups support.