2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-01 14:55:12 +00:00
This commit is contained in:
Todd C. Miller
1994-06-06 00:05:23 +00:00
parent 14ea471acd
commit 662727816d
2 changed files with 8 additions and 4 deletions

View File

@@ -121,3 +121,9 @@ CHANGES from sudo 1.3
41) added -v (validate) flag to sudo to update a timestamp w/o running 41) added -v (validate) flag to sudo to update a timestamp w/o running
a command 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

6
TODO
View File

@@ -4,7 +4,7 @@ TODO list
02) Add groups of users to the config file. 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 04) Nestable command aliases
@@ -19,6 +19,4 @@ TODO list
09) Add default options to sudoers file (umask, def uid, def gids, dir, PATH) 09) Add default options to sudoers file (umask, def uid, def gids, dir, PATH)
10) put BROKEN_GETPASS in sudo.h? Need it somewhere... 10) make sudo.c use getopt(3)
11) clean up aclocal.m4 & configure.in (use uname...)