Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-12-16 | (uint_to_string): New function. | Jim Meyering | |
(uid_to_name): Use it. (gid_to_name): Use it. Rename locals, user/group, to uid/gid. | |||
2000-12-15 | Declare lstat. | Jim Meyering | |
Rename change_symlinks member to `dereference' and use the DEREF_* enum values. (describe_change): Merge the chgrp and chown switch statements. Use xmalloc to form the `user:group' string. (change_file_owner): Record (and later, use) is_symlink and is_directory from the lstat stats, in order to control whether we operate on symlinks and whether (with -R) we traverse symlinks to directories. When dereferencing, use open/fchown (rather than chown) on symlinks. | |||
2000-12-10 | give a better diagnostic when only the group is being changed | Jim Meyering | |
2000-12-09 | (chopt_free): don't free anything | Jim Meyering | |
2000-12-09 | Include <pwd.h>, <grp.h>, and "xalloc.h". | Jim Meyering | |
[!_POSIX_VERSION]: Declare getgrnam and getgrgid. (gid_to_name): New function. (uid_to_name): Likewise. (chopt_free): Likewise. | |||
2000-12-09 | *** empty log message *** | Jim Meyering | |