aboutsummaryrefslogtreecommitdiff
path: root/loginutils/su.c
AgeCommit message (Expand)Author
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
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-13fix "loginutils/Config.in:319 error: Overlong line"Denys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko
2017-01-10Big cleanup in config help and descriptionDenys Vlasenko
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2014-03-16su: add a delay if the password is incorrectRomain Naour
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2012-06-12su: do not change to home dir unless -lPascal Bellard
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko
2010-11-30su: suppress "warning: unused variable 'user_buf'"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-26su: move restricted_shell into su.c (the only user)Denys Vlasenko
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko
2009-09-09a few more GCC-isms removedDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko
2008-03-17dos2unix: tiny shrinkDenis 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-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2006-12-23su: fix typo: "argv -= optind" should be +=Denis Vlasenko
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer
2006-12-19su: make /etc/shells check configurableDenis Vlasenko
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-15Comment tweak from tito.Rob Landley
2006-07-10Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley
2006-06-14- minor size tweakBernhard Reutner-Fischer
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-01-19- Document -m, -c, -s and provide a default shell for standalone build.Bernhard Reutner-Fischer