aboutsummaryrefslogtreecommitdiffstats
path: root/src/cp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-16remove redundant const directivesJim Meyering1-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering1-1/+1
2008-06-08standardize some error messagesBo Borgerson1-1/+1
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering1-1/+2
2008-05-26use gnulib's proper_name_utf8 function, but *not* proper_nameJim Meyering1-1/+3
2008-02-28Make copyright comments consistent.Jim Meyering1-1/+1
2008-01-09Fix a minor race condition when using cp -p --parents.Paul Eggert1-18/+29
2008-01-07cp (but not copy.c): plug a small leak.Jim Meyering1-0/+10
2008-01-07cp --parents: don't use uninitialized memory when restoring permissionsJan Blunck1-12/+12
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert1-1/+1
2007-11-24"cp -p" tries to preserve GID even if preserving the UID fails.Lasse Collin1-7/+12
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering1-0/+7
2007-11-12Clarify description of cp's -a option.Benno Schulenberg1-1/+1
2007-09-30cp: do not abbreviate in --help output.Jim Meyering1-1/+1
2007-08-20Avoid consuming too much seekable input when yesno is used.Eric Blake1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert1-20/+15
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert1-6/+6
2007-06-13Don't include "quotearg.h" when it is not used.Jim Meyering1-1/+0
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering1-0/+2
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering1-6/+24
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-02-03* NEWS: Document fix for cp --preserve=mode.Paul Eggert1-2/+10
2007-02-03* NEWS: Document fix for cp --parents.Paul Eggert1-3/+9
2006-12-06* NEWS: Document the cp --preserve=ownership fix.Paul Eggert1-19/+26
2006-10-18* src/copy.c (copy_internal): Don't pass mkdir a mode greater thanPaul Eggert1-1/+5
2006-09-08mv and "cp -r" no longer fail when invoked with two argumentsJim Meyering1-5/+0
2006-09-03Don't include dirname.h, since system.h does it now.Paul Eggert1-1/+0
2006-08-28* src/copy.c (copy_internal): Don't test whether macros likePaul Eggert1-5/+0
2006-05-15(usage): Correct description of -a: s/-dpR/-dpPR/. From Tomas Pospisek.Jim Meyering1-1/+1
2006-03-26(target_directory_operand): Use new last_component.Jim Meyering1-3/+3
2006-02-06(usage): Use two spaces (not one) to separate theJim Meyering1-1/+1
2006-01-02Include lchmod.h.Paul Eggert1-3/+4
2005-12-28Don't include <assert.h>; it wasn't used.Jim Meyering1-1/+0
2005-12-17(umask_kill): With default acls, the umask is not to be applied.Jim Meyering1-31/+66
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert1-4/+3
2005-07-03(main): Using --reply now evokes a warning.Jim Meyering1-4/+5
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering1-3/+3
2005-06-16Finally remove support for --version-control=S (-V).Jim Meyering1-9/+1
2005-06-02Don't use "path" or "filename".Paul Eggert1-79/+81
2005-05-31(re_protect): Remove unnecessary call to geteuid.Paul Eggert1-7/+3
2005-05-30(geteuid) [!defined _POSIX_VERSION]: Remove decl.Paul Eggert1-4/+0
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-03-28(sparse_type_string, reply_args, decode_preserve_arg): Use NULL, not `0'.Jim Meyering1-3/+3
2005-01-25(usage): Add comma after "-P" to fix typo in previous patch.Paul Eggert1-1/+1
2005-01-24(usage): Merge the descriptions of --no-dereference and -P.Jim Meyering1-3/+6