- Added some calls to die_on_unsafe_path() to the path-sanitizing code.
[rsync/rsync.git] / options.c
1 /*
2  * Command-line (and received via daemon-socket) option parsing.
3  *
4  * Copyright (C) 1998-2001 Andrew Tridgell <tridge@samba.org>
5  * Copyright (C) 2000, 2001, 2002 Martin Pool <mbp@samba.org>
6  * Copyright (C) 2002, 2003, 2004, 2005, 2006 Wayne Davison
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License along
19  * with this program; if not, write to the Free Software Foundation, Inc.,
20  * 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
21  */
22
23 #include "rsync.h"
24 #include <popt.h>
25 #include "zlib/zlib.h"
26
27 extern int module_id;
28 extern int sanitize_paths;
29 extern struct filter_list_struct filter_list;
30 extern struct filter_list_struct server_filter_list;
31
32 int make_backups = 0;
33
34 /**
35  * If 1, send the whole file as literal data rather than trying to
36  * create an incremental diff.
37  *
38  * If -1, then look at whether we're local or remote and go by that.
39  *
40  * @sa disable_deltas_p()
41  **/
42 int whole_file = -1;
43
44 int append_mode = 0;
45 int keep_dirlinks = 0;
46 int copy_dirlinks = 0;
47 int copy_links = 0;
48 int preserve_links = 0;
49 int preserve_hard_links = 0;
50 int preserve_perms = 0;
51 int preserve_executability = 0;
52 int preserve_devices = 0;
53 int preserve_specials = 0;
54 int preserve_uid = 0;
55 int preserve_gid = 0;
56 int preserve_times = 0;
57 int omit_dir_times = 0;
58 int update_only = 0;
59 int cvs_exclude = 0;
60 int dry_run = 0;
61 int do_xfers = 1;
62 int ignore_times = 0;
63 int delete_mode = 0;
64 int delete_during = 0;
65 int delete_before = 0;
66 int delete_after = 0;
67 int delete_excluded = 0;
68 int remove_sent_files = 0;
69 int one_file_system = 0;
70 int protocol_version = PROTOCOL_VERSION;
71 int sparse_files = 0;
72 int do_compression = 0;
73 int def_compress_level = Z_DEFAULT_COMPRESSION;
74 int am_root = 0;
75 int am_server = 0;
76 int am_sender = 0;
77 int am_generator = 0;
78 int am_starting_up = 1;
79 int relative_paths = -1;
80 int implied_dirs = 1;
81 int numeric_ids = 0;
82 int allow_8bit_chars = 0;
83 int force_delete = 0;
84 int io_timeout = 0;
85 int allowed_lull = 0;
86 int prune_empty_dirs = 0;
87 char *files_from = NULL;
88 int filesfrom_fd = -1;
89 char *filesfrom_host = NULL;
90 int eol_nulls = 0;
91 int human_readable = 0;
92 int recurse = 0;
93 int xfer_dirs = -1;
94 int am_daemon = 0;
95 int daemon_over_rsh = 0;
96 int do_stats = 0;
97 int do_progress = 0;
98 int keep_partial = 0;
99 int safe_symlinks = 0;
100 int copy_unsafe_links = 0;
101 int size_only = 0;
102 int daemon_bwlimit = 0;
103 int bwlimit = 0;
104 int fuzzy_basis = 0;
105 size_t bwlimit_writemax = 0;
106 int ignore_existing = 0;
107 int ignore_non_existing = 0;
108 int need_messages_from_generator = 0;
109 int max_delete = 0;
110 OFF_T max_size = 0;
111 OFF_T min_size = 0;
112 int ignore_errors = 0;
113 int modify_window = 0;
114 int blocking_io = -1;
115 int checksum_seed = 0;
116 int inplace = 0;
117 int delay_updates = 0;
118 long block_size = 0; /* "long" because popt can't set an int32. */
119
120
121 /** Network address family. **/
122 #ifdef INET6
123 int default_af_hint = 0;        /* Any protocol */
124 #else
125 int default_af_hint = AF_INET;  /* Must use IPv4 */
126 #endif
127
128 /** Do not go into the background when run as --daemon.  Good
129  * for debugging and required for running as a service on W32,
130  * or under Unix process-monitors. **/
131 int no_detach
132 #if defined _WIN32 || defined __WIN32__
133         = 1;
134 #else
135         = 0;
136 #endif
137
138 int write_batch = 0;
139 int read_batch = 0;
140 int backup_dir_len = 0;
141 int backup_suffix_len;
142 unsigned int backup_dir_remainder;
143
144 char *backup_suffix = NULL;
145 char *tmpdir = NULL;
146 char *partial_dir = NULL;
147 char *basis_dir[MAX_BASIS_DIRS+1];
148 char *config_file = NULL;
149 char *shell_cmd = NULL;
150 char *log_format = NULL;
151 char *password_file = NULL;
152 char *rsync_path = RSYNC_PATH;
153 char *backup_dir = NULL;
154 char backup_dir_buf[MAXPATHLEN];
155 char *sockopts = NULL;
156 int rsync_port = 0;
157 int compare_dest = 0;
158 int copy_dest = 0;
159 int link_dest = 0;
160 int basis_dir_cnt = 0;
161 char *dest_option = NULL;
162
163 int verbose = 0;
164 int quiet = 0;
165 int log_before_transfer = 0;
166 int log_format_has_i = 0;
167 int log_format_has_o_or_i = 0;
168 int always_checksum = 0;
169 int list_only = 0;
170
171 #define MAX_BATCH_NAME_LEN 256  /* Must be less than MAXPATHLEN-13 */
172 char *batch_name = NULL;
173
174 struct chmod_mode_struct *chmod_modes = NULL;
175
176 static int daemon_opt;   /* sets am_daemon after option error-reporting */
177 static int F_option_cnt = 0;
178 static int modify_window_set;
179 static int itemize_changes = 0;
180 static int refused_delete, refused_archive_part, refused_compress;
181 static int refused_partial, refused_progress, refused_delete_before;
182 static int refused_inplace;
183 static char *max_size_arg, *min_size_arg;
184 static char tmp_partialdir[] = ".~tmp~";
185
186 /** Local address to bind.  As a character string because it's
187  * interpreted by the IPv6 layer: should be a numeric IP4 or IP6
188  * address, or a hostname. **/
189 char *bind_address;
190
191
192 static void print_rsync_version(enum logcode f)
193 {
194         char const *got_socketpair = "no ";
195         char const *have_inplace = "no ";
196         char const *hardlinks = "no ";
197         char const *links = "no ";
198         char const *ipv6 = "no ";
199         STRUCT_STAT *dumstat;
200
201 #ifdef HAVE_SOCKETPAIR
202         got_socketpair = "";
203 #endif
204
205 #ifdef HAVE_FTRUNCATE
206         have_inplace = "";
207 #endif
208
209 #ifdef SUPPORT_HARD_LINKS
210         hardlinks = "";
211 #endif
212
213 #ifdef SUPPORT_LINKS
214         links = "";
215 #endif
216
217 #ifdef INET6
218         ipv6 = "";
219 #endif
220
221         rprintf(f, "%s  version %s  protocol version %d\n",
222                 RSYNC_NAME, RSYNC_VERSION, PROTOCOL_VERSION);
223         rprintf(f, "Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.\n");
224         rprintf(f, "<http://rsync.samba.org/>\n");
225         rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, "
226                 "%shard links, %ssymlinks, batchfiles,\n",
227                 (int) (sizeof (OFF_T) * 8),
228                 got_socketpair, hardlinks, links);
229
230         /* Note that this field may not have type ino_t.  It depends
231          * on the complicated interaction between largefile feature
232          * macros. */
233         rprintf(f, "              %sinplace, %sIPv6, "
234                 "%d-bit system inums, %d-bit internal inums\n",
235                 have_inplace, ipv6,
236                 (int) (sizeof dumstat->st_ino * 8),
237                 (int) (sizeof (int64) * 8));
238 #ifdef MAINTAINER_MODE
239         rprintf(f, "Panic Action: \"%s\"\n", get_panic_action());
240 #endif
241
242 #if SIZEOF_INT64 < 8
243         rprintf(f, "WARNING: no 64-bit integers on this platform!\n");
244 #endif
245         if (sizeof (int64) != SIZEOF_INT64) {
246                 rprintf(f,
247                         "WARNING: size mismatch in SIZEOF_INT64 define (%d != %d)\n",
248                         (int) SIZEOF_INT64, (int) sizeof (int64));
249         }
250
251         rprintf(f,"\nrsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you\n");
252         rprintf(f,"are welcome to redistribute it under certain conditions.  See the GNU\n");
253         rprintf(f,"General Public Licence for details.\n");
254 }
255
256
257 void usage(enum logcode F)
258 {
259   print_rsync_version(F);
260
261   rprintf(F,"\nrsync is a file transfer program capable of efficient remote update\n");
262   rprintf(F,"via a fast differencing algorithm.\n");
263
264   rprintf(F,"\nUsage: rsync [OPTION]... SRC [SRC]... DEST\n");
265   rprintf(F,"  or   rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST\n");
266   rprintf(F,"  or   rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST\n");
267   rprintf(F,"  or   rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST\n");
268   rprintf(F,"  or   rsync [OPTION]... [USER@]HOST:SRC [DEST]\n");
269   rprintf(F,"  or   rsync [OPTION]... [USER@]HOST::SRC [DEST]\n");
270   rprintf(F,"  or   rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST]\n");
271   rprintf(F,"The ':' usages connect via remote shell, while '::' & 'rsync://' usages connect\n");
272   rprintf(F,"to an rsync daemon, and require SRC or DEST to start with a module name.\n");
273   rprintf(F,"\nOptions\n");
274   rprintf(F," -v, --verbose               increase verbosity\n");
275   rprintf(F," -q, --quiet                 suppress non-error messages\n");
276   rprintf(F," -c, --checksum              skip based on checksum, not mod-time & size\n");
277   rprintf(F," -a, --archive               archive mode; same as -rlptgoD (no -H)\n");
278   rprintf(F,"     --no-OPTION             turn off an implied OPTION (e.g. --no-D)\n");
279   rprintf(F," -r, --recursive             recurse into directories\n");
280   rprintf(F," -R, --relative              use relative path names\n");
281   rprintf(F,"     --no-implied-dirs       don't send implied dirs with --relative\n");
282   rprintf(F," -b, --backup                make backups (see --suffix & --backup-dir)\n");
283   rprintf(F,"     --backup-dir=DIR        make backups into hierarchy based in DIR\n");
284   rprintf(F,"     --suffix=SUFFIX         set backup suffix (default %s w/o --backup-dir)\n",BACKUP_SUFFIX);
285   rprintf(F," -u, --update                skip files that are newer on the receiver\n");
286   rprintf(F,"     --inplace               update destination files in-place (SEE MAN PAGE)\n");
287   rprintf(F,"     --append                append data onto shorter files\n");
288   rprintf(F," -d, --dirs                  transfer directories without recursing\n");
289   rprintf(F," -l, --links                 copy symlinks as symlinks\n");
290   rprintf(F," -L, --copy-links            transform symlink into referent file/dir\n");
291   rprintf(F,"     --copy-unsafe-links     only \"unsafe\" symlinks are transformed\n");
292   rprintf(F,"     --safe-links            ignore symlinks that point outside the source tree\n");
293   rprintf(F," -k, --copy-dirlinks         transform symlink to a dir into referent dir\n");
294   rprintf(F," -K, --keep-dirlinks         treat symlinked dir on receiver as dir\n");
295   rprintf(F," -H, --hard-links            preserve hard links\n");
296   rprintf(F," -p, --perms                 preserve permissions\n");
297   rprintf(F," -E, --executability         preserve the file's executability\n");
298   rprintf(F,"     --chmod=CHMOD           change destination permissions\n");
299   rprintf(F," -o, --owner                 preserve owner (super-user only)\n");
300   rprintf(F," -g, --group                 preserve group\n");
301   rprintf(F,"     --devices               preserve device files (super-user only)\n");
302   rprintf(F,"     --specials              preserve special files\n");
303   rprintf(F," -D                          same as --devices --specials\n");
304   rprintf(F," -t, --times                 preserve times\n");
305   rprintf(F," -O, --omit-dir-times        omit directories when preserving times\n");
306   rprintf(F,"     --super                 receiver attempts super-user activities\n");
307   rprintf(F," -S, --sparse                handle sparse files efficiently\n");
308   rprintf(F," -n, --dry-run               show what would have been transferred\n");
309   rprintf(F," -W, --whole-file            copy files whole (without rsync algorithm)\n");
310   rprintf(F," -x, --one-file-system       don't cross filesystem boundaries\n");
311   rprintf(F," -B, --block-size=SIZE       force a fixed checksum block-size\n");
312   rprintf(F," -e, --rsh=COMMAND           specify the remote shell to use\n");
313   rprintf(F,"     --rsync-path=PROGRAM    specify the rsync to run on the remote machine\n");
314   rprintf(F,"     --existing              skip creating new files on receiver\n");
315   rprintf(F,"     --ignore-existing       skip updating files that already exist on receiver\n");
316   rprintf(F,"     --remove-sent-files     sender removes successfully sent files (non-dirs)\n");
317   rprintf(F,"     --del                   an alias for --delete-during\n");
318   rprintf(F,"     --delete                delete extraneous files from destination dirs\n");
319   rprintf(F,"     --delete-before         receiver deletes before transfer (default)\n");
320   rprintf(F,"     --delete-during         receiver deletes during transfer, not before\n");
321   rprintf(F,"     --delete-after          receiver deletes after transfer, not before\n");
322   rprintf(F,"     --delete-excluded       also delete excluded files from destination dirs\n");
323   rprintf(F,"     --ignore-errors         delete even if there are I/O errors\n");
324   rprintf(F,"     --force                 force deletion of directories even if not empty\n");
325   rprintf(F,"     --max-delete=NUM        don't delete more than NUM files\n");
326   rprintf(F,"     --max-size=SIZE         don't transfer any file larger than SIZE\n");
327   rprintf(F,"     --min-size=SIZE         don't transfer any file smaller than SIZE\n");
328   rprintf(F,"     --partial               keep partially transferred files\n");
329   rprintf(F,"     --partial-dir=DIR       put a partially transferred file into DIR\n");
330   rprintf(F,"     --delay-updates         put all updated files into place at transfer's end\n");
331   rprintf(F," -m, --prune-empty-dirs      prune empty directory chains from the file-list\n");
332   rprintf(F,"     --numeric-ids           don't map uid/gid values by user/group name\n");
333   rprintf(F,"     --timeout=TIME          set I/O timeout in seconds\n");
334   rprintf(F," -I, --ignore-times          don't skip files that match in size and mod-time\n");
335   rprintf(F,"     --size-only             skip files that match in size\n");
336   rprintf(F,"     --modify-window=NUM     compare mod-times with reduced accuracy\n");
337   rprintf(F," -T, --temp-dir=DIR          create temporary files in directory DIR\n");
338   rprintf(F," -y, --fuzzy                 find similar file for basis if no dest file\n");
339   rprintf(F,"     --compare-dest=DIR      also compare destination files relative to DIR\n");
340   rprintf(F,"     --copy-dest=DIR         ... and include copies of unchanged files\n");
341   rprintf(F,"     --link-dest=DIR         hardlink to files in DIR when unchanged\n");
342   rprintf(F," -z, --compress              compress file data during the transfer\n");
343   rprintf(F,"     --compress-level=NUM    explicitly set compression level\n");
344   rprintf(F," -C, --cvs-exclude           auto-ignore files the same way CVS does\n");
345   rprintf(F," -f, --filter=RULE           add a file-filtering RULE\n");
346   rprintf(F," -F                          same as --filter='dir-merge /.rsync-filter'\n");
347   rprintf(F,"                             repeated: --filter='- .rsync-filter'\n");
348   rprintf(F,"     --exclude=PATTERN       exclude files matching PATTERN\n");
349   rprintf(F,"     --exclude-from=FILE     read exclude patterns from FILE\n");
350   rprintf(F,"     --include=PATTERN       don't exclude files matching PATTERN\n");
351   rprintf(F,"     --include-from=FILE     read include patterns from FILE\n");
352   rprintf(F,"     --files-from=FILE       read list of source-file names from FILE\n");
353   rprintf(F," -0, --from0                 all *-from/filter files are delimited by 0s\n");
354   rprintf(F,"     --address=ADDRESS       bind address for outgoing socket to daemon\n");
355   rprintf(F,"     --port=PORT             specify double-colon alternate port number\n");
356   rprintf(F,"     --sockopts=OPTIONS      specify custom TCP options\n");
357   rprintf(F,"     --blocking-io           use blocking I/O for the remote shell\n");
358   rprintf(F,"     --stats                 give some file-transfer stats\n");
359   rprintf(F," -8, --8-bit-output          leave high-bit chars unescaped in output\n");
360   rprintf(F," -h, --human-readable        output numbers in a human-readable format\n");
361   rprintf(F,"     --progress              show progress during transfer\n");
362   rprintf(F," -P                          same as --partial --progress\n");
363   rprintf(F," -i, --itemize-changes       output a change-summary for all updates\n");
364   rprintf(F,"     --log-format=FORMAT     output filenames using the specified format\n");
365   rprintf(F,"     --password-file=FILE    read password from FILE\n");
366   rprintf(F,"     --list-only             list the files instead of copying them\n");
367   rprintf(F,"     --bwlimit=KBPS          limit I/O bandwidth; KBytes per second\n");
368   rprintf(F,"     --write-batch=FILE      write a batched update to FILE\n");
369   rprintf(F,"     --only-write-batch=FILE like --write-batch but w/o updating destination\n");
370   rprintf(F,"     --read-batch=FILE       read a batched update from FILE\n");
371   rprintf(F,"     --protocol=NUM          force an older protocol version to be used\n");
372 #ifdef INET6
373   rprintf(F," -4, --ipv4                  prefer IPv4\n");
374   rprintf(F," -6, --ipv6                  prefer IPv6\n");
375 #endif
376   rprintf(F,"     --version               print version number\n");
377   rprintf(F,"(-h) --help                  show this help (-h works with no other options)\n");
378
379   rprintf(F,"\nUse \"rsync --daemon --help\" to see the daemon-mode command-line options.\n");
380   rprintf(F,"Please see the rsync(1) and rsyncd.conf(5) man pages for full documentation.\n");
381   rprintf(F,"See http://rsync.samba.org/ for updates, bug reports, and answers\n");
382 }
383
384 enum {OPT_VERSION = 1000, OPT_DAEMON, OPT_SENDER, OPT_EXCLUDE, OPT_EXCLUDE_FROM,
385       OPT_FILTER, OPT_COMPARE_DEST, OPT_COPY_DEST, OPT_LINK_DEST, OPT_HELP,
386       OPT_INCLUDE, OPT_INCLUDE_FROM, OPT_MODIFY_WINDOW, OPT_MIN_SIZE, OPT_CHMOD,
387       OPT_READ_BATCH, OPT_WRITE_BATCH, OPT_ONLY_WRITE_BATCH, OPT_MAX_SIZE,
388       OPT_NO_D,
389       OPT_SERVER, OPT_REFUSED_BASE = 9000};
390
391 static struct poptOption long_options[] = {
392   /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */
393   {"help",             0,  POPT_ARG_NONE,   0, OPT_HELP, 0, 0 },
394   {"version",          0,  POPT_ARG_NONE,   0, OPT_VERSION, 0, 0},
395   {"verbose",         'v', POPT_ARG_NONE,   0, 'v', 0, 0 },
396   {"no-verbose",       0,  POPT_ARG_VAL,    &verbose, 0, 0, 0 },
397   {"no-v",             0,  POPT_ARG_VAL,    &verbose, 0, 0, 0 },
398   {"quiet",           'q', POPT_ARG_NONE,   0, 'q', 0, 0 },
399   {"stats",            0,  POPT_ARG_NONE,   &do_stats, 0, 0, 0 },
400   {"human-readable",  'h', POPT_ARG_NONE,   0, 'h', 0, 0},
401   {"dry-run",         'n', POPT_ARG_NONE,   &dry_run, 0, 0, 0 },
402   {"archive",         'a', POPT_ARG_NONE,   0, 'a', 0, 0 },
403   {"recursive",       'r', POPT_ARG_VAL,    &recurse, 2, 0, 0 },
404   {"no-recursive",     0,  POPT_ARG_VAL,    &recurse, 0, 0, 0 },
405   {"no-r",             0,  POPT_ARG_VAL,    &recurse, 0, 0, 0 },
406   {"dirs",            'd', POPT_ARG_VAL,    &xfer_dirs, 2, 0, 0 },
407   {"no-dirs",          0,  POPT_ARG_VAL,    &xfer_dirs, 0, 0, 0 },
408   {"no-d",             0,  POPT_ARG_VAL,    &xfer_dirs, 0, 0, 0 },
409   {"perms",           'p', POPT_ARG_VAL,    &preserve_perms, 1, 0, 0 },
410   {"no-perms",         0,  POPT_ARG_VAL,    &preserve_perms, 0, 0, 0 },
411   {"no-p",             0,  POPT_ARG_VAL,    &preserve_perms, 0, 0, 0 },
412   {"executability",   'E', POPT_ARG_NONE,   &preserve_executability, 0, 0, 0 },
413   {"times",           't', POPT_ARG_VAL,    &preserve_times, 1, 0, 0 },
414   {"no-times",         0,  POPT_ARG_VAL,    &preserve_times, 0, 0, 0 },
415   {"no-t",             0,  POPT_ARG_VAL,    &preserve_times, 0, 0, 0 },
416   {"omit-dir-times",  'O', POPT_ARG_VAL,    &omit_dir_times, 2, 0, 0 },
417   {"modify-window",    0,  POPT_ARG_INT,    &modify_window, OPT_MODIFY_WINDOW, 0, 0 },
418   {"super",            0,  POPT_ARG_VAL,    &am_root, 2, 0, 0 },
419   {"no-super",         0,  POPT_ARG_VAL,    &am_root, 0, 0, 0 },
420   {"owner",           'o', POPT_ARG_VAL,    &preserve_uid, 1, 0, 0 },
421   {"no-owner",         0,  POPT_ARG_VAL,    &preserve_uid, 0, 0, 0 },
422   {"no-o",             0,  POPT_ARG_VAL,    &preserve_uid, 0, 0, 0 },
423   {"group",           'g', POPT_ARG_VAL,    &preserve_gid, 1, 0, 0 },
424   {"no-group",         0,  POPT_ARG_VAL,    &preserve_gid, 0, 0, 0 },
425   {"no-g",             0,  POPT_ARG_VAL,    &preserve_gid, 0, 0, 0 },
426   {0,                 'D', POPT_ARG_NONE,   0, 'D', 0, 0 },
427   {"no-D",             0,  POPT_ARG_NONE,   0, OPT_NO_D, 0, 0 },
428   {"devices",          0,  POPT_ARG_VAL,    &preserve_devices, 1, 0, 0 },
429   {"no-devices",       0,  POPT_ARG_VAL,    &preserve_devices, 0, 0, 0 },
430   {"specials",         0,  POPT_ARG_VAL,    &preserve_specials, 1, 0, 0 },
431   {"no-specials",      0,  POPT_ARG_VAL,    &preserve_specials, 0, 0, 0 },
432   {"links",           'l', POPT_ARG_VAL,    &preserve_links, 1, 0, 0 },
433   {"no-links",         0,  POPT_ARG_VAL,    &preserve_links, 0, 0, 0 },
434   {"no-l",             0,  POPT_ARG_VAL,    &preserve_links, 0, 0, 0 },
435   {"copy-links",      'L', POPT_ARG_NONE,   &copy_links, 0, 0, 0 },
436   {"copy-unsafe-links",0,  POPT_ARG_NONE,   &copy_unsafe_links, 0, 0, 0 },
437   {"safe-links",       0,  POPT_ARG_NONE,   &safe_symlinks, 0, 0, 0 },
438   {"copy-dirlinks",   'k', POPT_ARG_NONE,   &copy_dirlinks, 0, 0, 0 },
439   {"keep-dirlinks",   'K', POPT_ARG_NONE,   &keep_dirlinks, 0, 0, 0 },
440   {"hard-links",      'H', POPT_ARG_VAL,    &preserve_hard_links, 1, 0, 0 },
441   {"no-hard-links",    0,  POPT_ARG_VAL,    &preserve_hard_links, 0, 0, 0 },
442   {"no-H",             0,  POPT_ARG_VAL,    &preserve_hard_links, 0, 0, 0 },
443   {"relative",        'R', POPT_ARG_VAL,    &relative_paths, 1, 0, 0 },
444   {"no-relative",      0,  POPT_ARG_VAL,    &relative_paths, 0, 0, 0 },
445   {"no-R",             0,  POPT_ARG_VAL,    &relative_paths, 0, 0, 0 },
446   {"implied-dirs",     0,  POPT_ARG_VAL,    &implied_dirs, 1, 0, 0 },
447   {"no-implied-dirs",  0,  POPT_ARG_VAL,    &implied_dirs, 0, 0, 0 },
448   {"chmod",            0,  POPT_ARG_STRING, 0, OPT_CHMOD, 0, 0 },
449   {"ignore-times",    'I', POPT_ARG_NONE,   &ignore_times, 0, 0, 0 },
450   {"size-only",        0,  POPT_ARG_NONE,   &size_only, 0, 0, 0 },
451   {"one-file-system", 'x', POPT_ARG_NONE,   0, 'x', 0, 0 },
452   {"update",          'u', POPT_ARG_NONE,   &update_only, 0, 0, 0 },
453   {"existing",         0,  POPT_ARG_NONE,   &ignore_non_existing, 0, 0, 0 },
454   {"ignore-non-existing",0,POPT_ARG_NONE,   &ignore_non_existing, 0, 0, 0 },
455   {"ignore-existing",  0,  POPT_ARG_NONE,   &ignore_existing, 0, 0, 0 },
456   {"max-size",         0,  POPT_ARG_STRING, &max_size_arg, OPT_MAX_SIZE, 0, 0 },
457   {"min-size",         0,  POPT_ARG_STRING, &min_size_arg, OPT_MIN_SIZE, 0, 0 },
458   {"sparse",          'S', POPT_ARG_NONE,   &sparse_files, 0, 0, 0 },
459   {"inplace",          0,  POPT_ARG_NONE,   &inplace, 0, 0, 0 },
460   {"append",           0,  POPT_ARG_VAL,    &append_mode, 1, 0, 0 },
461   {"del",              0,  POPT_ARG_NONE,   &delete_during, 0, 0, 0 },
462   {"delete",           0,  POPT_ARG_NONE,   &delete_mode, 0, 0, 0 },
463   {"delete-before",    0,  POPT_ARG_VAL,    &delete_before, 2, 0, 0 },
464   {"delete-during",    0,  POPT_ARG_NONE,   &delete_during, 0, 0, 0 },
465   {"delete-after",     0,  POPT_ARG_NONE,   &delete_after, 0, 0, 0 },
466   {"delete-excluded",  0,  POPT_ARG_NONE,   &delete_excluded, 0, 0, 0 },
467   {"remove-sent-files",0,  POPT_ARG_NONE,   &remove_sent_files, 0, 0, 0 },
468   {"force",            0,  POPT_ARG_NONE,   &force_delete, 0, 0, 0 },
469   {"ignore-errors",    0,  POPT_ARG_NONE,   &ignore_errors, 0, 0, 0 },
470   {"max-delete",       0,  POPT_ARG_INT,    &max_delete, 0, 0, 0 },
471   {0,                 'F', POPT_ARG_NONE,   0, 'F', 0, 0 },
472   {"filter",          'f', POPT_ARG_STRING, 0, OPT_FILTER, 0, 0 },
473   {"exclude",          0,  POPT_ARG_STRING, 0, OPT_EXCLUDE, 0, 0 },
474   {"include",          0,  POPT_ARG_STRING, 0, OPT_INCLUDE, 0, 0 },
475   {"exclude-from",     0,  POPT_ARG_STRING, 0, OPT_EXCLUDE_FROM, 0, 0 },
476   {"include-from",     0,  POPT_ARG_STRING, 0, OPT_INCLUDE_FROM, 0, 0 },
477   {"cvs-exclude",     'C', POPT_ARG_NONE,   &cvs_exclude, 0, 0, 0 },
478   {"whole-file",      'W', POPT_ARG_VAL,    &whole_file, 1, 0, 0 },
479   {"no-whole-file",    0,  POPT_ARG_VAL,    &whole_file, 0, 0, 0 },
480   {"no-W",             0,  POPT_ARG_VAL,    &whole_file, 0, 0, 0 },
481   {"checksum",        'c', POPT_ARG_NONE,   &always_checksum, 0, 0, 0 },
482   {"block-size",      'B', POPT_ARG_LONG,   &block_size, 0, 0, 0 },
483   {"compare-dest",     0,  POPT_ARG_STRING, 0, OPT_COMPARE_DEST, 0, 0 },
484   {"copy-dest",        0,  POPT_ARG_STRING, 0, OPT_COPY_DEST, 0, 0 },
485   {"link-dest",        0,  POPT_ARG_STRING, 0, OPT_LINK_DEST, 0, 0 },
486   {"fuzzy",           'y', POPT_ARG_NONE,   &fuzzy_basis, 0, 0, 0 },
487   {"compress",        'z', POPT_ARG_NONE,   0, 'z', 0, 0 },
488   {"compress-level",   0,  POPT_ARG_INT,    &def_compress_level, 'z', 0, 0 },
489   {0,                 'P', POPT_ARG_NONE,   0, 'P', 0, 0 },
490   {"progress",         0,  POPT_ARG_VAL,    &do_progress, 1, 0, 0 },
491   {"no-progress",      0,  POPT_ARG_VAL,    &do_progress, 0, 0, 0 },
492   {"partial",          0,  POPT_ARG_VAL,    &keep_partial, 1, 0, 0 },
493   {"no-partial",       0,  POPT_ARG_VAL,    &keep_partial, 0, 0, 0 },
494   {"partial-dir",      0,  POPT_ARG_STRING, &partial_dir, 0, 0, 0 },
495   {"delay-updates",    0,  POPT_ARG_NONE,   &delay_updates, 0, 0, 0 },
496   {"prune-empty-dirs",'m', POPT_ARG_NONE,   &prune_empty_dirs, 0, 0, 0 },
497   {"log-format",       0,  POPT_ARG_STRING, &log_format, 0, 0, 0 },
498   {"itemize-changes", 'i', POPT_ARG_NONE,   0, 'i', 0, 0 },
499   {"bwlimit",          0,  POPT_ARG_INT,    &bwlimit, 0, 0, 0 },
500   {"backup",          'b', POPT_ARG_NONE,   &make_backups, 0, 0, 0 },
501   {"backup-dir",       0,  POPT_ARG_STRING, &backup_dir, 0, 0, 0 },
502   {"suffix",           0,  POPT_ARG_STRING, &backup_suffix, 0, 0, 0 },
503   {"list-only",        0,  POPT_ARG_VAL,    &list_only, 2, 0, 0 },
504   {"read-batch",       0,  POPT_ARG_STRING, &batch_name, OPT_READ_BATCH, 0, 0 },
505   {"write-batch",      0,  POPT_ARG_STRING, &batch_name, OPT_WRITE_BATCH, 0, 0 },
506   {"only-write-batch", 0,  POPT_ARG_STRING, &batch_name, OPT_ONLY_WRITE_BATCH, 0, 0 },
507   {"files-from",       0,  POPT_ARG_STRING, &files_from, 0, 0, 0 },
508   {"from0",           '0', POPT_ARG_NONE,   &eol_nulls, 0, 0, 0},
509   {"numeric-ids",      0,  POPT_ARG_NONE,   &numeric_ids, 0, 0, 0 },
510   {"timeout",          0,  POPT_ARG_INT,    &io_timeout, 0, 0, 0 },
511   {"rsh",             'e', POPT_ARG_STRING, &shell_cmd, 0, 0, 0 },
512   {"rsync-path",       0,  POPT_ARG_STRING, &rsync_path, 0, 0, 0 },
513   {"temp-dir",        'T', POPT_ARG_STRING, &tmpdir, 0, 0, 0 },
514 #ifdef INET6
515   {"ipv4",            '4', POPT_ARG_VAL,    &default_af_hint, AF_INET, 0, 0 },
516   {"ipv6",            '6', POPT_ARG_VAL,    &default_af_hint, AF_INET6, 0, 0 },
517 #endif
518   {"8-bit-output",    '8', POPT_ARG_NONE,   &allow_8bit_chars, 0, 0, 0 },
519   {"address",          0,  POPT_ARG_STRING, &bind_address, 0, 0, 0 },
520   {"port",             0,  POPT_ARG_INT,    &rsync_port, 0, 0, 0 },
521   {"sockopts",         0,  POPT_ARG_STRING, &sockopts, 0, 0, 0 },
522   {"password-file",    0,  POPT_ARG_STRING, &password_file, 0, 0, 0 },
523   {"blocking-io",      0,  POPT_ARG_VAL,    &blocking_io, 1, 0, 0 },
524   {"no-blocking-io",   0,  POPT_ARG_VAL,    &blocking_io, 0, 0, 0 },
525   {"protocol",         0,  POPT_ARG_INT,    &protocol_version, 0, 0, 0 },
526   {"checksum-seed",    0,  POPT_ARG_INT,    &checksum_seed, 0, 0, 0 },
527   {"server",           0,  POPT_ARG_NONE,   0, OPT_SERVER, 0, 0 },
528   {"sender",           0,  POPT_ARG_NONE,   0, OPT_SENDER, 0, 0 },
529   /* All the following options switch us into daemon-mode option-parsing. */
530   {"config",           0,  POPT_ARG_STRING, 0, OPT_DAEMON, 0, 0 },
531   {"daemon",           0,  POPT_ARG_NONE,   0, OPT_DAEMON, 0, 0 },
532   {"detach",           0,  POPT_ARG_NONE,   0, OPT_DAEMON, 0, 0 },
533   {"no-detach",        0,  POPT_ARG_NONE,   0, OPT_DAEMON, 0, 0 },
534   {0,0,0,0, 0, 0, 0}
535 };
536
537 static void daemon_usage(enum logcode F)
538 {
539   print_rsync_version(F);
540
541   rprintf(F,"\nUsage: rsync --daemon [OPTION]...\n");
542   rprintf(F,"     --address=ADDRESS       bind to the specified address\n");
543   rprintf(F,"     --bwlimit=KBPS          limit I/O bandwidth; KBytes per second\n");
544   rprintf(F,"     --config=FILE           specify alternate rsyncd.conf file\n");
545   rprintf(F,"     --no-detach             do not detach from the parent\n");
546   rprintf(F,"     --port=PORT             listen on alternate port number\n");
547   rprintf(F,"     --sockopts=OPTIONS      specify custom TCP options\n");
548   rprintf(F," -v, --verbose               increase verbosity\n");
549 #ifdef INET6
550   rprintf(F," -4, --ipv4                  prefer IPv4\n");
551   rprintf(F," -6, --ipv6                  prefer IPv6\n");
552 #endif
553   rprintf(F,"     --help                  show this help screen\n");
554
555   rprintf(F,"\nIf you were not trying to invoke rsync as a daemon, avoid using any of the\n");
556   rprintf(F,"daemon-specific rsync options.  See also the rsyncd.conf(5) man page.\n");
557 }
558
559 static struct poptOption long_daemon_options[] = {
560   /* longName, shortName, argInfo, argPtr, value, descrip, argDesc */
561   {"address",          0,  POPT_ARG_STRING, &bind_address, 0, 0, 0 },
562   {"bwlimit",          0,  POPT_ARG_INT,    &daemon_bwlimit, 0, 0, 0 },
563   {"config",           0,  POPT_ARG_STRING, &config_file, 0, 0, 0 },
564   {"daemon",           0,  POPT_ARG_NONE,   &daemon_opt, 0, 0, 0 },
565 #ifdef INET6
566   {"ipv4",            '4', POPT_ARG_VAL,    &default_af_hint, AF_INET, 0, 0 },
567   {"ipv6",            '6', POPT_ARG_VAL,    &default_af_hint, AF_INET6, 0, 0 },
568 #endif
569   {"detach",           0,  POPT_ARG_VAL,    &no_detach, 0, 0, 0 },
570   {"no-detach",        0,  POPT_ARG_VAL,    &no_detach, 1, 0, 0 },
571   {"port",             0,  POPT_ARG_INT,    &rsync_port, 0, 0, 0 },
572   {"sockopts",         0,  POPT_ARG_STRING, &sockopts, 0, 0, 0 },
573   {"protocol",         0,  POPT_ARG_INT,    &protocol_version, 0, 0, 0 },
574   {"server",           0,  POPT_ARG_NONE,   &am_server, 0, 0, 0 },
575   {"temp-dir",        'T', POPT_ARG_STRING, &tmpdir, 0, 0, 0 },
576   {"verbose",         'v', POPT_ARG_NONE,   0, 'v', 0, 0 },
577   {"no-verbose",       0,  POPT_ARG_VAL,    &verbose, 0, 0, 0 },
578   {"no-v",             0,  POPT_ARG_VAL,    &verbose, 0, 0, 0 },
579   {"help",            'h', POPT_ARG_NONE,   0, 'h', 0, 0 },
580   {0,0,0,0, 0, 0, 0}
581 };
582
583
584 static char err_buf[200];
585
586
587 /**
588  * Store the option error message, if any, so that we can log the
589  * connection attempt (which requires parsing the options), and then
590  * show the error later on.
591  **/
592 void option_error(void)
593 {
594         if (!err_buf[0]) {
595                 strcpy(err_buf, "Error parsing options: "
596                     "option may be supported on client but not on server?\n");
597         }
598
599         rprintf(FERROR, RSYNC_NAME ": %s", err_buf);
600         msleep(20);
601 }
602
603
604 /**
605  * Tweak the option table to disable all options that the rsyncd.conf
606  * file has told us to refuse.
607  **/
608 static void set_refuse_options(char *bp)
609 {
610         struct poptOption *op;
611         char *cp, shortname[2];
612         int is_wild, found_match;
613
614         shortname[1] = '\0';
615
616         while (1) {
617                 while (*bp == ' ') bp++;
618                 if (!*bp)
619                         break;
620                 if ((cp = strchr(bp, ' ')) != NULL)
621                         *cp= '\0';
622                 is_wild = strpbrk(bp, "*?[") != NULL;
623                 found_match = 0;
624                 for (op = long_options; ; op++) {
625                         *shortname = op->shortName;
626                         if (!op->longName && !*shortname)
627                                 break;
628                         if ((op->longName && wildmatch(bp, op->longName))
629                             || (*shortname && wildmatch(bp, shortname))) {
630                                 if (op->argInfo == POPT_ARG_VAL)
631                                         op->argInfo = POPT_ARG_NONE;
632                                 op->val = (op - long_options) + OPT_REFUSED_BASE;
633                                 found_match = 1;
634                                 /* These flags are set to let us easily check
635                                  * an implied option later in the code. */
636                                 switch (*shortname) {
637                                 case 'r': case 'd': case 'l': case 'p':
638                                 case 't': case 'g': case 'o': case 'D':
639                                         refused_archive_part = op->val;
640                                         break;
641                                 case 'z':
642                                         refused_compress = op->val;
643                                         break;
644                                 case '\0':
645                                         if (wildmatch("delete", op->longName))
646                                                 refused_delete = op->val;
647                                         else if (wildmatch("delete-before", op->longName))
648                                                 refused_delete_before = op->val;
649                                         else if (wildmatch("partial", op->longName))
650                                                 refused_partial = op->val;
651                                         else if (wildmatch("progress", op->longName))
652                                                 refused_progress = op->val;
653                                         else if (wildmatch("inplace", op->longName))
654                                                 refused_inplace = op->val;
655                                         break;
656                                 }
657                                 if (!is_wild)
658                                         break;
659                         }
660                 }
661                 if (!found_match) {
662                         rprintf(FLOG, "No match for refuse-options string \"%s\"\n",
663                                 bp);
664                 }
665                 if (!cp)
666                         break;
667                 *cp = ' ';
668                 bp = cp + 1;
669         }
670
671         for (op = long_options; ; op++) {
672                 *shortname = op->shortName;
673                 if (!op->longName && !*shortname)
674                         break;
675                 if (op->val == OPT_DAEMON) {
676                         if (op->argInfo == POPT_ARG_VAL)
677                                 op->argInfo = POPT_ARG_NONE;
678                         op->val = (op - long_options) + OPT_REFUSED_BASE;
679                 }
680         }
681 }
682
683
684 static int count_args(const char **argv)
685 {
686         int i = 0;
687
688         if (argv) {
689                 while (argv[i] != NULL)
690                         i++;
691         }
692
693         return i;
694 }
695
696
697 static OFF_T parse_size_arg(char **size_arg, char def_suf)
698 {
699         int reps, mult, make_compatible = 0;
700         const char *arg;
701         OFF_T size = 1;
702
703         for (arg = *size_arg; isdigit(*(uchar*)arg); arg++) {}
704         if (*arg == '.')
705                 for (arg++; isdigit(*(uchar*)arg); arg++) {}
706         switch (*arg && *arg != '+' && *arg != '-' ? *arg++ : def_suf) {
707         case 'b': case 'B':
708                 reps = 0;
709                 break;
710         case 'k': case 'K':
711                 reps = 1;
712                 break;
713         case 'm': case 'M':
714                 reps = 2;
715                 break;
716         case 'g': case 'G':
717                 reps = 3;
718                 break;
719         default:
720                 return -1;
721         }
722         if (*arg == 'b' || *arg == 'B')
723                 mult = 1000, make_compatible = 1, arg++;
724         else if (!*arg || *arg == '+' || *arg == '-')
725                 mult = 1024;
726         else if (strncasecmp(arg, "ib", 2) == 0)
727                 mult = 1024, arg += 2;
728         else
729                 return -1;
730         while (reps--)
731                 size *= mult;
732         size *= atof(*size_arg);
733         if ((*arg == '+' || *arg == '-') && arg[1] == '1')
734                 size += atoi(arg), make_compatible = 1, arg += 2;
735         if (*arg)
736                 return -1;
737         if (size > 0 && make_compatible) {
738                 /* We convert this manually because we may need %lld precision,
739                  * and that's not a portable sprintf() escape. */
740                 char buf[128], *s = buf + sizeof buf - 1;
741                 OFF_T num = size;
742                 *s = '\0';
743                 while (num) {
744                         *--s = (num % 10) + '0';
745                         num /= 10;
746                 }
747                 if (!(*size_arg = strdup(s)))
748                         out_of_memory("parse_size_arg");
749         }
750         return size;
751 }
752
753
754 static void create_refuse_error(int which)
755 {
756         /* The "which" value is the index + OPT_REFUSED_BASE. */
757         struct poptOption *op = &long_options[which - OPT_REFUSED_BASE];
758         int n = snprintf(err_buf, sizeof err_buf,
759                          "The server is configured to refuse --%s\n",
760                          op->longName) - 1;
761         if (op->shortName) {
762                 snprintf(err_buf + n, sizeof err_buf - n,
763                          " (-%c)\n", op->shortName);
764         }
765 }
766
767
768 /**
769  * Process command line arguments.  Called on both local and remote.
770  *
771  * @retval 1 if all options are OK; with globals set to appropriate
772  * values
773  *
774  * @retval 0 on error, with err_buf containing an explanation
775  **/
776 int parse_arguments(int *argc, const char ***argv, int frommain)
777 {
778         int opt;
779         char *ref = lp_refuse_options(module_id);
780         const char *arg;
781         poptContext pc;
782
783         if (ref && *ref)
784                 set_refuse_options(ref);
785
786         /* TODO: Call poptReadDefaultConfig; handle errors. */
787
788         /* The context leaks in case of an error, but if there's a
789          * problem we always exit anyhow. */
790         pc = poptGetContext(RSYNC_NAME, *argc, *argv, long_options, 0);
791         poptReadDefaultConfig(pc, 0);
792
793         while ((opt = poptGetNextOpt(pc)) != -1) {
794                 /* most options are handled automatically by popt;
795                  * only special cases are returned and listed here. */
796
797                 switch (opt) {
798                 case OPT_VERSION:
799                         print_rsync_version(FINFO);
800                         exit_cleanup(0);
801
802                 case OPT_SERVER:
803                         if (!am_server) {
804                                 /* Disable popt aliases on the server side and
805                                  * then start parsing the options again. */
806                                 poptFreeContext(pc);
807                                 pc = poptGetContext(RSYNC_NAME, *argc, *argv,
808                                                     long_options, 0);
809                                 am_server = 1;
810                         }
811                         break;
812
813                 case OPT_SENDER:
814                         if (!am_server) {
815                                 usage(FERROR);
816                                 exit_cleanup(RERR_SYNTAX);
817                         }
818                         am_sender = 1;
819                         break;
820
821                 case OPT_DAEMON:
822                         if (am_daemon) {
823                                 strcpy(err_buf, "Attempt to hack rsync thwarted!\n");
824                                 return 0;
825                         }
826                         poptFreeContext(pc);
827                         pc = poptGetContext(RSYNC_NAME, *argc, *argv,
828                                             long_daemon_options, 0);
829                         while ((opt = poptGetNextOpt(pc)) != -1) {
830                                 switch (opt) {
831                                 case 'h':
832                                         daemon_usage(FINFO);
833                                         exit_cleanup(0);
834
835                                 case 'v':
836                                         verbose++;
837                                         break;
838
839                                 default:
840                                         rprintf(FERROR,
841                                             "rsync: %s: %s (in daemon mode)\n",
842                                             poptBadOption(pc, POPT_BADOPTION_NOALIAS),
843                                             poptStrerror(opt));
844                                         goto daemon_error;
845                                 }
846                         }
847
848                         if (tmpdir && strlen(tmpdir) >= MAXPATHLEN - 10) {
849                                 snprintf(err_buf, sizeof err_buf,
850                                          "the --temp-dir path is WAY too long.\n");
851                                 return 0;
852                         }
853
854                         if (!daemon_opt) {
855                                 rprintf(FERROR, "Daemon option(s) used without --daemon.\n");
856                             daemon_error:
857                                 rprintf(FERROR,
858                                     "(Type \"rsync --daemon --help\" for assistance with daemon mode.)\n");
859                                 exit_cleanup(RERR_SYNTAX);
860                         }
861
862                         *argv = poptGetArgs(pc);
863                         *argc = count_args(*argv);
864                         am_starting_up = 0;
865                         daemon_opt = 0;
866                         am_daemon = 1;
867                         return 1;
868
869                 case OPT_MODIFY_WINDOW:
870                         /* The value has already been set by popt, but
871                          * we need to remember that we're using a
872                          * non-default setting. */
873                         modify_window_set = 1;
874                         break;
875
876                 case OPT_FILTER:
877                         parse_rule(&filter_list, poptGetOptArg(pc), 0, 0);
878                         break;
879
880                 case OPT_EXCLUDE:
881                         parse_rule(&filter_list, poptGetOptArg(pc),
882                                    0, XFLG_OLD_PREFIXES);
883                         break;
884
885                 case OPT_INCLUDE:
886                         parse_rule(&filter_list, poptGetOptArg(pc),
887                                    MATCHFLG_INCLUDE, XFLG_OLD_PREFIXES);
888                         break;
889
890                 case OPT_EXCLUDE_FROM:
891                 case OPT_INCLUDE_FROM:
892                         arg = poptGetOptArg(pc);
893                         if (sanitize_paths) {
894                                 arg = sanitize_path(NULL, arg, NULL, 0, NULL);
895                                 die_on_unsafe_path((char*)arg, 0);
896                         }
897                         if (server_filter_list.head) {
898                                 char *cp = strdup(arg);
899                                 if (!cp)
900                                         out_of_memory("parse_arguments");
901                                 if (!*cp)
902                                         goto options_rejected;
903                                 clean_fname(cp, 1);
904                                 if (check_filter(&server_filter_list, cp, 0) < 0)
905                                         goto options_rejected;
906                                 free(cp);
907                         }
908                         parse_filter_file(&filter_list, arg,
909                                 opt == OPT_INCLUDE_FROM ? MATCHFLG_INCLUDE : 0,
910                                 XFLG_FATAL_ERRORS | XFLG_OLD_PREFIXES);
911                         break;
912
913                 case 'a':
914                         if (refused_archive_part) {
915                                 create_refuse_error(refused_archive_part);
916                                 return 0;
917                         }
918                         if (!recurse) /* preserve recurse == 2 */
919                                 recurse = 1;
920 #ifdef SUPPORT_LINKS
921                         preserve_links = 1;
922 #endif
923                         preserve_perms = 1;
924                         preserve_times = 1;
925                         preserve_gid = 1;
926                         preserve_uid = 1;
927                         preserve_devices = 1;
928                         preserve_specials = 1;
929                         break;
930
931                 case 'D':
932                         preserve_devices = preserve_specials = 1;
933                         break;
934
935                 case OPT_NO_D:
936                         preserve_devices = preserve_specials = 0;
937                         break;
938
939                 case 'h':
940                         human_readable++;
941                         break;
942
943                 case 'i':
944                         itemize_changes++;
945                         break;
946
947                 case 'v':
948                         verbose++;
949                         break;
950
951                 case 'q':
952                         if (frommain)
953                                 quiet++;
954                         break;
955
956                 case 'x':
957                         one_file_system++;
958                         break;
959
960                 case 'F':
961                         switch (++F_option_cnt) {
962                         case 1:
963                                 parse_rule(&filter_list,": /.rsync-filter",0,0);
964                                 break;
965                         case 2:
966                                 parse_rule(&filter_list,"- .rsync-filter",0,0);
967                                 break;
968                         }
969                         break;
970
971                 case 'P':
972                         if (refused_partial || refused_progress) {
973                                 create_refuse_error(refused_partial
974                                     ? refused_partial : refused_progress);
975                                 return 0;
976                         }
977                         do_progress = 1;
978                         keep_partial = 1;
979                         break;
980
981                 case 'z':
982                         if (def_compress_level < Z_DEFAULT_COMPRESSION
983                          || def_compress_level > Z_BEST_COMPRESSION) {
984                                 snprintf(err_buf, sizeof err_buf,
985                                         "--compress-level value is invalid: %d\n",
986                                         def_compress_level);
987                                 return 0;
988                         }
989                         do_compression = def_compress_level != Z_NO_COMPRESSION;
990                         if (do_compression && refused_compress) {
991                                 create_refuse_error(refused_compress);
992                                 return 0;
993                         }
994                         break;
995
996                 case OPT_WRITE_BATCH:
997                         /* batch_name is already set */
998                         write_batch = 1;
999                         break;
1000
1001                 case OPT_ONLY_WRITE_BATCH:
1002                         /* batch_name is already set */
1003                         write_batch = -1;
1004                         break;
1005
1006                 case OPT_READ_BATCH:
1007                         /* batch_name is already set */
1008                         read_batch = 1;
1009                         break;
1010
1011                 case OPT_MAX_SIZE:
1012                         if ((max_size = parse_size_arg(&max_size_arg, 'b')) <= 0) {
1013                                 snprintf(err_buf, sizeof err_buf,
1014                                         "--max-size value is invalid: %s\n",
1015                                         max_size_arg);
1016                                 return 0;
1017                         }
1018                         break;
1019
1020                 case OPT_MIN_SIZE:
1021                         if ((min_size = parse_size_arg(&min_size_arg, 'b')) <= 0) {
1022                                 snprintf(err_buf, sizeof err_buf,
1023                                         "--min-size value is invalid: %s\n",
1024                                         min_size_arg);
1025                                 return 0;
1026                         }
1027                         break;
1028
1029                 case OPT_LINK_DEST:
1030 #ifdef SUPPORT_HARD_LINKS
1031                         link_dest = 1;
1032                         dest_option = "--link-dest";
1033                         goto set_dest_dir;
1034 #else
1035                         snprintf(err_buf, sizeof err_buf,
1036                                  "hard links are not supported on this %s\n",
1037                                  am_server ? "server" : "client");
1038                         return 0;
1039 #endif
1040
1041                 case OPT_COPY_DEST:
1042                         copy_dest = 1;
1043                         dest_option = "--copy-dest";
1044                         goto set_dest_dir;
1045
1046                 case OPT_COMPARE_DEST:
1047                         compare_dest = 1;
1048                         dest_option = "--compare-dest";
1049                 set_dest_dir:
1050                         if (basis_dir_cnt >= MAX_BASIS_DIRS) {
1051                                 snprintf(err_buf, sizeof err_buf,
1052                                         "ERROR: at most %d %s args may be specified\n",
1053                                         MAX_BASIS_DIRS, dest_option);
1054                                 return 0;
1055                         }
1056                         /* We defer sanitizing this arg until we know what
1057                          * our destination directory is going to be. */
1058                         basis_dir[basis_dir_cnt++] = (char *)poptGetOptArg(pc);
1059                         break;
1060
1061                 case OPT_CHMOD:
1062                         arg = poptGetOptArg(pc);
1063                         if (!parse_chmod(arg, &chmod_modes)) {
1064                                 snprintf(err_buf, sizeof err_buf,
1065                                     "Invalid argument passed to --chmod (%s)\n",
1066                                     arg);
1067                                 return 0;
1068                         }
1069                         break;
1070
1071                 case OPT_HELP:
1072                         usage(FINFO);
1073                         exit_cleanup(0);
1074
1075                 default:
1076                         /* A large opt value means that set_refuse_options()
1077                          * turned this option off. */
1078                         if (opt >= OPT_REFUSED_BASE) {
1079                                 create_refuse_error(opt);
1080                                 return 0;
1081                         }
1082                         snprintf(err_buf, sizeof err_buf, "%s%s: %s\n",
1083                                  am_server ? "on remote machine: " : "",
1084                                  poptBadOption(pc, POPT_BADOPTION_NOALIAS),
1085                                  poptStrerror(opt));
1086                         return 0;
1087                 }
1088         }
1089
1090         if (human_readable && *argc == 2) {
1091                 /* Allow the old meaning of 'h' (--help) on its own. */
1092                 usage(FINFO);
1093                 exit_cleanup(0);
1094         }
1095
1096 #ifndef SUPPORT_LINKS
1097         if (preserve_links && !am_sender) {
1098                 snprintf(err_buf, sizeof err_buf,
1099                          "symlinks are not supported on this %s\n",
1100                          am_server ? "server" : "client");
1101                 return 0;
1102         }
1103 #endif
1104
1105 #ifndef SUPPORT_HARD_LINKS
1106         if (preserve_hard_links) {
1107                 snprintf(err_buf, sizeof err_buf,
1108                          "hard links are not supported on this %s\n",
1109                          am_server ? "server" : "client");
1110                 return 0;
1111         }
1112 #endif
1113
1114         if (write_batch && read_batch) {
1115                 snprintf(err_buf, sizeof err_buf,
1116                         "--write-batch and --read-batch can not be used together\n");
1117                 return 0;
1118         }
1119         if (write_batch > 0 || read_batch) {
1120                 if (am_server) {
1121                         rprintf(FINFO,
1122                                 "ignoring --%s-batch option sent to server\n",
1123                                 write_batch ? "write" : "read");
1124                         /* We don't actually exit_cleanup(), so that we can
1125                          * still service older version clients that still send
1126                          * batch args to server. */
1127                         read_batch = write_batch = 0;
1128                         batch_name = NULL;
1129                 } else if (dry_run)
1130                         write_batch = 0;
1131         }
1132         if (read_batch && files_from) {
1133                 snprintf(err_buf, sizeof err_buf,
1134                         "--read-batch cannot be used with --files-from\n");
1135                 return 0;
1136         }
1137         if (batch_name && strlen(batch_name) > MAX_BATCH_NAME_LEN) {
1138                 snprintf(err_buf, sizeof err_buf,
1139                         "the batch-file name must be %d characters or less.\n",
1140                         MAX_BATCH_NAME_LEN);
1141                 return 0;
1142         }
1143
1144         if (tmpdir && strlen(tmpdir) >= MAXPATHLEN - 10) {
1145                 snprintf(err_buf, sizeof err_buf,
1146                          "the --temp-dir path is WAY too long.\n");
1147                 return 0;
1148         }
1149
1150         if (compare_dest + copy_dest + link_dest > 1) {
1151                 snprintf(err_buf, sizeof err_buf,
1152                         "You may not mix --compare-dest, --copy-dest, and --link-dest.\n");
1153                 return 0;
1154         }
1155
1156         if (files_from) {
1157                 if (recurse == 1) /* preserve recurse == 2 */
1158                         recurse = 0;
1159                 if (xfer_dirs < 0)
1160                         xfer_dirs = 1;
1161         }
1162
1163         if (xfer_dirs < 1)
1164                 xfer_dirs = recurse || list_only;
1165
1166         if (relative_paths < 0)
1167                 relative_paths = files_from? 1 : 0;
1168         if (!relative_paths)
1169                 implied_dirs = 0;
1170
1171         if (!!delete_before + delete_during + delete_after > 1) {
1172                 snprintf(err_buf, sizeof err_buf,
1173                         "You may not combine multiple --delete-WHEN options.\n");
1174                 return 0;
1175         }
1176         if (delete_before || delete_during || delete_after)
1177                 delete_mode = 1;
1178         else if (delete_mode || delete_excluded) {
1179                 if (refused_delete_before) {
1180                         create_refuse_error(refused_delete_before);
1181                         return 0;
1182                 }
1183                 delete_mode = delete_before = 1;
1184         }
1185         if (!xfer_dirs && delete_mode) {
1186                 snprintf(err_buf, sizeof err_buf,
1187                         "--delete does not work without -r or -d.\n");
1188                 return 0;
1189         }
1190
1191         if (delete_mode && refused_delete) {
1192                 create_refuse_error(refused_delete);
1193                 return 0;
1194         }
1195
1196         if (remove_sent_files) {
1197                 /* We only want to infer this refusal of --remove-sent-files
1198                  * via the refusal of "delete", not any of the "delete-FOO"
1199                  * options. */
1200                 if (refused_delete && am_sender) {
1201                         create_refuse_error(refused_delete);
1202                         return 0;
1203                 }
1204                 need_messages_from_generator = 1;
1205         }
1206
1207         *argv = poptGetArgs(pc);
1208         *argc = count_args(*argv);
1209
1210         if (sanitize_paths) {
1211                 int i;
1212                 for (i = *argc; i-- > 0; )
1213                         (*argv)[i] = sanitize_path(NULL, (*argv)[i], "", 0, NULL);
1214                 if (tmpdir) {
1215                         tmpdir = sanitize_path(NULL, tmpdir, NULL, 0, NULL);
1216                         die_on_unsafe_path(tmpdir, 0);
1217                 }
1218                 if (backup_dir) {
1219                         backup_dir = sanitize_path(NULL, backup_dir, NULL, 0, NULL);
1220                         die_on_unsafe_path(backup_dir, 0);
1221                 }
1222         }
1223         if (server_filter_list.head && !am_sender) {
1224                 struct filter_list_struct *elp = &server_filter_list;
1225                 if (tmpdir) {
1226                         if (!*tmpdir)
1227                                 goto options_rejected;
1228                         clean_fname(tmpdir, 1);
1229                         if (check_filter(elp, tmpdir, 1) < 0)
1230                                 goto options_rejected;
1231                 }
1232                 if (backup_dir) {
1233                         if (!*backup_dir)
1234                                 goto options_rejected;
1235                         clean_fname(backup_dir, 1);
1236                         if (check_filter(elp, backup_dir, 1) < 0) {
1237                             options_rejected:
1238                                 snprintf(err_buf, sizeof err_buf,
1239                                     "Your options have been rejected by the server.\n");
1240                                 return 0;
1241                         }
1242                 }
1243         }
1244
1245         if (!backup_suffix)
1246                 backup_suffix = backup_dir ? "" : BACKUP_SUFFIX;
1247         backup_suffix_len = strlen(backup_suffix);
1248         if (strchr(backup_suffix, '/') != NULL) {
1249                 snprintf(err_buf, sizeof err_buf,
1250                         "--suffix cannot contain slashes: %s\n",
1251                         backup_suffix);
1252                 return 0;
1253         }
1254         if (backup_dir) {
1255                 backup_dir_len = strlcpy(backup_dir_buf, backup_dir, sizeof backup_dir_buf);
1256                 backup_dir_remainder = sizeof backup_dir_buf - backup_dir_len;
1257                 if (backup_dir_remainder < 32) {
1258                         snprintf(err_buf, sizeof err_buf,
1259                                 "the --backup-dir path is WAY too long.\n");
1260                         return 0;
1261                 }
1262                 if (backup_dir_buf[backup_dir_len - 1] != '/') {
1263                         backup_dir_buf[backup_dir_len++] = '/';
1264                         backup_dir_buf[backup_dir_len] = '\0';
1265                 }
1266                 if (verbose > 1 && !am_sender)
1267                         rprintf(FINFO, "backup_dir is %s\n", backup_dir_buf);
1268         } else if (!backup_suffix_len && (!am_server || !am_sender)) {
1269                 snprintf(err_buf, sizeof err_buf,
1270                         "--suffix cannot be a null string without --backup-dir\n");
1271                 return 0;
1272         } else if (make_backups && delete_mode && !delete_excluded) {
1273                 snprintf(backup_dir_buf, sizeof backup_dir_buf,
1274                         "P *%s", backup_suffix);
1275                 parse_rule(&filter_list, backup_dir_buf, 0, 0);
1276         }
1277         if (make_backups && !backup_dir)
1278                 omit_dir_times = 1;
1279
1280         if (log_format) {
1281                 if (am_server && log_format_has(log_format, 'I'))
1282                         log_format_has_i = 2;
1283                 else if (log_format_has(log_format, 'i'))
1284                         log_format_has_i = itemize_changes | 1;
1285                 if (!log_format_has(log_format, 'b')
1286                  && !log_format_has(log_format, 'c'))
1287                         log_before_transfer = !am_server;
1288         } else if (itemize_changes) {
1289                 log_format = "%i %n%L";
1290                 log_format_has_i = itemize_changes;
1291                 log_before_transfer = !am_server;
1292         }
1293
1294         if (do_progress && !verbose && !log_before_transfer && !am_server)
1295                 verbose = 1;
1296
1297         if (dry_run)
1298                 do_xfers = 0;
1299
1300         set_io_timeout(io_timeout);
1301
1302         if (verbose && !log_format) {
1303                 log_format = "%n%L";
1304                 log_before_transfer = !am_server;
1305         }
1306         if (log_format_has_i || log_format_has(log_format, 'o'))
1307                 log_format_has_o_or_i = 1;
1308
1309         if (daemon_bwlimit && (!bwlimit || bwlimit > daemon_bwlimit))
1310                 bwlimit = daemon_bwlimit;
1311         if (bwlimit) {
1312                 bwlimit_writemax = (size_t)bwlimit * 128;
1313                 if (bwlimit_writemax < 512)
1314                         bwlimit_writemax = 512;
1315         }
1316
1317         if (sparse_files && inplace) {
1318                 /* Note: we don't check for this below, because --append is
1319                  * OK with --sparse (as long as redos are handled right). */
1320                 snprintf(err_buf, sizeof err_buf,
1321                          "--sparse cannot be used with --inplace\n");
1322                 return 0;
1323         }
1324
1325         if (append_mode) {
1326                 if (whole_file > 0) {
1327                         snprintf(err_buf, sizeof err_buf,
1328                                  "--append cannot be used with --whole-file\n");
1329                         return 0;
1330                 }
1331                 if (refused_inplace) {
1332                         create_refuse_error(refused_inplace);
1333                         return 0;
1334                 }
1335                 inplace = 1;
1336         }
1337
1338         if (delay_updates && !partial_dir)
1339                 partial_dir = tmp_partialdir;
1340
1341         if (inplace) {
1342 #ifdef HAVE_FTRUNCATE
1343                 if (partial_dir) {
1344                         snprintf(err_buf, sizeof err_buf,
1345                                  "--%s cannot be used with --%s\n",
1346                                  append_mode ? "append" : "inplace",
1347                                  delay_updates ? "delay-updates" : "partial-dir");
1348                         return 0;
1349                 }
1350                 /* --inplace implies --partial for refusal purposes, but we
1351                  * clear the keep_partial flag for internal logic purposes. */
1352                 if (refused_partial) {
1353                         create_refuse_error(refused_partial);
1354                         return 0;
1355                 }
1356                 keep_partial = 0;
1357 #else
1358                 snprintf(err_buf, sizeof err_buf,
1359                          "--%s is not supported on this %s\n",
1360                          append_mode ? "append" : "inplace",
1361                          am_server ? "server" : "client");
1362                 return 0;
1363 #endif
1364         } else {
1365                 if (keep_partial && !partial_dir && !am_server) {
1366                         if ((arg = getenv("RSYNC_PARTIAL_DIR")) != NULL && *arg)
1367                                 partial_dir = strdup(arg);
1368                 }
1369                 if (partial_dir) {
1370                         if (*partial_dir)
1371                                 clean_fname(partial_dir, 1);
1372                         if (!*partial_dir || strcmp(partial_dir, ".") == 0)
1373                                 partial_dir = NULL;
1374                         else if (*partial_dir != '/') {
1375                                 parse_rule(&filter_list, partial_dir,
1376                                     MATCHFLG_NO_PREFIXES|MATCHFLG_DIRECTORY, 0);
1377                         }
1378                         if (!partial_dir && refused_partial) {
1379                                 create_refuse_error(refused_partial);
1380                                 return 0;
1381                         }
1382                         keep_partial = 1;
1383                 }
1384         }
1385
1386         if (files_from) {
1387                 char *h, *p;
1388                 int q;
1389                 if (*argc > 2 || (!am_daemon && *argc == 1)) {
1390                         usage(FERROR);
1391                         exit_cleanup(RERR_SYNTAX);
1392                 }
1393                 if (strcmp(files_from, "-") == 0) {
1394                         filesfrom_fd = 0;
1395                         if (am_server)
1396                                 filesfrom_host = ""; /* reading from socket */
1397                 } else if ((p = check_for_hostspec(files_from, &h, &q)) != 0) {
1398                         if (am_server) {
1399                                 snprintf(err_buf, sizeof err_buf,
1400                                         "The --files-from sent to the server cannot specify a host.\n");
1401                                 return 0;
1402                         }
1403                         files_from = p;
1404                         filesfrom_host = h;
1405                         if (strcmp(files_from, "-") == 0) {
1406                                 snprintf(err_buf, sizeof err_buf,
1407                                         "Invalid --files-from remote filename\n");
1408                                 return 0;
1409                         }
1410                 } else {
1411                         if (sanitize_paths)
1412                                 files_from = sanitize_path(NULL, files_from, NULL, 0, NULL);
1413                         if (server_filter_list.head) {
1414                                 if (!*files_from)
1415                                         goto options_rejected;
1416                                 clean_fname(files_from, 1);
1417                                 if (check_filter(&server_filter_list, files_from, 0) < 0)
1418                                         goto options_rejected;
1419                         }
1420                         filesfrom_fd = open(files_from, O_RDONLY|O_BINARY);
1421                         if (filesfrom_fd < 0) {
1422                                 snprintf(err_buf, sizeof err_buf,
1423                                         "failed to open files-from file %s: %s\n",
1424                                         files_from, strerror(errno));
1425                                 return 0;
1426                         }
1427                 }
1428         }
1429
1430         am_starting_up = 0;
1431
1432         return 1;
1433 }
1434
1435
1436 /**
1437  * Construct a filtered list of options to pass through from the
1438  * client to the server.
1439  *
1440  * This involves setting options that will tell the server how to
1441  * behave, and also filtering out options that are processed only
1442  * locally.
1443  **/
1444 void server_options(char **args,int *argc)
1445 {
1446         static char argstr[64];
1447         int ac = *argc;
1448         char *arg;
1449
1450         int i, x;
1451
1452         if (blocking_io == -1)
1453                 blocking_io = 0;
1454
1455         /* This should always remain first on the server's command-line. */
1456         args[ac++] = "--server";
1457
1458         if (daemon_over_rsh) {
1459                 args[ac++] = "--daemon";
1460                 *argc = ac;
1461                 /* if we're passing --daemon, we're done */
1462                 return;
1463         }
1464
1465         if (!am_sender)
1466                 args[ac++] = "--sender";
1467
1468         x = 1;
1469         argstr[0] = '-';
1470         for (i = 0; i < verbose; i++)
1471                 argstr[x++] = 'v';
1472
1473         /* the -q option is intentionally left out */
1474         if (make_backups)
1475                 argstr[x++] = 'b';
1476         if (update_only)
1477                 argstr[x++] = 'u';
1478         if (!do_xfers) /* Note: NOT "dry_run"! */
1479                 argstr[x++] = 'n';
1480         if (preserve_links)
1481                 argstr[x++] = 'l';
1482         if (xfer_dirs > (recurse || !delete_mode || !am_sender))
1483                 argstr[x++] = 'd';
1484         if (am_sender) {
1485                 if (keep_dirlinks)
1486                         argstr[x++] = 'K';
1487                 if (prune_empty_dirs)
1488                         argstr[x++] = 'm';
1489                 if (omit_dir_times == 2)
1490                         argstr[x++] = 'O';
1491         } else {
1492                 if (copy_links)
1493                         argstr[x++] = 'L';
1494                 if (copy_dirlinks)
1495                         argstr[x++] = 'k';
1496         }
1497
1498         if (whole_file > 0)
1499                 argstr[x++] = 'W';
1500         /* We don't need to send --no-whole-file, because it's the
1501          * default for remote transfers, and in any case old versions
1502          * of rsync will not understand it. */
1503
1504         if (preserve_hard_links)
1505                 argstr[x++] = 'H';
1506         if (preserve_uid)
1507                 argstr[x++] = 'o';
1508         if (preserve_gid)
1509                 argstr[x++] = 'g';
1510         if (preserve_devices) /* ignore preserve_specials here */
1511                 argstr[x++] = 'D';
1512         if (preserve_times)
1513                 argstr[x++] = 't';
1514         if (preserve_perms)
1515                 argstr[x++] = 'p';
1516         else if (preserve_executability && am_sender)
1517                 argstr[x++] = 'E';
1518         if (recurse)
1519                 argstr[x++] = 'r';
1520         if (always_checksum)
1521                 argstr[x++] = 'c';
1522         if (cvs_exclude)
1523                 argstr[x++] = 'C';
1524         if (ignore_times)
1525                 argstr[x++] = 'I';
1526         if (relative_paths)
1527                 argstr[x++] = 'R';
1528         if (one_file_system) {
1529                 argstr[x++] = 'x';
1530                 if (one_file_system > 1)
1531                         argstr[x++] = 'x';
1532         }
1533         if (sparse_files)
1534                 argstr[x++] = 'S';
1535         if (do_compression)
1536                 argstr[x++] = 'z';
1537
1538         /* This is a complete hack - blame Rusty.  FIXME!
1539          * This hack is only needed for older rsync versions that
1540          * don't understand the --list-only option. */
1541         if (list_only == 1 && !recurse)
1542                 argstr[x++] = 'r';
1543
1544         argstr[x] = '\0';
1545
1546         if (x != 1)
1547                 args[ac++] = argstr;
1548
1549         if (list_only > 1)
1550                 args[ac++] = "--list-only";
1551
1552         /* This makes sure that the remote rsync can handle deleting with -d
1553          * sans -r because the --no-r option was added at the same time. */
1554         if (xfer_dirs && !recurse && delete_mode && am_sender)
1555                 args[ac++] = "--no-r";
1556
1557         if (do_compression && def_compress_level != Z_DEFAULT_COMPRESSION) {
1558                 if (asprintf(&arg, "--compress-level=%d", def_compress_level) < 0)
1559                         goto oom;
1560                 args[ac++] = arg;
1561         }
1562
1563         if (preserve_devices) {
1564                 /* Note: sending "--devices" would not be backward-compatible. */
1565                 if (!preserve_specials)
1566                         args[ac++] = "--no-specials"; /* -D is already set. */
1567         } else if (preserve_specials)
1568                 args[ac++] = "--specials";
1569
1570         /* The server side doesn't use our log-format, but in certain
1571          * circumstances they need to know a little about the option. */
1572         if (log_format && am_sender) {
1573                 if (log_format_has_i > 1)
1574                         args[ac++] = "--log-format=%i%I";
1575                 else if (log_format_has_i)
1576                         args[ac++] = "--log-format=%i";
1577                 else if (log_format_has_o_or_i)
1578                         args[ac++] = "--log-format=%o";
1579                 else if (!verbose)
1580                         args[ac++] = "--log-format=X";
1581         }
1582
1583         if (block_size) {
1584                 if (asprintf(&arg, "-B%lu", block_size) < 0)
1585                         goto oom;
1586                 args[ac++] = arg;
1587         }
1588
1589         if (max_delete && am_sender) {
1590                 if (asprintf(&arg, "--max-delete=%d", max_delete) < 0)
1591                         goto oom;
1592                 args[ac++] = arg;
1593         }
1594
1595         if (min_size && am_sender) {
1596                 args[ac++] = "--min-size";
1597                 args[ac++] = min_size_arg;
1598         }
1599
1600         if (max_size && am_sender) {
1601                 args[ac++] = "--max-size";
1602                 args[ac++] = max_size_arg;
1603         }
1604
1605         if (io_timeout) {
1606                 if (asprintf(&arg, "--timeout=%d", io_timeout) < 0)
1607                         goto oom;
1608                 args[ac++] = arg;
1609         }
1610
1611         if (bwlimit) {
1612                 if (asprintf(&arg, "--bwlimit=%d", bwlimit) < 0)
1613                         goto oom;
1614                 args[ac++] = arg;
1615         }
1616
1617         if (backup_dir) {
1618                 args[ac++] = "--backup-dir";
1619                 args[ac++] = backup_dir;
1620         }
1621
1622         /* Only send --suffix if it specifies a non-default value. */
1623         if (strcmp(backup_suffix, backup_dir ? "" : BACKUP_SUFFIX) != 0) {
1624                 /* We use the following syntax to avoid weirdness with '~'. */
1625                 if (asprintf(&arg, "--suffix=%s", backup_suffix) < 0)
1626                         goto oom;
1627                 args[ac++] = arg;
1628         }
1629
1630         if (am_sender) {
1631                 if (delete_excluded)
1632                         args[ac++] = "--delete-excluded";
1633                 else if (delete_before == 1 || delete_after)
1634                         args[ac++] = "--delete";
1635                 if (delete_before > 1)
1636                         args[ac++] = "--delete-before";
1637                 if (delete_during)
1638                         args[ac++] = "--delete-during";
1639                 if (delete_after)
1640                         args[ac++] = "--delete-after";
1641                 if (force_delete)
1642                         args[ac++] = "--force";
1643                 if (write_batch < 0)
1644                         args[ac++] = "--only-write-batch=X";
1645                 if (am_root > 1)
1646                         args[ac++] = "--super";
1647                 if (size_only)
1648                         args[ac++] = "--size-only";
1649         }
1650
1651         if (modify_window_set) {
1652                 if (asprintf(&arg, "--modify-window=%d", modify_window) < 0)
1653                         goto oom;
1654                 args[ac++] = arg;
1655         }
1656
1657         if (checksum_seed) {
1658                 if (asprintf(&arg, "--checksum-seed=%d", checksum_seed) < 0)
1659                         goto oom;
1660                 args[ac++] = arg;
1661         }
1662
1663         if (partial_dir && am_sender) {
1664                 if (partial_dir != tmp_partialdir) {
1665                         args[ac++] = "--partial-dir";
1666                         args[ac++] = partial_dir;
1667                 }
1668                 if (delay_updates)
1669                         args[ac++] = "--delay-updates";
1670         } else if (keep_partial && am_sender)
1671                 args[ac++] = "--partial";
1672
1673         if (ignore_errors)
1674                 args[ac++] = "--ignore-errors";
1675
1676         if (copy_unsafe_links)
1677                 args[ac++] = "--copy-unsafe-links";
1678
1679         if (safe_symlinks)
1680                 args[ac++] = "--safe-links";
1681
1682         if (numeric_ids)
1683                 args[ac++] = "--numeric-ids";
1684
1685         if (ignore_existing && am_sender)
1686                 args[ac++] = "--ignore-existing";
1687
1688         /* Backward compatibility: send --existing, not --ignore-non-existing. */
1689         if (ignore_non_existing && am_sender)
1690                 args[ac++] = "--existing";
1691
1692         if (append_mode)
1693                 args[ac++] = "--append";
1694         else if (inplace)
1695                 args[ac++] = "--inplace";
1696
1697         if (tmpdir && am_sender) {
1698                 args[ac++] = "--temp-dir";
1699                 args[ac++] = tmpdir;
1700         }
1701
1702         if (basis_dir[0] && am_sender) {
1703                 /* the server only needs this option if it is not the sender,
1704                  *   and it may be an older version that doesn't know this
1705                  *   option, so don't send it if client is the sender.
1706                  */
1707                 int i;
1708                 for (i = 0; i < basis_dir_cnt; i++) {
1709                         args[ac++] = dest_option;
1710                         args[ac++] = basis_dir[i];
1711                 }
1712         }
1713
1714         if (files_from && (!am_sender || filesfrom_host)) {
1715                 if (filesfrom_host) {
1716                         args[ac++] = "--files-from";
1717                         args[ac++] = files_from;
1718                         if (eol_nulls)
1719                                 args[ac++] = "--from0";
1720                 } else {
1721                         args[ac++] = "--files-from=-";
1722                         args[ac++] = "--from0";
1723                 }
1724                 if (!relative_paths)
1725                         args[ac++] = "--no-relative";
1726         }
1727         if (relative_paths && !implied_dirs && !am_sender)
1728                 args[ac++] = "--no-implied-dirs";
1729
1730         if (fuzzy_basis && am_sender)
1731                 args[ac++] = "--fuzzy";
1732
1733         if (remove_sent_files)
1734                 args[ac++] = "--remove-sent-files";
1735
1736         *argc = ac;
1737         return;
1738
1739     oom:
1740         out_of_memory("server_options");
1741 }
1742
1743 /* Look for a HOST specfication of the form "HOST:PATH", "HOST::PATH", or
1744  * "rsync://HOST:PORT/PATH".  If found, *host_ptr will be set to some allocated
1745  * memory with the HOST.  If a daemon-accessing spec was specified, the value
1746  * of *port_ptr will contain a non-0 port number, otherwise it will be set to
1747  * 0.  The return value is a pointer to the PATH.  Note that the HOST spec can
1748  * be an IPv6 literal address enclosed in '[' and ']' (such as "[::1]" or
1749  * "[::ffff:127.0.0.1]") which is returned without the '[' and ']'. */
1750 char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr)
1751 {
1752         char *p;
1753         int not_host;
1754
1755         if (port_ptr && strncasecmp(URL_PREFIX, s, strlen(URL_PREFIX)) == 0) {
1756                 char *path;
1757                 int hostlen;
1758                 s += strlen(URL_PREFIX);
1759                 if ((p = strchr(s, '/')) != NULL) {
1760                         hostlen = p - s;
1761                         path = p + 1;
1762                 } else {
1763                         hostlen = strlen(s);
1764                         path = "";
1765                 }
1766                 if (*s == '[' && (p = strchr(s, ']')) != NULL) {
1767                         s++;
1768                         hostlen = p - s;
1769                         if (p[1] == ':')
1770                                 *port_ptr = atoi(p+2);
1771                 } else {
1772                         if ((p = strchr(s, ':')) != NULL) {
1773                                 hostlen = p - s;
1774                                 *port_ptr = atoi(p+1);
1775                         }
1776                 }
1777                 if (!*port_ptr)
1778                         *port_ptr = RSYNC_PORT;
1779                 *host_ptr = new_array(char, hostlen + 1);
1780                 strlcpy(*host_ptr, s, hostlen + 1);
1781                 return path;
1782         }
1783
1784         if (*s == '[' && (p = strchr(s, ']')) != NULL && p[1] == ':') {
1785                 s++;
1786                 *p = '\0';
1787                 not_host = strchr(s, '/') || !strchr(s, ':');
1788                 *p = ']';
1789                 if (not_host)
1790                         return NULL;
1791                 p++;
1792         } else {
1793                 if (!(p = strchr(s, ':')))
1794                         return NULL;
1795                 *p = '\0';
1796                 not_host = strchr(s, '/') != NULL;
1797                 *p = ':';
1798                 if (not_host)
1799                         return NULL;
1800         }
1801
1802         *host_ptr = new_array(char, p - s + 1);
1803         strlcpy(*host_ptr, s, p - s + 1);
1804
1805         if (p[1] == ':') {
1806                 if (port_ptr && !*port_ptr)
1807                         *port_ptr = RSYNC_PORT;
1808                 return p + 2;
1809         }
1810         if (port_ptr)
1811                 *port_ptr = 0;
1812
1813         return p + 1;
1814 }