summaryrefslogtreecommitdiff
path: root/src/install.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13maint: trivial system header file cleanupsPádraig Brady1-2/+1
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert1-1/+2
2010-10-13install: avoid warning with Solaris 10 ccPaul Eggert1-2/+2
2010-07-01cp: add an option to only copy the file attributesPádraig Brady1-0/+1
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering1-3/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady1-1/+1
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady1-1/+1
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady1-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-204/+204
2009-08-20install: avoid a portability bug when compiling with non-gccJim Meyering1-1/+1
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano1-0/+1
2009-04-07maint: avoid "make syntax-check" failureJim Meyering1-2/+2
2009-04-07install: deprecate the --preserve_context optionPádraig Brady1-4/+8
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering1-9/+0
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík1-0/+2
2009-02-17install: compare files in binary modeEric Blake1-3/+3
2009-02-17install: add --compare (-C) option to install file only when necessaryKamil Dudka1-1/+133
2009-01-29cp/mv: add xattr supportKamil Dudka1-0/+1
2008-11-10avoid a compiler warningJim Meyering1-1/+1
2008-11-09install: indicate clearly it's not for installing packagesJames Youngman1-0/+6
2008-09-06install: new option: --strip-program,Kamil Dudka1-3/+18
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-5/+5
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02accommodate older SELinux which lacks matchpathcon_init_prefixJim Meyering1-0/+4
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-31install: reenable matchpathcon-related codeJim Meyering1-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2008-05-20install: avoid a leak in currently-ifdef'd-out codeJim Meyering1-2/+9
2008-03-10install, rmdir: write --verbose output to stdout, not to stderr.Ondřej Vašík1-2/+3
2007-12-01Fix a security race with "cp -p A B" when B already exists.Paul Eggert1-1/+1
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering1-0/+1
2007-11-14src/install.c (setdefaultfilecon): Stub-out the entire function.Jim Meyering1-2/+8
2007-11-14#ifdef-out matchpathcon-related code, for now.Jim Meyering1-0/+2
2007-11-10install+SELinux: reduce a 12x performance hit to ~1.5xJim Meyering1-0/+32
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-23Prefer "STREQ (a, b)" over "strcmp (a, b) == 0"; similar for != 0.Jim Meyering1-1/+1
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert1-1/+5
2007-03-29* tests/cp/cp-a-selinux: New file. Test for the bug reported inJim Meyering1-0/+1
2007-03-29cp, mv, install: add SELinux support, but unlike with the Red HatJim Meyering1-3/+100
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-03-17Avoid an obscure build failure, prefer waitpid over wait.Jim Meyering1-5/+4
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering1-2/+2
2006-12-04install.c: Preserve time stamps before changing owner or file mode bits,Paul Eggert1-4/+3
2006-10-07* src/install.c (make_ancestor): New arg COMPONENT.Paul Eggert1-34/+24