summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Fix xattrs test on OS X.Wayne Davison2011-03-132-3/+6
* Fix issue with devices-fake test.Wayne Davison2011-02-221-2/+2
* Fix test 5's failure message.Wayne Davison2011-02-221-3/+3
* Be clear on which part(s) of testsuite's checkit() failed.Wayne Davison2011-02-211-5/+6
* Make xattrs.test more like the master version.Wayne Davison2011-01-011-15/+19
* Avoid directory permission issues with --fake-super.Wayne Davison2011-01-011-1/+19
* Rename configure.in to configure.ac, the current autoconf standard.Matt McCutchen2010-06-301-3/+3
* Avoid -u option to id since solaris doesn't support it.Wayne Davison2009-12-134-3/+7
* Fix the chmod-temp-dir test if /var/tmp doesn't exist.Wayne Davison2009-12-121-1/+5
* Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests.Wayne Davison2009-12-121-1/+4
* Simplify an "if" in ssh-basic.test. Fixes bug #6169;Wayne Davison2009-03-061-1/+1
* Improved the unsafe_symlink() code to not get fooled by extra '/' charsWayne Davison2009-03-031-26/+34
* Fixed the use of a dot-dir path (foo/./bar) inside of a files-from file.Wayne Davison2008-11-091-0/+30
* Added another file-list filter to handle odd-ball systems that don'tWayne Davison2008-10-141-2/+3
* Fixed skipping of unneeded updates in a batch file when incrementalWayne Davison2008-09-261-0/+2
* Changed some "rsync" commands into proper "$RSYNC" commands.Wayne Davison2008-09-031-5/+5
* Fixed the --fake-super test in the xattrs testsuite when there areWayne Davison2008-07-241-0/+4
* Avoid problems with timestamp rounding that cp -p and touch -r may do.Wayne Davison2008-06-177-15/+39
* Fix the problem with setting xattrs on a directory that has anWayne Davison2008-06-121-0/+4
* A couple more xattr improvements:Wayne Davison2008-06-081-1/+1
* Fixed an "Internal abbrev error" when dealing with an xattr valueWayne Davison2008-06-081-2/+28
* Improved the daemon testing, including adding a test to ensure thatWayne Davison2008-05-312-5/+51
* Fix some path problems when the build dir is not theWayne Davison2008-05-173-4/+3
* Added options to tls.c to allow us to ask for mtime and ownership infoWayne Davison2008-05-062-2/+2
* Reorder the filenames to touch to try to avoid a weird error on SolarisWayne Davison2008-04-181-3/+5
* Added a --no-cd option to support/lsh so that the script can be used byWayne Davison2008-04-182-30/+4
* If the daemon test is run as root, use a --config option.Wayne Davison2008-04-111-1/+10
* Extended a test to ensure that hard-linked distant files continuesWayne Davison2008-03-281-3/+14
* Some more minor changes for the skip/missing/dry_run code.Wayne Davison2008-03-191-3/+2
* Unsnarl missing_below/dry_run logic.Matt McCutchen2008-03-191-0/+28
* Got rid of some useless uses of the -t option.Wayne Davison2008-03-151-2/+2
* Fixed some itemized logging failures:Wayne Davison2008-03-102-8/+8
* Fixed the latest xattrs tests on OS X.Wayne Davison2008-03-071-4/+4
* Restore a long-attribute test that was temporarily disabled.Wayne Davison2008-03-071-2/+0
* Fixed the interaction of --fake-super with --link-dest & --xattrs.Wayne Davison2008-03-071-3/+14
* - Made the itemize test check for CAN_HARDLINK_SYMLINK define insteadWayne Davison2008-03-042-6/+5
* Fixing a problem with a NULL config_file pointer when accessingWayne Davison2008-03-031-0/+21
* Use variables to hold the constant itemized strings soWayne Davison2008-02-273-79/+84
* Fixed the hard-link check again, adding a comment as toWayne Davison2008-02-181-3/+5
* Extended the protocol-30 info-passing code at startup, and use it toWayne Davison2008-02-181-14/+42
* Ignore exit-code 23 when we expect a daemon-excluded file to be excluded.Wayne Davison2008-02-093-2/+21
* Another xattr "internal abbrev" fix for an xattr object that isWayne Davison2008-01-121-6/+7
* Add a new daemon security option: "munge symlinks".Wayne Davison2007-11-271-0/+1
* Added support for OS X testing using chmod +a and ls.Wayne Davison2007-09-291-16/+36
* Make sure that the dirs we are merging have the same timestamps.Wayne Davison2007-09-231-0/+2
* Added a test to make sure that merging relative items continues toWayne Davison2007-09-231-6/+25
* Added more local-network IPs to the "hosts allow" rsyncd configWayne Davison2007-09-151-1/+1
* Tweaked the pretend-ssh script.Wayne Davison2007-09-081-1/+1
* Added a test combining -H with -c and a hard-linked file that has onlyWayne Davison2007-09-041-0/+10
* Changed some instances of \" in checkit calls to '.Wayne Davison2007-09-0313-42/+41