From 8e2f2befc9b3782abc459e002c2506902ddeff5d Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 14 Jan 2014 10:17:16 +0100 Subject: [PATCH] docs: add lslogins(1) to TODO Signed-off-by: Karel Zak --- Documentation/TODO | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.