aboutsummaryrefslogtreecommitdiffstats
path: root/toys/posix/id.c
Commit message (Expand)AuthorAgeFilesLines
* Mark command-local functions static.Rob Landley2015-08-021-1/+1
* Switch id over to new infrastructure, switch id to use FORCE_FLAGS, andRob Landley2015-05-181-31/+22
* To ensure that toybox can be installed alongside busybox withoutPaul Barker2015-04-041-3/+3
* id.c #ifdefectomy. (ifdefs belong in headers, not in C code.)Rob Landley2015-01-161-10/+11
* This patch adds a TOYBOX_SELINUX configuration option to control bothElliott Hughes2015-01-161-14/+46
* Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley2014-12-311-11/+19
* Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysi...Rob Landley2014-10-091-2/+2
* Untangle id/groups/logname so single.sh can build each one standalone.Rob Landley2014-09-271-18/+33
* Cosmetic tweak, slightly more conventional for loop.Rob Landley2014-08-021-4/+3
* logname and whoami are the same as id -un, so merge them.Isaac Dunham2014-05-251-0/+12
* Add xgetpwnam() to lib/xwrap.c.Rob Landley2013-11-281-4/+2
* Move xgetpwuid() and xgetgrgid() into xwrap.cRob Landley2013-11-281-14/+0
* Make groups handle multiple usernames on command line.Ivo van Poorten2013-05-181-5/+12
* add groups implementation to id.cIvo van poorten2013-05-141-2/+20
* id: make "id -Gn root" print root's groups instead of current user (and witho...Rob Landley2013-01-311-5/+7
* Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley2012-11-131-80/+76
* New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley2012-10-081-6/+1
* Regularize command headers, update links to standards documents.Rob Landley2012-08-251-1/+1
* Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley2012-08-251-0/+119