about summary refs log tree commit diff
path: root/src/passwd/getgrent_a.c
Commit message (Expand)AuthorAgeFilesLines
* fix mishandling of ENOMEM return case in internal getgrent_a functionRich Felker2015-05-011-1/+2
* fix spurious errors in refactored passwd/group codeRich Felker2015-02-231-1/+1
* refactor group file access codeJosiah Worcester2015-02-131-2/+7
* change uid_t, gid_t, and id_t to unsigned typesRich Felker2013-07-191-2/+9
* make passwd/group functions safe against cancellation in stdioRich Felker2012-02-011-2/+7
* fix buffer overrun in getgrent code when there are no group membersRich Felker2011-06-301-4/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+46