summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2007-07-21style fix (stray space before ';')Denis Vlasenko28-58/+58
2007-06-18libpwdgrp/pwd_grp.c: allocate local storage on first call, not in bss. -1k bssDenis Vlasenko1-27/+96
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-18we were basically ignoring CONFIG_USE_BB_PWD_GRP (assuming =y),Denis Vlasenko1-1/+3
2007-04-13style fixesDenis Vlasenko8-59/+58
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko8-78/+120
2007-02-26start_stop_daemon: add -chuid supportDenis Vlasenko5-42/+70
2006-12-30fixdep.c: avoit doing memcmp in most casesDenis Vlasenko7-108/+191
2006-12-28fix build without shadow supportDenis Vlasenko5-139/+141
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko12-152/+186
2006-10-05httpd: add -u user[:grp] supportDenis Vlasenko12-139/+117
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-07-01More removal of "#if 0" content."Robert P. J. Day"8-89/+0
2006-06-20I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.Rob Landley2-26/+19
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley12-192/+64
2006-05-13pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...Mike Frysinger19-19/+19
2006-04-05- include proper headers.Bernhard Reutner-Fischer7-33/+14
2006-03-13- revert back to r14406Bernhard Reutner-Fischer26-838/+772
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer25-166/+236
2006-03-03Typo fixes brought to you by the letters a, l, and Robert P. Day.Rob Landley3-6/+6
2006-03-02- use absolute path for top_builddir and top_srcdir.Bernhard Reutner-Fischer24-0/+96
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer28-840/+796
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger28-128/+158
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer31-171/+514
2005-10-28- move GETXXKEY_R_FUNC into an internal helper file to allow for compilingBernhard Reutner-Fischer2-46/+154
2005-10-08Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensionsRob Landley1-17/+5
2005-09-24use the shorter license headerMike Frysinger19-282/+35
2005-09-24use brief license lineMike Frysinger19-283/+37
2005-07-27use toplevel ARFLAGS and update default ARFLAGS to be quietMike Frysinger24-24/+24
2004-10-08egor duda writes:Eric Andersen66-241/+459
2004-07-15Replace the old and somewhat buggy pwd_grp stuff with the shinyEric Andersen20-1348/+1409
2004-04-14Larry Doolittle writes:Eric Andersen70-170/+170
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-12-18rename __getgrent so that it doesn't conflict with some libc'sRuss Dill7-8/+8
2003-07-26Patch from Nick Fedchik to fixup paths in busybox/libpwdgrpEric Andersen7-7/+7
2003-07-22Remove remaining libc5 support codeEric Andersen26-581/+35
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-06-26oops. make this actually work as intended....Eric Andersen1-1/+1
2003-06-26Oops.Eric Andersen1-1/+1
2003-06-26Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".Eric Andersen1-2/+1
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-11Fixup header file orderingEric Andersen1-1/+1
2002-12-08Change #include order to fix warningGlenn L McGrath1-1/+2
2002-12-07include "busybox" after the libc includes tofix compile errorsGlenn L McGrath7-13/+14
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann16-95/+47
2002-09-16Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>Eric Andersen1-1/+1
2002-09-10Yipe. uid and gid were reversed.Eric Andersen1-1/+1
2002-08-01Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!Eric Andersen1-1/+1
[prev] [next]