Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor passwd file access code | Josiah Worcester | 2015-02-10 | 1 | -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 macros | Szabolcs Nagy | 2013-12-12 | 1 | -0/+1 |
| | |||||
* | add fgetpwent (nonstandard function) | Rich Felker | 2012-01-29 | 1 | -0/+9 |
based on patch by Jeremy Huntwork |