Added the --info=FLAGS an --debug=FLAGS options, which allows
[rsync/rsync.git] / testsuite / rsync.fns
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-06-17 Wayne DavisonAvoid problems with timestamp rounding that cp -p and...
2008-05-31 Wayne DavisonImproved the daemon testing, including adding a test...
2008-02-28 Wayne DavisonUse variables to hold the constant itemized strings so
2008-02-10 Wayne DavisonIgnore exit-code 23 when we expect a daemon-excluded...
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-09-15 Wayne DavisonAdded more local-network IPs to the "hosts allow" rsync...
2007-09-03 Wayne DavisonAdded weeding of "sending incremental file list" line...
2007-04-28 Wayne DavisonAuthorize 10.0.1.2 for one of the BSD test-farm systems.
2007-04-26 Wayne DavisonThe --iconv option has now made it to the trunk.
2007-04-24 Wayne DavisonAllow makepath to take multiple args.
2007-04-24 Wayne DavisonAdded arg-parsing to tls.c.
2006-05-30 Wayne DavisonAuthorize the current host in the rsyncd.conf file...
2006-05-02 Wayne DavisonTweaked our test config file to include transfer loggin...
2006-02-04 Wayne DavisonTweaked a function declaraion.
2006-02-03 Wayne DavisonImproved check_perms() to work with a directory, to...
2006-02-03 Wayne DavisonAdded a new function: check_perms().
2006-01-30 Wayne DavisonMoved the filter_outfile() function here since it was...
2006-01-26 Wayne DavisonSet $HOME to $scratchdir so that our tests are not...
2005-06-10 Wayne DavisonOne expansion of $srcdir wasn't double-quoted.
2005-02-21 Wayne DavisonIf checkit is passed a 4th arg, skip the file-diffing...
2005-02-12 Wayne DavisonImproved checkit() and rsync_ls_lR() to work with filen...
2004-09-16 Wayne DavisonMake sure that /etc and /bin actually are readable...
2004-07-22 Wayne DavisonAdded even more double-quoting.
2004-06-24 Wayne DavisonGot rid of a couple unneeded assignments.
2004-05-18 Wayne Davison- Use fromdir, todir, and tmpdir instead of FROM, TO...
2004-02-04 Wayne DavisonSet the "max verbosity" global to 9.
2003-07-05 Wayne DavisonWe now figure out if diff accepts -u and we'll use...
2003-07-05 Wayne DavisonChanged "diff -u" back to "diff -c" (for portability).
2003-07-04 Wayne DavisonChanged "diff -c" to "diff -u".
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-27 David DykstraMove the sleep to workaround the default modify-window...
2003-01-26 David DykstraTests that use hands_setup to make a test file director...
2003-01-25 Wayne DavisonDon't try to run daemon tests as "nobody".
2003-01-21 Wayne DavisonPut the UID and GID that rsyncd will run as into variables.
2003-01-10 David DykstraSkip the longdir test if the long directory can't even...
2002-04-05 Martin PoolGet rid of testlink after use.
2002-03-26 Martin PoolFix suggested by Jos for hands.test. Some of the funct...
2002-03-26 Martin PoolJos points out that test -L is still broken on Solaris...
2002-03-25 Martin PoolChange chgrp.test to use our getgroups rather than...
2002-03-22 Martin PoolDoc permissions while testing.
2002-03-22 Martin PoolRather than literally "nobody", try using uid/gid ...
2002-03-22 Martin PoolIf tests are skipped, explain why.
2002-03-22 Martin PoolDoc about checkit.
2002-03-15 Martin PoolTypo.
2002-03-15 Martin PoolOn Solaris, put /usr/ucb/bin at the end of the path...
2002-03-15 Martin PoolTry to handle 'test -L' on Sun.
2002-03-12 Martin PoolFix generated rsyncd.conf file for testing.
2002-02-18 Martin PoolSolaris does not have diff -u.
2002-01-25 Martin PoolWhen comparing directories, use `find .` to call diff...
2002-01-25 Martin PoolAdd test_skipped function.
2002-01-11 Martin PoolAdd concept of expected-failure.
2002-01-11 Martin PoolImproved test framework and test for hardlink handling
2001-12-18 Martin PoolAdd an "unsafe" symlink to the symlink test case so...
2001-12-14 Martin PoolAdd a test that when none of -l, -L, -a are specified...
2001-12-02 Martin PoolFix test suite breakage in calling tls.
2001-11-27 Martin PoolFix sh
2001-11-27 Martin PoolBe a bit more verbose
2001-11-27 Martin PoolUnbreak recursive ls test
2001-11-27 Martin PoolOops, fix bash syntax
2001-11-27 Martin PoolUse tls rather than the OS's ls(1) so that we have...
2001-09-07 Martin PoolRemove test trace stuff.
2001-09-06 Martin PoolOops, some machines don't have `which`.
2001-09-06 Martin PoolOops, some machines don't have `which`.
2001-09-06 Martin PoolSee if head(1) works -- broken on some systems?
2001-09-06 Martin PoolMore testsuite cleanups. Now I hope we cope without...
2001-09-06 Martin PoolBSD machines don't seem to have head(1).
2001-09-06 Martin PoolSplit the 'longdir' test into its own script, and make...
2001-09-06 Martin PoolAdd a makepath() function to cope with machines that...
2001-09-06 Martin PoolFiddle umask again.
2001-09-06 Martin PoolSet umask so that symlinks will have the right permissi...
2001-08-31 Martin PoolFix sh syntax for FreeBSD.
2001-08-31 Martin PoolRun the daemon test using faked tcp connections.
2001-08-31 Martin PoolFix rsyncd.conf generation.
2001-08-30 Martin PoolSplit out generic functions for starting rsyncd.
2001-08-30 Martin PoolTry using `diff -c' not `diff -u' because the latter...
2001-08-29 Martin PoolUse rsync source rather than /etc for files because...
2001-08-29 Martin PoolCleanup check_logs feature.
2001-08-29 Martin PoolCleanup check_logs feature.
2001-08-29 Martin PoolClean up Phil's test more.
2001-08-29 Martin PoolMore test case work:
2001-08-21 Martin PoolMore test suite stuff
2001-08-16 Martin PoolStart to unify the "make check" and build farm test...
2001-08-16 Martin PoolFix typo.
2001-08-16 Martin PoolUpdated directory name for rsync tests