]> granicus.if.org Git - sudo/commitdiff
checkpoint
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Dec 2003 20:55:17 +0000 (20:55 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Dec 2003 20:55:17 +0000 (20:55 +0000)
TODO

diff --git a/TODO b/TODO
index 857edc9313aa54e795714900f13a5a7e8fe87214..a2a5a7c966de116a587ffa0c3ac566f6bda03342 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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.