summaryrefslogtreecommitdiff
path: root/libbb/bb_pwd.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko2013-11-261-0/+48
* libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko2011-03-011-2/+2
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko2008-12-051-5/+9
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-5/+10
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-51/+55
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-6/+6
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-60/+30
* random style fixes (extra spaces deleted)Denis Vlasenko2007-03-241-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-64/+63
* passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko2006-12-011-35/+33
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-2/+2
* build system overhaulDenis Vlasenko2006-10-051-42/+4
* random style fixesDenis Vlasenko2006-10-031-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-10/+0
* More extern removal from Robert P. Day.Rob Landley2006-03-291-1/+1
* - fix order of includes.Bernhard Reutner-Fischer2006-03-181-1/+6
* bb_dev_null"Vladimir N. Oleynik"2005-10-121-5/+1
* - consolidated password helpersBernhard Reutner-Fischer2005-09-201-0/+179