summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
...
* chfn: remove set_changed_data() and add add_missing()Sami Kerola2014-12-191-40/+39Star
* chfn: rename prompt() to ask_new_field()Sami Kerola2014-12-191-6/+7
* chfn: move new and old finger structs to chfn control structSami Kerola2014-12-191-89/+76Star
* chfn: clean up parse_argv()Sami Kerola2014-12-191-30/+18Star
* chfn: add minimalistic struct chfn_controlSami Kerola2014-12-191-8/+13
* chfn: simplify parse_passwd() by using strsep()Sami Kerola2014-12-191-36/+15Star
* chfn: fix usage() regressionSami Kerola2014-12-191-2/+2
* chfn: use xasprintf() rather than bunch of strlen() and malloc() callsSami Kerola2014-12-191-6/+3Star
* chfn: rewrite prompt() to use strutilsSami Kerola2014-12-191-39/+20Star
* chfn: remove function prototypesSami Kerola2014-12-191-142/+134Star
* lslogins: use hardcoded paths from pathnames.hSami Kerola2014-12-191-2/+2
* lslogins: add space to systemd journal header and messageSami Kerola2014-12-191-10/+7Star
* lslogins: reject unknown time format argumentsSami Kerola2014-12-191-21/+19Star
* lslogins: fix short optionsSami Kerola2014-12-191-3/+2Star
* lslogins: tell why command failedSami Kerola2014-12-191-1/+1
* lslogins: make journald last logs time stamps to honor --time-formatSami Kerola2014-12-191-4/+3Star
* lslogins: allow changing password changed and expiration time formatsSami Kerola2014-12-191-2/+8
* docs: don't use bold or italics for "[option]" in synopsis of man pagesBenno Schulenberg2014-12-192-7/+8
* login: Fix unused variables in login.c if _HAVE_UT_TV isn't definedWill Johansson2014-12-181-0/+2
* login-utils: Enable building util-linux against OpenPAMWill Johansson2014-12-154-12/+43
* lslogins: fix -l -g logicKarel Zak2014-12-121-30/+40
* lslogins: align usage() and manual with struct option longoptsSami Kerola2014-12-092-6/+2Star
* lslogins: fix assertion failure for none existing loginsSami Kerola2014-12-091-1/+1
* login-utils: use libc error printing facilitySami Kerola2014-12-091-7/+4Star
* login: ignore SIGXFSZ when write to lastlogKarel Zak2014-11-191-2/+11
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-192-2/+2
* build-sys: properly check for -lrtKarel Zak2014-10-271-1/+1
* textual: use usage() text element macrosSami Kerola2014-10-011-2/+2
* textual: use manual tail usage() macroSami Kerola2014-10-011-1/+1
* docs: update deprecation bannersSami Kerola2014-10-012-18/+0Star
* su: print proper core dump message when killedpcpa2014-10-011-3/+2Star
* textual: use a somewhat clearer and more standard failure messageBenno Schulenberg2014-10-011-1/+1
* lslogins: cleanup after error [coverity scan]Karel Zak2014-09-261-3/+4
* textual: share crypt() error message in sulogin and newgrpSami Kerola2014-09-191-1/+1
* newgrp: avoid use of obsolete getpass() functionSami Kerola2014-09-191-1/+47
* newgrp: use libc function to read gshadow if it is availableSami Kerola2014-09-191-0/+11
* last: improve code readability by renaming variable namesSami Kerola2014-09-191-11/+14
* last: make is_phantom() when kernel config does not include audit supportSami Kerola2014-09-191-9/+19
* textual: remove some inconsistent periods from error messagesBenno Schulenberg2014-08-112-3/+3
* docs: bring the runuser and su man pages closer to standard formattingBenno Schulenberg2014-07-292-65/+61Star
* docs: give the man page of utmpdump the proper User Commands headerBenno Schulenberg2014-07-291-7/+12
* docs: improve the formatting of the chfn and chsh man pagesBenno Schulenberg2014-07-292-35/+27Star
* textual: fix some typos and inconsistencies in various messagesBenno Schulenberg2014-07-235-10/+10
* Merge branch 'master' of https://github.com/yurchor/util-linuxKarel Zak2014-07-221-1/+1
|\
| * Fix typos in user visible messagesYuri Chornoivan2014-07-031-1/+1
* | Merge branch 'ioclt' of https://github.com/lanurmi/util-linuxKarel Zak2014-07-221-1/+1
|\ \
| * | Fix typo "ioclt" in various files.Lauri Nurmi2014-07-111-1/+1
| |/
* | lslogins: more robust usage of columns[]Karel Zak2014-07-181-28/+45
* | sulogin: don't use uninitialized struct sigaction [coverity scan]Karel Zak2014-07-171-0/+1
* | sulogin: check result of the open() [coverity scan]Karel Zak2014-07-171-0/+2