aboutsummaryrefslogtreecommitdiff
path: root/loginutils/sulogin.c
AgeCommit message (Expand)Author
2020-12-02libbb: exec_login_shell() - new functionDenys Vlasenko
2020-12-02libbb: rename run_shell() to exec_shell()Denys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2017-08-04make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys 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-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
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu
2013-05-21sulogin: correct lying commentDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-02-01remove now-unneeded memsetDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-11-09*: a bit of code shrinkDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-18mount: recognize "dirsync" (closes bug 835)Denis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-10setup_environment: code shrinkDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2006-12-30fix for uclibc-without-shadow.h compilationDenis Vlasenko
2006-12-28fix build without shadow supportDenis Vlasenko
2006-10-14sulogin: add support for $SUSHELL & $sushellDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-17whitespace cleanupDenis Vlasenko