aboutsummaryrefslogtreecommitdiff
path: root/loginutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko2015-10-091-1/+6
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-2/+2
* adduser: fix help textDenys Vlasenko2015-09-211-1/+1
* adduser: Add -k /path/to/skelBernhard Reutner-Fischer2015-09-211-3/+8
* login: don't print motd if .hushlogin exists in users homeSören Tempel2015-08-241-1/+2
* deluser: also remove user from /etc/groupDenys Vlasenko2015-03-121-6/+12
* libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko2015-02-071-5/+4
* deluser: implement --remove-homeDenys Vlasenko2015-02-051-2/+20
* libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko2015-01-051-1/+1
* 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