summaryrefslogtreecommitdiffstats
path: root/login-utils/last.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/carefulputc: cleanup and add fputs_{quoted,nonblank}()Karel Zak2014-04-031-1/+1
* last: make session gone determination more robustSami Kerola2014-02-101-3/+22
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-091-4/+4
* last: check fstat() return [coverity scan]Karel Zak2013-10-011-1/+2
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-101-1/+1
* last: fix memory leakSami Kerola2013-09-101-0/+4
* last: --fulltime and --time-format are mutually exclusiveKarel Zak2013-09-021-1/+9
* last: consolidate time formatting to one structKarel Zak2013-09-021-23/+22Star
* last: use bit arrayKarel Zak2013-09-021-16/+16
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-291-22/+28
* last: tell verbally system is still runningSami Kerola2013-08-291-2/+11
* last: trim trailing white spacesSami Kerola2013-08-291-0/+18
* last: never restrict session timeSami Kerola2013-08-291-2/+2
* last: add --time-format with iso-8601 formatSami Kerola2013-08-291-23/+111
* last: use configuration structSami Kerola2013-08-291-98/+113
* last: fix --present option logic errorSami Kerola2013-08-291-1/+1
* last: add --since time spec optionSami Kerola2013-08-291-6/+20