summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2010-05-24build-sys: replace ../ with $top_srcdirKarel Zak1-2/+2
2010-01-28login: check that after tty reopen we still work with a terminalKarel Zak1-9/+13
2010-01-28login: use fd instead of pathname for update tty's owner and permissionsYann Droneaud1-4/+4
2010-01-27login: don't link PAMed version with libcryptKarel Zak1-16/+16
2009-11-20last: fix utmp.ut_time usageKarel Zak1-6/+24
2009-10-17initctl: fix strict-aliasing bugsKarel Zak1-2/+9
2009-10-16newgrp: use c.h, remove tailing whitespaceKarel Zak1-11/+5
2009-10-09Remove now unused <sys/ioctl.h> includesGuillem Jover1-1/+0
2009-08-21replace usleep() for systems that don't have themDaniel Mierswa1-0/+1
2009-08-17simpleinit.8: formattingPeter Breitenlohner1-2/+4
2009-08-17shutdown.8: formattingPeter Breitenlohner1-10/+32
2009-08-17newgrp.1: formattingPeter Breitenlohner1-3/+5
2009-08-17mesg.1: formattingPeter Breitenlohner1-1/+2
2009-08-17last.1: formattingPeter Breitenlohner1-1/+1
2009-08-17initctl.8: formattingPeter Breitenlohner1-5/+8
2009-08-17chsh.1: formattingPeter Breitenlohner1-5/+10
2009-08-17chfn.1: formattingPeter Breitenlohner1-10/+19
2009-08-17vipw.8: remove erroneous empty line, formattingPeter Breitenlohner1-6/+5
2009-08-17replace bcopy,bzero,index and rindexDaniel Mierswa5-8/+8
2009-07-04build-sys: rename to _execdirKarel Zak1-10/+10
2009-07-04build-sys: fix exec/data install hooksKarel Zak1-0/+2
2009-06-30include: clean up _PATH_DEV_* macrosKarel Zak1-2/+2
2009-04-23agetty: IUCLC and OLCUC are Linux extensionsAurelien Jarno1-0/+4
2009-04-10login: use open(2) rather then access(2) for $HOME/.hushloginKarel Zak1-1/+16
2009-03-17login: use "remote" as a PAM service name for "login -h"Karel Zak2-1/+11
2009-03-09login: remove "switching users" nonsense from man pageKarel Zak1-3/+1
2009-03-03simmpleinit: fix gcc warning (buffer size in read())Karel Zak1-1/+1
2009-02-05agetty: check for termios.c_line struct member by autoconfKarel Zak1-1/+1
2008-12-12refresh gitignoreKarel Zak1-0/+4
2008-12-12simpleinit: cleanup gettext calls, use snprintf()Karel Zak1-16/+20
2008-12-12chfn: several strings without gettext callsKarel Zak1-4/+4
2008-12-12TODO: add request to use nl_langinfo()Karel Zak1-0/+1
2008-12-12Revert "login-utils: several strings without gettext calls"Karel Zak4-19/+16
2008-11-26login: cleanup includesKarel Zak1-5/+2
2008-11-26agetty: sys/types.h and time.h are included more than onceKarel Zak1-2/+1
2008-10-03login-utils: several strings without gettext callsPedro Ribeiro4-16/+19
2008-09-29login: fix compiler warning (int32 time() arg)Karel Zak1-1/+7
2008-09-01login: fix warning "dereferencing type-punned pointer will break strict-alias...Karel Zak1-4/+17
2008-07-28remove CVS keywordsmaximilian attems1-1/+0
2008-07-01selinux: 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