summaryrefslogtreecommitdiff
path: root/src/passwd/fgetspent.c
AgeCommit message (Collapse)AuthorFilesLines
2013-11-24shadow: Implement fgetspentMichael Forney1-1/+10
2013-11-24shadow: Implement putspentMichael Forney1-5/+0
2013-04-04add put*ent functions for passwd/group files and similar for shadowRich Felker1-0/+11
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.