History log of /seL4-camkes-master/projects/musllibc/src/passwd/fgetspent.c
Revision Date Author Comments
# 7e771e62 20-Nov-2013 Michael Forney <mforney@mforney.org>

shadow: Implement fgetspent


# 22f29bfe 23-Nov-2013 Michael Forney <mforney@mforney.org>

shadow: Implement putspent


# ddfb267b 04-Apr-2013 Rich Felker <dalias@aerifal.cx>

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.