summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* textual: fix typos, and rephrase some things for clarityBenno Schulenberg2010-06-141-2/+2
* build-sys: replace ../ with $top_srcdirKarel Zak2010-05-241-2/+2
* login: check that after tty reopen we still work with a terminalKarel Zak2010-01-281-9/+13
* login: use fd instead of pathname for update tty's owner and permissionsYann Droneaud2010-01-281-4/+4
* login: don't link PAMed version with libcryptKarel Zak2010-01-271-16/+16
* last: fix utmp.ut_time usageKarel Zak2009-11-201-6/+24
* initctl: fix strict-aliasing bugsKarel Zak2009-10-171-2/+9
* newgrp: use c.h, remove tailing whitespaceKarel Zak2009-10-161-11/+5Star
* Remove now unused <sys/ioctl.h> includesGuillem Jover2009-10-091-1/+0Star
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+1
* simpleinit.8: formattingPeter Breitenlohner2009-08-171-2/+4
* shutdown.8: formattingPeter Breitenlohner2009-08-171-10/+32
* newgrp.1: formattingPeter Breitenlohner2009-08-171-3/+5
* mesg.1: formattingPeter Breitenlohner2009-08-171-1/+2
* last.1: formattingPeter Breitenlohner2009-08-171-1/+1
* initctl.8: formattingPeter Breitenlohner2009-08-171-5/+8
* chsh.1: formattingPeter Breitenlohner2009-08-171-5/+10
* chfn.1: formattingPeter Breitenlohner2009-08-171-10/+19
* vipw.8: remove erroneous empty line, formattingPeter Breitenlohner2009-08-171-6/+5Star
* replace bcopy,bzero,index and rindexDaniel Mierswa2009-08-175-8/+8
* build-sys: rename to _execdirKarel Zak2009-07-041-10/+10
* build-sys: fix exec/data install hooksKarel Zak2009-07-041-0/+2
* include: clean up _PATH_DEV_* macrosKarel Zak2009-06-301-2/+2
* 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