summaryrefslogtreecommitdiff
path: root/testsuite/rsync.fns
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-1/+1
2008-06-17Avoid problems with timestamp rounding that cp -p and touch -r may do.Wayne Davison1-0/+23
2008-05-31Improved the daemon testing, including adding a test to ensure thatWayne Davison1-1/+7
2008-02-27Use variables to hold the constant itemized strings soWayne Davison1-0/+5
2008-02-09Ignore exit-code 23 when we expect a daemon-excluded file to be excluded.Wayne Davison1-0/+19
2007-11-27Add a new daemon security option: "munge symlinks".Wayne Davison1-0/+1
2007-09-15Added more local-network IPs to the "hosts allow" rsyncd configWayne Davison1-1/+1
2007-09-03Added weeding of "sending incremental file list" line to filter_outfile().Wayne Davison1-0/+1
2007-04-28Authorize 10.0.1.2 for one of the BSD test-farm systems.Wayne Davison1-1/+1
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-0/+2
2007-04-24Allow makepath to take multiple args.Wayne Davison1-6/+6
2007-04-24Added arg-parsing to tls.c.Wayne Davison1-1/+1
2006-05-30Authorize the current host in the rsyncd.conf file in additionWayne Davison1-1/+2
2006-05-02Tweaked our test config file to include transfer logging thatWayne Davison1-1/+6
2006-02-04Tweaked a function declaraion.Wayne Davison1-1/+1
2006-02-03Improved check_perms() to work with a directory, to have betterWayne Davison1-1/+7
2006-02-03Added a new function: check_perms().Wayne Davison1-1/+4
2006-01-30Moved the filter_outfile() function here since it was identicalWayne Davison1-0/+14
2006-01-26Set $HOME to $scratchdir so that our tests are not affected byWayne Davison1-0/+3
2005-06-10One expansion of $srcdir wasn't double-quoted.Wayne Davison1-1/+1
2005-02-21If checkit is passed a 4th arg, skip the file-diffing step.Wayne Davison1-5/+11
2005-02-12Improved checkit() and rsync_ls_lR() to work with filenames thatWayne Davison1-5/+2
2004-09-16Make sure that /etc and /bin actually are readable before we tryWayne Davison1-2/+10
2004-07-22Added even more double-quoting.Wayne Davison1-7/+7
2004-06-24Got rid of a couple unneeded assignments.Wayne Davison1-2/+0
2004-05-18- Use fromdir, todir, and tmpdir instead of FROM, TO, and TMP.Wayne Davison1-36/+36
2004-02-04Set the "max verbosity" global to 9.Wayne Davison1-0/+1
2003-07-05We now figure out if diff accepts -u and we'll use it instead of -c,Wayne Davison1-2/+8
2003-07-05Changed "diff -u" back to "diff -c" (for portability).Wayne Davison1-2/+2
2003-07-04Changed "diff -c" to "diff -u".Wayne Davison1-2/+2
2003-01-28Change the default of --modify-window back to 0 on Cygwin.David Dykstra1-4/+0
2003-01-27Move the sleep to workaround the default modify-window of 1 on Cygwin toDavid Dykstra1-4/+4
2003-01-26Tests that use hands_setup to make a test file directory and rightDavid Dykstra1-0/+4
2003-01-25Don't try to run daemon tests as "nobody".Wayne Davison1-9/+2
2003-01-21Put the UID and GID that rsyncd will run as into variables.Wayne Davison1-5/+9
2003-01-10Skip the longdir test if the long directory can't even be created, such asDavid Dykstra1-1/+1
2002-04-05Get rid of testlink after use.Martin Pool1-0/+2
2002-03-26Fix suggested by Jos for hands.test. Some of the functionalityMartin Pool1-22/+0
2002-03-26Jos points out that test -L is still broken on Solaris. Now we try upMartin Pool1-1/+27
2002-03-25Change chgrp.test to use our getgroups rather than the system's.Martin Pool1-1/+5
2002-03-22Doc permissions while testing.Martin Pool1-2/+8
2002-03-22Rather than literally "nobody", try using uid/gid = 65534 asMartin Pool1-0/+6
2002-03-22If tests are skipped, explain why.Martin Pool1-0/+1
2002-03-22Doc about checkit.Martin Pool1-0/+5
2002-03-15Typo.Martin Pool1-1/+1
2002-03-15On Solaris, put /usr/ucb/bin at the end of the path to help findMartin Pool1-0/+3
2002-03-15Try to handle 'test -L' on Sun.Martin Pool1-0/+5
2002-03-12Fix generated rsyncd.conf file for testing.Martin Pool1-2/+4
2002-02-18Solaris does not have diff -u.Martin Pool1-1/+1
2002-01-25When comparing directories, use `find .` to call diff, rather thanMartin Pool1-1/+5