summaryrefslogtreecommitdiff
path: root/src/chown-core.c
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPá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-01-01maint: update all copyright year number rangesPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
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-01maint: update all copyright year number rangesJim Meyering
2011-06-04maint: remove now-spurious curly bracesJim Meyering
2011-05-27chown,chgrp: output the original ownership in -v messagesPádraig Brady
2011-05-27chown,chgrp: output the correct ownership in -v messagesPádraig Brady
2011-01-07maint: replace uses of ignore_ptr with ignore_valuePádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-07-09chcon, chmod, chown, du: don't translate "%s"Paul Eggert
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-11-07chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-01chcon, chmod, chgrp, chown, du: report fts_close failurePádraig Brady
2009-09-01chcon, chmod, chgrp, chown, du: do not ignore fts_close failureJim Meyering
2009-09-01maint: chown, chgrp, chmod, chcon: remove unnecessary initializationJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2008-12-03chmod, chown, chgrp: honor --silent (-f) once againOndřej Vašík
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-02-28Make copyright comments consistent.Jim Meyering
2008-01-30Now that system.h defines is_empty_dir, include "openat.h".Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-01-10Don't use fts_statp uninitialized for "chown -RLh --preserve-root ...".Jim Meyering
2006-12-14chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference.Jim Meyering
2006-12-14* NEWS: --preserve-root now works with chgrp, chmod, and chown.Jim Meyering
2006-10-20Enable an fts optimization (call lstat only for directories,Jim Meyering
2006-10-13More chown/chgrp dereferencing-related fixes.Jim Meyering
2006-10-13* src/chown-core.c (change_file_owner): Use fstatat, not stat,Jim Meyering
2006-09-20Fix the 2006-09-18 bug differently.Jim Meyering
2006-09-20* src/chmod.c: Revert last change. There is a better way.Jim Meyering
2006-09-18Fix bug where chmod, chown, and chgrp did not process operandsPaul Eggert
2006-01-17Include "openat.h".Jim Meyering
2006-01-03(RC_do_ordinary_chown): New enum value.Paul Eggert
2005-12-27(restricted_chown):Paul Eggert
2005-05-30(getgrnam, getgrgid) [!defined _POSIX_VERSION]:Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-14Correct typo, fchmod -> fchown, in a comment.Jim Meyering
2005-04-10(chopt_free): Mark parameter as unused.Jim Meyering
2005-03-28(chopt_init): Use NULL, not `0'.Jim Meyering
2005-02-21(enum RCH_status): Remove trailing comma,Paul Eggert