musl/src/passwd
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
..
fgetpwent.c add fgetpwent (nonstandard function) 2012-01-29 11:54:18 -05:00
getgr_r.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getgrent.c fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose 2011-09-27 16:45:29 -04:00
getgrent_a.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getpw_r.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getpwent.c fix clobbering of errno in get(pw|gr)([ug]id|nam) by fclose 2011-09-27 16:45:29 -04:00
getpwent_a.c make passwd/group functions safe against cancellation in stdio 2012-02-01 23:51:19 -05:00
getspent.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getspnam.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
getspnam_r.c protect against/handle cancellation reading shadow passwords 2011-09-21 23:57:51 -04:00
lckpwdf.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
pwf.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00