summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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-062-2/+3
* chsh: Improve the typesetting of the manualBjarni Ingi Gislason2014-05-061-2/+2
* chfn: Improve the typesetting of the manualBjarni Ingi Gislason2014-05-061-4/+4
* last: fix is_phantom() detectionSami Kerola2014-05-041-4/+11
* vipw: minor man page improvementsOndrej Oprala2014-04-141-1/+1
* nologin: minor man page improvementsOndrej Oprala2014-04-141-5/+5
* utmpdump: minor man page improvementsOndrej Oprala2014-04-141-12/+12
* sulogin: minor man page improvementsOndrej Oprala2014-04-141-1/+1
* su: fix minor typos in the man pageOndrej Oprala2014-04-141-10/+10
* runuser: fix minor typos in the man pageOndrej Oprala2014-04-141-14/+14
* last: fix minor typos in the man pageOndrej Oprala2014-04-141-16/+16
* login: fix minor typos in the man pageOndrej Oprala2014-04-071-16/+16
* include/carefulputc: cleanup and add fputs_{quoted,nonblank}()Karel Zak2014-04-031-1/+1
* 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