summaryrefslogtreecommitdiffstats
path: root/src/chroot.c
AgeCommit message (Expand)AuthorLines
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-11/+12
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-3/+3
2015-10-27all: quote string arguments in error messagesPádraig Brady-1/+1
2015-06-26chroot: quote argument in error diagnosticPádraig Brady-1/+1
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-10-16chroot: call chroot() unconditionally to handle bind mounted "/"Pádraig Brady-17/+12
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-6/+4
2014-08-01chroot: perform chdir("/") again unless new --skip-chdir is specifiedBernhard Voelker-8/+30
2014-07-19maint: fix message translation glitchesPaul Eggert-2/+1
2014-07-14maint: avoid clang -Wint-to-pointer-cast warningPádraig Brady-1/+2
2014-05-21chroot: make changing root check more robustPádraig Brady-1/+18
2014-05-21chroot: exit immediately upon failurePádraig Brady-23/+7
2014-05-21chroot: with --userspec clear root's supplemental groupsPádraig Brady-13/+102
2014-05-16chroot: don't chdir() if not changing rootPádraig Brady-15/+21
2014-03-19chroot: always diagnose failure to set supplemental groupsPádraig Brady-4/+3
2014-03-13chroot: improve --userspec and --groups look-upPádraig Brady-36/+82
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-09-22maint: remove unused parameters to parse_user_spec()Pádraig Brady-6/+1
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-1/+1
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-1/+1
2012-01-09maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering-1/+1
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-10-01build: accommodate missing setgroups on InterixMarkus Duft-0/+11
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-03-26nice,chroot: use more standard option parsingPádraig Brady-4/+6
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-2/+1
2009-10-23chroot, env, nice, su: use EXIT_CANCELED for internal failureEric Blake-7/+7
2009-10-08maint: use X2NREALLOC in more placesEric Blake-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-4/+4
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering-1/+1
2009-06-02chroot: make --groups= work without --userspec=; be more robustJim Meyering-22/+39
2009-06-02chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:GJim Meyering-4/+4
2009-06-02chroot: set-*-ID failure must provoke nonzero exit before execvpJim Meyering-3/+18
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano-3/+122
2009-01-08option handling: make exceptions more consistentEric Blake-2/+3
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-2/+2
2008-08-26use new global, "Version", rather than macro, VERSIONJim Meyering-1/+1
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26adjust copyright datesJim Meyering-1/+2
2008-05-26convert single-author programs to use proper_nameJim Meyering-1/+1
2007-08-30Use PACKAGE_NAME instead of GNU_PACKAGE.Eric Blake-2/+2
2007-08-29Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1.Jim Meyering-5/+5