summaryrefslogtreecommitdiff
path: root/src/passwd/fgetpwent.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-10refactor passwd file access codeJosiah Worcester1-1/+3
this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support.
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-0/+1
2012-01-29add fgetpwent (nonstandard function)Rich Felker1-0/+9
based on patch by Jeremy Huntwork