summaryrefslogtreecommitdiffstats
path: root/login-utils
Commit message (Expand)AuthorAgeFilesLines
* login: remove non-PAM codeKarel Zak2011-10-264-831/+6Star
* login: move _PATH_BTMP to pathnames.hKarel Zak2011-10-261-1/+0Star
* login: remove dead code and commentsKarel Zak2011-10-261-94/+9Star
* login: remove kerberos specific codeKarel Zak2011-10-261-24/+0Star
* docs: align vipw.8 with howto-man-page.txtSami Kerola2011-10-031-39/+37Star
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-272-4/+2Star
* chfn: remove non-ANSI definitions [smatch scan]Karel Zak2011-09-131-22/+8Star
* last: fix smatch warningSami Kerola2011-09-101-1/+1
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-312-585/+0Star
|\
| * docs: Documentation directory addedSami Kerola2011-08-122-585/+0Star
* | vipw: (man page) uniformize header and footer, tweak the formattingBenno Schulenberg2011-08-291-10/+15
* | docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-225-6/+6
|/
* 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