summaryrefslogtreecommitdiff
path: root/src/chown-core.c
AgeCommit message (Expand)Author
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
2004-12-11Avoid a race condition vulnerability in chown, when used withJim Meyering
2004-09-22(chown_files): Declare as `extern'.Jim Meyering
2004-08-19(describe_change): Describe changes to -1:-1Paul Eggert
2004-07-28Include inttostr.h.Paul Eggert
2004-06-09(change_file_owner): Change names of parametersJim Meyering
2004-06-09Adjust chmod and chown to be similar if -c or -v are given. InJim Meyering
2004-06-08(change_file_owner): Use ent->fts_statp only ifJim Meyering
2004-05-17(chopt_init): Affect each symlink referent by default.Jim Meyering
2004-05-16chown --dereference did nothing when the owner/group of aJim Meyering
2004-05-01When chown or chgrp is modifying the referent of a symlink,Jim Meyering
2004-05-01(change_file_owner): Add a comment.Jim Meyering
2004-04-27(chopt_init, chopt_free, gid_to_name, uid_to_name, chown_files):Jim Meyering
2004-03-27Don't include savedir.h -- no longer needed.Jim Meyering
2003-11-09Include "root-dev-ino.h".Jim Meyering
2003-10-17(change_file_owner): Handle the cases inJim Meyering
2003-10-17Include "xfts.h".Jim Meyering
2003-10-17tweak commentJim Meyering
2003-10-15Rewrite to iterate through hierarchies using fts rather thanJim Meyering