summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2013-10-08su-common: pluralize one messageBenno Schulenberg1-1/+3
2013-10-02su: fix caught_signal logic and initialize oldact [coverity scan]Karel Zak1-0/+5
2013-10-01utmpdump: make analyzers happyKarel Zak1-1/+1
2013-10-01last: check fstat() return [coverity scan]Karel Zak1-1/+2
2013-09-30nologin: add new commandKarel Zak3-0/+135
2013-09-27build-sys: fix lastb symlinkKarel Zak1-1/+1
2013-09-26last: fix man page groff warningKarel Zak1-1/+1
2013-09-10lib: rename time-util.c to timeutils.c, fix headersKarel Zak1-1/+1
2013-09-10last: fix memory leakSami Kerola1-0/+4
2013-09-09su: fix lastlog and btmp loggingKarel Zak1-4/+1
2013-09-02last: --fulltime and --time-format are mutually exclusiveKarel Zak1-1/+9
2013-09-02last: consolidate time formatting to one structKarel Zak1-23/+22
2013-09-02last: use bit arrayKarel Zak1-16/+16
2013-08-29utmpdump: make IPv6 addresses workSami Kerola1-9/+13
2013-08-29last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2-24/+37
2013-08-29last: tell verbally system is still runningSami Kerola1-2/+11
2013-08-29last: trim trailing white spacesSami Kerola1-0/+18
2013-08-29last: never restrict session timeSami Kerola1-2/+2
2013-08-29docs: add --time-format to last(1) manual pageSami Kerola1-0/+22
2013-08-29last: add --time-format with iso-8601 formatSami Kerola1-23/+111
2013-08-29last: use configuration structSami Kerola1-98/+113
2013-08-29last: fix --present option logic errorSami Kerola1-1/+1
2013-08-29docs: add --since and time option formats to last(1) manualSami Kerola1-8/+31
2013-08-29last: add --since time spec optionSami Kerola1-6/+20
2013-08-29lib/time-util: move YYYYMMDDHHMMSS to common parserSami Kerola1-45/+0
2013-08-29last: parse easy to use time formatsSami Kerola2-2/+11
2013-08-29docs: add --present to last(1) manual pageSami Kerola1-0/+6
2013-08-29last: fix typoSami Kerola1-1/+1
2013-08-27su: suppress PAM info messages for -c or non-login sessionsKarel Zak1-2/+21
2013-08-23last: mention optional arguments in usageKarel Zak2-3/+3
2013-08-23last: add --present optionSami Kerola1-11/+24
2013-08-23last: allow --file to be defined multiple timesSami Kerola2-91/+115
2013-08-23last: global variables are initialize automatically to zeroSami Kerola1-6/+6
2013-08-23last: use as narrow variable scoping as possibleSami Kerola1-1/+2
2013-08-23last: remove broken codeSami Kerola1-36/+0
2013-08-23last: prefer enum rather than #definition listSami Kerola1-7/+9
2013-08-23last: make switch cases complete, and inform if impossible occursSami Kerola1-0/+11
2013-08-23last: check expected numeric user input is numberSami Kerola2-4/+5
2013-08-23last: use carefulput() for printable character outputSami Kerola1-6/+3
2013-08-23docs: add long options to last.1 manual pageSami Kerola1-78/+102
2013-08-13last: add link to util-linux to last.1Karel Zak1-0/+3
2013-08-13last: coding style clean upKarel Zak1-247/+255
2013-08-12last: use xalloc.h, err.h, nls.h and EXIT_ macrosKarel Zak1-63/+21
2013-08-12last: consolidate btmp/wtmp file pathsKarel Zak1-24/+4
2013-08-12last: add long options, improve usage()Karel Zak1-12/+60
2013-08-12build-sys: fix last stuffKarel Zak1-3/+2
2013-08-12last: clean up the begin of the fileKarel Zak1-31/+21
2013-08-12last: merge sysvinit last/lastbOndrej Oprala6-472/+1462
2013-07-09sulogin: fix compiler warningKarel Zak1-1/+2
2013-07-09sulogin: fix memory leak [clang-analyzer]Sami Kerola1-2/+6