3 Commits

Author SHA1 Message Date
Michael Forney
7e771e62e7 shadow: Implement fgetspent 2013-11-24 21:04:53 -05:00
Michael Forney
22f29bfebe shadow: Implement putspent 2013-11-24 09:36:28 -05:00
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.
2013-04-04 19:23:47 -04:00