From: Wayne Davison Date: Wed, 12 Jan 2005 19:20:07 +0000 (+0000) Subject: - Allow multiple source paths to be specified (and checked). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/106a8ad918498850614791736f508dcb2244af56?hp=106a8ad918498850614791736f508dcb2244af56 - Allow multiple source paths to be specified (and checked). - Allow spaces and a few other extra chars in file names. - For safety, disallow any option that takes an arg. This should be improved in the future because it blocks options such as --block-size=N, but without this rule the user could specify something like --files-from=FILE or --backup-dir=DIR and have it affect files outside the desired SUBDIR restriction. - Switched to SSH_CONNECTION from the deprecated SSH_CLIENT. - Strip "::ffff:" from the start of an IP from SSH_CONNECTION. ---