From: Todd C. Miller Date: Mon, 6 Jun 1994 00:05:23 +0000 (+0000) Subject: updated X-Git-Tag: SUDO_1_3_1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=662727816d2ef206cd2f64f6a0322423f4fe750c;p=sudo updated --- diff --git a/CHANGES b/CHANGES index 4d0a3f913..acdadcbd6 100644 --- 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 15d38f63a..3252094d5 100644 --- 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)