aboutsummaryrefslogtreecommitdiff
path: root/loginutils
AgeCommit message (Expand)Author
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-04comment and readme updatesDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-31make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko
2016-03-30sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko
2016-03-30sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko
2016-03-30sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach
2015-10-21login: explain -h HOST option betterDenys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-09-21adduser: fix help textDenys Vlasenko
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel
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