summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* su: don't use kill(0, ...) when propagate signalKarel Zak2014-02-171-1/+1
* last: make session gone determination more robustSami Kerola2014-02-101-3/+22
* include/c.h: prefer nanosleep() over usleep()Karel Zak2014-01-241-2/+2
* man: Syntax and spelling fixes.Ville Skyttä2014-01-061-1/+1
* sulogin: use dirent->d_type when scans /devKarel Zak2013-11-121-0/+5
* chsh, chfn: add info about non-local support to the man pagesKarel Zak2013-11-112-4/+6
* su: add info about pam_lastlog to su.1Karel Zak2013-10-211-0/+14
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-156-11/+11
* docs: improve grammar, wording and formatting of su man pageBenno Schulenberg2013-10-141-24/+25
* docs: sort options in last man page alphabeticallyBenno Schulenberg2013-10-141-45/+45
* docs: tweak wording and formatting of last man pageBenno Schulenberg2013-10-141-21/+17Star
* last: remove mistaken -F, --fullnames entry from the man pageBenno Schulenberg2013-10-141-3/+0Star
* 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