Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change uid_t, gid_t, and id_t to unsigned types | Rich Felker | 2013-07-19 | 1 | -2/+9 |
| | | | | | | | | | 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. | ||||
* | make passwd/group functions safe against cancellation in stdio | Rich Felker | 2012-02-01 | 1 | -2/+7 |
| | | | | these changes are a prerequisite to making stdio cancellable. | ||||
* | 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 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+46 |