summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* docs: Documentation directory addedSami Kerola2011-08-122-585/+0Star
* textual: add some guiding comments for translatorsBenno Schulenberg2011-08-021-0/+1
* chrt: [selinux] fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* chsh: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* chfn: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* last: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-1/+1
* login: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-011-4/+4
* build-sys: fix 'make checkincludes' warningsKarel Zak2011-07-281-2/+0Star
* login-utils: include fixSami Kerola2011-06-252-5/+5
* checktty: fix unused parametersSami Kerola2011-06-251-5/+14
* login: fix typos in man pageKarel Zak2011-06-141-2/+2
* checktty: Use NGROUPS_MAX instead of NGROUPSJosiah Worcester2011-06-141-2/+2
* fsck, checktty, flock: Use more portable includes.Josiah Worcester2011-06-141-0/+3
* login: cleanup unused variablesKarel Zak2011-06-081-6/+9
* login: fix checktty test to compile with old glibcKarel Zak2011-03-311-0/+1
* build-sys: add term-utils/.gitignoreKarel Zak2011-03-021-3/+0Star
* build-sys: move wall to term-utils/Karel Zak2011-03-025-523/+0Star
* build-sys: move mesg to term-utils/Karel Zak2011-03-023-226/+0Star
* build-sys: move agetty to term-utilsKarel Zak2011-03-025-1725/+1Star
* chsh: fix gcc link() warn_unused_result warningKarel Zak2011-02-171-1/+2
* chsh: fix small memory leakKarel Zak2011-02-171-5/+9
* login: does not ignore setgid() return code for non-rootsKarel Zak2011-02-171-1/+5
* textual: improve the wording of some error and usage messagesBenno Schulenberg2011-02-162-4/+5
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-148-8/+6Star
* wall: document -n optionDavidlohr Bueso2011-01-232-1/+3
* don't declare usage() without parametrKarel Zak2011-01-211-1/+1
* use uint32_t instead of u_int32_tFabian Groffen2011-01-201-5/+6
* build-sys: improve check for cryptFabian Groffen2011-01-176-10/+18
* wall: add usage functionDavidlohr Bueso2011-01-171-5/+8
* agetty: use ignore_result() or write(1, ...)Karel Zak2011-01-041-13/+15
* mesg: change error exit code from 1 to >1Francesco Cosoleto2010-12-101-9/+15
* simpleinit: move old init stuff to separate directoryKarel Zak2010-12-1013-2737/+0Star
* vipw: fix warn_unused_result gcc warningKarel Zak2010-12-101-1/+3
* fix __noreturn__ usageKarel Zak2010-12-101-1/+1
* chfn: Use EXIT_* and err()Marek Polacek2010-12-101-82/+45Star
* wall: fix coding styleKarel Zak2010-12-101-12/+13
* wall: remove prognameKarel Zak2010-12-101-9/+4Star
* wall: Use EXIT_* and err()Marek Polacek2010-12-101-25/+18Star
* vipw: use EXIT_* and err()Marek Polacek2010-12-101-22/+22
* simpleinit: Use EXIT_*Marek Polacek2010-12-101-6/+6
* shutdown: Use EXIT_*Marek Polacek2010-12-101-36/+29Star
* login: fix "ignoring return value" errorsKarel Zak2010-12-101-10/+26
* login: use EXIT_* and err.h, clean up return codesMarek Polacek2010-12-101-49/+41Star
* last: Use EXIT_* and err()Marek Polacek2010-12-101-19/+23
* login: use EXIT_* in checktty()Karel Zak2010-12-101-5/+5
* chsh: use EXIT_* and err.hKarel Zak2010-12-101-95/+59Star
* build-sys: add mesg to .gitignoreKarel Zak2010-12-021-0/+1
* agetty: Use EXIT_* and add noreturn attributeMarek Polacek2010-12-021-12/+10Star
* mesg: Use EXIT_* and discard K&R style declaration.Marek Polacek2010-12-021-24/+22Star
* newgrp: Use err() and EXIT_*Marek Polacek2010-12-021-28/+19Star