log toys/id.c @ 543:60b97ba66a70

age author description
Mon, 12 Mar 2012 23:00:28 -0500 Rob Landley Extensive semi-gratuitous refactoring: factor out common code, handle euid!=uid and egid!=gid cases. (Note: test suite requires root access, possibly container support.)
Mon, 12 Mar 2012 20:56:56 -0500 Rob Landley Tighten up the code a bit, and use actual process group id instead of what /etc/passwd says.
Wed, 07 Mar 2012 19:04:50 -0600 Rob Landley Consolidate headers.
Tue, 21 Feb 2012 21:39:20 -0600 Daniel Walter update id to be SUS compliant
Sun, 05 Feb 2012 15:25:17 -0600 Rob Landley This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it.
Fri, 27 Jan 2012 06:49:28 -0600 Rob Landley Add id command from Tim Bird.