summaryrefslogtreecommitdiffstats
path: root/login-utils/lslogins.c
Commit message (Expand)AuthorAgeFilesLines
* lslogins: Fix discrepancies of SYS_UID_MINStanislav Brabec2019-04-241-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* lslogins: make valid_pwd() more robustKarel Zak2018-12-111-2/+8
* lslogins: remove duplicate NULL checkSami Kerola2018-12-101-1/+1
* lslogins: return 1 on "lslogins nonexisting"Karel Zak2018-08-131-3/+13
* lslogins: add info about single-user output modeKarel Zak2018-08-131-1/+1
* setterm: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-3/+3
* lslogins: remove redundant conditionKarel Zak2018-07-181-1/+1
* lslogins: add -o+<COLNAME> supportKarel Zak2018-05-231-16/+17
* lslogins: add PWD-METHOD columnKarel Zak2018-05-231-1/+16
* lslogins: fix password verificationKarel Zak2018-05-231-4/+74
* lslogins: add --output-all optionSami Kerola2018-05-031-0/+7
* 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