2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00
sudo/TODO

17 lines
447 B
Plaintext
Raw Normal View History

1993-11-27 23:48:09 +00:00
TODO list
1994-03-12 19:00:19 +00:00
01) Fix bison warnings on parse.yacc.
1993-11-27 23:48:09 +00:00
02) Add groups of users to the config file.
1994-06-06 00:05:23 +00:00
03) Deal with host aliases (CNAME records) rationally.
1993-11-28 00:10:20 +00:00
1994-01-27 19:08:48 +00:00
04) Nestable command aliases
1993-11-28 00:24:06 +00:00
1994-06-08 16:57:56 +00:00
05) Add uid and gid options to sudo and sudoers file.
1994-02-09 03:48:37 +00:00
1994-06-08 16:57:56 +00:00
06) Redo parsing to be more like op(8) with true command aliases where
can specify uid, gid(s) and part/all of the environment.
1994-02-28 04:27:30 +00:00
1994-06-08 16:57:56 +00:00
07) Add default options to sudoers file (umask, def uid, def gids, dir, PATH)