From: Karel Zak Date: Tue, 14 Jan 2014 09:17:16 +0000 (+0100) Subject: docs: add lslogins(1) to TODO X-Git-Tag: v2.25-rc1~648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2f2befc9b3782abc459e002c2506902ddeff5d;p=thirdparty%2Futil-linux.git docs: add lslogins(1) to TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 0842ee2ee9..fe7e6cf3f2 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.