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
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
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)