| Age | Commit message (Expand) | Author | Lines |
| 2021-04-11 | maint: use "char const *" rather than "const char *" | Pádraig Brady | -5/+5 |
| 2021-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2020-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2019-01-01 | maint: update all copyright year number ranges | Assaf Gordon | -1/+1 |
| 2018-09-29 | id: support multiple specified users | Achilles Gaikwad | -69/+93 |
| 2018-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2017-09-19 | all: prefer HTTPS in URLs | Paul Eggert | -1/+1 |
| 2017-06-17 | maint: use C99 for loop initial declarations where possible | Pádraig Brady | -2/+1 |
| 2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady | -21/+19 |
| 2016-07-27 | maint: pacify GCC 6 with -Wnull-dereference | Bernhard Voelker | -1/+4 |
| 2016-05-04 | maint: avoid new warning from gcc (GCC) 7.0.0 20160503 (experimental) | Jim Meyering | -2/+4 |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2015-10-27 | all: quote string arguments in error messages | Pádraig Brady | -1/+1 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -1/+1 |
| 2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady | -1/+1 |
| 2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert | -1/+1 |
| 2014-07-01 | maint: fix const correctness warnings with security_context_t | Pádraig Brady | -2/+2 |
| 2014-06-26 | id: output the effective group for the process | Petr Stodůlka | -9/+10 |
| 2014-01-17 | doc: clarify SMACK related --help and documentation | Chengwei Yang | -1/+1 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -1/+1 |
| 2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady | -3/+3 |
| 2013-09-22 | id: support specifying the user by user ID | Pádraig Brady | -7/+25 |
| 2013-09-21 | id: add -z, --zero option | Bernhard Voelker | -11/+25 |
| 2013-07-02 | maint: refactor SMACK interface to a separate module | Pádraig Brady | -13/+6 |
| 2013-07-02 | id: don't show SMACK errors unless -Z is specified | Pádraig Brady | -2/+3 |
| 2013-06-20 | id: adjust/restrict smack support to newer versions of libsmack | Jarkko Sakkinen | -1/+2 |
| 2013-05-08 | id: with -Z, show SMACK security context | Jarkko Sakkinen | -4/+20 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2012-05-20 | id,groups: use gidtostr/uidtostr to avoid casts | Jim Meyering | -11/+31 |
| 2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | -2/+2 |
| 2012-04-27 | id: -Zn/-Zr: avoid an invalid diagnostic | Jim Meyering | -1/+2 |
| 2012-04-27 | id: don't call getcon unnecessarily | Jim Meyering | -7/+14 |
| 2012-04-27 | maint: id: minor factorization | Jim Meyering | -11/+12 |
| 2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering | -2/+2 |
| 2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | -2/+1 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-11-15 | id: fix bug when euid != ruid | Paul Eggert | -21/+30 |
| 2011-11-15 | id: tweak comment | Eric Blake | -3/+3 |
| 2011-11-15 | id: handle (uid_t) -1 more portably | Paul Eggert | -12/+15 |
| 2011-11-15 | id: undo previous commit, which was done by mistake | Paul Eggert | -19/+12 |
| 2011-11-15 | doc: update for ISO/IEC 80000-13 | Paul Eggert | -12/+19 |
| 2011-11-14 | id: fail when getuid, getgid, etc. fail, e.g., on GNU/Hurd | Ludovic Courtès | -0/+20 |
| 2011-11-13 | maint: id, groups: use conforming diagnostics | Jim Meyering | -1/+1 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-12-04 | id: handle systems without getgroups support | Eric Blake | -2/+2 |
| 2009-11-13 | build: update gnulib, for getgroups improvements | Eric Blake | -4/+2 |
| 2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady | -1/+1 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -1/+1 |