31 lines
891 B
Plaintext
31 lines
891 B
Plaintext
TODO list
|
|
|
|
01) Add uid and gid options to sudo and sudoers file.
|
|
|
|
02) Redo parsing to be more like op(8) with true command aliases where
|
|
can specify uid, gid(s) and part/all of the environment.
|
|
|
|
03) Add default options to sudoers file (umask, def uid, def gids, dir, PATH).
|
|
|
|
04) Add a SHELLS reserved word that checks against /etc/shells.
|
|
|
|
05) Make the sudoers file accessible via NIS, Hesiod, and maybe NetInfo.
|
|
|
|
06) Add a %h field to MAILSUBJECT for the hostname.
|
|
|
|
07) Add a -h flag to sudo for a history mechanism.
|
|
|
|
08) Fully integrate riscos and isc support
|
|
|
|
09) Make parse.lex in the same coding style as everything else...
|
|
|
|
10) Make -l work with the new parser.
|
|
|
|
11) Cleanup check.c and logging.c.
|
|
|
|
12) Add an option to hard-code LD_LIBRARY_PATH?
|
|
|
|
13) Add Prog_Alias facility (Prog_Alias VI = /usr/secure/bin/vi +args).
|
|
|
|
14) Make '!' work in Cmnd_Alias, Host_Alias and User_Alias.
|