Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-09-29 | fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name | Rich Felker | -2/+2 | |
bug report and patch by Michael Forney. the terminating null pointer at the end of the gr_mem array was overwriting the beginning of the string data, causing the gr_name member to always be a zero-length string. | ||||
2012-09-29 | more close-on-exec fixes, mostly using new "e" flag to fopen | Rich Felker | -1/+1 | |
2012-02-01 | make passwd/group functions safe against cancellation in stdio | Rich Felker | -1/+10 | |
these changes are a prerequisite to making stdio cancellable. | ||||
2011-06-08 | it's called getgrgid_r, not getgruid_r... | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+53 | |