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