]> granicus.if.org Git - shadow/blobdiff - TODO
TODO cleanup
[shadow] / TODO
diff --git a/TODO b/TODO
index 122896b966d9f47522ac4daa590c746581c2b85e..9fd4cea0adec6c5a8581c903f3858e42abed483b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,22 @@
+testsuite
+ - newgrp
+   - test with unknown user's GID
+
+newusers
+ - add logging to SYSLOG & AUDIT
+
+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
+
+Add options --crypt-method and --sha-rounds to gpasswd
+
 ALL:
 - move base passwd/shadow/group/gshadow operation to module for allow write
   different backend modules for db, NIS, LDAP and others. Default backend it
@@ -22,12 +41,23 @@ ALL:
 - userdel:
   - add backup option for the removal of user resources,
   - add lookop and remove per user group.
+  - user_busy: check that the user is not running any processes.
 
 - passwd:
   - check combination of options (e.g. -u/-l)
 
-Documentation:
+- newgrp: check the USE_PAM section.
+
+- groupmems: check reason for isgroup
 
-- document the -s option of {pw,grp}ck in the pt_BR, and ja man pages
+- 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.
+- newusers: document what happens when no uid is specified.
+- newusers: add option --system?
 
-- document -o option in ja man page,
+-Documentation:
+ * document when options were added.