aboutsummaryrefslogtreecommitdiff
path: root/toys/id.c
AgeCommit message (Collapse)Author
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-03-12Extensive semi-gratuitous refactoring: factor out common code, handle ↵Rob Landley
euid!=uid and egid!=gid cases. (Note: test suite requires root access, possibly container support.)
2012-03-12Tighten up the code a bit, and use actual process group id instead of what ↵Rob Landley
/etc/passwd says.
2012-03-07Consolidate headers.Rob Landley
2012-02-21update id to be SUS compliantDaniel Walter
* add -n and -G flag * allow a username to be given as argument * display complete list of groups * include it in default build
2012-02-05This id implementation is not remotely SUSv4 compliant, default n until I ↵Rob Landley
get a chance to finish it.
2012-01-27Add id command from Tim Bird.Rob Landley