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
23b8e3bc95
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
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.
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
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
13 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