aboutsummaryrefslogtreecommitdiff
path: root/src/passwd/getgrent_a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change uid_t, gid_t, and id_t to unsigned types•••this change is both to fix one of the remaining type (and thus C++ ABI) mismatches with glibc/LSB and to allow use of the full range of uid and gid values, if so desired. passwd/group access functions were not prepared to deal with unsigned values, so they too have been fixed with this commit. Rich Felker2013-07-191-2/+9
* make passwd/group functions safe against cancellation in stdio•••these changes are a prerequisite to making stdio cancellable. Rich 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.0Rich Felker2011-02-121-0/+46