Age | Commit message (Expand) | Author |
2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2016-11-28 | install,mkdir: fix handling of -DZ and -pZ, respectively | Kamil Dudka |
2016-10-16 | all: use die() rather than error(EXIT_FAILURE) | Pádraig Brady |
2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2015-11-04 | all: avoid quoting file names when possible | Pádraig Brady |
2015-05-23 | mkdir: fix -pZ with existing parent directories | Pádraig Brady |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-09-19 | doc: output correct --help references with --program-prefix | Pádraig Brady |
2014-09-08 | maint: prefer 'return status;' to 'exit (status);' in 'main' | Paul Eggert |
2014-07-01 | maint: fix const correctness warnings with security_context_t | Pádraig Brady |
2014-04-09 | doc: clarify in --help that -Z doesn't take an argument | Pádraig Brady |
2014-01-17 | doc: clarify SMACK related --help and documentation | Chengwei Yang |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-12-05 | selinux: fix --context=CTX for cp and diagnose defaultcon() errors | Pádraig Brady |
2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady |
2013-07-02 | mkdir,mkfifo,mknod: give scontext-related variable a better scope | Bernhard Voelker |
2013-07-02 | maint: refactor SMACK interface to a separate module | Pádraig Brady |
2013-07-01 | mkdir,mkfifo,mknod: with -Z, create SMACK security context | Jarkko Sakkinen |
2013-05-11 | mkdir: don't assume umask equals POSIX default ACL mask | Paul Eggert |
2013-01-23 | maint: define usage note about mandatory args centrally | Bernhard Voelker |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2008-10-19 | accommodate gnulib header removals | Jim Meyering |
2008-06-28 | doc: add "..." to Usage, to indicate there may be multiple OPTIONs | Jim Meyering |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2008-03-26 | mkdir -Z x d: don't segfault when diagnosing invalid context "x" (tiny change) | Daniel Dunbar |
2008-03-10 | install, rmdir: write --verbose output to stdout, not to stderr. | Ondřej Vašík |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-29 | mkdir: Accept new "-Z, --context=C" option. | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2006-10-07 | * src/install.c (make_ancestor): New arg COMPONENT. | Paul Eggert |
2006-10-06 | Fix bug reported today by Mike Frysinger: mkdir -pv is logging the | Paul Eggert |
2006-09-16 | * NEWS: Document that mkdir -p and install -d now fork on occasion. | Paul Eggert |
2006-09-03 | Don't include dirname.h, since system.h does it now. | Paul Eggert |
2006-07-17 | (struct mkdir_options): New struct. | Paul Eggert |
2006-01-02 | Include lchmod.h. | Paul Eggert |