From: Wayne Davison Date: Sat, 31 Jul 2004 20:09:54 +0000 (+0000) Subject: - Changed all the errors in parse_arguments() to use the err_buf so X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c3ea09906de8ab7b25b12032e1ed71d61f0bac16?ds=sidebyside;hp=c3ea09906de8ab7b25b12032e1ed71d61f0bac16 - Changed all the errors in parse_arguments() to use the err_buf so that a client talking to a daemon server actually gets the error. - If a daemon has a list of exclusions, apply that list to various options to ensure that an excluded file can't be affected. - Fixed an arg-checking problem when --files-from got passed to a daemon. ---