summaryrefslogtreecommitdiffstats
path: root/src/id.c
AgeCommit message (Expand)AuthorLines
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
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering-1/+4
2009-08-25global: convert indentation-TABs to spacesJim Meyering-59/+59
2009-02-15doc: id: make --help and .man more descriptiveJim Meyering-1/+2
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady-2/+2
2008-08-12id: remove superfluous condition test; it is caught at -Z aboveBenno Schulenberg-5/+0
2008-08-12id: gettextize a few missed tiny stringsBenno Schulenberg-5/+5
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1