]> granicus.if.org Git - sudo/commitdiff
updated
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Jun 1994 00:05:23 +0000 (00:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 6 Jun 1994 00:05:23 +0000 (00:05 +0000)
CHANGES
TODO

diff --git a/CHANGES b/CHANGES
index 4d0a3f9134a6e201689604be3337f3ace7ec754f..acdadcbd62581d856c7920af0809358de588b57a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -121,3 +121,9 @@ CHANGES from sudo 1.3
 
 41) added -v (validate) flag to sudo to update a timestamp w/o running
     a command
+
+42) now use tgetpass() (getpass with a timeout)
+
+43) find_path() now uses realpath(3)
+
+44) wrote versions of realpath(3) and getcwd(3) for those without
diff --git a/TODO b/TODO
index 15d38f63ad294f5f7dcd1e7d3d3fe1e74ba49dbe..3252094d5f5c98c11c3d68c6e129492e90747803 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,7 +4,7 @@ TODO list
 
 02) Add groups of users to the config file.
 
-03) Deal with host aliases rationally.
+03) Deal with host aliases (CNAME records) rationally.
 
 04) Nestable command aliases
 
@@ -19,6 +19,4 @@ TODO list
 
 09) Add default options to sudoers file (umask, def uid, def gids, dir, PATH)
 
-10) put BROKEN_GETPASS in sudo.h?  Need it somewhere...
-
-11) clean up aclocal.m4 & configure.in (use uname...)
+10) make sudo.c use getopt(3)