summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2014-02-16Use utmpxIgor Pashev4-79/+148
2014-02-15Need sys/sysmacros.h on illumos for major/minorIgor Pashev1-0/+3
2014-02-15Ensure TTYDEF_SPEED is definedIgor Pashev1-0/+4
2014-02-15Include syslog.h for syslog() definitionIgor Pashev1-1/+1
2014-02-10last: make session gone determination more robustSami Kerola1-3/+22
2014-01-24include/c.h: prefer nanosleep() over usleep()Karel Zak1-2/+2
2014-01-06man: Syntax and spelling fixes.Ville Skyttä1-1/+1
2013-11-12sulogin: use dirent->d_type when scans /devKarel Zak1-0/+5
2013-11-11chsh, chfn: add info about non-local support to the man pagesKarel Zak2-4/+6
2013-10-21su: add info about pam_lastlog to su.1Karel Zak1-0/+14
2013-10-15docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg6-11/+11
2013-10-14docs: improve grammar, wording and formatting of su man pageBenno Schulenberg1-24/+25
2013-10-14docs: sort options in last man page alphabeticallyBenno Schulenberg1-45/+45
2013-10-14docs: tweak wording and formatting of last man pageBenno Schulenberg1-21/+17
2013-10-14last: remove mistaken -F, --fullnames entry from the man pageBenno Schulenberg1-3/+0
2013-10-09textual: standardize some "cannot read" and "seek failed" error messagesBenno Schulenberg2-5/+5
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