summaryrefslogtreecommitdiff
path: root/loginutils/su.c
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* - Document -m, -c, -s and provide a default shell for standalone build.Bernhard Reutner-Fischer2006-01-191-9/+17
* Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...Mike Frysinger2005-07-011-1/+1
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-3/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-6/+6
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-1/+0
* Vodz, last patch 105Glenn L McGrath2003-08-291-74/+66
* Patch from Russell Coker:Eric Andersen2003-07-031-1/+5
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-7/+2
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-041-0/+167