musl/src/passwd
Rich Felker 648c3b4e18 change uid_t, gid_t, and id_t to unsigned types
this change is both to fix one of the remaining type (and thus C++
ABI) mismatches with glibc/LSB and to allow use of the full range of
uid and gid values, if so desired.

passwd/group access functions were not prepared to deal with unsigned
values, so they too have been fixed with this commit.
2013-07-19 01:34:28 -04:00
..
fgetgrent.c add fgetgrent function 2013-02-17 13:21:56 -05:00
fgetpwent.c add fgetpwent (nonstandard function) 2012-01-29 11:54:18 -05:00
fgetspent.c add put*ent functions for passwd/group files and similar for shadow 2013-04-04 19:23:47 -04:00
getgr_r.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getgrent.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getgrent_a.c change uid_t, gid_t, and id_t to unsigned types 2013-07-19 01:34:28 -04:00
getpw_r.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getpwent.c more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
getpwent_a.c change uid_t, gid_t, and id_t to unsigned types 2013-07-19 01:34:28 -04: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 more close-on-exec fixes, mostly using new "e" flag to fopen 2012-09-29 18:14:46 -04:00
lckpwdf.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
putgrent.c add put*ent functions for passwd/group files and similar for shadow 2013-04-04 19:23:47 -04:00
putpwent.c add put*ent functions for passwd/group files and similar for shadow 2013-04-04 19:23:47 -04:00
pwf.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00