]> granicus.if.org Git - shadow/commitdiff
Added todo items.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 5 Apr 2009 23:50:58 +0000 (23:50 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 5 Apr 2009 23:50:58 +0000 (23:50 +0000)
TODO

diff --git a/TODO b/TODO
index 23aeeda5ba2a32d3aae2e649ce0374ab4b285127..13e4a953159e795c9b3318e24db2dd0be7ce64ac 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+review all call to strto
+
 usermod
        user renamed, order is not kept in /etc/group (see
        47_usermod-l_no_shadow_file). This is a problem when the first
@@ -61,6 +63,9 @@ 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
 
@@ -91,6 +96,9 @@ ALL:
     original mode. Does copy_tree does this?
 - passwd:
   - check combination of options (e.g. -u/-l)
+  - when -u refuse to unlock because it would create an empty password, it
+    should not display "Password changed."
+    exit instead?
 
 - newgrp: check the USE_PAM section.