about summary refs log tree commit diff
path: root/src/passwd/fgetpwent.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor passwd file access codeJosiah Worcester2015-02-101-1/+3
| | | | | this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support.
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
|
* add fgetpwent (nonstandard function)Rich Felker2012-01-291-0/+9
based on patch by Jeremy Huntwork