summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: fix-up man-pages flaged by checkmans.shJ William Piggott2015-01-131-1/+0Star
* docs: remove obsolete and unneeded comments from man-page filesBenno Schulenberg2015-01-122-3/+2Star
* maint: fix shadow declarationSami Kerola2015-01-071-16/+16
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-0610-1/+33
* chsh: keep struct options in .rodataKarel Zak2015-01-061-1/+1
* chsh: simplify get_shell_list()Karel Zak2015-01-061-8/+5Star
* newgrp: set function arguments read-only when possibleSami Kerola2015-01-051-3/+3
* newgrp: move shell determination closer where it is usedSami Kerola2015-01-051-5/+3Star
* newgrp: simplify if else clausesSami Kerola2015-01-051-7/+4Star
* chsh: fail get_shell_list() check when /etc/shells cannot be openedSami Kerola2015-01-051-5/+3Star
* chsh: simplify check_shell()Sami Kerola2015-01-051-33/+16Star
* chsh: rewrite function interacting with user to get path to new shellSami Kerola2015-01-051-24/+19Star
* chsh: clean up parse_argv()Sami Kerola2015-01-051-8/+3Star
* chsh: allow user to set shell to /bin/sh if none is setSami Kerola2015-01-051-2/+5
* chsh: set few variables read-only and rename one of themSami Kerola2015-01-051-19/+13Star
* chsh: use getline() to support arbitrarily long linesSami Kerola2015-01-051-7/+8
* chfn, chsh: share illegal_passwd_chars() functionSami Kerola2015-01-055-25/+53
* chsh: remove function prototypesSami Kerola2015-01-051-147/+143Star
* chfn: fix compilation without libuserKarel Zak2014-12-191-1/+1
* chfn: make command to obey login.defs CHFN_RESTRICT instructionsSami Kerola2014-12-192-8/+81
* 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