summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* login-utils: remove unwanted newlines from wallKarel Zak2007-07-161-1/+2
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-0311-10/+37
* wall: fix O_NONBLOCK usageKarel Zak2007-07-021-2/+3
* agetty: check gethostname() return valueKarel Zak2007-06-291-12/+8Star
* agetty: add 'O' escape code to display domain nameKarel Zak2007-06-292-1/+41
* build-sys: move -D flags to *_CPPFLAGSStepan Kasal2007-05-161-1/+1
* build-sys: do not build convenience libraries in lib/Stepan Kasal2007-05-161-7/+9
* build-sys: add SUID_LDFLAGSStepan Kasal2007-05-161-0/+4
* build-sys: do not kick off AM_CFLAGS by SUID_CFLAGSStepan Kasal2007-05-161-3/+3
* build-sys: add SUID_CFLAGSKarel Zak2007-04-251-0/+4
* newgrp: add support for /etc/gshadowKarel Zak2007-03-211-7/+43
* newgrp: check result from getgrnam() more carefullyKarel Zak2007-03-211-1/+5
* login: remove triiling white-spacesKarel Zak2007-03-121-92/+92
* login: add audit supportKarel Zak2007-03-122-0/+37
* login: add IPv6 supportKarel Zak2007-03-104-40/+156
* login: add regression test for IP address checking codeKarel Zak2007-03-092-0/+64
* login: update 32bit utmp correctly on 64bit systemKarel Zak2007-03-081-2/+8
* login: omits PAM account validation when auth is skipped (CVE-2006-7108)Karel Zak2007-03-081-6/+12
* login: attempt to run if it has no read/write access to its terminalKarel Zak2007-03-081-1/+2
* login: keep syslog useful for end of PAM session.Karel Zak2007-03-081-0/+1
* login: login's timeout can failKarel Zak2007-03-081-0/+1
* login: improve work with signalsKarel Zak2007-03-081-12/+69
* login: close PAM session after failed pam_setcredKarel Zak2007-03-071-0/+2
* chsh: remove tailing wihit-spaces and use PATH_BSHELLKarel Zak2007-03-071-5/+6
* vipw: fix permissions (600->400) for edited /etc/[g]shodow filesKarel Zak2007-02-151-3/+1Star