]> granicus.if.org Git - shadow/commitdiff
Updated TODO list.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 14 Mar 2009 13:21:15 +0000 (13:21 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sat, 14 Mar 2009 13:21:15 +0000 (13:21 +0000)
TODO

diff --git a/TODO b/TODO
index df052b41f63f6116e32823c592cb560e5722fa2c..984c16b2f127ac27f9caca45b3d5d888c4e3f937 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,3 @@
-groupadd.8.xml
- * Groupnames may only be up to 16 characters long.
-   => remove the note if no limits.
-   => should depend on the --with-group-name-max-length option
-
 libxcrypt support
  * http://wiki.linuxfromscratch.org/patches/browser/trunk/shadow/shadow-4.0.18.1-owl_blowfish-1.patch
 
@@ -41,14 +36,9 @@ newusers
  - add logging to SYSLOG & AUDIT
  - use CREATE_HOME
 
-faillog
- - accept numerical user and range of users
-
 Document when/where option appeared, document whether an option is standard
 or not.
 
-depends rules for the manpages
-
 Check all the expiry semantics
 
 ALL:
@@ -62,8 +52,8 @@ ALL:
   user databases by well known tools.
 - Protect against signals. Register do_cleanups in a signal handler.
 
-- gpasswd
-  - Add options --crypt-method and --sha-rounds
+- login.defs
+  - generate depending on configuration
 
 - useradd:
   - add handle create user mail spool in maildir format.
@@ -71,6 +61,7 @@ ALL:
   - Add support for -K in -D mode
   - Add option to create or not the mail spool (and set the default in -D
     mode)
+  - 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
@@ -86,6 +77,7 @@ ALL:
     => warning needed
 
 - usermod
+  - add an option equivalent to useradd's -l (only when uid is changed)
   - the mode of new home directories should be set according to the
     original mode. Does copy_tree does this?
 - passwd:
@@ -93,15 +85,6 @@ ALL:
 
 - newgrp: check the USE_PAM section.
 
-- newusers:
-  - doc for pw_gid not clear. Differentiate
-            pw_gid specified and exist
-            pw_gid specified but does not exist
-             * name
-             * number
-            pw_gid not specified.
-  - document what happens when no uid is specified.
-
 - pwck
   - Add check to move passwd passwords to shadow if there is a shadow
     entry (with a password).
@@ -111,7 +94,3 @@ ALL:
 - su
   - add a login.defs configuration parameter to add variables to keep in
     the environment with "su -l" (TERM/TERMCOLOR/...
-
-- vipw:
-  - Is MAX_MEMBERS_PER_GROUP used by vipw?
-