summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko2014-10-021-8/+9
* addgroup: mention -S in the help textDenys Vlasenko2014-08-151-2/+2
* getty: explain when setsid() fails. no code changesDenys Vlasenko2014-05-111-0/+10
* su: add a delay if the password is incorrectRomain Naour2014-03-161-0/+1
* Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2014-02-191-7/+0
* adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa2014-01-173-21/+27
* adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko2013-12-201-2/+2
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-5/+0
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-194-40/+9
* cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
* *: change execl sentinels from NULL to (char*)0Rich Felker2013-06-301-1/+1
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-211-2/+2
* sulogin: correct lying commentDenys Vlasenko2013-05-211-1/+1
* adduser: make it accept "adduser USER GROUP" formTito Ragusa2012-10-081-8/+14
* getty: tweak style, no code changesDenys Vlasenko2012-09-021-2/+1
* getty: add commented-out extended error diagnosticDenys Vlasenko2012-08-161-0/+8
* login: increase login name size limit from 32 to 64Denys Vlasenko2012-08-151-1/+2
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* Move several applets to different install dir:Denys Vlasenko2012-06-201-2/+2
* su: do not change to home dir unless -lPascal Bellard2012-06-121-1/+2
* getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko2012-04-261-0/+6
* login: -f should not ask for password even with PAMSergey Naumov2012-01-301-8/+10
* *: better comments on termios manipulations. No code changes.Denys Vlasenko2012-01-151-2/+4
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-084-2/+11
* getty: Hurd has no CBAUD, work around thatDenys Vlasenko2011-10-301-0/+2
* getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko2011-10-233-36/+94
* getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko2011-10-231-0/+2
* getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko2011-10-221-3/+5
* getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko2011-10-221-1/+0
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-222-97/+156
* getty: shrink help textDenys Vlasenko2011-10-221-1/+1
* login: new option LOGIN_SESSION_AS_CHILDIan Wienand2011-09-142-6/+58
* chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko2011-09-111-6/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0510-11/+0
* adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko2011-05-211-3/+5
* adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko2011-05-211-4/+14
* passwd: shorter help textDenys Vlasenko2011-05-131-4/+4
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-134-72/+57
* trim help textDenys Vlasenko2011-05-121-2/+2
* passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2011-04-052-4/+10
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-039-0/+125
* login: set PAM RHOSTRyan Phillips2011-03-221-0/+8
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-084-6/+6
* use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko2011-03-081-1/+2
* fix bit rot in scripts/Makefile.IMADenys Vlasenko2011-03-061-2/+2
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-062-14/+4
* convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko2011-03-021-4/+5
* adduser: use better argv passing to addgroupDenys Vlasenko2011-02-271-9/+18
* getty config help: fix example scriptDenys Vlasenko2011-02-101-1/+1
* getty: extend its config helpDenys Vlasenko2011-02-101-1/+13