summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* agetty: IUCLC and OLCUC are Linux extensionsAurelien Jarno2009-04-231-0/+4
* login: use open(2) rather then access(2) for $HOME/.hushloginKarel Zak2009-04-101-1/+16
* login: use "remote" as a PAM service name for "login -h"Karel Zak2009-03-172-1/+11
* login: remove "switching users" nonsense from man pageKarel Zak2009-03-091-3/+1Star
* simmpleinit: fix gcc warning (buffer size in read())Karel Zak2009-03-031-1/+1
* agetty: check for termios.c_line struct member by autoconfKarel Zak2009-02-051-1/+1
* refresh gitignoreKarel Zak2008-12-121-0/+4
* simpleinit: cleanup gettext calls, use snprintf()Karel Zak2008-12-121-16/+20
* chfn: several strings without gettext callsKarel Zak2008-12-121-4/+4
* TODO: add request to use nl_langinfo()Karel Zak2008-12-121-0/+1
* Revert "login-utils: several strings without gettext calls"Karel Zak2008-12-124-19/+16Star
* login: cleanup includesKarel Zak2008-11-261-5/+2Star
* agetty: sys/types.h and time.h are included more than onceKarel Zak2008-11-261-2/+1Star
* login-utils: several strings without gettext callsPedro Ribeiro2008-10-034-16/+19
* login: fix compiler warning (int32 time() arg)Karel Zak2008-09-291-1/+7
* login: fix warning "dereferencing type-punned pointer will break strict-alias...Karel Zak2008-09-011-4/+17
* remove CVS keywordsmaximilian attems2008-07-281-1/+0Star
* selinux: is_selinux_enabled() returns 0, 1 and -1Karel Zak2008-07-014-4/+4
* login: audit log injection attack via loginSteve Grubb2008-04-211-7/+3Star
* build-sys: remove unnecessary check-local target from login-utils/Karel Zak2008-04-161-3/+0Star
* chfn, chsh, login: collapsing three similar messages into a single oneBenno Schulenberg2008-04-163-6/+6
* build-sys: update .gitignore filesKarel Zak2008-04-141-0/+5
* build-sys: ignore a bunch of generated files, mostly binariesJames Youngman2008-04-141-0/+4
* login: rewrite is_local() to remove limits on line lengthJames Youngman2008-04-143-23/+91
* login-utils: cleanup strlen() and fgets() usageJames Youngman2008-04-081-2/+2
* chfn: fix compiler warnings in selinux stuffKarel Zak2008-03-201-1/+1
* remove useless if-before-free tests.Jim Meyering2008-03-122-3/+3
* agetty: make username-in-uppercase feature optional (off by default.)Hamish Coleman2008-03-062-5/+14
* login: fix a small memory leak and remove unnecessary zeroingKarel Zak2008-01-281-2/+6
* login: replace termio with termios interfaceSamuel Thibault2008-01-031-3/+3
* agetty: replace termio with termios interfaceSamuel Thibault2008-01-031-77/+54Star
* build-sys: use dist_man_MANS instead of man_MANSStepan Kasal2007-12-171-7/+7
* shutdown: use _PATH_MOUNTED instead of _PATH_MTABStepan Kasal2007-12-171-2/+2
* agetty: non-linux support (use pathnames.h)Karel Zak2007-11-281-1/+1
* include: cleanup pathnames.hKarel Zak2007-11-282-1/+3
* build-sys: cleanup usage of linux/major.hSamuel Thibault2007-11-281-0/+8
* wall: cleanup MAXHOSTNAMELENKarel Zak2007-11-261-0/+8
* agetty: cleanup MAXHOSTNAMELENKarel Zak2007-11-261-19/+9Star
* agetty: ungettextize several debugging messages.Benno Schulenberg2007-10-262-15/+15
* docs: tweak a few messages for clarityBenno Schulenberg2007-10-261-2/+2
* mesg: replace errs.h with libc err.hKarel Zak2007-10-161-1/+1
* chfn: add pam_end() call and cleanup PAM codeKarel Zak2007-10-041-23/+32
* chsh: should use pam_end function to terminate the PAM transactionYu Zhiguo2007-10-041-24/+33
* login: login segfaults on EOF (rh#298461)Karel Zak2007-09-211-2/+2
* build-sys: add --disable-makeinstall-chownKarel Zak2007-08-141-3/+3
* chsh: don't use empty shell field in /etc/passwdKarel Zak2007-08-141-2/+5
* login: replace /usr/spool/mail with /var/spool/main in man pageKarel Zak2007-08-141-2/+2
* agetty: fix short malloc in initstring handlingLaMont Jones2007-07-251-1/+1
* agetty: 8 bit characters on the Linux console lead to input corruptionMoritz Muehlenhoff2007-07-252-6/+14
* login-utils: remove deprecated sigsetmask() from wallKarel Zak2007-07-171-1/+3