aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_pwd.c
AgeCommit message (Expand)Author
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-03new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resizeDenys Vlasenko
2015-01-02libpwdgrp: rewritten to use malloced implementationTito Ragusa
2013-11-26libbb: add sketch of tentative 'better' passwd/group APIDenys Vlasenko
2011-03-01libbb: make user/group name cache strings longer (~27 chars)Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2008-12-05libbb: add xgetgrnam too. ~0 code size changeDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-03-24random style fixes (extra spaces deleted)Denis Vlasenko
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03random style fixesDenis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-03-29More extern removal from Robert P. Day.Rob Landley
2006-03-18- fix order of includes.Bernhard Reutner-Fischer
2005-10-12bb_dev_null"Vladimir N. Oleynik"
2005-09-20- consolidated password helpersBernhard Reutner-Fischer