summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2008-12-19refresh gitignoreKarel Zak1-0/+4
2008-12-12login: fix compiler warning (int32 time() arg)Karel Zak1-1/+7
2008-12-12login: fix warning "dereferencing type-punned pointer will break strict-alias...Karel Zak1-4/+17
2008-07-02selinux: is_selinux_enabled() returns 0, 1 and -1Karel Zak4-4/+4
2008-04-21login: audit log injection attack via loginSteve Grubb1-7/+3
2008-04-16build-sys: remove unnecessary check-local target from login-utils/Karel Zak1-3/+0
2008-04-16chfn, chsh, login: collapsing three similar messages into a single oneBenno Schulenberg3-6/+6
2008-04-14build-sys: update .gitignore filesKarel Zak1-0/+5
2008-04-14build-sys: ignore a bunch of generated files, mostly binariesJames Youngman1-0/+4
2008-04-14login: rewrite is_local() to remove limits on line lengthJames Youngman3-23/+91
2008-04-08login-utils: cleanup strlen() and fgets() usageJames Youngman1-2/+2
2008-03-20chfn: fix compiler warnings in selinux stuffKarel Zak1-1/+1
2008-03-12remove useless if-before-free tests.Jim Meyering2-3/+3
2008-03-06agetty: make username-in-uppercase feature optional (off by default.)Hamish Coleman2-5/+14
2008-01-28login: fix a small memory leak and remove unnecessary zeroingKarel Zak1-2/+6
2008-01-03login: replace termio with termios interfaceSamuel Thibault1-3/+3
2008-01-03agetty: replace termio with termios interfaceSamuel Thibault1-77/+54
2007-12-17build-sys: use dist_man_MANS instead of man_MANSStepan Kasal1-7/+7
2007-12-17shutdown: use _PATH_MOUNTED instead of _PATH_MTABStepan Kasal1-2/+2
2007-11-28agetty: non-linux support (use pathnames.h)Karel Zak1-1/+1
2007-11-28include: cleanup pathnames.hKarel Zak2-1/+3
2007-11-28build-sys: cleanup usage of linux/major.hSamuel Thibault1-0/+8
2007-11-26wall: cleanup MAXHOSTNAMELENKarel Zak1-0/+8
2007-11-26agetty: cleanup MAXHOSTNAMELENKarel Zak1-19/+9
2007-10-26agetty: ungettextize several debugging messages.Benno Schulenberg2-15/+15
2007-10-26docs: tweak a few messages for clarityBenno Schulenberg1-2/+2
2007-10-16mesg: replace errs.h with libc err.hKarel Zak1-1/+1
2007-10-04chfn: add pam_end() call and cleanup PAM codeKarel Zak1-23/+32
2007-10-04chsh: should use pam_end function to terminate the PAM transactionYu Zhiguo1-24/+33
2007-09-21login: login segfaults on EOF (rh#298461)Karel Zak1-2/+2
2007-08-14build-sys: add --disable-makeinstall-chownKarel Zak1-3/+3
2007-08-14chsh: don't use empty shell field in /etc/passwdKarel Zak1-2/+5
2007-08-14login: replace /usr/spool/mail with /var/spool/main in man pageKarel Zak1-2/+2
2007-07-25agetty: fix short malloc in initstring handlingLaMont Jones1-1/+1
2007-07-25agetty: 8 bit characters on the Linux console lead to input corruptionMoritz Muehlenhoff2-6/+14
2007-07-17login-utils: remove deprecated sigsetmask() from wallKarel Zak1-1/+3
2007-07-16login-utils: remove unwanted newlines from wallKarel Zak1-1/+2
2007-07-03man pages: add "AVAILABILITY" sectionKarel Zak11-10/+37
2007-07-02wall: fix O_NONBLOCK usageKarel Zak1-2/+3
2007-06-29agetty: check gethostname() return valueKarel Zak1-12/+8
2007-06-29agetty: add 'O' escape code to display domain nameKarel Zak2-1/+41
2007-05-16build-sys: move -D flags to *_CPPFLAGSStepan Kasal1-1/+1
2007-05-16build-sys: do not build convenience libraries in lib/Stepan Kasal1-7/+9
2007-05-16build-sys: add SUID_LDFLAGSStepan Kasal1-0/+4
2007-05-16build-sys: do not kick off AM_CFLAGS by SUID_CFLAGSStepan Kasal1-3/+3
2007-04-25build-sys: add SUID_CFLAGSKarel Zak1-0/+4
2007-03-21newgrp: add support for /etc/gshadowKarel Zak1-7/+43
2007-03-21newgrp: check result from getgrnam() more carefullyKarel Zak1-1/+5
2007-03-12login: remove triiling white-spacesKarel Zak1-92/+92
2007-03-12login: add audit supportKarel Zak2-0/+37