summaryrefslogtreecommitdiffstats
path: root/login-utils/lslogins.c
Commit message (Expand)AuthorAgeFilesLines
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-3/+2Star
* lslogins: fix possible memory leak [coverity scan]Karel Zak2017-10-111-2/+2
* lslogins: ignore non-existing usersKarel Zak2017-08-181-3/+2Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* Merge branch '170622' of github.com:jwpi/util-linuxKarel Zak2017-06-261-4/+2Star
|\
| * include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-4/+2Star
* | misc: remove superfluous null pointer checks for optargRuediger Meier2017-06-221-9/+6Star
|/
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-3/+6
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-13/+13
* lslogins: remove useless strlen()Ruediger Meier2016-12-071-6/+2Star
* misc: fix unsigned int usage for ctype.h functionsKarel Zak2016-10-261-1/+1
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-3/+3
* lslogins: simplify if clause and move definition and comments [oclint]Sami Kerola2016-07-211-11/+9Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* lslogins: use strtime_short()Karel Zak2016-05-241-31/+19Star
* lslogins: use strtm_iso()Karel Zak2016-05-241-1/+5
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-1/+1
* lslogins: fix getgrouplist() usage for 64BEKarel Zak2015-12-211-4/+8
* lslogins: remove duplicate [make checkincludes]Karel Zak2015-07-291-1/+0Star
* lslogins: merge read_utmp() codeKarel Zak2015-07-161-2/+32
* maint: fix shadow declarationSami Kerola2015-01-071-16/+16
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* lslogins: use hardcoded paths from pathnames.hSami Kerola2014-12-191-2/+2
* lslogins: add space to systemd journal header and messageSami Kerola2014-12-191-10/+7Star
* lslogins: reject unknown time format argumentsSami Kerola2014-12-191-21/+19Star
* lslogins: fix short optionsSami Kerola2014-12-191-3/+2Star
* lslogins: tell why command failedSami Kerola2014-12-191-1/+1
* lslogins: make journald last logs time stamps to honor --time-formatSami Kerola2014-12-191-4/+3Star
* lslogins: allow changing password changed and expiration time formatsSami Kerola2014-12-191-2/+8
* lslogins: fix -l -g logicKarel Zak2014-12-121-30/+40
* lslogins: align usage() and manual with struct option longoptsSami Kerola2014-12-091-2/+1Star
* lslogins: fix assertion failure for none existing loginsSami Kerola2014-12-091-1/+1
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* lslogins: cleanup after error [coverity scan]Karel Zak2014-09-261-3/+4
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-111-1/+1
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-1/+1
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2014-07-221-1/+1
|\
| * Fix typos in user visible messagesYuri Chornoivan2014-07-031-1/+1
* | lslogins: more robust usage of columns[]Karel Zak2014-07-181-28/+45
* | lslogins: make --notruncate more robustKarel Zak2014-07-161-6/+15
* | lslogins: add --noheadingsKarel Zak2014-07-161-4/+14
* | lslogins: use bit-array, cleanup SELinux codeKarel Zak2014-07-161-10/+15
|/
* lslogins: improve the columns informationBenno Schulenberg2014-06-301-7/+7
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* lslogins: fix pretty-print columnsKarel Zak2014-05-291-2/+2
* lslogins: cleanup some command line optionsKarel Zak2014-05-291-21/+21
* lslogins: cleanup default outputsKarel Zak2014-05-291-69/+41Star