summaryrefslogtreecommitdiff
path: root/loginutils/su.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-4/+3
* *: more --help tweaksDenys Vlasenko2021-06-151-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-2/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* fix "loginutils/Config.in:319 error: Overlong line"Denys Vlasenko2017-04-131-1/+1
* libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-1/+1
* su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-5/+22
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-5/+4
* su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko2016-11-031-4/+29
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-3/+28
* su: add a delay if the password is incorrectRomain Naour2014-03-161-0/+1
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-1/+1
* su: do not change to home dir unless -lPascal Bellard2012-06-121-1/+2
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-061-8/+2
* su: document -l in --help text. Closes bug 2761Denys Vlasenko2010-12-311-0/+10
* su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko2010-11-301-0/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-26/+31
* su: move restricted_shell into su.c (the only user)Denys Vlasenko2010-02-261-1/+18
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+4
* a few more GCC-isms removedDenys Vlasenko2009-09-091-5/+18
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko2008-12-231-1/+1
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-6/+4
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-1/+1
* 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
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-3/+3
* su: fix typo: "argv -= optind" should be +=Denis Vlasenko2006-12-231-1/+1
* - rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer2006-12-191-7/+8
* su: make /etc/shells check configurableDenis Vlasenko2006-12-191-8/+15
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-7/+11
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* correct_password: undo whitespace damage.Denis Vlasenko2006-09-231-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-3/+3
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-5/+1
* Comment tweak from tito.Rob Landley2006-07-151-1/+1
* Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley2006-07-101-111/+43
* - minor size tweakBernhard Reutner-Fischer2006-06-141-8/+7