Rich Felker
|
d712dd396d
|
more close-on-exec fixes, mostly using new "e" flag to fopen
|
2012-09-29 18:14:46 -04:00 |
|
Rich Felker
|
4948a24df2
|
make passwd/group functions safe against cancellation in stdio
these changes are a prerequisite to making stdio cancellable.
|
2012-02-01 23:51:19 -05:00 |
|
Rich Felker
|
5e9314ff03
|
add fgetpwent (nonstandard function)
based on patch by Jeremy Huntwork
|
2012-01-29 11:54:18 -05:00 |
|
Rich Felker
|
aef84ca7ec
|
fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose
|
2011-09-27 16:45:29 -04:00 |
|
Rich Felker
|
0d4d94efd5
|
protect against/handle cancellation reading shadow passwords
|
2011-09-21 23:57:51 -04:00 |
|
Rich Felker
|
fb62ae74d0
|
fix buffer overrun in getgrent code when there are no group members
|
2011-06-30 08:11:06 -04:00 |
|
Rich Felker
|
c19a6be5a1
|
it's called getgrgid_r, not getgruid_r...
|
2011-06-08 16:47:08 -04:00 |
|
Rich Felker
|
18bca57510
|
shadow password fixes: empty fields should read as -1 not 0
|
2011-04-20 19:05:59 -04:00 |
|
Rich Felker
|
976f42d1f1
|
guard against hard links to non-ordinary-files when reading tcb shadow
|
2011-02-14 21:15:07 -05:00 |
|
Rich Felker
|
0b44a0315b
|
initial check-in, version 0.5.0
|
2011-02-12 00:22:29 -05:00 |
|