dd: clarify meaning of multiplication factors; put xM in order
[platform/upstream/coreutils.git] / src / chown-core.c
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
2008-02-28 Jim MeyeringMake copyright comments consistent.
2008-01-30 Jim MeyeringNow that system.h defines is_empty_dir, include "openat.h".
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-01-11 Jim MeyeringMerge branch 'master' of /cu
2007-01-10 Jim MeyeringDon't use fts_statp uninitialized for "chown -RLh ...
2006-12-14 Jim Meyeringchgrp, chown: Don't prohibit -RLh, aka -RL with --no...
2006-12-14 Jim Meyering* NEWS: --preserve-root now works with chgrp, chmod...
2006-10-20 Jim MeyeringEnable an fts optimization (call lstat only for directo...
2006-10-13 Jim MeyeringMore chown/chgrp dereferencing-related fixes.
2006-10-13 Jim Meyering* src/chown-core.c (change_file_owner): Use fstatat...
2006-09-20 Jim MeyeringFix the 2006-09-18 bug differently.
2006-09-20 Jim Meyering* src/chmod.c: Revert last change. There is a better...
2006-09-18 Paul EggertFix bug where chmod, chown, and chgrp did not process...
2006-01-17 Jim MeyeringInclude "openat.h".
2006-01-03 Paul Eggert(RC_do_ordinary_chown): New enum value.
2005-12-27 Paul Eggert(restricted_chown):
2005-05-30 Paul Eggert(getgrnam, getgrgid) [!defined _POSIX_VERSION]:
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-04-14 Jim MeyeringCorrect typo, fchmod -> fchown, in a comment.
2005-04-10 Jim Meyering(chopt_free): Mark parameter as unused.
2005-03-28 Jim Meyering(chopt_init): Use NULL, not `0'.
2005-02-21 Paul Eggert(enum RCH_status): Remove trailing comma,
2004-12-11 Jim MeyeringAvoid a race condition vulnerability in chown, when...
2004-09-22 Jim Meyering(chown_files): Declare as `extern'.
2004-08-19 Paul Eggert(describe_change): Describe changes to -1:-1
2004-07-28 Paul EggertInclude inttostr.h.
2004-06-09 Jim Meyering(change_file_owner): Change names of parameters
2004-06-09 Jim MeyeringAdjust chmod and chown to be similar if -c or -v are...
2004-06-08 Jim Meyering(change_file_owner): Use ent->fts_statp only if
2004-05-17 Jim Meyering(chopt_init): Affect each symlink referent by default.
2004-05-16 Jim Meyeringchown --dereference did nothing when the owner/group...
2004-05-01 Jim MeyeringWhen chown or chgrp is modifying the referent of a...
2004-05-01 Jim Meyering(change_file_owner): Add a comment.
2004-04-27 Jim Meyering(chopt_init, chopt_free, gid_to_name, uid_to_name,...
2004-03-27 Jim MeyeringDon't include savedir.h -- no longer needed.
2003-11-09 Jim MeyeringInclude "root-dev-ino.h".
2003-10-17 Jim Meyering(change_file_owner): Handle the cases in
2003-10-17 Jim MeyeringInclude "xfts.h".
2003-10-17 Jim Meyeringtweak comment
2003-10-15 Jim MeyeringRewrite to iterate through hierarchies using fts rather...
2003-10-05 Jim Meyering(change_file_owner): Remove set-but-not-used local.
2003-07-12 Jim Meyering(change_file_owner): Do not restore any special
2003-07-10 Jim Meyering(change_file_owner): Don't leak file descriptors when...
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
2001-12-11 Jim Meyering(change_file_owner):
2001-08-31 Jim Meyering(change_dir_owner): Remove statp arg; no longer needed.
2000-12-16 Jim Meyering(uint_to_string): New function.
2000-12-15 Jim MeyeringDeclare lstat.
2000-12-10 Jim Meyeringgive a better diagnostic when only the group is being...
2000-12-09 Jim Meyering(chopt_free): don't free anything
2000-12-09 Jim MeyeringInclude <pwd.h>, <grp.h>, and "xalloc.h".
2000-12-09 Jim Meyering*** empty log message ***