summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* agetty: cleanup debug ifdefsKarel Zak2013-09-091-5/+5
* 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
* tests: check last(1) and utmpdump(1) IPv6 functionalitySami Kerola2013-08-299-0/+115
* utmpdump: make IPv6 addresses workSami Kerola2013-08-291-9/+13
* last, utmpdump, agetty, wall, write: avoid compatibility hacksSami Kerola2013-08-295-27/+44
* last: tell verbally system is still runningSami Kerola2013-08-292-7/+16
* last: trim trailing white spacesSami Kerola2013-08-292-2/+20
* tests: add last(1) testSami Kerola2013-08-294-0/+184
* 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-292-45/+7Star
* last: parse easy to use time formatsSami Kerola2013-08-292-2/+11
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-297-94/+73Star
* lib/time-util: copy time parsing functions from systemdSami Kerola2013-08-294-0/+445
* write: change determination can user write to a terminalSami Kerola2013-08-291-4/+5
* docs: add note to wall(1) about sessions which will not get messageSami Kerola2013-08-291-0/+6
* docs: add --present to last(1) manual pageSami Kerola2013-08-291-0/+6
* wall: line wrap at column 79 also when line has tab charsSami Kerola2013-08-291-0/+2
* mesg: sync usage() with howto-usage-function.txtSami Kerola2013-08-291-8/+7Star
* wall: sync usage() with howto-usage-function.txtSami Kerola2013-08-291-11/+10Star
* last: fix typoSami Kerola2013-08-291-1/+1
* wall: send message also to sessions opened by user 'sleeper'Sami Kerola2013-08-291-4/+1Star
* build-sys: pylibmount will not work when python3 is presentSami Kerola2013-08-291-0/+6
* su: suppress PAM info messages for -c or non-login sessionsKarel Zak2013-08-271-2/+21
* build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak2013-08-276-7/+27
* tests: minor changes to make tests more portableKarel Zak2013-08-264-2/+5
* swapon: cleanup man pageKarel Zak2013-08-231-33/+5Star
* swapon: allow a more flexible swap discard policyRafael Aquini2013-08-232-28/+89
* 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
* include: carefulput: print determined char when unprintable char is foundSami Kerola2013-08-233-4/+4
* docs: add long options to last.1 manual pageSami Kerola2013-08-231-78/+102
* docs: be clear which last(1) is deprecatedSami Kerola2013-08-231-1/+1
* build-sys: complete elvtune removalSami Kerola2013-08-232-6/+0Star
* docs: update TODOSami Kerola2013-08-231-5/+0Star