- Changed find_colon() into check_for_hostspec(), extending it to
authorWayne Davison <wayned@samba.org>
Tue, 1 Mar 2005 01:15:57 +0000 (01:15 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 1 Mar 2005 01:15:57 +0000 (01:15 +0000)
commit305666bf59c50788fd31054e404d26df79ddf0c4
tree3e6d2c9fe934b27908068b3061053dfc33a67cbd
parentb03c719f04ceddf003f7910ed2d4e70e7e9d56fa
- Changed find_colon() into check_for_hostspec(), extending it to
  understand the rsync:://HOST:PORT/PATH format, allowing all HOSTs
  to be IPv6 literal addresses enclosed in '[' and ']', and changing
  it to return the 3 parts of the spec separately (host, port, and
  path).
- Relocated the code that handles the sanitation and validation of
  the files_from arg in order to make its placement a little more
  logical.
- Replaced remote_filesfrom_file with filesfrom_host, which makes
  the value of the files_from variable more intuitive.
options.c