Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make passwd/group functions safe against cancellation in stdio | Rich Felker | 2012-02-01 | 4 | -6/+35 |
| | | | | these changes are a prerequisite to making stdio cancellable. | ||||
* | add fgetpwent (nonstandard function) | Rich Felker | 2012-01-29 | 1 | -0/+9 |
| | | | | based on patch by Jeremy Huntwork | ||||
* | fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose | Rich Felker | 2011-09-27 | 2 | -0/+12 |
| | |||||
* | protect against/handle cancellation reading shadow passwords | Rich Felker | 2011-09-21 | 1 | -1/+11 |
| | |||||
* | fix buffer overrun in getgrent code when there are no group members | Rich Felker | 2011-06-30 | 1 | -4/+8 |
| | |||||
* | it's called getgrgid_r, not getgruid_r... | Rich Felker | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | shadow password fixes: empty fields should read as -1 not 0 | Rich Felker | 2011-04-20 | 1 | -7/+13 |
| | |||||
* | guard against hard links to non-ordinary-files when reading tcb shadow | Rich Felker | 2011-02-14 | 1 | -2/+4 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 11 | -0/+404 |