summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-03su: expand help; simplify passing of -c CMD to run_shell()Denys Vlasenko6-25/+45
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2014-03-16su: add a delay if the password is incorrectRomain Naour1-0/+1
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2012-06-12su: do not change to home dir unless -lPascal Bellard5-7/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-06libbb/login/su: do not sanitize shell name twiceDenys Vlasenko3-14/+7
2010-12-31su: document -l in --help text. Closes bug 2761Denys Vlasenko2-9/+10
2010-11-30su: suppress "warning: unused variable 'user_buf'"Denys Vlasenko1-0/+2
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl8-54/+58
2010-02-26su: move restricted_shell into su.c (the only user)Denys Vlasenko4-49/+18
2010-02-26setup_environment(): eliminate one parameterDenys Vlasenko5-11/+16
2009-09-09a few more GCC-isms removedDenys Vlasenko3-7/+20
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-12-23libbb: introduce and use xmalloc_ttyname (-32 in bss).Denis Vlasenko9-13/+26
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko26-219/+214
2008-03-17dos2unix: tiny shrinkDenis Vlasenko8-207/+203
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-10setup_environment: code shrinkDenis Vlasenko5-21/+41
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko10-44/+42
2006-12-23su: fix typo: "argv -= optind" should be +=Denis Vlasenko1-1/+1
2006-12-19- rename SU_SYSLOG to FEATURE_SU_SYSLOGBernhard Reutner-Fischer3-9/+10
2006-12-19su: make /etc/shells check configurableDenis Vlasenko4-30/+29
2006-12-16inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko28-63/+69
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko3-30/+17
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko14-114/+96
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-15Comment tweak from tito.Rob Landley1-1/+1
2006-07-10Patch from Tito to make syslog configurable and remove #ifdefs. FurtherRob Landley2-111/+50
2006-06-14- minor size tweakBernhard Reutner-Fischer1-8/+7
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley40-46/+2
2006-01-19- Document -m, -c, -s and provide a default shell for standalone build.Bernhard Reutner-Fischer2-10/+20
2005-07-01Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger6-27/+35
2005-05-03A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley12-130/+148
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath14-37/+50
2003-08-29Vodz, last patch 105Glenn L McGrath2-75/+67
2003-07-03Patch from Russell Coker:Eric Andersen13-30/+263
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812
2002-06-04Bigger patch for (partial) tinylogin integrationRobert Griebl30-2/+4123