Age | Commit message (Expand) | Author | Files | Lines |
2013-10-21 | su: add info about pam_lastlog to su.1 | Karel Zak | 1 | -0/+14 |
2013-10-15 | docs: standardize the phrases for --help and --version in all man pages | Benno Schulenberg | 6 | -11/+11 |
2013-10-14 | docs: improve grammar, wording and formatting of su man page | Benno Schulenberg | 1 | -24/+25 |
2013-10-14 | docs: sort options in last man page alphabetically | Benno Schulenberg | 1 | -45/+45 |
2013-10-14 | docs: tweak wording and formatting of last man page | Benno Schulenberg | 1 | -21/+17 |
2013-10-14 | last: remove mistaken -F, --fullnames entry from the man page | Benno Schulenberg | 1 | -3/+0 |
2013-10-09 | textual: standardize some "cannot read" and "seek failed" error messages | Benno Schulenberg | 2 | -5/+5 |
2013-10-08 | su-common: pluralize one message | Benno Schulenberg | 1 | -1/+3 |
2013-10-02 | su: fix caught_signal logic and initialize oldact [coverity scan] | Karel Zak | 1 | -0/+5 |
2013-10-01 | utmpdump: make analyzers happy | Karel Zak | 1 | -1/+1 |
2013-10-01 | last: check fstat() return [coverity scan] | Karel Zak | 1 | -1/+2 |
2013-09-30 | nologin: add new command | Karel Zak | 3 | -0/+135 |
2013-09-27 | build-sys: fix lastb symlink | Karel Zak | 1 | -1/+1 |
2013-09-26 | last: fix man page groff warning | Karel Zak | 1 | -1/+1 |
2013-09-10 | lib: rename time-util.c to timeutils.c, fix headers | Karel Zak | 1 | -1/+1 |
2013-09-10 | last: fix memory leak | Sami Kerola | 1 | -0/+4 |
2013-09-09 | su: fix lastlog and btmp logging | Karel Zak | 1 | -4/+1 |
2013-09-02 | last: --fulltime and --time-format are mutually exclusive | Karel Zak | 1 | -1/+9 |
2013-09-02 | last: consolidate time formatting to one struct | Karel Zak | 1 | -23/+22 |
2013-09-02 | last: use bit array | Karel Zak | 1 | -16/+16 |
2013-08-29 | utmpdump: make IPv6 addresses work | Sami Kerola | 1 | -9/+13 |
2013-08-29 | last, utmpdump, agetty, wall, write: avoid compatibility hacks | Sami Kerola | 2 | -24/+37 |
2013-08-29 | last: tell verbally system is still running | Sami Kerola | 1 | -2/+11 |
2013-08-29 | last: trim trailing white spaces | Sami Kerola | 1 | -0/+18 |
2013-08-29 | last: never restrict session time | Sami Kerola | 1 | -2/+2 |
2013-08-29 | docs: add --time-format to last(1) manual page | Sami Kerola | 1 | -0/+22 |
2013-08-29 | last: add --time-format with iso-8601 format | Sami Kerola | 1 | -23/+111 |
2013-08-29 | last: use configuration struct | Sami Kerola | 1 | -98/+113 |
2013-08-29 | last: fix --present option logic error | Sami Kerola | 1 | -1/+1 |
2013-08-29 | docs: add --since and time option formats to last(1) manual | Sami Kerola | 1 | -8/+31 |
2013-08-29 | last: add --since time spec option | Sami Kerola | 1 | -6/+20 |
2013-08-29 | lib/time-util: move YYYYMMDDHHMMSS to common parser | Sami Kerola | 1 | -45/+0 |
2013-08-29 | last: parse easy to use time formats | Sami Kerola | 2 | -2/+11 |
2013-08-29 | docs: add --present to last(1) manual page | Sami Kerola | 1 | -0/+6 |
2013-08-29 | last: fix typo | Sami Kerola | 1 | -1/+1 |
2013-08-27 | su: suppress PAM info messages for -c or non-login sessions | Karel Zak | 1 | -2/+21 |
2013-08-23 | last: mention optional arguments in usage | Karel Zak | 2 | -3/+3 |
2013-08-23 | last: add --present option | Sami Kerola | 1 | -11/+24 |
2013-08-23 | last: allow --file to be defined multiple times | Sami Kerola | 2 | -91/+115 |
2013-08-23 | last: global variables are initialize automatically to zero | Sami Kerola | 1 | -6/+6 |
2013-08-23 | last: use as narrow variable scoping as possible | Sami Kerola | 1 | -1/+2 |
2013-08-23 | last: remove broken code | Sami Kerola | 1 | -36/+0 |
2013-08-23 | last: prefer enum rather than #definition list | Sami Kerola | 1 | -7/+9 |
2013-08-23 | last: make switch cases complete, and inform if impossible occurs | Sami Kerola | 1 | -0/+11 |
2013-08-23 | last: check expected numeric user input is number | Sami Kerola | 2 | -4/+5 |
2013-08-23 | last: use carefulput() for printable character output | Sami Kerola | 1 | -6/+3 |
2013-08-23 | docs: add long options to last.1 manual page | Sami Kerola | 1 | -78/+102 |
2013-08-13 | last: add link to util-linux to last.1 | Karel Zak | 1 | -0/+3 |
2013-08-13 | last: coding style clean up | Karel Zak | 1 | -247/+255 |
2013-08-12 | last: use xalloc.h, err.h, nls.h and EXIT_ macros | Karel Zak | 1 | -63/+21 |