summaryrefslogtreecommitdiffstats
path: root/login-utils/chfn.c
Commit message (Collapse)AuthorAgeFilesLines
* chfn: several strings without gettext callsKarel Zak2008-12-121-4/+4
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Revert "login-utils: several strings without gettext calls"Karel Zak2008-12-121-4/+4
| | | | | | | This reverts commit 64fefaf5bffdd4041190f1e5ed4b5d0100638c0d. It does not make sense to localize config options (wdays in checktty.c) and debug messages (main() in checktty.c.
* login-utils: several strings without gettext callsPedro Ribeiro2008-10-031-4/+4
| | | | | Signed-off-by: Pedro Ribeiro <p.m42.ribeiro@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* selinux: is_selinux_enabled() returns 0, 1 and -1Karel Zak2008-07-011-1/+1
| | | | | | | | | | Unfortunately, the current libselinux implementation of is_selinux_enabled() returns -1 on error. This behavior is undocumented. The proper solution is to use "if (is_selinux_enabled() > 0)". Signed-off-by: Karel Zak <kzak@redhat.com>
* chfn, chsh, login: collapsing three similar messages into a single oneBenno Schulenberg2008-04-161-2/+2
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* chfn: add pam_end() call and cleanup PAM codeKarel Zak2007-10-041-23/+32
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.13-pre1 tarball.Karel Zak2006-12-071-9/+9
|
* Imported from util-linux-2.12i tarball.Karel Zak2006-12-071-2/+2
|
* Imported from util-linux-2.12a tarball.Karel Zak2006-12-071-0/+27
|
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-3/+3
|
* Imported from util-linux-2.10s tarball.Karel Zak2006-12-071-20/+11Star
|
* Imported from util-linux-2.10m tarball.Karel Zak2006-12-071-7/+5Star
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-071-2/+0Star
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-28/+36
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-071-3/+14
|
* Imported from util-linux-2.8 tarball.Karel Zak2006-12-071-6/+4Star
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-12/+73
|
* Imported from util-linux-2.5 tarball.Karel Zak2006-12-071-10/+28
|
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+414