Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2015-02-10 | refactor passwd file access code | Josiah Worcester | -1/+3 | |
this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support. | ||||
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -0/+1 | |
2012-01-29 | add fgetpwent (nonstandard function) | Rich Felker | -0/+9 | |
based on patch by Jeremy Huntwork |