summaryrefslogtreecommitdiffstats
path: root/src/id.c
AgeCommit message (Expand)AuthorLines
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-5/+5
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-09-29id: support multiple specified usersAchilles Gaikwad-69/+93
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-2/+1
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-21/+19
2016-07-27maint: pacify GCC 6 with -Wnull-dereferenceBernhard Voelker-1/+4
2016-05-04maint: avoid new warning from gcc (GCC) 7.0.0 20160503 (experimental)Jim Meyering-2/+4
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-10-27all: quote string arguments in error messagesPádraig Brady-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-1/+1
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady-2/+2
2014-06-26id: output the effective group for the processPetr Stodůlka-9/+10
2014-01-17doc: clarify SMACK related --help and documentationChengwei Yang-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady-3/+3
2013-09-22id: support specifying the user by user IDPádraig Brady-7/+25
2013-09-21id: add -z, --zero optionBernhard Voelker-11/+25
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady-13/+6
2013-07-02id: don't show SMACK errors unless -Z is specifiedPádraig Brady-2/+3
2013-06-20id: adjust/restrict smack support to newer versions of libsmackJarkko Sakkinen-1/+2
2013-05-08id: with -Z, show SMACK security contextJarkko Sakkinen-4/+20
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-05-20id,groups: use gidtostr/uidtostr to avoid castsJim Meyering-11/+31
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-2/+2
2012-04-27id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering-1/+2
2012-04-27id: don't call getcon unnecessarilyJim Meyering-7/+14
2012-04-27maint: id: minor factorizationJim Meyering-11/+12
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-2/+2
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-11-15id: fix bug when euid != ruidPaul Eggert-21/+30
2011-11-15id: tweak commentEric Blake-3/+3
2011-11-15id: handle (uid_t) -1 more portablyPaul Eggert-12/+15
2011-11-15id: undo previous commit, which was done by mistakePaul Eggert-19/+12
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert-12/+19
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès-0/+20
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering-1/+1
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-12-04id: handle systems without getgroups supportEric Blake-2/+2
2009-11-13build: update gnulib, for getgroups improvementsEric Blake-4/+2
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1