summaryrefslogtreecommitdiff
path: root/src/passwd/fgetpwent.c
AgeCommit message (Collapse)AuthorLines
2015-02-10refactor passwd file access codeJosiah Worcester-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 Nagy-0/+1
2012-01-29add fgetpwent (nonstandard function)Rich Felker-0/+9
based on patch by Jeremy Huntwork