]> granicus.if.org Git - shadow/commitdiff
Removed TODO entries
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 14 Apr 2009 22:19:05 +0000 (22:19 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 14 Apr 2009 22:19:05 +0000 (22:19 +0000)
 * groupmems has a testsuite now
 * long user names are tested for gpasswd
 * groups and id arenot receiving updates
 * tests with UID/GID sets to (*id_t)-1 already exist.

TODO

diff --git a/TODO b/TODO
index b6f1706099712bc38ce09a44cd918396483c28c5..e37dc19571c7d890c23e252a7c06c766ad7ad692 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,9 +43,6 @@ chage, chfn, chsh: same change needed as in passwd.
 testsuite
  - newgrp
    - test with unknown user's GID
- - groupmems
- - usermod, groupadd, groupmod, newusers
-   - test with UID / GID set to -1
 
 newusers
  - add logging to SYSLOG & AUDIT
@@ -68,9 +65,6 @@ ALL:
   user databases by well known tools.
 - Protect against signals. Register do_cleanups in a signal handler.
 
-- gpasswd
-  - add a test with long group name (508785)
-
 - login.defs
   - generate depending on configuration
 
@@ -83,11 +77,6 @@ ALL:
   - Change -l to reset the entry if an entry was already there
   - set the mask in mkdir?
 
-- add handle -n switch in groups and id command for allow query is
-  group/user with specified id/gid exist - this will be very usable
-  on automation in packages for query/check is group/user exist in system
-  or not,
-
 - userdel:
   - add backup option for the removal of user resources,
   - user_busy: check that the user is not running any processes.