| Commit message (Expand) | Author | Age | Files | Lines |
* | textual: add a docstring to most of the utilities | Benno Schulenberg | 2015-01-06 | 1 | -0/+4 |
* | chfn, chsh: share illegal_passwd_chars() function | Sami Kerola | 2015-01-05 | 1 | -11/+5 |
* | chfn: fix compilation without libuser | Karel Zak | 2014-12-19 | 1 | -1/+1 |
* | chfn: make command to obey login.defs CHFN_RESTRICT instructions | Sami Kerola | 2014-12-19 | 1 | -7/+76 |
* | chfn: remove set_changed_data() and add add_missing() | Sami Kerola | 2014-12-19 | 1 | -40/+39 |
* | chfn: rename prompt() to ask_new_field() | Sami Kerola | 2014-12-19 | 1 | -6/+7 |
* | chfn: move new and old finger structs to chfn control struct | Sami Kerola | 2014-12-19 | 1 | -89/+76 |
* | chfn: clean up parse_argv() | Sami Kerola | 2014-12-19 | 1 | -30/+18 |
* | chfn: add minimalistic struct chfn_control | Sami Kerola | 2014-12-19 | 1 | -8/+13 |
* | chfn: simplify parse_passwd() by using strsep() | Sami Kerola | 2014-12-19 | 1 | -36/+15 |
* | chfn: fix usage() regression | Sami Kerola | 2014-12-19 | 1 | -2/+2 |
* | chfn: use xasprintf() rather than bunch of strlen() and malloc() calls | Sami Kerola | 2014-12-19 | 1 | -6/+3 |
* | chfn: rewrite prompt() to use strutils | Sami Kerola | 2014-12-19 | 1 | -39/+20 |
* | chfn: remove function prototypes | Sami Kerola | 2014-12-19 | 1 | -142/+134 |
* | textual: use usage() text element macros | Sami Kerola | 2014-10-01 | 1 | -2/+2 |
* | textual: fix some typos and inconsistencies in various messages | Benno Schulenberg | 2014-07-23 | 1 | -1/+1 |
* | chfn: assigned value is never read [clang-analyzer] | Sami Kerola | 2013-07-09 | 1 | -1/+0 |
* | chsh-chfn: fix bugs, improve compilation | Karel Zak | 2013-02-13 | 1 | -8/+10 |
* | chfn: Add libuser support | Cody Maloney | 2013-02-13 | 1 | -4/+23 |
* | chsh-chfn: Move pam auth to its own function, factoring out common code | Cody Maloney | 2013-02-13 | 1 | -30/+3 |
* | textual: spell and encode the name of Arkadiusz MiĆkiewicz correctly | Benno Schulenberg | 2013-02-06 | 1 | -1/+1 |
* | chfn: always use return rather than exit() in main | Karel Zak | 2012-12-12 | 1 | -4/+4 |
* | chfn: clean up exit status | Karel Zak | 2012-12-12 | 1 | -6/+5 |
* | login-utils: verify writing to streams was successful | Sami Kerola | 2012-04-04 | 1 | -0/+2 |
* | chfn: use pathnames.h for paths | Sami Kerola | 2012-03-18 | 1 | -2/+2 |
* | chfn: fix coding style | Sami Kerola | 2011-11-29 | 1 | -328/+367 |
* | chfn, setpwnam: let config.h be in control of extensions in use | Sami Kerola | 2011-11-29 | 1 | -2/+0 |
* | chfn, chsh: new file pamfail.h for error printing | Sami Kerola | 2011-11-29 | 1 | -21/+9 |
* | chfn, chsh, setpwnam: get true/false from stdbool.h | Sami Kerola | 2011-11-23 | 1 | -11/+8 |
* | chfn: use libc error printing facilities | Sami Kerola | 2011-11-23 | 1 | -39/+26 |
* | chfn: align with howto-usage-function.txt | Sami Kerola | 2011-11-23 | 1 | -5/+12 |
* | chfn: remove non-PAM code | Karel Zak | 2011-11-03 | 1 | -18/+2 |
* | chfn: remove non-ANSI definitions [smatch scan] | Karel Zak | 2011-09-13 | 1 | -22/+8 |
* | chfn: fix compiler warnings [-Wsign-compare] | Karel Zak | 2011-08-01 | 1 | -1/+1 |
* | build-sys: provide alternatives for err, errx, warn and warnx | Fabian Groffen | 2011-02-14 | 1 | -1/+1 |
* | build-sys: improve check for crypt | Fabian Groffen | 2011-01-17 | 1 | -1/+4 |
* | chfn: Use EXIT_* and err() | Marek Polacek | 2010-12-10 | 1 | -82/+45 |
* | lib: [strutils] general purpose string handling functions | Davidlohr Bueso | 2010-11-23 | 1 | -1/+1 |
* | chsh: don't suggest ypchsh | Karel Zak | 2010-07-29 | 1 | -2/+1 |
* | chfn: several strings without gettext calls | Karel Zak | 2008-12-12 | 1 | -4/+4 |
* | Revert "login-utils: several strings without gettext calls" | Karel Zak | 2008-12-12 | 1 | -4/+4 |
* | login-utils: several strings without gettext calls | Pedro Ribeiro | 2008-10-03 | 1 | -4/+4 |
* | selinux: is_selinux_enabled() returns 0, 1 and -1 | Karel Zak | 2008-07-01 | 1 | -1/+1 |
* | chfn, chsh, login: collapsing three similar messages into a single one | Benno Schulenberg | 2008-04-16 | 1 | -2/+2 |
* | chfn: add pam_end() call and cleanup PAM code | Karel Zak | 2007-10-04 | 1 | -23/+32 |
* | Imported from util-linux-2.13-pre1 tarball. | Karel Zak | 2006-12-07 | 1 | -9/+9 |
* | Imported from util-linux-2.12i tarball. | Karel Zak | 2006-12-07 | 1 | -2/+2 |
* | Imported from util-linux-2.12a tarball. | Karel Zak | 2006-12-07 | 1 | -0/+27 |
* | Imported from util-linux-2.11o tarball. | Karel Zak | 2006-12-07 | 1 | -1/+1 |
* | Imported from util-linux-2.11b tarball. | Karel Zak | 2006-12-07 | 1 | -3/+3 |