| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * src/chown-core.c (change_file_owner): Use fstatat, not stat, | Jim Meyering | 2006-10-13 | 1 | -1/+1 |
* | Fix the 2006-09-18 bug differently. | Jim Meyering | 2006-09-20 | 1 | -0/+13 |
* | * src/chmod.c: Revert last change. There is a better way. | Jim Meyering | 2006-09-20 | 1 | -49/+11 |
* | Fix bug where chmod, chown, and chgrp did not process operands | Paul Eggert | 2006-09-18 | 1 | -11/+49 |
* | Include "openat.h". | Jim Meyering | 2006-01-17 | 1 | -7/+7 |
* | (RC_do_ordinary_chown): New enum value. | Paul Eggert | 2006-01-03 | 1 | -67/+62 |
* | (restricted_chown): | Paul Eggert | 2005-12-27 | 1 | -8/+6 |
* | (getgrnam, getgrgid) [!defined _POSIX_VERSION]: | Paul Eggert | 2005-05-30 | 1 | -5/+0 |
* | Update FSF postal mail address. | Jim Meyering | 2005-05-14 | 1 | -1/+1 |
* | Update FSF postal mail address. | Jim Meyering | 2005-05-14 | 1 | -1/+1 |
* | Correct typo, fchmod -> fchown, in a comment. | Jim Meyering | 2005-04-14 | 1 | -1/+1 |
* | (chopt_free): Mark parameter as unused. | Jim Meyering | 2005-04-10 | 1 | -1/+1 |
* | (chopt_init): Use NULL, not `0'. | Jim Meyering | 2005-03-28 | 1 | -2/+2 |
* | (enum RCH_status): Remove trailing comma, | Paul Eggert | 2005-02-21 | 1 | -2/+2 |
* | Avoid a race condition vulnerability in chown, when used with | Jim Meyering | 2004-12-11 | 1 | -14/+151 |
* | (chown_files): Declare as `extern'. | Jim Meyering | 2004-09-22 | 1 | -1/+1 |
* | (describe_change): Describe changes to -1:-1 | Paul Eggert | 2004-08-19 | 1 | -9/+9 |
* | Include inttostr.h. | Paul Eggert | 2004-07-28 | 1 | -61/+44 |
* | (change_file_owner): Change names of parameters | Jim Meyering | 2004-06-09 | 1 | -5/+8 |
* | Adjust chmod and chown to be similar if -c or -v are given. In | Jim Meyering | 2004-06-09 | 1 | -33/+46 |
* | (change_file_owner): Use ent->fts_statp only if | Jim Meyering | 2004-06-08 | 1 | -91/+86 |
* | (chopt_init): Affect each symlink referent by default. | Jim Meyering | 2004-05-17 | 1 | -1/+1 |
* | chown --dereference did nothing when the owner/group of a | Jim Meyering | 2004-05-16 | 1 | -6/+24 |
* | When chown or chgrp is modifying the referent of a symlink, | Jim Meyering | 2004-05-01 | 1 | -16/+3 |
* | (change_file_owner): Add a comment. | Jim Meyering | 2004-05-01 | 1 | -0/+10 |
* | (chopt_init, chopt_free, gid_to_name, uid_to_name, chown_files): | Jim Meyering | 2004-04-27 | 1 | -5/+5 |
* | Don't include savedir.h -- no longer needed. | Jim Meyering | 2004-03-27 | 1 | -2/+1 |
* | Include "root-dev-ino.h". | Jim Meyering | 2003-11-09 | 1 | -1/+8 |
* | (change_file_owner): Handle the cases in | Jim Meyering | 2003-10-17 | 1 | -1/+21 |
* | Include "xfts.h". | Jim Meyering | 2003-10-17 | 1 | -22/+2 |
* | tweak comment | Jim Meyering | 2003-10-17 | 1 | -4/+4 |
* | Rewrite to iterate through hierarchies using fts rather than | Jim Meyering | 2003-10-15 | 1 | -123/+108 |
* | (change_file_owner): Remove set-but-not-used local. | Jim Meyering | 2003-10-05 | 1 | -2/+0 |
* | (change_file_owner): Do not restore any special | Jim Meyering | 2003-07-12 | 1 | -17/+6 |
* | (change_file_owner): Don't leak file descriptors when dereferencing symlinks. | Jim Meyering | 2003-07-10 | 1 | -1/+3 |
* | Don't include "xalloc.h", as system.h already does that via sys2.h. | Jim Meyering | 2002-01-21 | 1 | -2/+1 |
* | (change_file_owner): | Jim Meyering | 2001-12-11 | 1 | -2/+2 |
* | (change_dir_owner): Remove statp arg; no longer needed. | Jim Meyering | 2001-08-31 | 1 | -5/+2 |
* | (uint_to_string): New function. | Jim Meyering | 2000-12-16 | 1 | -25/+53 |
* | Declare lstat. | Jim Meyering | 2000-12-15 | 1 | -47/+100 |
* | give a better diagnostic when only the group is being changed | Jim Meyering | 2000-12-10 | 1 | -1/+3 |
* | (chopt_free): don't free anything | Jim Meyering | 2000-12-09 | 1 | -2/+2 |
* | Include <pwd.h>, <grp.h>, and "xalloc.h". | Jim Meyering | 2000-12-09 | 1 | -0/+31 |
* | *** empty log message *** | Jim Meyering | 2000-12-09 | 1 | -0/+252 |