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
ddfb267b0e
add put*ent functions for passwd/group files and similar for shadow
since shadow does not yet support enumeration (getspent), the
corresponding FILE-based get and put versions are also subbed out for
now. this is partly out of laziness and partly because it's not clear
how they should work in the presence of TCB shadow files. the stubs
should make it possible to compile some software that expects them to
exist, but such software still may not work properly.
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
make passwd/group functions safe against cancellation in stdio
14 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
make passwd/group functions safe against cancellation in stdio
14 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