summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2014-01-14 10:17:16 +0100
committerKarel Zak2014-01-14 10:17:16 +0100
commit8e2f2befc9b3782abc459e002c2506902ddeff5d (patch)
tree91fc074df2b36311404da4d402bcbf97d6832d71 /Documentation/TODO
parenttests: add partx --update test (diff)
downloadkernel-qcow2-util-linux-8e2f2befc9b3782abc459e002c2506902ddeff5d.tar.gz
kernel-qcow2-util-linux-8e2f2befc9b3782abc459e002c2506902ddeff5d.tar.xz
kernel-qcow2-util-linux-8e2f2befc9b3782abc459e002c2506902ddeff5d.zip
docs: add lslogins(1) to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 0842ee2ee..fe7e6cf3f 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -1,6 +1,17 @@
Note that items with (!) have high priority.
+
+lslogins(1)
+----------
+ - a new command to list information about accounts
+ - based on lib/tt.c
+ - see passwd -S and solarix/aux logins commands
+ - use infor from libc passwd struct, lastlog and wtmp/btmp logs
+ - expected columns USERNAME, UID, GID, STATUS, GROUPS, SHELL, HOME,
+ FULLNAME, LAST-LOGIN, LAST-TTY, LAST-HOSTNAME, FAILED-LOGIN, FAILED-TTY,
+ HUSH-STATUS ...
+
hwlock
------
- use /var/lib/hwclock/drift to store hw-clock drift numbers.