aboutsummaryrefslogtreecommitdiff
path: root/libbb/bb_pwd.c
AgeCommit message (Collapse)Author
2006-12-28bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko
if current trend will continue ;)
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 ↵Bernhard Reutner-Fischer
boilerplate. No object code changes.
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
- use shorter boilerplate while at it
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