summaryrefslogtreecommitdiff
path: root/testsuite/daemon.test
Commit message (Collapse)AuthorAgeFilesLines
* Make use of -VV when checking rsync capabilities.Wayne Davison2022-10-201-1/+1
|
* Check status of tests that pipe rsync's output & simplify output diffing.Wayne Davison2020-09-211-21/+8
|
* More TANDEM changesWayne Davison2020-07-061-4/+4
| | | | | | - Handle a non-0 root uid. - Handle alternate major/minor/MAKEDEV funcs. - Other misc compatibility tweaks.
* Avoid -U if --atimes is disabled.Wayne Davison2020-06-231-6/+7
|
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-1/+10
|
* Rename lsh -> lsh.sh.Wayne Davison2013-06-091-1/+1
|
* Verify the module list output of the daemon-via-ssh check.Wayne Davison2011-03-261-7/+10
|
* Avoid -u option to id since solaris doesn't support it.Wayne Davison2009-12-131-1/+1
|
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-3/+4
| | | | | Also improved the human-readable output functions, including adding the ability to output negative numbers.
* Improved the daemon testing, including adding a test to ensure thatWayne Davison2008-05-311-4/+44
| | | | daemon excludes can't exclude a dot dir.
* Added a --no-cd option to support/lsh so that the script can be used byWayne Davison2008-04-181-15/+2
| | | | | | | the testsuite. Improved the home-directory-changing code and added an error message when "localhost" is not the hostname specified. Use the updated script in the testsuite instead of creating a pretend-ssh script in a couple spots.
* If the daemon test is run as root, use a --config option.Wayne Davison2008-04-111-1/+10
|
* Fixing a problem with a NULL config_file pointer when accessingWayne Davison2008-03-031-0/+21
| | | | | a single-use daemon without no --config option specified. Added a test to ensure that this doesn't break in the future.
* Change all relevant occurrences of ``rsync'' and ``$rsync_bin'' to theJos Backus2002-12-241-2/+2
| | | | | | canonical form ``$RSYNC'' (set in testsuite/rsync.fns). This prevents any stray rsync binaries in the user's PATH from being picked up by the test scripts and ensures that the newly built rsync binary is used always.
* You cannot do "export VAR=VALUE" all on one line; the export must beMartin Pool2001-09-061-1/+2
| | | | separate from the assignment. (SCO SysV)
* Run the daemon test using faked tcp connections.Martin Pool2001-08-311-5/+6
|
* Fix rsyncd.conf generation.Martin Pool2001-08-311-37/+2
|
* fix bashismMartin Pool2001-08-301-1/+1
|
* Start testing daemon functionalityMartin Pool2001-08-301-0/+65