summaryrefslogtreecommitdiff
path: root/src/passwd/getpw_r.c
AgeCommit message (Collapse)AuthorLines
2015-02-10refactor passwd file access codeJosiah Worcester-25/+11
this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support.
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker-1/+1
2012-02-01make passwd/group functions safe against cancellation in stdioRich Felker-1/+10
these changes are a prerequisite to making stdio cancellable.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+46