summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko4-6/+6
2011-03-02convert "do {...} while (1);" -> "while (1) {...}"Denys Vlasenko4-16/+17
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-30vlock: disable linux console calls on other systemsJeremie Koenig2-3/+13
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko13-27/+34
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2008-03-12nc: remove a bit of bloatDenis Vlasenko7-301/+308
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-09-27vlock: get rid of staticsDenis Vlasenko1-18/+18
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-11-30- save 4 bytesBernhard Reutner-Fischer1-1/+1
2006-11-27- minor shrinkageBernhard Reutner-Fischer1-8/+6
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-24vlock: make message shorterDenis Vlasenko1-1/+1
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko3-30/+17
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley168-199/+199
2006-01-06patch from tito: consolidate delay functions as bb_do_delay()Rob Landley7-28/+38
2005-12-19Patch from Tito to make vlock much smaller.Rob Landley1-94/+14
2005-12-18strncmp isn't automatically superior to strcmp. Especially when it isn'tRob Landley1-2/+2
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen30-91/+96
2004-05-01Do not use getpass(3)Eric Andersen7-38/+98
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-07-03hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen1-1/+4
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812