summaryrefslogtreecommitdiff
path: root/login-utils
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Link with gnulibIgor Pashev3-1/+7
2011-01-31Merge remote branch 'origin/master'LaMont Jones10-34/+50
2011-01-23wall: document -n optionDavidlohr Bueso2-1/+3
2011-01-21don't declare usage() without parametrKarel Zak1-1/+1
2011-01-20use uint32_t instead of u_int32_tFabian Groffen1-5/+6
2011-01-17build-sys: improve check for cryptFabian Groffen6-10/+18
2011-01-17wall: add usage functionDavidlohr Bueso1-5/+8
2011-01-04agetty: use ignore_result() or write(1, ...)Karel Zak1-13/+15
2010-12-29Merge remote branch 'origin/master'LaMont Jones32-3200/+382
2010-12-10mesg: change error exit code from 1 to >1Francesco Cosoleto1-9/+15
2010-12-10simpleinit: move old init stuff to separate directoryKarel Zak13-2737/+0
2010-12-10vipw: fix warn_unused_result gcc warningKarel Zak1-1/+3
2010-12-10fix __noreturn__ usageKarel Zak1-1/+1
2010-12-10chfn: Use EXIT_* and err()Marek Polacek1-82/+45
2010-12-10wall: fix coding styleKarel Zak1-12/+13
2010-12-10wall: remove prognameKarel Zak1-9/+4
2010-12-10wall: Use EXIT_* and err()Marek Polacek1-25/+18
2010-12-10vipw: use EXIT_* and err()Marek Polacek1-22/+22
2010-12-10simpleinit: Use EXIT_*Marek Polacek1-6/+6
2010-12-10shutdown: Use EXIT_*Marek Polacek1-36/+29
2010-12-10login: fix "ignoring return value" errorsKarel Zak1-10/+26
2010-12-10login: use EXIT_* and err.h, clean up return codesMarek Polacek1-49/+41
2010-12-10last: Use EXIT_* and err()Marek Polacek1-19/+23
2010-12-10login: use EXIT_* in checktty()Karel Zak1-5/+5
2010-12-10chsh: use EXIT_* and err.hKarel Zak1-95/+59
2010-12-02build-sys: add mesg to .gitignoreKarel Zak1-0/+1
2010-12-02agetty: Use EXIT_* and add noreturn attributeMarek Polacek1-12/+10
2010-12-02mesg: Use EXIT_* and discard K&R style declaration.Marek Polacek1-24/+22
2010-12-02newgrp: Use err() and EXIT_*Marek Polacek1-28/+19
2010-11-30last: use xalloc libDavidlohr Bueso1-12/+4
2010-11-30login: use xalloc libDavidlohr Bueso1-7/+2
2010-11-30wall: use xalloc libDavidlohr Bueso1-4/+3
2010-11-30rename util-linux-ng back to util-linuxKarel Zak11-22/+22
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso8-8/+8
2010-11-15agetty: use nl_langinfo()Karel Zak2-9/+7
2010-10-29use _exit() instead of exit() in sighandlersMarek Polacek2-2/+2
2010-10-26agetty: fix -s option (baud rate setup)Karel Zak1-7/+26
2010-09-06Merge remote branch 'origin/master'LaMont Jones2-20/+29
2010-08-18agetty: add -c to reuse cflagsKarel Zak2-3/+12
2010-08-18aggety: don't wipe CLOCAL flagKarel Zak1-1/+1
2010-08-18agetty: add -s to reuse existing baud rateKarel Zak2-19/+19
2010-08-02Merge remote branch 'origin/master'LaMont Jones6-8/+14
2010-07-29chsh: don't suggest ypchshKarel Zak4-4/+10
2010-06-14textual: fix typos, and rephrase some things for clarityBenno Schulenberg1-2/+2
2010-05-24build-sys: replace ../ with $top_srcdirKarel Zak1-2/+2
2010-02-03Merge remote branch 'origin/master'LaMont Jones2-29/+33
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-27Merge remote branch 'origin/master'LaMont Jones1-6/+24