From: Wayne Davison Date: Tue, 1 Mar 2005 01:15:57 +0000 (+0000) Subject: - Changed find_colon() into check_for_hostspec(), extending it to X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/305666bf59c50788fd31054e404d26df79ddf0c4?hp=305666bf59c50788fd31054e404d26df79ddf0c4 - 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. ---