summaryrefslogtreecommitdiff
path: root/src/id.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-07-27maint: pacify GCC 6 with -Wnull-dereferenceBernhard Voelker
2016-05-04maint: avoid new warning from gcc (GCC) 7.0.0 20160503 (experimental)Jim Meyering
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady
2014-06-26id: output the effective group for the processPetr Stodůlka
2014-01-17doc: clarify SMACK related --help and documentationChengwei Yang
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady
2013-09-22id: support specifying the user by user IDPádraig Brady
2013-09-21id: add -z, --zero optionBernhard Voelker
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady
2013-07-02id: don't show SMACK errors unless -Z is specifiedPádraig Brady
2013-06-20id: adjust/restrict smack support to newer versions of libsmackJarkko Sakkinen
2013-05-08id: with -Z, show SMACK security contextJarkko Sakkinen
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-05-20id,groups: use gidtostr/uidtostr to avoid castsJim Meyering
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-04-27id: -Zn/-Zr: avoid an invalid diagnosticJim Meyering
2012-04-27id: don't call getcon unnecessarilyJim Meyering
2012-04-27maint: id: minor factorizationJim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-11-15id: fix bug when euid != ruidPaul Eggert
2011-11-15id: tweak commentEric Blake
2011-11-15id: handle (uid_t) -1 more portablyPaul Eggert
2011-11-15id: undo previous commit, which was done by mistakePaul Eggert
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-04id: handle systems without getgroups supportEric Blake
2009-11-13build: update gnulib, for getgroups improvementsEric Blake
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-11id: don't print context=... when POSIXLY_CORRECT is setJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-15doc: id: make --help and .man more descriptiveJim Meyering
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady
2008-08-12id: remove superfluous condition test; it is caught at -Z aboveBenno Schulenberg
2008-08-12id: gettextize a few missed tiny stringsBenno Schulenberg
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering