CVS update: rsync

Wayne Davison wayned at samba.org
Tue Mar 1 01:15:57 GMT 2005


Date:	Tue Mar  1 01:15:57 2005
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv32062

Modified Files:
	options.c 
Log Message:
- 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.


Revisions:
options.c		1.247 => 1.248
	http://www.samba.org/cgi-bin/cvsweb/rsync/options.c?r1=1.247&r2=1.248


More information about the rsync-cvs mailing list