summaryrefslogtreecommitdiff
path: root/loginutils/sulogin.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-3/+6
* sulogin: util-linux does not say "normal startup" on Ctrl-DDenys Vlasenko2022-01-131-1/+2
* sulogin: start _login_ shell only with -pDenys Vlasenko2022-01-131-7/+10
* ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko2022-01-131-0/+5
* sulogin: increase util-linux compatibilityDenys Vlasenko2022-01-121-0/+23
* libbb: exec_login_shell() - new functionDenys Vlasenko2020-12-021-1/+1
* libbb: rename run_shell() to exec_shell()Denys Vlasenko2020-12-021-1/+1
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-1/+1
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-4/+4
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-3/+3
* make 17 state-changing execing applets (ex: "nice PROG ARGS") noexecDenys Vlasenko2017-08-041-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-031-1/+1
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+1
* sulogin: use bb_error_msg instead of bb_info_msg; better messageDenys Vlasenko2016-03-301-3/+3
* sulogin: remove suid paranoia code, explain why it's not necessaryDenys Vlasenko2016-03-301-13/+9
* sulogin: Dorp incorrect comment about suid-nessDenys Vlasenko2016-03-301-1/+0
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+12
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-37/+6
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-211-2/+2
* sulogin: correct lying commentDenys Vlasenko2013-05-211-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+7
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-081-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-5/+3
* remove now-unneeded memsetDenys Vlasenko2010-02-011-3/+0
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-2/+2
* *: a bit of code shrinkDenis Vlasenko2008-11-091-2/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-1/+7
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-1/+1
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-4/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* mount: recognize "dirsync" (closes bug 835)Denis Vlasenko2008-02-181-1/+1
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-2/+1
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-23/+2
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-4/+9
* bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko2007-10-201-30/+31
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* setup_environment: code shrinkDenis Vlasenko2007-09-101-3/+4
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-6/+9
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix for uclibc-without-shadow.h compilationDenis Vlasenko2006-12-301-1/+3
* fix build without shadow supportDenis Vlasenko2006-12-281-2/+1