You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
13 years ago
..
fgetgrent.c
add fgetgrent function
13 years ago
fgetpwent.c
add fgetpwent (nonstandard function)
15 years ago
fgetspent.c
add put*ent functions for passwd/group files and similar for shadow
13 years ago
getgr_r.c
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
getgrent.c
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
getgrent_a.c
change uid_t, gid_t, and id_t to unsigned types
13 years ago
getpw_r.c
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
getpwent.c
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
getpwent_a.c
change uid_t, gid_t, and id_t to unsigned types
13 years ago
getspent.c
initial check-in, version 0.5.0
15 years ago
getspnam.c
initial check-in, version 0.5.0
15 years ago
getspnam_r.c
more close-on-exec fixes, mostly using new "e" flag to fopen
14 years ago
lckpwdf.c
initial check-in, version 0.5.0
15 years ago
putgrent.c
add put*ent functions for passwd/group files and similar for shadow
13 years ago
putpwent.c
add put*ent functions for passwd/group files and similar for shadow
13 years ago
pwf.h
initial check-in, version 0.5.0
15 years ago