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