1. 30de5ef Untangle id/groups/logname so single.sh can build each one standalone. by Rob Landley · 10 years ago
  2. dc48a0c Cosmetic tweak, slightly more conventional for loop. by Rob Landley · 10 years ago
  3. 80a438d logname and whoami are the same as id -un, so merge them. by Isaac Dunham · 10 years ago
  4. 5ec4ab3 Add xgetpwnam() to lib/xwrap.c. by Rob Landley · 11 years ago
  5. 9e44a58 Move xgetpwuid() and xgetgrgid() into xwrap.c by Rob Landley · 11 years ago
  6. 1c1db04 Make groups handle multiple usernames on command line. by Ivo van Poorten · 11 years ago
  7. 38aa170 add groups implementation to id.c by Ivo van poorten · 11 years ago
  8. f5b50e9 id: make "id -Gn root" print root's groups instead of current user (and without leading space), enforce max 1 argument and at most one of Ggu. by Rob Landley · 11 years ago
  9. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  10. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  11. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  12. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/id.c]
  13. 7fa9a05 Extensive semi-gratuitous refactoring: factor out common code, handle euid!=uid and egid!=gid cases. (Note: test suite requires root access, possibly container support.) by Rob Landley · 12 years ago
  14. cc0d4ab Tighten up the code a bit, and use actual process group id instead of what /etc/passwd says. by Rob Landley · 12 years ago
  15. f05f660 Consolidate headers. by Rob Landley · 12 years ago
  16. 8206db5 update id to be SUS compliant by Daniel Walter · 12 years ago
  17. 87bfa79 This id implementation is not remotely SUSv4 compliant, default n until I get a chance to finish it. by Rob Landley · 12 years ago
  18. 95c5099 Add id command from Tim Bird. by Rob Landley · 12 years ago