aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/fgetpwent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* 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