summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2013-10-092-5/+5
* su-common: pluralize one messageBenno Schulenberg2013-10-081-1/+3
* su: fix caught_signal logic and initialize oldact [coverity scan]Karel Zak2013-10-021-0/+5
* utmpdump: make analyzers happyKarel Zak2013-10-011-1/+1
* last: check fstat() return [coverity scan]Karel Zak2013-10-011-1/+2
* nologin: add new commandKarel Zak2013-09-303-0/+135
* build-sys: fix lastb symlinkKarel Zak2013-09-271-1/+1
* last: fix man page groff warningKarel Zak2013-09-261-1/+1
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-101-1/+1
* last: fix memory leakSami Kerola2013-09-101-0/+4
* su: fix lastlog and btmp loggingKarel Zak2013-09-091-4/+1Star
* 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
* utmpdump: make IPv6 addresses workSami Kerola2013-08-291-9/+13
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-292-24/+37
* 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
* docs: add --time-format to last(1) manual pageSami Kerola2013-08-291-0/+22
* 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
* docs: add --since and time option formats to last(1) manualSami Kerola2013-08-291-8/+31
* 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-292-2/+11
* docs: add --present to last(1) manual pageSami Kerola2013-08-291-0/+6
* last: fix typoSami Kerola2013-08-291-1/+1
* su: suppress PAM info messages for -c or non-login sessionsKarel Zak2013-08-271-2/+21
* last: mention optional arguments in usageKarel Zak2013-08-232-3/+3
* last: add --present optionSami Kerola2013-08-231-11/+24
* last: allow --file to be defined multiple timesSami Kerola2013-08-232-91/+115
* 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-232-4/+5
* last: use carefulput() for printable character outputSami Kerola2013-08-231-6/+3Star
* docs: add long options to last.1 manual pageSami Kerola2013-08-231-78/+102
* last: add link to util-linux to last.1Karel Zak2013-08-131-0/+3
* 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
* build-sys: fix last stuffKarel Zak2013-08-121-3/+2Star
* last: clean up the begin of the fileKarel Zak2013-08-121-31/+21Star
* last: merge sysvinit last/lastbOndrej Oprala2013-08-126-472/+1462
* sulogin: fix compiler warningKarel Zak2013-07-091-1/+2