summaryrefslogtreecommitdiffstats
path: root/login-utils/last.c
Commit message (Expand)AuthorAgeFilesLines
* last: replace strncat() with more robust mem2strcpy()Sami Kerola2019-07-241-2/+1Star
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+2Star
* last: do not use non-standard __UT_NAMESIZEPatrick Steinhardt2019-03-041-1/+1
* last: fix wtmp user name buffer overflow [asan]Sami Kerola2019-01-131-0/+1
* last: make sure domain is zero terminatedKarel Zak2018-10-031-9/+2Star
* last: fix false positive compiler warningSami Kerola2018-05-101-1/+1
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-1/+1
* lib/timeutils: add get_gmtoff()J William Piggott2017-11-101-2/+2
* Merge branch 'help' of https://github.com/rudimeier/util-linuxKarel Zak2017-07-101-2/+2
|\
| * misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* | last: condition (secs == 0) - now handled correctlycoastal-hiker2017-07-101-1/+1
* | last: don't show negative timecoastal-hiker2017-07-101-3/+7
|/
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-2/+3
* misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-141-1/+1
* misc: fix gcc-7 sprintf warnings -Wformat-overflowRuediger Meier2017-06-141-1/+1
* misc: fix some warningsRuediger Meier2017-06-011-1/+1
* last: use domain string more carefullyKarel Zak2017-03-131-4/+6
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* last: use --time-format instruction when printing wtmp creation timeSami Kerola2017-01-161-4/+13
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* login-utils: switch to utmpx.hRuediger Meier2016-12-071-15/+17
* login-utils: avoid using the defined utmp sizes.Ruediger Meier2016-12-071-9/+9
* login-utils: remove _HAVE_UT_TV fallbackRuediger Meier2016-12-071-19/+13Star
* last: include libgen.h for basename(3p)Ruediger Meier2016-12-071-1/+6
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-3/+3
* misc: Fix various typosSebastian Rasmussen2016-05-311-2/+2
* last: fix logout timeKarel Zak2016-05-241-4/+5
* last: cleanup time formatting codeKarel Zak2016-05-241-48/+66
* libmount: don't include libio.hRuediger Meier2016-03-071-1/+1
* login-utils: minor utmp cleanupRuediger Meier2016-02-291-1/+1
* last: display input file in usage() according to command nameSami Kerola2015-10-181-9/+8Star
* last, fix race when comparing time stampsRuediger Meier2015-03-251-4/+4
* last: fix first (current) runlevel lineRuediger Meier2015-03-251-1/+1
* last: keep array of files in main()Karel Zak2015-03-131-32/+22Star
* last: fix utmplist usageKarel Zak2015-03-131-16/+21
* textual: grammarize and harmonize the stat error messageBenno Schulenberg2015-02-021-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-191-1/+1
* last: improve code readability by renaming variable namesSami Kerola2014-09-191-11/+14
* last: make is_phantom() when kernel config does not include audit supportSami Kerola2014-09-191-9/+19
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-231-3/+3
* last: fix is_phantom() logic [coverity scan]Karel Zak2014-07-171-4/+3Star
* textual: fix some typosSami Kerola2014-07-131-1/+1
* last: avoid leading "-" before "no logout"Ruediger Meier2014-05-101-1/+4
* last: minor cleanup if statementsRuediger Meier2014-05-081-6/+6
* last: --time-format=full should do the same like -FRuediger Meier2014-05-081-8/+4Star
* last: fix uninitialized lengthRuediger Meier2014-05-071-2/+3
* lib/timeutils: remove get_boot_time from libcommonKarel Zak2014-05-061-0/+1
* last: fix is_phantom() detectionSami Kerola2014-05-041-4/+11