summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa5-1067/+359
2014-08-06Bionic changes for tty related appletsTanguy Pruvot11-21/+70
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko1-0/+48
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko3-12/+12
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko3-8/+11
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko7-87/+68
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko11-20/+20
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko12-152/+186
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko3-92/+84
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko71-130/+127
2006-10-05build system overhaulDenis Vlasenko177-4114/+23530
2006-10-03random style fixesDenis Vlasenko4-18/+20
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer12-12/+12
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer57-980/+46
2006-03-29More extern removal from Robert P. Day.Rob Landley6-16/+4
2006-03-18- fix order of includes.Bernhard Reutner-Fischer1-1/+6
2005-10-12bb_dev_null"Vladimir N. Oleynik"4-7/+7
2005-09-20- consolidated password helpersBernhard Reutner-Fischer1-0/+179