aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko
2015-02-05deluser: implement --remove-homeDenys Vlasenko
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko
2014-08-15addgroup: mention -S in the help textDenys Vlasenko
2014-05-11getty: explain when setsid() fails. no code changesDenys Vlasenko
2014-03-16su: add a delay if the password is incorrectRomain Naour
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu
2013-05-21sulogin: correct lying commentDenys Vlasenko
2012-10-08adduser: make it accept "adduser USER GROUP" formTito Ragusa
2012-09-02getty: tweak style, no code changesDenys Vlasenko
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-06-20Move several applets to different install dir:Denys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2012-04-26getty: fix for NOCTTY killing us with SIGHUPDenys Vlasenko
2012-01-30login: -f should not ask for password even with PAMSergey Naumov
2012-01-15*: better comments on termios manipulations. No code changes.Denys Vlasenko
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko
2011-10-30getty: Hurd has no CBAUD, work around thatDenys Vlasenko
2011-10-23getty: fix a minor problem of Ctrl-D not printing '\n'Denys Vlasenko
2011-10-23getty: reset tty attrs on Ctrl-C and Ctrl-D tooDenys Vlasenko
2011-10-22getty: add O_NONBLOCK to open which is used to drop cttyDenys Vlasenko
2011-10-22getty: remove now not needed resetting of ALRM to to SIG_DFLDenys Vlasenko
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko
2011-10-22getty: shrink help textDenys Vlasenko
2011-09-14login: new option LOGIN_SESSION_AS_CHILDIan Wienand
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-21adduser: better logic for choosing addgroup -g/--gidDenys Vlasenko
2011-05-21adduser: prefer to call addgroup --gid, not non-std addgroup -gDenys Vlasenko
2011-05-13passwd: shorter help textDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12trim help textDenys Vlasenko
2011-04-05passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-22login: set PAM RHOSTRyan Phillips
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2011-03-08use user's shell instead of hardwired "/bin/sh" (android needs this)Denys Vlasenko
2011-03-06fix bit rot in scripts/Makefile.IMADenys Vlasenko
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko