| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix mishandling of ENOMEM return case in internal getgrent_a function•••due to an incorrect return statement in this error case, the previously blocked cancellation state was not restored and no result was stored. this could lead to invalid (read) accesses in the caller resulting in crashes or nonsensical result data in the event of memory exhaustion. | Rich Felker | 2015-05-01 | 1 | -1/+2 |
| * | fix spurious errors in refactored passwd/group code•••errno was treated as the error status when the return value of getline was negative, but this condition can simply indicate EOF and is not necessarily an error. the spurious errors caused by this bug masked the bug which was fixed in commit fc5a96c9c8aa186effad7520d5df6b616bbfd29d. | Rich Felker | 2015-02-23 | 1 | -1/+1 |
| * | refactor group file access code•••this allows getgrnam and getgrgid to share code with the _r versions in preparation for alternate backend support. | Josiah Worcester | 2015-02-13 | 1 | -2/+7 |
| * | 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 Felker | 2013-07-19 | 1 | -2/+9 |
| * | make passwd/group functions safe against cancellation in stdio•••these changes are a prerequisite to making stdio cancellable. | Rich Felker | 2012-02-01 | 1 | -2/+7 |
| * | fix buffer overrun in getgrent code when there are no group members | Rich Felker | 2011-06-30 | 1 | -4/+8 |
| * | initial check-in, version 0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+46 |
