From: Andrew Tridgell Date: Sun, 10 May 1998 07:25:40 +0000 (+0000) Subject: split the options parsing code into options.c X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/7a6421fa764dd0f609e2a5024ec8b3bc577575a1?hp=7a6421fa764dd0f609e2a5024ec8b3bc577575a1 split the options parsing code into options.c added the --port and --config options use strlcpy() instead of strncpy() some cleanups and formatting changes ---