Age | Commit message (Expand) | Author |
2017-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
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-11-04 | all: replace most uses of quotearg_colon() with quote() | Pádraig Brady |
2015-10-27 | all: quote string arguments in error messages | 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-02 | maint: fix context_t init warning on systems without selinux | Alex Deymo |
2014-07-01 | maint: fix const correctness warnings with security_context_t | Pádraig Brady |
2014-07-01 | chcon: avoid redundant context allocations | Namhyung Kim |
2014-07-01 | chcon: use security_check_context() for context validation | Namhyung Kim |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-11-27 | selinux: adjust utils to run restorecon with -Z | Pádraig Brady |
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-11-09 | doc: chcon: add descriptions for three undocumented options | Benno Schulenberg |
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-12-26 | doc: homologize ch{con,grp,mod,own} option descriptions | Pádraig Brady |
2011-01-07 | maint: replace uses of ignore_ptr with ignore_value | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-11-07 | chcon, chgrp, chmod and chown now diagnose a directory cycle | Jim Meyering |
2009-10-29 | maint: avoid exiting with magic number | Eric Blake |
2009-10-09 | chcon: don't disable just because SELinux is disabled | Jim Meyering |
2009-10-06 | chcon: exit immediately if SELinux is disabled | Ondřej Vašík |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-01 | chcon, chmod, chgrp, chown, du: report fts_close failure | Pádraig Brady |
2009-09-01 | chcon, chmod, chgrp, chown, du: do not ignore fts_close failure | Jim Meyering |
2009-09-01 | maint: chown, chgrp, chmod, chcon: remove unnecessary initialization | Jim Meyering |
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-06 | chcon: remove traces of unimplemented --change (-c) option | Ondřej Vašík |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-16 | chcon: correct --verbose output to include newlines | 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 2-author programs to use proper_name | Jim Meyering |
2008-04-29 | chcon, runcon: make --help print the bug-reporting address | Jim Meyering |
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering |
2008-01-26 | chcon: correct description of --no-dereference (-h) option. | Jim Meyering |
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 | * src/chcon.c (usage): Split a string literal that was longer than 509. | Jim Meyering |