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