about summary refs log tree commit diff
path: root/src/passwd/getpwent.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor passwd file access codeJosiah Worcester2015-02-101-20/+12
| | | | | this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support.
* more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker2012-09-291-1/+1
|
* fix clobbering of errno in get(pw|gr)([ug]id|nam) by fcloseRich Felker2011-09-271-0/+6
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+39