2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 05:48:18 +00:00

checkpoint

This commit is contained in:
Todd C. Miller 2003-12-30 20:55:17 +00:00
parent 7f773be1fe
commit 45fe0a6cc6

5
TODO
View File

@ -124,3 +124,8 @@ TODO list (most will be addressed in sudo 2.0)
44) Split $EDITOR/$VISUAL in visudo into an argument vector based on whitespace
45) Use proper links in .pod files
46) Parse gids like %#0
47) Don't assume usernames are limited to 8 chars, look at ut_name/ut_user
in struct utmp or just trust what getpw* returned.