summaryrefslogtreecommitdiff
path: root/src/passwd/getpwent.c
AgeCommit message (Collapse)AuthorLines
2015-02-10refactor passwd file access codeJosiah Worcester-20/+12
this allows getpwnam and getpwuid to share code with the _r versions in preparation for alternate backend support.
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker-1/+1
2011-09-27fix clobbering of errno in get(pw|gr)([ug]id|nam) by fcloseRich Felker-0/+6
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+39