mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 14:55:12 +00:00
updated
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -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
6
TODO
@@ -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...)
|
|
||||||
|
Reference in New Issue
Block a user