summaryrefslogtreecommitdiffstats
path: root/login-utils/last.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/time-util: move YYYYMMDDHHMMSS to common parserSami Kerola2013-08-291-45/+0Star
* last: parse easy to use time formatsSami Kerola2013-08-291-2/+10
* last: fix typoSami Kerola2013-08-291-1/+1
* last: mention optional arguments in usageKarel Zak2013-08-231-1/+1
* last: add --present optionSami Kerola2013-08-231-11/+24
* last: allow --file to be defined multiple timesSami Kerola2013-08-231-91/+111
* last: global variables are initialize automatically to zeroSami Kerola2013-08-231-6/+6
* last: use as narrow variable scoping as possibleSami Kerola2013-08-231-1/+2
* last: remove broken codeSami Kerola2013-08-231-36/+0Star
* last: prefer enum rather than #definition listSami Kerola2013-08-231-7/+9
* last: make switch cases complete, and inform if impossible occursSami Kerola2013-08-231-0/+11
* last: check expected numeric user input is numberSami Kerola2013-08-231-3/+4
* last: use carefulput() for printable character outputSami Kerola2013-08-231-6/+3Star
* last: coding style clean upKarel Zak2013-08-131-247/+255
* last: use xalloc.h, err.h, nls.h and EXIT_ macrosKarel Zak2013-08-121-63/+21Star
* last: consolidate btmp/wtmp file pathsKarel Zak2013-08-121-24/+4Star
* last: add long options, improve usage()Karel Zak2013-08-121-12/+60
* last: clean up the begin of the fileKarel Zak2013-08-121-31/+21Star
* last: merge sysvinit last/lastbOndrej Oprala2013-08-121-415/+783
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* last: stop usig MAXHOSTNAMELENKarel Zak2012-10-191-3/+5
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* last: use min() from c.hKarel Zak2012-05-231-12/+8Star
* login-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* docs: add deprecation commentsSami Kerola2012-03-181-0/+9
* last: fix few compiler warningsSami Kerola2011-11-291-3/+3
* last: possible buffer overflow fixed [smatch scan]Sami Kerola2011-11-291-1/+1
* last: fix smatch warningSami Kerola2011-09-101-1/+1
* last: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* last: Use EXIT_* and err()Marek Polacek2010-12-101-19/+23
* last: use xalloc libDavidlohr Bueso2010-11-301-12/+4Star
* use _exit() instead of exit() in sighandlersMarek Polacek2010-10-291-1/+1