summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2-2/+6
2016-11-28Code style fixes, no code changesDenys Vlasenko13-28/+32
2016-11-04comment and readme updatesDenys Vlasenko2-1/+10
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko6-25/+45
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2016-03-30make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko1-21/+11
2016-03-30sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko1-3/+3
2016-03-30sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko1-13/+9
2016-03-30sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko1-1/+0
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2016-01-03login: add commented-out PAM double password avoidance from BZ 4003Denys Vlasenko1-0/+43
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2-18/+23
2015-10-21login: explain -h HOST option betterDenys Vlasenko1-1/+1
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-09-21adduser: fix help textDenys Vlasenko1-1/+1
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer1-3/+8
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel1-1/+2
2015-03-12deluser: also remove user from /etc/groupDenys Vlasenko2-8/+48
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko4-43/+53
2015-02-05deluser: implement --remove-homeDenys Vlasenko1-2/+20
2015-01-05libbb: code shrink by factoring out common update_utmp_DEAD_PROCESSDenys Vlasenko5-16/+20
2014-10-02getty: set tty attrs so that control chars are shown as ^cDenys Vlasenko1-8/+9
2014-08-15addgroup: mention -S in the help textDenys Vlasenko1-2/+2
2014-08-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2014-05-10getty: explain when setsid() fails. no code changesDenys Vlasenko1-0/+10
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-03-16su: add a delay if the password is incorrectRomain Naour1-0/+1
2014-02-19Kbuild: move CONFIG_PAM to general configurationBartosz Golaszewski2-7/+7
2014-01-17adduser,addgroup: introduce and use CONFIG_LAST_IDTito Ragusa3-21/+27
2013-12-20adduser: check whether run with no USERNAME. Closes 6728Denys Vlasenko1-2/+2
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko1-7/+12
2013-06-30*: change execl sentinels from NULL to (char*)0Rich Felker3-3/+3
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu2-3/+5
2013-05-21sulogin: correct lying commentDenys Vlasenko1-1/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-10-08adduser: make it accept "adduser USER GROUP" formTito Ragusa1-8/+14
2012-09-02getty: tweak style, no code changesDenys Vlasenko1-2/+1
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko1-0/+8
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko1-1/+2
2012-07-14su: do not change to home dir unless -lPascal Bellard5-7/+11
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
2012-06-20Move several applets to different install dir:Denys Vlasenko3-23/+23
2012-06-12su: do not change to home dir unless -lPascal Bellard5-7/+11
[next]