aboutsummaryrefslogtreecommitdiffstats
path: root/guts/getgroups.c
AgeCommit message (Collapse)Author
2010-03-30Fix copyright information.Peter Seebach
Corporate policy is that each module should have a copyright notice.
2010-03-30Implement getgroups(), so id(1) will work.Peter Seebach
Document some limitations of getgroups()/setgroups().
2010-03-29Add password/group call emulation.Peter Seebach
This is a first pass at handling password/group calls, allowing the use of custom password/group files. In particular, when chroot()ed to a particular directory, pseudo picks files in that directory by default, to improve support for the typical use case where pseudo uses chroot() only to jump into a virtual target filesystem.