Fixed the timeout/flush loop-check logic to work properly with
[rsync/rsync.git] / generator.c
CommitLineData
0f78b815
WD
1/*
2 * Routines that are exclusive to the generator process.
3 *
4 * Copyright (C) 1996-2000 Andrew Tridgell
5 * Copyright (C) 1996 Paul Mackerras
6 * Copyright (C) 2002 Martin Pool <mbp@samba.org>
d3d07a5e 7 * Copyright (C) 2003-2008 Wayne Davison
0f78b815
WD
8 *
9 * This program is free software; you can redistribute it and/or modify
8e41b68e
WD
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 3 of the License, or
12 * (at your option) any later version.
0f78b815
WD
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
e7c67065 19 * You should have received a copy of the GNU General Public License along
4fd842f9 20 * with this program; if not, visit the http://fsf.org website.
0f78b815 21 */
2f03f956
AT
22
23#include "rsync.h"
24
25extern int verbose;
26extern int dry_run;
beb51aa0 27extern int do_xfers;
17bda2d1 28extern int stdout_format_has_i;
ecc7623e 29extern int logfile_format_has_i;
6c3862fa
WD
30extern int am_root;
31extern int am_server;
32extern int am_daemon;
3ea6e0e7 33extern int inc_recurse;
083acd49 34extern int do_progress;
2f03f956 35extern int relative_paths;
ccb16b46 36extern int implied_dirs;
716e73d4 37extern int keep_dirlinks;
1c3344a1 38extern int preserve_acls;
16edf865 39extern int preserve_xattrs;
2f03f956 40extern int preserve_links;
2f03f956 41extern int preserve_devices;
b5c6a6ae 42extern int preserve_specials;
2f03f956 43extern int preserve_hard_links;
8365126b 44extern int preserve_executability;
6744b62d 45extern int preserve_perms;
3ea9bbd6 46extern int preserve_times;
9b25ef35
WD
47extern int uid_ndx;
48extern int gid_ndx;
e35d9f2d 49extern int delete_mode;
59faec8b 50extern int delete_before;
fa13f396 51extern int delete_during;
59faec8b 52extern int delete_after;
7730114b 53extern int msgdone_cnt;
59faec8b 54extern int ignore_errors;
47c11975 55extern int remove_source_files;
70352269 56extern int delay_updates;
2f03f956 57extern int update_only;
e90aab49
WD
58extern int ignore_existing;
59extern int ignore_non_existing;
cd6aa5b5 60extern int inplace;
6cc11982 61extern int append_mode;
cd6aa5b5 62extern int make_backups;
2f03f956
AT
63extern int csum_length;
64extern int ignore_times;
f83f0548 65extern int size_only;
7d1bfaf7 66extern OFF_T max_size;
02b5cb23 67extern OFF_T min_size;
59faec8b 68extern int io_error;
f3d6d480 69extern int flist_eof;
ac40b747 70extern int allowed_lull;
ee1d11c4 71extern int sock_f_out;
9ac2395b 72extern int ignore_timeout;
d04e9c51 73extern int protocol_version;
f3d6d480 74extern int file_total;
8e85be0a 75extern int fuzzy_basis;
2f03f956 76extern int always_checksum;
cfe39780 77extern int checksum_len;
a7260c40 78extern char *partial_dir;
b7e8628c 79extern char *basis_dir[];
2be2fb3e 80extern int compare_dest;
967866d4 81extern int copy_dest;
59c95e42 82extern int link_dest;
5774786f 83extern int whole_file;
5774786f 84extern int list_only;
b9f592fb 85extern int read_batch;
5774786f 86extern int safe_symlinks;
a255c592 87extern long block_size; /* "long" because popt can't set an int32. */
15e4d401 88extern int unsort_ndx;
59faec8b
WD
89extern int max_delete;
90extern int force_delete;
0e82af2d 91extern int one_file_system;
6c3862fa 92extern struct stats stats;
0e82af2d 93extern dev_t filesystem_dev;
1c3344a1 94extern mode_t orig_umask;
19284e2e 95extern uid_t our_uid;
59faec8b
WD
96extern char *backup_dir;
97extern char *backup_suffix;
98extern int backup_suffix_len;
f3d6d480 99extern struct file_list *cur_flist, *first_flist, *dir_flist;
819bfe45 100extern struct filter_list_struct daemon_filter_list;
97f9dcae 101
146c2c36
WD
102int ignore_perishable = 0;
103int non_perishable_cnt = 0;
18979194 104int maybe_ATTRS_REPORT = 0;
146c2c36 105
f3d6d480 106static dev_t dev_zero;
59faec8b 107static int deletion_count = 0; /* used to implement --max-delete */
20319fd9
WD
108static int deldelay_size = 0, deldelay_cnt = 0;
109static char *deldelay_buf = NULL;
110static int deldelay_fd = -1;
d8d13893 111static int loopchk_limit;
7730114b 112static int dir_tweaking;
1ed9018e 113static int symlink_timeset_failed_flags;
7730114b 114static int need_retouch_dir_times;
e5bf3b58 115static int need_retouch_dir_perms;
7730114b 116static const char *solo_file = NULL;
59faec8b 117
88897638 118/* For calling delete_item() and delete_dir_contents(). */
c4c9bb94 119#define DEL_NO_UID_WRITE (1<<0) /* file/dir has our uid w/o write perm */
19284e2e 120#define DEL_RECURSE (1<<1) /* if dir, delete all contents */
88897638 121#define DEL_DIR_IS_EMPTY (1<<2) /* internal delete_FUNCTIONS use only */
3eabe6aa
WD
122#define DEL_FOR_FILE (1<<3) /* making room for a replacement file */
123#define DEL_FOR_DIR (1<<4) /* making room for a replacement dir */
124#define DEL_FOR_SYMLINK (1<<5) /* making room for a replacement symlink */
125#define DEL_FOR_DEVICE (1<<6) /* making room for a replacement device */
126#define DEL_FOR_SPECIAL (1<<7) /* making room for a replacement special */
127
128#define DEL_MAKE_ROOM (DEL_FOR_FILE|DEL_FOR_DIR|DEL_FOR_SYMLINK|DEL_FOR_DEVICE|DEL_FOR_SPECIAL)
d71dad3b 129
116a4769
WD
130enum nonregtype {
131 TYPE_DIR, TYPE_SPECIAL, TYPE_DEVICE, TYPE_SYMLINK
132};
59faec8b 133
c6fadc0e 134enum delret {
146c2c36 135 DR_SUCCESS = 0, DR_FAILURE, DR_AT_LIMIT, DR_NOT_EMPTY
c6fadc0e
WD
136};
137
c9b62cf3 138/* Forward declarations. */
c4c9bb94 139static enum delret delete_dir_contents(char *fname, uint16 flags);
c9b62cf3
WD
140#ifdef SUPPORT_HARD_LINKS
141static void handle_skipped_hlink(struct file_struct *file, int itemizing,
142 enum logcode code, int f_out);
143#endif
c6fadc0e 144
59faec8b
WD
145static int is_backup_file(char *fn)
146{
147 int k = strlen(fn) - backup_suffix_len;
148 return k > 0 && strcmp(fn+k, backup_suffix) == 0;
149}
150
c6fadc0e
WD
151/* Delete a file or directory. If DEL_RECURSE is set in the flags, this will
152 * delete recursively.
0e5665d3 153 *
5e77efaf 154 * Note that fbuf must point to a MAXPATHLEN buffer if the mode indicates it's
0e5665d3
WD
155 * a directory! (The buffer is used for recursion, but returned unchanged.)
156 */
c4c9bb94 157static enum delret delete_item(char *fbuf, uint16 mode, uint16 flags)
59faec8b 158{
c6fadc0e
WD
159 enum delret ret;
160 char *what;
161 int ok;
59faec8b 162
c6fadc0e
WD
163 if (verbose > 2) {
164 rprintf(FINFO, "delete_item(%s) mode=%o flags=%d\n",
c4c9bb94 165 fbuf, (int)mode, (int)flags);
59faec8b
WD
166 }
167
c4c9bb94
WD
168 if (flags & DEL_NO_UID_WRITE)
169 do_chmod(fbuf, mode | S_IWUSR);
19284e2e 170
146c2c36 171 if (S_ISDIR(mode) && !(flags & DEL_DIR_IS_EMPTY)) {
c4c9bb94
WD
172 int save_uid_ndx = uid_ndx;
173 /* This only happens on the first call to delete_item() since
174 * delete_dir_contents() always calls us w/DEL_DIR_IS_EMPTY. */
175 if (!uid_ndx)
176 uid_ndx = ++file_extra_cnt;
146c2c36
WD
177 ignore_perishable = 1;
178 /* If DEL_RECURSE is not set, this just reports emptiness. */
5e77efaf 179 ret = delete_dir_contents(fbuf, flags);
146c2c36 180 ignore_perishable = 0;
c4c9bb94
WD
181 if (!save_uid_ndx) {
182 --file_extra_cnt;
183 uid_ndx = 0;
184 }
146c2c36 185 if (ret == DR_NOT_EMPTY || ret == DR_AT_LIMIT)
c6fadc0e
WD
186 goto check_ret;
187 /* OK: try to delete the directory. */
188 }
189
3eabe6aa 190 if (!(flags & DEL_MAKE_ROOM) && max_delete >= 0 && ++deletion_count > max_delete)
c6fadc0e
WD
191 return DR_AT_LIMIT;
192
193 if (S_ISDIR(mode)) {
194 what = "rmdir";
5e77efaf 195 ok = do_rmdir(fbuf) == 0;
f3d6d480 196 } else if (make_backups > 0 && (backup_dir || !is_backup_file(fbuf))) {
c6fadc0e 197 what = "make_backup";
5e77efaf 198 ok = make_backup(fbuf);
c6fadc0e
WD
199 } else {
200 what = "unlink";
5e77efaf 201 ok = robust_unlink(fbuf) == 0;
c6fadc0e
WD
202 }
203
59faec8b 204 if (ok) {
3eabe6aa 205 if (!(flags & DEL_MAKE_ROOM))
5e77efaf 206 log_delete(fbuf, mode);
c6fadc0e
WD
207 ret = DR_SUCCESS;
208 } else {
209 if (S_ISDIR(mode) && errno == ENOTEMPTY) {
146c2c36 210 rprintf(FINFO, "cannot delete non-empty directory: %s\n",
5e77efaf 211 fbuf);
c6fadc0e
WD
212 ret = DR_NOT_EMPTY;
213 } else if (errno != ENOENT) {
214 rsyserr(FERROR, errno, "delete_file: %s(%s) failed",
5e77efaf 215 what, fbuf);
c6fadc0e
WD
216 ret = DR_FAILURE;
217 } else {
218 deletion_count--;
219 ret = DR_SUCCESS;
220 }
f75a53e7 221 }
c6fadc0e
WD
222
223 check_ret:
3eabe6aa
WD
224 if (ret != DR_SUCCESS && flags & DEL_MAKE_ROOM) {
225 const char *desc;
226 switch (flags & DEL_MAKE_ROOM) {
227 case DEL_FOR_FILE: desc = "regular file"; break;
228 case DEL_FOR_DIR: desc = "directory"; break;
229 case DEL_FOR_SYMLINK: desc = "symlink"; break;
230 case DEL_FOR_DEVICE: desc = "device file"; break;
231 case DEL_FOR_SPECIAL: desc = "special file"; break;
232 default: exit_cleanup(RERR_UNSUPPORTED); /* IMPOSSIBLE */
233 }
3f0211b6 234 rprintf(FERROR_XFER, "could not make way for new %s: %s\n",
3eabe6aa 235 desc, fbuf);
59faec8b 236 }
c6fadc0e
WD
237 return ret;
238}
239
146c2c36
WD
240/* The directory is about to be deleted: if DEL_RECURSE is given, delete all
241 * its contents, otherwise just checks for content. Returns DR_SUCCESS or
242 * DR_NOT_EMPTY. Note that fname must point to a MAXPATHLEN buffer! (The
243 * buffer is used for recursion, but returned unchanged.)
c6fadc0e 244 */
c4c9bb94 245static enum delret delete_dir_contents(char *fname, uint16 flags)
c6fadc0e
WD
246{
247 struct file_list *dirlist;
146c2c36 248 enum delret ret;
c6fadc0e
WD
249 unsigned remainder;
250 void *save_filters;
251 int j, dlen;
252 char *p;
59faec8b 253
f5761a34
WD
254 if (verbose > 3) {
255 rprintf(FINFO, "delete_dir_contents(%s) flags=%d\n",
256 fname, flags);
257 }
258
0e5665d3
WD
259 dlen = strlen(fname);
260 save_filters = push_local_filters(fname, dlen);
261
146c2c36 262 non_perishable_cnt = 0;
0e5665d3 263 dirlist = get_dirlist(fname, dlen, 0);
146c2c36
WD
264 ret = non_perishable_cnt ? DR_NOT_EMPTY : DR_SUCCESS;
265
9decb4d2 266 if (!dirlist->used)
146c2c36
WD
267 goto done;
268
269 if (!(flags & DEL_RECURSE)) {
270 ret = DR_NOT_EMPTY;
271 goto done;
272 }
0e5665d3
WD
273
274 p = fname + dlen;
275 if (dlen != 1 || *fname != '/')
276 *p++ = '/';
277 remainder = MAXPATHLEN - (p - fname);
59faec8b 278
f5761a34 279 /* We do our own recursion, so make delete_item() non-recursive. */
c4c9bb94
WD
280 flags = (flags & ~(DEL_RECURSE|DEL_MAKE_ROOM|DEL_NO_UID_WRITE))
281 | DEL_DIR_IS_EMPTY;
c6fadc0e 282
9decb4d2 283 for (j = dirlist->used; j--; ) {
59faec8b
WD
284 struct file_struct *fp = dirlist->files[j];
285
7bc59578 286 if (fp->flags & FLAG_MOUNT_DIR && S_ISDIR(fp->mode)) {
c6fadc0e
WD
287 if (verbose > 1) {
288 rprintf(FINFO,
289 "mount point, %s, pins parent directory\n",
290 f_name(fp, NULL));
291 }
146c2c36 292 ret = DR_NOT_EMPTY;
59faec8b 293 continue;
c6fadc0e 294 }
59faec8b 295
c58c1dc4 296 strlcpy(p, fp->basename, remainder);
c4c9bb94
WD
297 if (!(fp->mode & S_IWUSR) && !am_root && (uid_t)F_OWNER(fp) == our_uid)
298 do_chmod(fname, fp->mode | S_IWUSR);
146c2c36 299 /* Save stack by recursing to ourself directly. */
19284e2e 300 if (S_ISDIR(fp->mode)) {
19284e2e
WD
301 if (delete_dir_contents(fname, flags | DEL_RECURSE) != DR_SUCCESS)
302 ret = DR_NOT_EMPTY;
303 }
3eabe6aa 304 if (delete_item(fname, fp->mode, flags) != DR_SUCCESS)
f5761a34 305 ret = DR_NOT_EMPTY;
59faec8b 306 }
59faec8b 307
0e5665d3
WD
308 fname[dlen] = '\0';
309
146c2c36 310 done:
c6fadc0e 311 flist_free(dirlist);
146c2c36 312 pop_local_filters(save_filters);
59faec8b 313
146c2c36
WD
314 if (ret == DR_NOT_EMPTY) {
315 rprintf(FINFO, "cannot delete non-empty directory: %s\n",
316 fname);
317 }
c6fadc0e 318 return ret;
59faec8b
WD
319}
320
20319fd9 321static int start_delete_delay_temp(void)
5e77efaf
WD
322{
323 char fnametmp[MAXPATHLEN];
20319fd9 324 int save_dry_run = dry_run;
5e77efaf
WD
325
326 dry_run = 0;
327 if (!get_tmpname(fnametmp, "deldelay")
20319fd9 328 || (deldelay_fd = do_mkstemp(fnametmp, 0600)) < 0) {
f845ef7d 329 rprintf(FINFO, "NOTE: Unable to create delete-delay temp file%s.\n",
3ea6e0e7 330 inc_recurse ? "" : " -- switching to --delete-after");
20319fd9 331 delete_during = 0;
3ea6e0e7 332 delete_after = !inc_recurse;
20319fd9
WD
333 dry_run = save_dry_run;
334 return 0;
5e77efaf 335 }
5e77efaf 336 unlink(fnametmp);
ca0e8296 337 dry_run = save_dry_run;
20319fd9 338 return 1;
5e77efaf
WD
339}
340
20319fd9 341static int flush_delete_delay(void)
5e77efaf 342{
c4c9bb94
WD
343 if (deldelay_fd < 0 && !start_delete_delay_temp())
344 return 0;
20319fd9
WD
345 if (write(deldelay_fd, deldelay_buf, deldelay_cnt) != deldelay_cnt) {
346 rsyserr(FERROR, errno, "flush of delete-delay buffer");
347 delete_during = 0;
c4c9bb94 348 delete_after = !inc_recurse;
20319fd9
WD
349 close(deldelay_fd);
350 return 0;
351 }
352 deldelay_cnt = 0;
353 return 1;
354}
5e77efaf 355
19284e2e 356static int remember_delete(struct file_struct *file, const char *fname, int flags)
20319fd9
WD
357{
358 int len;
2cce7545 359
c4c9bb94
WD
360 if (deldelay_cnt == deldelay_size && !flush_delete_delay())
361 return 0;
362
363 if (flags & DEL_NO_UID_WRITE)
364 deldelay_buf[deldelay_cnt++] = '!';
365
20319fd9
WD
366 while (1) {
367 len = snprintf(deldelay_buf + deldelay_cnt,
368 deldelay_size - deldelay_cnt,
c4c9bb94
WD
369 "%x %s%c",
370 (int)file->mode, fname, '\0');
20319fd9
WD
371 if ((deldelay_cnt += len) <= deldelay_size)
372 break;
20319fd9
WD
373 deldelay_cnt -= len;
374 if (!flush_delete_delay())
375 return 0;
376 }
377
378 return 1;
379}
380
c4c9bb94 381static int read_delay_line(char *buf, int *flags_p)
20319fd9
WD
382{
383 static int read_pos = 0;
384 int j, len, mode;
385 char *bp, *past_space;
5e77efaf
WD
386
387 while (1) {
20319fd9
WD
388 for (j = read_pos; j < deldelay_cnt && deldelay_buf[j]; j++) {}
389 if (j < deldelay_cnt)
5e77efaf 390 break;
20319fd9
WD
391 if (deldelay_fd < 0) {
392 if (j > read_pos)
393 goto invalid_data;
394 return -1;
395 }
396 deldelay_cnt -= read_pos;
397 if (deldelay_cnt == deldelay_size)
398 goto invalid_data;
399 if (deldelay_cnt && read_pos) {
400 memmove(deldelay_buf, deldelay_buf + read_pos,
401 deldelay_cnt);
5e77efaf 402 }
20319fd9
WD
403 len = read(deldelay_fd, deldelay_buf + deldelay_cnt,
404 deldelay_size - deldelay_cnt);
405 if (len == 0) {
406 if (deldelay_cnt) {
407 rprintf(FERROR,
408 "ERROR: unexpected EOF in delete-delay file.\n");
409 }
410 return -1;
5e77efaf 411 }
20319fd9
WD
412 if (len < 0) {
413 rsyserr(FERROR, errno,
414 "reading delete-delay file");
415 return -1;
416 }
417 deldelay_cnt += len;
418 read_pos = 0;
5e77efaf
WD
419 }
420
20319fd9 421 bp = deldelay_buf + read_pos;
c4c9bb94 422 if (*bp == '!') {
19284e2e 423 bp++;
c4c9bb94 424 *flags_p = DEL_NO_UID_WRITE;
19284e2e 425 } else
c4c9bb94 426 *flags_p = 0;
20319fd9
WD
427
428 if (sscanf(bp, "%x ", &mode) != 1) {
429 invalid_data:
430 rprintf(FERROR, "ERROR: invalid data in delete-delay file.\n");
431 return -1;
5e77efaf 432 }
20319fd9
WD
433 past_space = strchr(bp, ' ') + 1;
434 len = j - read_pos - (past_space - bp) + 1; /* count the '\0' */
435 read_pos = j + 1;
436
437 if (len > MAXPATHLEN) {
438 rprintf(FERROR, "ERROR: filename too long in delete-delay file.\n");
439 return -1;
440 }
441
442 /* The caller needs the name in a MAXPATHLEN buffer, so we copy it
443 * instead of returning a pointer to our buffer. */
444 memcpy(buf, past_space, len);
5e77efaf
WD
445
446 return mode;
447}
448
20319fd9 449static void do_delayed_deletions(char *delbuf)
5e77efaf 450{
c4c9bb94 451 int mode, flags;
5e77efaf 452
20319fd9
WD
453 if (deldelay_fd >= 0) {
454 if (deldelay_cnt && !flush_delete_delay())
455 return;
456 lseek(deldelay_fd, 0, 0);
457 }
c4c9bb94
WD
458 while ((mode = read_delay_line(delbuf, &flags)) >= 0)
459 delete_item(delbuf, mode, flags | DEL_RECURSE);
20319fd9
WD
460 if (deldelay_fd >= 0)
461 close(deldelay_fd);
5e77efaf 462}
59faec8b
WD
463
464/* This function is used to implement per-directory deletion, and is used by
465 * all the --delete-WHEN options. Note that the fbuf pointer must point to a
466 * MAXPATHLEN buffer with the name of the directory in it (the functions we
467 * call will append names onto the end, but the old dir value will be restored
468 * on exit). */
332cf6df 469static void delete_in_dir(char *fbuf, struct file_struct *file, dev_t *fs_dev)
59faec8b 470{
717b0430 471 static int already_warned = 0;
59faec8b
WD
472 struct file_list *dirlist;
473 char delbuf[MAXPATHLEN];
468d7668 474 int dlen, i;
c4c9bb94 475 int save_uid_ndx = uid_ndx;
59faec8b 476
332cf6df 477 if (!fbuf) {
f3d6d480 478 change_local_filter_dir(NULL, 0, 0);
59faec8b
WD
479 return;
480 }
481
482 if (verbose > 2)
45c49b52 483 rprintf(FINFO, "delete_in_dir(%s)\n", fbuf);
59faec8b
WD
484
485 if (allowed_lull)
ee1d11c4 486 maybe_send_keepalive();
59faec8b 487
1f56188f 488 if (io_error && !ignore_errors) {
717b0430 489 if (already_warned)
f75a53e7 490 return;
59faec8b
WD
491 rprintf(FINFO,
492 "IO error encountered -- skipping file deletion\n");
717b0430 493 already_warned = 1;
59faec8b
WD
494 return;
495 }
496
59faec8b 497 dlen = strlen(fbuf);
f3d6d480 498 change_local_filter_dir(fbuf, dlen, F_DEPTH(file));
59faec8b 499
0e82af2d
WD
500 if (one_file_system) {
501 if (file->flags & FLAG_TOP_DIR)
f3d6d480
WD
502 filesystem_dev = *fs_dev;
503 else if (filesystem_dev != *fs_dev)
0e82af2d
WD
504 return;
505 }
59faec8b 506
c4c9bb94
WD
507 if (!uid_ndx)
508 uid_ndx = ++file_extra_cnt;
509
59faec8b
WD
510 dirlist = get_dirlist(fbuf, dlen, 0);
511
512 /* If an item in dirlist is not found in flist, delete it
513 * from the filesystem. */
9decb4d2 514 for (i = dirlist->used; i--; ) {
f3ab64d3 515 struct file_struct *fp = dirlist->files[i];
112d728f 516 if (!F_IS_ACTIVE(fp))
c6fadc0e 517 continue;
7bc59578 518 if (fp->flags & FLAG_MOUNT_DIR && S_ISDIR(fp->mode)) {
c6fadc0e 519 if (verbose > 1)
146c2c36 520 rprintf(FINFO, "cannot delete mount point: %s\n",
c6fadc0e 521 f_name(fp, NULL));
bb0d8edf 522 continue;
c6fadc0e 523 }
332cf6df 524 if (flist_find(cur_flist, fp) < 0) {
c4c9bb94
WD
525 int flags = DEL_RECURSE;
526 if (!(fp->mode & S_IWUSR) && !am_root && (uid_t)F_OWNER(fp) == our_uid)
527 flags |= DEL_NO_UID_WRITE;
6cbde57d 528 f_name(fp, delbuf);
20319fd9 529 if (delete_during == 2) {
19284e2e 530 if (!remember_delete(fp, delbuf, flags))
20319fd9
WD
531 break;
532 } else
3eabe6aa 533 delete_item(delbuf, fp->mode, flags);
468d7668 534 }
59faec8b
WD
535 }
536
537 flist_free(dirlist);
c4c9bb94
WD
538
539 if (!save_uid_ndx) {
540 --file_extra_cnt;
541 uid_ndx = 0;
542 }
59faec8b
WD
543}
544
545/* This deletes any files on the receiving side that are not present on the
546 * sending side. This is used by --delete-before and --delete-after. */
332cf6df 547static void do_delete_pass(void)
59faec8b
WD
548{
549 char fbuf[MAXPATHLEN];
bb0d8edf 550 STRUCT_STAT st;
59faec8b
WD
551 int j;
552
caff3322
WD
553 /* dry_run is incremented when the destination doesn't exist yet. */
554 if (dry_run > 1 || list_only)
f75a53e7
WD
555 return;
556
9decb4d2 557 for (j = 0; j < cur_flist->used; j++) {
332cf6df 558 struct file_struct *file = cur_flist->sorted[j];
59faec8b 559
f6f74b93
WD
560 f_name(file, fbuf);
561
562 if (!(file->flags & FLAG_CONTENT_DIR)) {
563 change_local_filter_dir(fbuf, strlen(fbuf), F_DEPTH(file));
59faec8b 564 continue;
f6f74b93 565 }
59faec8b 566
59faec8b 567 if (verbose > 1 && file->flags & FLAG_TOP_DIR)
45c49b52 568 rprintf(FINFO, "deleting in %s\n", fbuf);
59faec8b 569
bb0d8edf
WD
570 if (link_stat(fbuf, &st, keep_dirlinks) < 0
571 || !S_ISDIR(st.st_mode))
572 continue;
573
332cf6df 574 delete_in_dir(fbuf, file, &st.st_dev);
59faec8b 575 }
332cf6df 576 delete_in_dir(NULL, NULL, &dev_zero);
0e5665d3 577
a06e2b7c
WD
578 if (do_progress && !am_server)
579 rprintf(FINFO, " \r");
59faec8b
WD
580}
581
13710874 582int unchanged_attrs(const char *fname, struct file_struct *file, stat_x *sxp)
2f03f956 583{
1ed56a05 584#if !defined HAVE_LUTIMES || !defined HAVE_UTIMES
45a143cd
WD
585 if (S_ISLNK(file->mode)) {
586 ;
587 } else
588#endif
589 if (preserve_times && cmp_time(sxp->st.st_mtime, file->modtime) != 0)
590 return 0;
591
ff0e1580
WD
592 if (preserve_perms) {
593 if (!BITS_EQUAL(sxp->st.st_mode, file->mode, CHMOD_BITS))
594 return 0;
595 } else if (preserve_executability
596 && ((sxp->st.st_mode & 0111 ? 1 : 0) ^ (file->mode & 0111 ? 1 : 0)))
8365126b
WD
597 return 0;
598
9b25ef35 599 if (am_root && uid_ndx && sxp->st.st_uid != (uid_t)F_OWNER(file))
b7e8628c 600 return 0;
bb24028f 601
9b25ef35 602 if (gid_ndx && !(file->flags & FLAG_SKIP_GROUP) && sxp->st.st_gid != (gid_t)F_GROUP(file))
b7e8628c
WD
603 return 0;
604
1c3344a1
WD
605#ifdef SUPPORT_ACLS
606 if (preserve_acls && !S_ISLNK(file->mode)) {
607 if (!ACL_READY(*sxp))
608 get_acl(fname, sxp);
609 if (set_acl(NULL, file, sxp) == 0)
610 return 0;
611 }
612#endif
16edf865
WD
613#ifdef SUPPORT_XATTRS
614 if (preserve_xattrs) {
615 if (!XATTR_READY(*sxp))
616 get_xattr(fname, sxp);
617 if (xattr_diff(file, sxp, 0))
618 return 0;
619 }
620#endif
1c3344a1 621
b7e8628c
WD
622 return 1;
623}
624
16edf865 625void itemize(const char *fnamecmp, struct file_struct *file, int ndx, int statret,
13710874 626 stat_x *sxp, int32 iflags, uchar fnamecmp_type,
f3d6d480 627 const char *xname)
06a1dbad 628{
48224e4c
WD
629 if (statret >= 0) { /* A from-dest-dir statret can == 1! */
630 int keep_time = !preserve_times ? 0
1ed56a05
WD
631 : S_ISDIR(file->mode) ? preserve_times > 1 :
632#if defined HAVE_LUTIMES && defined HAVE_UTIMES
1ed9018e
WD
633 1;
634#else
1ed56a05 635 !S_ISLNK(file->mode);
1ed9018e 636#endif
48224e4c 637
1c3344a1 638 if (S_ISREG(file->mode) && F_LENGTH(file) != sxp->st.st_size)
c557eb8c 639 iflags |= ITEM_REPORT_SIZE;
1ed9018e
WD
640 if (file->flags & FLAG_TIME_FAILED) { /* symlinks only */
641 if (iflags & ITEM_LOCAL_CHANGE)
642 iflags |= symlink_timeset_failed_flags;
643 } else if (keep_time
644 ? cmp_time(file->modtime, sxp->st.st_mtime) != 0
645 : iflags & (ITEM_TRANSFER|ITEM_LOCAL_CHANGE) && !(iflags & ITEM_MATCHED)
116a4769 646 && (!(iflags & ITEM_XNAME_FOLLOWS) || *xname))
48224e4c 647 iflags |= ITEM_REPORT_TIME;
5cefa088 648#if !defined HAVE_LCHMOD && !defined HAVE_SETATTRLIST
fd78520d
WD
649 if (S_ISLNK(file->mode)) {
650 ;
651 } else
652#endif
ff0e1580
WD
653 if (preserve_perms) {
654 if (!BITS_EQUAL(sxp->st.st_mode, file->mode, CHMOD_BITS))
655 iflags |= ITEM_REPORT_PERMS;
656 } else if (preserve_executability
657 && ((sxp->st.st_mode & 0111 ? 1 : 0) ^ (file->mode & 0111 ? 1 : 0)))
48224e4c 658 iflags |= ITEM_REPORT_PERMS;
9b25ef35 659 if (uid_ndx && am_root && (uid_t)F_OWNER(file) != sxp->st.st_uid)
48224e4c 660 iflags |= ITEM_REPORT_OWNER;
9b25ef35 661 if (gid_ndx && !(file->flags & FLAG_SKIP_GROUP)
858d45f1 662 && sxp->st.st_gid != (gid_t)F_GROUP(file))
48224e4c 663 iflags |= ITEM_REPORT_GROUP;
1c3344a1
WD
664#ifdef SUPPORT_ACLS
665 if (preserve_acls && !S_ISLNK(file->mode)) {
666 if (!ACL_READY(*sxp))
16edf865 667 get_acl(fnamecmp, sxp);
1c3344a1
WD
668 if (set_acl(NULL, file, sxp) == 0)
669 iflags |= ITEM_REPORT_ACL;
670 }
671#endif
16edf865
WD
672#ifdef SUPPORT_XATTRS
673 if (preserve_xattrs) {
674 if (!XATTR_READY(*sxp))
675 get_xattr(fnamecmp, sxp);
676 if (xattr_diff(file, sxp, 1))
677 iflags |= ITEM_REPORT_XATTR;
678 }
679#endif
680 } else {
681#ifdef SUPPORT_XATTRS
682 if (preserve_xattrs && xattr_diff(file, NULL, 1))
683 iflags |= ITEM_REPORT_XATTR;
684#endif
ee1d11c4 685 iflags |= ITEM_IS_NEW;
16edf865 686 }
c557eb8c 687
a1d23b53 688 iflags &= 0xffff;
16edf865 689 if ((iflags & (SIGNIFICANT_ITEM_FLAGS|ITEM_REPORT_XATTR) || verbose > 1
17bda2d1 690 || stdout_format_has_i > 1 || (xname && *xname)) && !read_batch) {
6c3862fa
WD
691 if (protocol_version >= 29) {
692 if (ndx >= 0)
ab3d6c60 693 write_ndx(sock_f_out, ndx);
ee1d11c4 694 write_shortint(sock_f_out, iflags);
ef20efcb
WD
695 if (iflags & ITEM_BASIS_TYPE_FOLLOWS)
696 write_byte(sock_f_out, fnamecmp_type);
697 if (iflags & ITEM_XNAME_FOLLOWS)
698 write_vstring(sock_f_out, xname, strlen(xname));
16edf865 699#ifdef SUPPORT_XATTRS
7462c6ac
WD
700 if (preserve_xattrs && !dry_run
701 && iflags & (ITEM_REPORT_XATTR|ITEM_TRANSFER)) {
702 send_xattr_request(NULL, file,
703 iflags & ITEM_REPORT_XATTR ? sock_f_out : -1);
704 }
16edf865 705#endif
1925c344
WD
706 } else if (ndx >= 0) {
707 enum logcode code = logfile_format_has_i ? FINFO : FCLIENT;
708 log_item(code, file, &stats, iflags, xname);
709 }
06a1dbad
WD
710 }
711}
712
713
b7e8628c 714/* Perform our quick-check heuristic for determining if a file is unchanged. */
48224e4c 715int unchanged_file(char *fn, struct file_struct *file, STRUCT_STAT *st)
b7e8628c 716{
112d728f 717 if (st->st_size != F_LENGTH(file))
b7e8628c 718 return 0;
59c95e42 719
2cda2560 720 /* if always checksum is set then we use the checksum instead
2f03f956 721 of the file time to determine whether to sync */
f3d6d480 722 if (always_checksum > 0 && S_ISREG(st->st_mode)) {
a0456b9c 723 char sum[MAX_DIGEST_LEN];
b7e8628c 724 file_checksum(fn, sum, st->st_size);
82ad07c4 725 return memcmp(sum, F_SUM(file), checksum_len) == 0;
2f03f956
AT
726 }
727
f3d6d480 728 if (size_only > 0)
84acca07 729 return 1;
2f03f956 730
cc1e997d 731 if (ignore_times)
84acca07 732 return 0;
cc1e997d 733
0f86c74e 734 return cmp_time(st->st_mtime, file->modtime) == 0;
2f03f956
AT
735}
736
737
ec8290c8 738/*
195bd906 739 * set (initialize) the size entries in the per-file sum_struct
ec8290c8 740 * calculating dynamic block and checksum sizes.
195bd906 741 *
ec8290c8 742 * This is only called from generate_and_send_sums() but is a separate
195bd906
S
743 * function to encapsulate the logic.
744 *
745 * The block size is a rounded square root of file length.
746 *
747 * The checksum size is determined according to:
ed7e7955 748 * blocksum_bits = BLOCKSUM_BIAS + 2*log2(file_len) - log2(block_len)
195bd906
S
749 * provided by Donovan Baarda which gives a probability of rsync
750 * algorithm corrupting data and falling back using the whole md4
751 * checksums.
752 *
753 * This might be made one of several selectable heuristics.
754 */
1490812a 755static void sum_sizes_sqroot(struct sum_struct *sum, int64 len)
195bd906 756{
a255c592 757 int32 blength;
da9d12f5 758 int s2length;
cc911409 759 int64 l;
195bd906 760
a255c592 761 if (block_size)
195bd906 762 blength = block_size;
a255c592 763 else if (len <= BLOCK_SIZE * BLOCK_SIZE)
195bd906 764 blength = BLOCK_SIZE;
a255c592 765 else {
8bd77e70 766 int32 max_blength = protocol_version < 30 ? OLD_MAX_BLOCK_SIZE : MAX_BLOCK_SIZE;
a255c592 767 int32 c;
eae7165c
WD
768 int cnt;
769 for (c = 1, l = len, cnt = 0; l >>= 2; c <<= 1, cnt++) {}
8bd77e70
WD
770 if (c < 0 || c >= max_blength)
771 blength = max_blength;
eae7165c
WD
772 else {
773 blength = 0;
774 do {
775 blength |= c;
1490812a 776 if (len < (int64)blength * blength)
eae7165c
WD
777 blength &= ~c;
778 c >>= 1;
779 } while (c >= 8); /* round to multiple of 8 */
780 blength = MAX(blength, BLOCK_SIZE);
195bd906 781 }
195bd906
S
782 }
783
d04e9c51 784 if (protocol_version < 27) {
195bd906
S
785 s2length = csum_length;
786 } else if (csum_length == SUM_LENGTH) {
787 s2length = SUM_LENGTH;
788 } else {
a255c592 789 int32 c;
da9d12f5 790 int b = BLOCKSUM_BIAS;
a255c592 791 for (l = len; l >>= 1; b += 2) {}
f4164b73 792 for (c = blength; (c >>= 1) && b; b--) {}
a255c592
WD
793 /* add a bit, subtract rollsum, round up. */
794 s2length = (b + 1 - 32 + 7) / 8; /* --optimize in compiler-- */
195bd906
S
795 s2length = MAX(s2length, csum_length);
796 s2length = MIN(s2length, SUM_LENGTH);
797 }
798
799 sum->flength = len;
800 sum->blength = blength;
801 sum->s2length = s2length;
26404276 802 sum->remainder = (int32)(len % blength);
cc911409
WD
803 sum->count = (int32)(l = (len / blength) + (sum->remainder != 0));
804
805 if ((int64)sum->count != l)
806 sum->count = -1;
195bd906
S
807
808 if (sum->count && verbose > 2) {
a255c592
WD
809 rprintf(FINFO,
810 "count=%.0f rem=%ld blength=%ld s2length=%d flength=%.0f\n",
811 (double)sum->count, (long)sum->remainder, (long)sum->blength,
da9d12f5 812 sum->s2length, (double)sum->flength);
195bd906
S
813 }
814}
80605142 815
bceec82f 816
80605142
WD
817/*
818 * Generate and send a stream of signatures/checksums that describe a buffer
e66dfd18 819 *
80605142
WD
820 * Generate approximately one checksum every block_len bytes.
821 */
cc911409 822static int generate_and_send_sums(int fd, OFF_T len, int f_out, int f_copy)
2f03f956 823{
a1cbe76e 824 int32 i;
6e45e1dd 825 struct map_struct *mapbuf;
80605142 826 struct sum_struct sum;
2f03f956
AT
827 OFF_T offset = 0;
828
423dba8e 829 sum_sizes_sqroot(&sum, len);
cc911409
WD
830 if (sum.count < 0)
831 return -1;
6cc11982
WD
832 write_sum_head(f_out, &sum);
833
834 if (append_mode > 0 && f_copy < 0)
cc911409 835 return 0;
e66dfd18 836
6e45e1dd 837 if (len > 0)
96d910c7 838 mapbuf = map_file(fd, len, MAX_MAP_SIZE, sum.blength);
6e45e1dd
WD
839 else
840 mapbuf = NULL;
841
80605142 842 for (i = 0; i < sum.count; i++) {
a255c592 843 int32 n1 = (int32)MIN(len, (OFF_T)sum.blength);
6e45e1dd 844 char *map = map_ptr(mapbuf, offset, n1);
80605142 845 char sum2[SUM_LENGTH];
6cc11982
WD
846 uint32 sum1;
847
848 len -= n1;
849 offset += n1;
2f03f956 850
6cc11982 851 if (f_copy >= 0) {
cd6aa5b5 852 full_write(f_copy, map, n1);
6cc11982
WD
853 if (append_mode > 0)
854 continue;
855 }
cd6aa5b5 856
6cc11982 857 sum1 = get_checksum1(map, n1);
80605142 858 get_checksum2(map, n1, sum2);
2f03f956 859
80605142 860 if (verbose > 3) {
e66dfd18 861 rprintf(FINFO,
a255c592 862 "chunk[%.0f] offset=%.0f len=%ld sum1=%08lx\n",
6cc11982 863 (double)i, (double)offset - n1, (long)n1,
0e36d9da 864 (unsigned long)sum1);
80605142
WD
865 }
866 write_int(f_out, sum1);
fc0257c9 867 write_buf(f_out, sum2, sum.s2length);
2f03f956 868 }
6e45e1dd
WD
869
870 if (mapbuf)
871 unmap_file(mapbuf);
cc911409
WD
872
873 return 0;
2f03f956
AT
874}
875
06a1dbad 876
8e85be0a
WD
877/* Try to find a filename in the same dir as "fname" with a similar name. */
878static int find_fuzzy(struct file_struct *file, struct file_list *dirlist)
879{
880 int fname_len, fname_suf_len;
c58c1dc4 881 const char *fname_suf, *fname = file->basename;
f328e0f3 882 uint32 lowest_dist = 25 << 16; /* ignore a distance greater than 25 */
8e85be0a
WD
883 int j, lowest_j = -1;
884
885 fname_len = strlen(fname);
886 fname_suf = find_filename_suffix(fname, fname_len, &fname_suf_len);
887
9decb4d2 888 for (j = 0; j < dirlist->used; j++) {
8e85be0a
WD
889 struct file_struct *fp = dirlist->files[j];
890 const char *suf, *name;
891 int len, suf_len;
892 uint32 dist;
893
f3d6d480
WD
894 if (!S_ISREG(fp->mode) || !F_LENGTH(fp)
895 || fp->flags & FLAG_FILE_SENT)
8e85be0a
WD
896 continue;
897
c58c1dc4 898 name = fp->basename;
8e85be0a 899
112d728f 900 if (F_LENGTH(fp) == F_LENGTH(file)
0f86c74e 901 && cmp_time(fp->modtime, file->modtime) == 0) {
8e85be0a
WD
902 if (verbose > 4) {
903 rprintf(FINFO,
904 "fuzzy size/modtime match for %s\n",
905 name);
906 }
907 return j;
908 }
909
910 len = strlen(name);
911 suf = find_filename_suffix(name, len, &suf_len);
912
913 dist = fuzzy_distance(name, len, fname, fname_len);
914 /* Add some extra weight to how well the suffixes match. */
915 dist += fuzzy_distance(suf, suf_len, fname_suf, fname_suf_len)
916 * 10;
917 if (verbose > 4) {
918 rprintf(FINFO, "fuzzy distance for %s = %d.%05d\n",
919 name, (int)(dist>>16), (int)(dist&0xFFFF));
920 }
921 if (dist <= lowest_dist) {
922 lowest_dist = dist;
923 lowest_j = j;
924 }
925 }
926
927 return lowest_j;
928}
929
2cce7545
WD
930/* Copy a file found in our --copy-dest handling. */
931static int copy_altdest_file(const char *src, const char *dest, struct file_struct *file)
932{
933 char buf[MAXPATHLEN];
934 const char *copy_to, *partialptr;
4337eeb7 935 int save_preserve_xattrs = preserve_xattrs;
83235dbc 936 int ok, fd_w;
2cce7545
WD
937
938 if (inplace) {
939 /* Let copy_file open the destination in place. */
940 fd_w = -1;
941 copy_to = dest;
942 } else {
943 fd_w = open_tmpfile(buf, dest, file);
944 if (fd_w < 0)
945 return -1;
946 copy_to = buf;
947 }
948 cleanup_set(copy_to, NULL, NULL, -1, -1);
949 if (copy_file(src, copy_to, fd_w, file->mode, 0) < 0) {
950 if (verbose) {
951 rsyserr(FINFO, errno, "copy_file %s => %s",
952 full_fname(src), copy_to);
953 }
954 /* Try to clean up. */
955 unlink(copy_to);
956 cleanup_disable();
957 return -1;
958 }
959 partialptr = partial_dir ? partial_dir_fname(dest) : NULL;
4337eeb7 960 preserve_xattrs = 0; /* xattrs were copied with file */
83235dbc 961 ok = finish_transfer(dest, copy_to, src, partialptr, file, 1, 0);
4337eeb7 962 preserve_xattrs = save_preserve_xattrs;
2cce7545 963 cleanup_disable();
83235dbc 964 return ok ? 0 : -1;
2cce7545
WD
965}
966
48224e4c
WD
967/* This is only called for regular files. We return -2 if we've finished
968 * handling the file, -1 if no dest-linking occurred, or a non-negative
969 * value if we found an alternate basis file. */
970static int try_dests_reg(struct file_struct *file, char *fname, int ndx,
13710874 971 char *cmpbuf, stat_x *sxp, int itemizing,
18979194 972 enum logcode code)
48224e4c
WD
973{
974 int best_match = -1;
975 int match_level = 0;
976 int j = 0;
977
978 do {
979 pathjoin(cmpbuf, MAXPATHLEN, basis_dir[j], fname);
1c3344a1 980 if (link_stat(cmpbuf, &sxp->st, 0) < 0 || !S_ISREG(sxp->st.st_mode))
48224e4c
WD
981 continue;
982 switch (match_level) {
983 case 0:
984 best_match = j;
985 match_level = 1;
986 /* FALL THROUGH */
987 case 1:
1c3344a1 988 if (!unchanged_file(cmpbuf, file, &sxp->st))
48224e4c
WD
989 continue;
990 best_match = j;
991 match_level = 2;
992 /* FALL THROUGH */
993 case 2:
1c3344a1 994 if (!unchanged_attrs(cmpbuf, file, sxp))
48224e4c 995 continue;
48224e4c
WD
996 best_match = j;
997 match_level = 3;
998 break;
999 }
1000 break;
1001 } while (basis_dir[++j] != NULL);
1002
1003 if (!match_level)
1004 return -1;
1005
1006 if (j != best_match) {
1007 j = best_match;
1008 pathjoin(cmpbuf, MAXPATHLEN, basis_dir[j], fname);
1c3344a1 1009 if (link_stat(cmpbuf, &sxp->st, 0) < 0)
f964ac5e 1010 return -1;
48224e4c
WD
1011 }
1012
48224e4c 1013 if (match_level == 3 && !copy_dest) {
40410a38 1014#ifdef SUPPORT_HARD_LINKS
48224e4c 1015 if (link_dest) {
18979194 1016 if (!hard_link_one(file, fname, cmpbuf, 1))
48224e4c 1017 goto try_a_copy;
112d728f 1018 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1019 finish_hard_link(file, fname, ndx, &sxp->st, itemizing, code, j);
8365126b 1020 if (!maybe_ATTRS_REPORT && (verbose > 1 || stdout_format_has_i > 1)) {
16edf865 1021 itemize(cmpbuf, file, ndx, 1, sxp,
18979194
WD
1022 ITEM_LOCAL_CHANGE | ITEM_XNAME_FOLLOWS,
1023 0, "");
1024 }
40410a38
WD
1025 } else
1026#endif
1027 if (itemizing)
16edf865 1028 itemize(cmpbuf, file, ndx, 0, sxp, 0, 0, NULL);
18979194 1029 if (verbose > 1 && maybe_ATTRS_REPORT)
1925c344 1030 rprintf(FCLIENT, "%s is uptodate\n", fname);
48224e4c
WD
1031 return -2;
1032 }
48224e4c
WD
1033
1034 if (match_level >= 2) {
18979194 1035#ifdef SUPPORT_HARD_LINKS
48224e4c 1036 try_a_copy: /* Copy the file locally. */
18979194 1037#endif
2cce7545 1038 if (!dry_run && copy_altdest_file(cmpbuf, fname, file) < 0)
48224e4c 1039 return -1;
3447d610 1040 if (itemizing)
16edf865 1041 itemize(cmpbuf, file, ndx, 0, sxp, ITEM_LOCAL_CHANGE, 0, NULL);
e912bd4d 1042 if (maybe_ATTRS_REPORT
48224e4c
WD
1043 && ((!itemizing && verbose && match_level == 2)
1044 || (verbose > 1 && match_level == 3))) {
1925c344 1045 code = match_level == 3 ? FCLIENT : FINFO;
45c49b52 1046 rprintf(code, "%s%s\n", fname,
48224e4c
WD
1047 match_level == 3 ? " is uptodate" : "");
1048 }
1e1ca253 1049#ifdef SUPPORT_HARD_LINKS
112d728f 1050 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1051 finish_hard_link(file, fname, ndx, &sxp->st, itemizing, code, -1);
1e1ca253 1052#endif
48224e4c
WD
1053 return -2;
1054 }
1055
1056 return FNAMECMP_BASIS_DIR_LOW + j;
1057}
1058
1059/* This is only called for non-regular files. We return -2 if we've finished
116a4769
WD
1060 * handling the file, or -1 if no dest-linking occurred, or a non-negative
1061 * value if we found an alternate basis file. */
48224e4c 1062static int try_dests_non(struct file_struct *file, char *fname, int ndx,
13710874 1063 char *cmpbuf, stat_x *sxp, int itemizing,
18979194 1064 enum logcode code)
48224e4c 1065{
116a4769
WD
1066 char lnk[MAXPATHLEN];
1067 int best_match = -1;
1068 int match_level = 0;
1069 enum nonregtype type;
ca0e8296 1070 uint32 *devp;
116a4769
WD
1071 int len, j = 0;
1072
1073#ifndef SUPPORT_LINKS
1074 if (S_ISLNK(file->mode))
1075 return -1;
1076#endif
1077 if (S_ISDIR(file->mode)) {
1078 type = TYPE_DIR;
1079 } else if (IS_SPECIAL(file->mode))
1080 type = TYPE_SPECIAL;
1081 else if (IS_DEVICE(file->mode))
1082 type = TYPE_DEVICE;
1083#ifdef SUPPORT_LINKS
1084 else if (S_ISLNK(file->mode))
1085 type = TYPE_SYMLINK;
1086#endif
1087 else {
1088 rprintf(FERROR,
1089 "internal: try_dests_non() called with invalid mode (%o)\n",
1090 (int)file->mode);
1091 exit_cleanup(RERR_UNSUPPORTED);
1092 }
48224e4c
WD
1093
1094 do {
116a4769 1095 pathjoin(cmpbuf, MAXPATHLEN, basis_dir[j], fname);
1c3344a1 1096 if (link_stat(cmpbuf, &sxp->st, 0) < 0)
48224e4c 1097 continue;
116a4769
WD
1098 switch (type) {
1099 case TYPE_DIR:
1c3344a1 1100 if (!S_ISDIR(sxp->st.st_mode))
116a4769
WD
1101 continue;
1102 break;
1103 case TYPE_SPECIAL:
1c3344a1 1104 if (!IS_SPECIAL(sxp->st.st_mode))
116a4769
WD
1105 continue;
1106 break;
1107 case TYPE_DEVICE:
1c3344a1 1108 if (!IS_DEVICE(sxp->st.st_mode))
116a4769
WD
1109 continue;
1110 break;
bb0d8edf 1111#ifdef SUPPORT_LINKS
116a4769 1112 case TYPE_SYMLINK:
1c3344a1 1113 if (!S_ISLNK(sxp->st.st_mode))
48224e4c 1114 continue;
116a4769 1115 break;
bb0d8edf 1116#endif
116a4769
WD
1117 }
1118 if (match_level < 1) {
1119 match_level = 1;
1120 best_match = j;
1121 }
1122 switch (type) {
1123 case TYPE_DIR:
1124 break;
1125 case TYPE_SPECIAL:
1126 case TYPE_DEVICE:
49b86442 1127 devp = F_RDEV_P(file);
1c3344a1 1128 if (sxp->st.st_rdev != MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp)))
48224e4c 1129 continue;
116a4769
WD
1130 break;
1131#ifdef SUPPORT_LINKS
1132 case TYPE_SYMLINK:
1133 if ((len = readlink(cmpbuf, lnk, MAXPATHLEN-1)) <= 0)
ba212fe0 1134 continue;
116a4769 1135 lnk[len] = '\0';
82ad07c4 1136 if (strcmp(lnk, F_SYMLINK(file)) != 0)
ba212fe0 1137 continue;
116a4769
WD
1138 break;
1139#endif
1140 }
1141 if (match_level < 2) {
1142 match_level = 2;
1143 best_match = j;
1144 }
1c3344a1 1145 if (unchanged_attrs(cmpbuf, file, sxp)) {
116a4769
WD
1146 match_level = 3;
1147 best_match = j;
1148 break;
5f93b4d3 1149 }
116a4769
WD
1150 } while (basis_dir[++j] != NULL);
1151
1152 if (!match_level)
1153 return -1;
1154
1155 if (j != best_match) {
1156 j = best_match;
1157 pathjoin(cmpbuf, MAXPATHLEN, basis_dir[j], fname);
1c3344a1 1158 if (link_stat(cmpbuf, &sxp->st, 0) < 0)
116a4769
WD
1159 return -1;
1160 }
1161
1162 if (match_level == 3) {
40410a38 1163#ifdef SUPPORT_HARD_LINKS
ba212fe0
WD
1164 if (link_dest
1165#ifndef CAN_HARDLINK_SYMLINK
1166 && !S_ISLNK(file->mode)
1167#endif
1168#ifndef CAN_HARDLINK_SPECIAL
43476426 1169 && !IS_SPECIAL(file->mode) && !IS_DEVICE(file->mode)
ba212fe0 1170#endif
116a4769
WD
1171 && !S_ISDIR(file->mode)) {
1172 if (do_link(cmpbuf, fname) < 0) {
3f0211b6 1173 rsyserr(FERROR_XFER, errno,
1c6e9dfa 1174 "failed to hard-link %s with %s",
116a4769
WD
1175 cmpbuf, fname);
1176 return j;
48224e4c 1177 }
112d728f 1178 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1179 finish_hard_link(file, fname, ndx, NULL, itemizing, code, -1);
116a4769 1180 } else
40410a38 1181#endif
116a4769
WD
1182 match_level = 2;
1183 if (itemizing && stdout_format_has_i
1184 && (verbose > 1 || stdout_format_has_i > 1)) {
1185 int chg = compare_dest && type != TYPE_DIR ? 0
1ed9018e 1186 : ITEM_LOCAL_CHANGE + (match_level == 3 ? ITEM_XNAME_FOLLOWS : 0);
116a4769 1187 char *lp = match_level == 3 ? "" : NULL;
16edf865 1188 itemize(cmpbuf, file, ndx, 0, sxp, chg + ITEM_MATCHED, 0, lp);
48224e4c 1189 }
e912bd4d 1190 if (verbose > 1 && maybe_ATTRS_REPORT) {
116a4769
WD
1191 rprintf(FCLIENT, "%s%s is uptodate\n",
1192 fname, type == TYPE_DIR ? "/" : "");
48224e4c
WD
1193 }
1194 return -2;
116a4769 1195 }
48224e4c 1196
116a4769 1197 return j;
48224e4c
WD
1198}
1199
6f0805f5
WD
1200static void list_file_entry(struct file_struct *f)
1201{
1202 char permbuf[PERMSTRING_SIZE];
1203 double len;
1204
1205 if (!F_IS_ACTIVE(f)) {
1206 /* this can happen if duplicate names were removed */
1207 return;
1208 }
1209
1210 permstring(permbuf, f->mode);
1211 len = F_LENGTH(f);
1212
1213 /* TODO: indicate '+' if the entry has an ACL. */
1214
1215#ifdef SUPPORT_LINKS
1216 if (preserve_links && S_ISLNK(f->mode)) {
1217 rprintf(FINFO, "%s %11.0f %s %s -> %s\n",
1218 permbuf, len, timestring(f->modtime),
1219 f_name(f, NULL), F_SYMLINK(f));
1220 } else
1221#endif
1222 {
1223 rprintf(FINFO, "%s %11.0f %s %s\n",
1224 permbuf, len, timestring(f->modtime),
1225 f_name(f, NULL));
1226 }
1227}
1228
ed7e7955 1229static int phase = 0;
1c3344a1 1230static int dflt_perms;
ed7e7955 1231
83a8ca7b
MM
1232static int implied_dirs_are_missing;
1233/* Helper for recv_generator's skip_dir and dry_missing_dir tests. */
1234static BOOL is_below(struct file_struct *file, struct file_struct *subtree)
1235{
1236 return F_DEPTH(file) > F_DEPTH(subtree)
1237 && (!implied_dirs_are_missing || f_name_has_prefix(file, subtree));
1238}
1239
ab3d6c60 1240/* Acts on the indicated item in cur_flist whose name is fname. If a dir,
0492fdfb
WD
1241 * make sure it exists, and has the right permissions/timestamp info. For
1242 * all other non-regular files (symlinks, etc.) we create them here. For
1243 * regular files that have changed, we try to find a basis file and then
ab3d6c60 1244 * start sending checksums. The ndx is the file's unique index value.
ef1aa910 1245 *
c9b62cf3
WD
1246 * The fname parameter must point to a MAXPATHLEN buffer! (e.g it gets
1247 * passed to delete_item(), which can use it during a recursive delete.)
0e5665d3 1248 *
0492fdfb
WD
1249 * Note that f_out is set to -1 when doing final directory-permission and
1250 * modification-time repair. */
ee1d11c4 1251static void recv_generator(char *fname, struct file_struct *file, int ndx,
18979194 1252 int itemizing, enum logcode code, int f_out)
2cda2560 1253{
4a19c3b2 1254 static const char *parent_dirname = "";
83a8ca7b
MM
1255 /* Missing dir not created due to --dry-run; will still be scanned. */
1256 static struct file_struct *dry_missing_dir = NULL;
1257 /* Missing dir whose contents are skipped altogether due to
1258 * --ignore-non-existing, daemon exclude, or mkdir failure. */
1259 static struct file_struct *skip_dir = NULL;
8e85be0a 1260 static struct file_list *fuzzy_dirlist = NULL;
8470a515 1261 static int need_fuzzy_dirlist = 0;
8e85be0a 1262 struct file_struct *fuzzy_file = NULL;
41cfde6b 1263 int fd = -1, f_copy = -1;
13710874 1264 stat_x sx, real_sx;
1c3344a1 1265 STRUCT_STAT partial_st;
41cfde6b 1266 struct file_struct *back_file = NULL;
1f1d368a 1267 int statret, real_ret, stat_errno;
41cfde6b 1268 char *fnamecmp, *partialptr, *backupptr = NULL;
375a4556 1269 char fnamecmpbuf[MAXPATHLEN];
41cfde6b 1270 uchar fnamecmp_type;
c6fadc0e 1271 int del_opts = delete_mode || force_delete ? DEL_RECURSE : 0;
cae7885e
WD
1272 int is_dir = !S_ISDIR(file->mode) ? 0
1273 : inc_recurse && ndx != cur_flist->ndx_start - 1 ? -1
1274 : 1;
f7632fc6 1275
45c49b52
WD
1276 if (verbose > 2)
1277 rprintf(FINFO, "recv_generator(%s,%d)\n", fname, ndx);
2f03f956 1278
6f0805f5 1279 if (list_only) {
cae7885e
WD
1280 if (is_dir < 0
1281 || (is_dir && !implied_dirs && file->flags & FLAG_IMPLIED_DIR))
6f0805f5
WD
1282 return;
1283 list_file_entry(file);
1284 return;
1285 }
1286
6e0bf4d8
WD
1287 if (skip_dir) {
1288 if (is_below(file, skip_dir)) {
1289 if (is_dir)
1290 file->flags |= FLAG_MISSING_DIR;
c9b62cf3 1291#ifdef SUPPORT_HARD_LINKS
6e0bf4d8
WD
1292 else if (F_IS_HLINKED(file))
1293 handle_skipped_hlink(file, itemizing, code, f_out);
c9b62cf3 1294#endif
6e0bf4d8
WD
1295 return;
1296 }
83a8ca7b 1297 skip_dir = NULL;
6e0bf4d8 1298 }
cc12c488 1299
4616867b 1300 if (daemon_filter_list.head && (*fname != '.' || fname[1])) {
1df02d13 1301 if (check_filter(&daemon_filter_list, FLOG, fname, is_dir) < 0) {
cc12c488
WD
1302 if (is_dir < 0)
1303 return;
1304#ifdef SUPPORT_HARD_LINKS
1305 if (F_IS_HLINKED(file))
1306 handle_skipped_hlink(file, itemizing, code, f_out);
1307#endif
1308 rprintf(FERROR_XFER,
1309 "skipping daemon-excluded %s \"%s\"\n",
1310 is_dir ? "directory" : "file", fname);
1311 if (is_dir)
1312 goto skipping_dir_contents;
1313 return;
1314 }
1315 }
1316
1c3344a1
WD
1317#ifdef SUPPORT_ACLS
1318 sx.acc_acl = sx.def_acl = NULL;
16edf865
WD
1319#endif
1320#ifdef SUPPORT_XATTRS
1321 sx.xattr = NULL;
1c3344a1 1322#endif
83a8ca7b
MM
1323 if (dry_run > 1 || (dry_missing_dir && is_below(file, dry_missing_dir))) {
1324 parent_is_dry_missing:
f3d6d480
WD
1325 if (fuzzy_dirlist) {
1326 flist_free(fuzzy_dirlist);
1327 fuzzy_dirlist = NULL;
1328 }
1329 parent_dirname = "";
73f7af0e
WD
1330 statret = -1;
1331 stat_errno = ENOENT;
1332 } else {
4a19c3b2 1333 const char *dn = file->dirname ? file->dirname : ".";
6e0bf4d8 1334 dry_missing_dir = NULL;
8c9e06d7 1335 if (parent_dirname != dn && strcmp(parent_dirname, dn) != 0) {
4f802c66 1336 if (relative_paths && !implied_dirs
83a8ca7b
MM
1337 && do_stat(dn, &sx.st) < 0) {
1338 if (dry_run)
1339 goto parent_is_dry_missing;
1340 if (create_directory_path(fname) < 0) {
1341 rsyserr(FERROR_XFER, errno,
1342 "recv_generator: mkdir %s failed",
1343 full_fname(dn));
1344 }
8e85be0a 1345 }
8c9e06d7 1346 if (fuzzy_dirlist) {
8470a515 1347 flist_free(fuzzy_dirlist);
8c9e06d7
WD
1348 fuzzy_dirlist = NULL;
1349 }
1350 if (fuzzy_basis)
8470a515 1351 need_fuzzy_dirlist = 1;
1c3344a1
WD
1352#ifdef SUPPORT_ACLS
1353 if (!preserve_perms)
1354 dflt_perms = default_perms_for_dir(dn);
1355#endif
8e85be0a 1356 }
8c9e06d7 1357 parent_dirname = dn;
8e85be0a 1358
6f2a222c 1359 if (need_fuzzy_dirlist && S_ISREG(file->mode)) {
4a19c3b2
WD
1360 strlcpy(fnamecmpbuf, dn, sizeof fnamecmpbuf);
1361 fuzzy_dirlist = get_dirlist(fnamecmpbuf, -1, 1);
6f2a222c
WD
1362 need_fuzzy_dirlist = 0;
1363 }
865c3b5f 1364
cae7885e 1365 statret = link_stat(fname, &sx.st, keep_dirlinks && is_dir);
73f7af0e
WD
1366 stat_errno = errno;
1367 }
63787382 1368
f3d6d480 1369 if (ignore_non_existing > 0 && statret == -1 && stat_errno == ENOENT) {
cae7885e
WD
1370 if (is_dir) {
1371 if (is_dir < 0)
1372 return;
83a8ca7b 1373 skip_dir = file;
f3d6d480
WD
1374 file->flags |= FLAG_MISSING_DIR;
1375 }
c9b62cf3
WD
1376#ifdef SUPPORT_HARD_LINKS
1377 else if (F_IS_HLINKED(file))
1378 handle_skipped_hlink(file, itemizing, code, f_out);
1379#endif
cae7885e
WD
1380 if (verbose > 1) {
1381 rprintf(FINFO, "not creating new %s \"%s\"\n",
1382 is_dir ? "directory" : "file", fname);
1383 }
1347d512
AT
1384 return;
1385 }
1386
c4c9bb94
WD
1387 if (statret == 0 && !(sx.st.st_mode & S_IWUSR)
1388 && !am_root && sx.st.st_uid == our_uid)
1389 del_opts |= DEL_NO_UID_WRITE;
19284e2e 1390
ddaef70c
WD
1391 if (ignore_existing > 0 && statret == 0
1392 && (!is_dir || !S_ISDIR(sx.st.st_mode))) {
1393 if (verbose > 1 && is_dir >= 0)
1394 rprintf(FINFO, "%s exists\n", fname);
c9b62cf3
WD
1395#ifdef SUPPORT_HARD_LINKS
1396 if (F_IS_HLINKED(file))
1397 handle_skipped_hlink(file, itemizing, code, f_out);
1398#endif
ddaef70c
WD
1399 goto cleanup;
1400 }
1401
cae7885e 1402 if (is_dir) {
609e6dda 1403 if (!implied_dirs && file->flags & FLAG_IMPLIED_DIR)
6303f9a2 1404 goto cleanup;
cae7885e 1405 if (is_dir < 0) {
76edd334 1406 /* In inc_recurse mode we want to make sure any missing
f7d6dce6
WD
1407 * directories get created while we're still processing
1408 * the parent dir (which allows us to touch the parent
1409 * dir's mtime right away). We will handle the dir in
1410 * full later (right before we handle its contents). */
1411 if (statret == 0
1412 && (S_ISDIR(sx.st.st_mode)
3eabe6aa 1413 || delete_item(fname, sx.st.st_mode, del_opts | DEL_FOR_DIR) != 0))
f7d6dce6
WD
1414 goto cleanup; /* Any errors get reported later. */
1415 if (do_mkdir(fname, file->mode & 0700) == 0)
1416 file->flags |= FLAG_DIR_CREATED;
1417 goto cleanup;
1418 }
2cda2560
WD
1419 /* The file to be received is a directory, so we need
1420 * to prepare appropriately. If there is already a
1421 * file of that name and it is *not* a directory, then
1422 * we need to delete it. If it doesn't exist, then
027428eb 1423 * (perhaps recursively) create it. */
1c3344a1 1424 if (statret == 0 && !S_ISDIR(sx.st.st_mode)) {
3eabe6aa 1425 if (delete_item(fname, sx.st.st_mode, del_opts | DEL_FOR_DIR) != 0)
de8c8b28 1426 goto skipping_dir_contents;
2f03f956
AT
1427 statret = -1;
1428 }
83a8ca7b 1429 if (dry_run && statret != 0) {
6e0bf4d8
WD
1430 if (!dry_missing_dir)
1431 dry_missing_dir = file;
83a8ca7b 1432 file->flags |= FLAG_MISSING_DIR;
df337831 1433 }
b467495c 1434 real_ret = statret;
1c3344a1 1435 real_sx = sx;
f7d6dce6
WD
1436 if (file->flags & FLAG_DIR_CREATED)
1437 statret = -1;
c4750c2a 1438 if (!preserve_perms) { /* See comment in non-dir code below. */
1c3344a1
WD
1439 file->mode = dest_mode(file->mode, sx.st.st_mode,
1440 dflt_perms, statret == 0);
c4750c2a 1441 }
b467495c 1442 if (statret != 0 && basis_dir[0] != NULL) {
1c3344a1 1443 int j = try_dests_non(file, fname, ndx, fnamecmpbuf, &sx,
18979194 1444 itemizing, code);
116a4769
WD
1445 if (j == -2) {
1446 itemizing = 0;
1447 code = FNONE;
67347196 1448 statret = 1;
116a4769 1449 } else if (j >= 0)
b467495c 1450 statret = 1;
116a4769 1451 }
ee1d11c4 1452 if (itemizing && f_out != -1) {
1c3344a1 1453 itemize(fname, file, ndx, statret, &sx,
b467495c 1454 statret ? ITEM_LOCAL_CHANGE : 0, 0, NULL);
ee1d11c4 1455 }
b467495c 1456 if (real_ret != 0 && do_mkdir(fname,file->mode) < 0 && errno != EEXIST) {
027428eb 1457 if (!relative_paths || errno != ENOENT
904e5af1 1458 || create_directory_path(fname) < 0
09290693 1459 || (do_mkdir(fname, file->mode) < 0 && errno != EEXIST)) {
3f0211b6 1460 rsyserr(FERROR_XFER, errno,
d62bcc17
WD
1461 "recv_generator: mkdir %s failed",
1462 full_fname(fname));
de8c8b28 1463 skipping_dir_contents:
f3d6d480
WD
1464 rprintf(FERROR,
1465 "*** Skipping any contents from this failed directory ***\n");
83a8ca7b 1466 skip_dir = file;
82ad07c4 1467 file->flags |= FLAG_MISSING_DIR;
1c3344a1 1468 goto cleanup;
2f03f956
AT
1469 }
1470 }
67347196
WD
1471#ifdef SUPPORT_XATTRS
1472 if (preserve_xattrs && statret == 1)
1473 copy_xattrs(fnamecmpbuf, fname);
1474#endif
16edf865 1475 if (set_file_attrs(fname, file, real_ret ? NULL : &real_sx, NULL, 0)
f4164b73 1476 && verbose && code != FNONE && f_out != -1)
45c49b52 1477 rprintf(code, "%s/\n", fname);
e5bf3b58
WD
1478
1479 /* We need to ensure that the dirs in the transfer have writable
1480 * permissions during the time we are putting files within them.
1481 * This is then fixed after the transfer is done. */
1482#ifdef HAVE_CHMOD
1483 if (!am_root && !(file->mode & S_IWUSR) && dir_tweaking) {
1484 mode_t mode = file->mode | S_IWUSR;
1485 if (do_chmod(fname, mode) < 0) {
3f0211b6 1486 rsyserr(FERROR_XFER, errno,
e5bf3b58
WD
1487 "failed to modify permissions on %s",
1488 full_fname(fname));
1489 }
1490 need_retouch_dir_perms = 1;
1491 }
1492#endif
1493
b467495c 1494 if (real_ret != 0 && one_file_system)
1c3344a1 1495 real_sx.st.st_dev = filesystem_dev;
3ea6e0e7 1496 if (inc_recurse) {
f3d6d480 1497 if (one_file_system) {
65ba6af6 1498 uint32 *devp = F_DIR_DEV_P(file);
1c3344a1
WD
1499 DEV_MAJOR(devp) = major(real_sx.st.st_dev);
1500 DEV_MINOR(devp) = minor(real_sx.st.st_dev);
f3d6d480
WD
1501 }
1502 }
83a8ca7b 1503 else if (delete_during && f_out != -1 && !phase
f6f74b93
WD
1504 && !(file->flags & FLAG_MISSING_DIR)) {
1505 if (file->flags & FLAG_CONTENT_DIR)
1506 delete_in_dir(fname, file, &real_sx.st.st_dev);
1507 else
1508 change_local_filter_dir(fname, strlen(fname), F_DEPTH(file));
f6f74b93 1509 }
1c3344a1 1510 goto cleanup;
06a1dbad 1511 }
6c3862fa 1512
c4750c2a
WD
1513 /* If we're not preserving permissions, change the file-list's
1514 * mode based on the local permissions and some heuristics. */
1515 if (!preserve_perms) {
1c3344a1
WD
1516 int exists = statret == 0 && !S_ISDIR(sx.st.st_mode);
1517 file->mode = dest_mode(file->mode, sx.st.st_mode, dflt_perms,
1518 exists);
c4750c2a
WD
1519 }
1520
1e1ca253 1521#ifdef SUPPORT_HARD_LINKS
b7cfb9e2 1522 if (preserve_hard_links && F_HLINK_NOT_FIRST(file)
1c3344a1
WD
1523 && hard_link_check(file, ndx, fname, statret, &sx, itemizing, code))
1524 goto cleanup;
1e1ca253 1525#endif
273a7ed5 1526
2f03f956 1527 if (preserve_links && S_ISLNK(file->mode)) {
4f5b0756 1528#ifdef SUPPORT_LINKS
82ad07c4
WD
1529 const char *sl = F_SYMLINK(file);
1530 if (safe_symlinks && unsafe_symlink(sl, fname)) {
2f03f956 1531 if (verbose) {
49b86442 1532 if (solo_file)
6cbde57d 1533 fname = f_name(file, NULL);
4875d6b6
WD
1534 rprintf(FINFO,
1535 "ignoring unsafe symlink %s -> \"%s\"\n",
82ad07c4 1536 full_fname(fname), sl);
2f03f956
AT
1537 }
1538 return;
1539 }
1540 if (statret == 0) {
7e38410e
WD
1541 char lnk[MAXPATHLEN];
1542 int len;
1543
1c3344a1 1544 if (!S_ISLNK(sx.st.st_mode))
116a4769
WD
1545 statret = -1;
1546 else if ((len = readlink(fname, lnk, MAXPATHLEN-1)) > 0
82ad07c4 1547 && strncmp(lnk, sl, len) == 0 && sl[len] == '\0') {
116a4769 1548 /* The link is pointing to the right place. */
16edf865 1549 set_file_attrs(fname, file, &sx, NULL, maybe_ATTRS_REPORT);
116a4769 1550 if (itemizing)
1c3344a1 1551 itemize(fname, file, ndx, 0, &sx, 0, 0, NULL);
fd913297 1552#if defined SUPPORT_HARD_LINKS && defined CAN_HARDLINK_SYMLINK
112d728f 1553 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1554 finish_hard_link(file, fname, ndx, &sx.st, itemizing, code, -1);
1e1ca253 1555#endif
116a4769
WD
1556 if (remove_source_files == 1)
1557 goto return_with_success;
1c3344a1 1558 goto cleanup;
2cda2560 1559 }
7e38410e
WD
1560 /* Not the right symlink (or not a symlink), so
1561 * delete it. */
3eabe6aa 1562 if (delete_item(fname, sx.st.st_mode, del_opts | DEL_FOR_SYMLINK) != 0)
1c3344a1 1563 goto cleanup;
1c6e9dfa 1564 } else if (basis_dir[0] != NULL) {
1c3344a1 1565 int j = try_dests_non(file, fname, ndx, fnamecmpbuf, &sx,
18979194 1566 itemizing, code);
116a4769 1567 if (j == -2) {
ba212fe0
WD
1568#ifndef CAN_HARDLINK_SYMLINK
1569 if (link_dest) {
1570 /* Resort to --copy-dest behavior. */
1571 } else
1572#endif
48224e4c 1573 if (!copy_dest)
1c3344a1 1574 goto cleanup;
f4164b73
WD
1575 itemizing = 0;
1576 code = FNONE;
116a4769
WD
1577 } else if (j >= 0)
1578 statret = 1;
2f03f956 1579 }
1e1ca253 1580#ifdef SUPPORT_HARD_LINKS
d4d6646a
WD
1581 if (preserve_hard_links && F_HLINK_NOT_LAST(file)) {
1582 cur_flist->in_progress++;
1c3344a1 1583 goto cleanup;
d4d6646a 1584 }
1e1ca253 1585#endif
82ad07c4 1586 if (do_symlink(sl, fname) != 0) {
3f0211b6 1587 rsyserr(FERROR_XFER, errno, "symlink %s -> \"%s\" failed",
82ad07c4 1588 full_fname(fname), sl);
2f03f956 1589 } else {
16edf865 1590 set_file_attrs(fname, file, NULL, NULL, 0);
6c3862fa 1591 if (itemizing) {
1c3344a1 1592 itemize(fname, file, ndx, statret, &sx,
1ed9018e 1593 ITEM_LOCAL_CHANGE|ITEM_REPORT_CHANGE, 0, NULL);
6c3862fa 1594 }
116a4769 1595 if (code != FNONE && verbose)
82ad07c4 1596 rprintf(code, "%s -> %s\n", fname, sl);
1e1ca253 1597#ifdef SUPPORT_HARD_LINKS
112d728f 1598 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1599 finish_hard_link(file, fname, ndx, NULL, itemizing, code, -1);
1e1ca253 1600#endif
f964ac5e
WD
1601 /* This does not check remove_source_files == 1
1602 * because this is one of the items that the old
1603 * --remove-sent-files option would remove. */
47c11975 1604 if (remove_source_files)
04cd8789 1605 goto return_with_success;
2f03f956
AT
1606 }
1607#endif
1c3344a1 1608 goto cleanup;
2f03f956
AT
1609 }
1610
b5c6a6ae
WD
1611 if ((am_root && preserve_devices && IS_DEVICE(file->mode))
1612 || (preserve_specials && IS_SPECIAL(file->mode))) {
49b86442
WD
1613 uint32 *devp = F_RDEV_P(file);
1614 dev_t rdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp));
116a4769 1615 if (statret == 0) {
3eabe6aa 1616 int del_for_flag;
c6fadc0e 1617 if (IS_DEVICE(file->mode)) {
1c3344a1 1618 if (!IS_DEVICE(sx.st.st_mode))
c6fadc0e 1619 statret = -1;
3eabe6aa 1620 del_for_flag = DEL_FOR_DEVICE;
c6fadc0e 1621 } else {
1c3344a1 1622 if (!IS_SPECIAL(sx.st.st_mode))
c6fadc0e 1623 statret = -1;
3eabe6aa 1624 del_for_flag = DEL_FOR_SPECIAL;
c6fadc0e
WD
1625 }
1626 if (statret == 0
1c3344a1
WD
1627 && BITS_EQUAL(sx.st.st_mode, file->mode, _S_IFMT)
1628 && sx.st.st_rdev == rdev) {
116a4769 1629 /* The device or special file is identical. */
16edf865 1630 set_file_attrs(fname, file, &sx, NULL, maybe_ATTRS_REPORT);
116a4769 1631 if (itemizing)
1c3344a1 1632 itemize(fname, file, ndx, 0, &sx, 0, 0, NULL);
1e1ca253 1633#ifdef SUPPORT_HARD_LINKS
112d728f 1634 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1635 finish_hard_link(file, fname, ndx, &sx.st, itemizing, code, -1);
1e1ca253 1636#endif
116a4769
WD
1637 if (remove_source_files == 1)
1638 goto return_with_success;
1c3344a1 1639 goto cleanup;
116a4769 1640 }
3eabe6aa 1641 if (delete_item(fname, sx.st.st_mode, del_opts | del_for_flag) != 0)
1c3344a1 1642 goto cleanup;
116a4769 1643 } else if (basis_dir[0] != NULL) {
1c3344a1 1644 int j = try_dests_non(file, fname, ndx, fnamecmpbuf, &sx,
18979194 1645 itemizing, code);
116a4769 1646 if (j == -2) {
ba212fe0
WD
1647#ifndef CAN_HARDLINK_SPECIAL
1648 if (link_dest) {
1649 /* Resort to --copy-dest behavior. */
1650 } else
1651#endif
48224e4c 1652 if (!copy_dest)
1c3344a1 1653 goto cleanup;
f4164b73
WD
1654 itemizing = 0;
1655 code = FNONE;
116a4769
WD
1656 } else if (j >= 0)
1657 statret = 1;
48224e4c 1658 }
1e1ca253 1659#ifdef SUPPORT_HARD_LINKS
d4d6646a
WD
1660 if (preserve_hard_links && F_HLINK_NOT_LAST(file)) {
1661 cur_flist->in_progress++;
1c3344a1 1662 goto cleanup;
d4d6646a 1663 }
1e1ca253 1664#endif
116a4769 1665 if (verbose > 2) {
f7d7fb38
WD
1666 rprintf(FINFO, "mknod(%s, 0%o, [%ld,%ld])\n",
1667 fname, (int)file->mode,
1668 (long)major(rdev), (long)minor(rdev));
116a4769 1669 }
82ad07c4 1670 if (do_mknod(fname, file->mode, rdev) < 0) {
3f0211b6 1671 rsyserr(FERROR_XFER, errno, "mknod %s failed",
116a4769 1672 full_fname(fname));
2f03f956 1673 } else {
16edf865 1674 set_file_attrs(fname, file, NULL, NULL, 0);
116a4769 1675 if (itemizing) {
1c3344a1 1676 itemize(fname, file, ndx, statret, &sx,
1ed9018e 1677 ITEM_LOCAL_CHANGE|ITEM_REPORT_CHANGE, 0, NULL);
116a4769
WD
1678 }
1679 if (code != FNONE && verbose)
1680 rprintf(code, "%s\n", fname);
1e1ca253 1681#ifdef SUPPORT_HARD_LINKS
112d728f 1682 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1683 finish_hard_link(file, fname, ndx, NULL, itemizing, code, -1);
1e1ca253 1684#endif
47c11975 1685 if (remove_source_files == 1)
04cd8789 1686 goto return_with_success;
2f03f956 1687 }
1c3344a1 1688 goto cleanup;
2f03f956 1689 }
2f03f956 1690
2f03f956 1691 if (!S_ISREG(file->mode)) {
49b86442 1692 if (solo_file)
6cbde57d 1693 fname = f_name(file, NULL);
45c49b52 1694 rprintf(FINFO, "skipping non-regular file \"%s\"\n", fname);
1c3344a1 1695 goto cleanup;
2f03f956
AT
1696 }
1697
f3d6d480 1698 if (max_size > 0 && F_LENGTH(file) > max_size) {
289a3216 1699 if (verbose > 1) {
49b86442 1700 if (solo_file)
6cbde57d 1701 fname = f_name(file, NULL);
45c49b52 1702 rprintf(FINFO, "%s is over max-size\n", fname);
289a3216 1703 }
1c3344a1 1704 goto cleanup;
289a3216 1705 }
f3d6d480 1706 if (min_size > 0 && F_LENGTH(file) < min_size) {
02b5cb23 1707 if (verbose > 1) {
49b86442 1708 if (solo_file)
6cbde57d 1709 fname = f_name(file, NULL);
45c49b52 1710 rprintf(FINFO, "%s is under min-size\n", fname);
02b5cb23 1711 }
1c3344a1 1712 goto cleanup;
02b5cb23 1713 }
289a3216 1714
f3d6d480 1715 if (update_only > 0 && statret == 0
1c3344a1 1716 && cmp_time(sx.st.st_mtime, file->modtime) > 0) {
c3cbcfb8 1717 if (verbose > 1)
45c49b52 1718 rprintf(FINFO, "%s is newer\n", fname);
c9b62cf3
WD
1719#ifdef SUPPORT_HARD_LINKS
1720 if (F_IS_HLINKED(file))
1721 handle_skipped_hlink(file, itemizing, code, f_out);
1722#endif
1c3344a1 1723 goto cleanup;
c3cbcfb8
WD
1724 }
1725
375a4556 1726 fnamecmp = fname;
41cfde6b 1727 fnamecmp_type = FNAMECMP_FNAME;
375a4556 1728
1c3344a1 1729 if (statret == 0 && !S_ISREG(sx.st.st_mode)) {
3eabe6aa 1730 if (delete_item(fname, sx.st.st_mode, del_opts | DEL_FOR_FILE) != 0)
1c3344a1 1731 goto cleanup;
1f1d368a
WD
1732 statret = -1;
1733 stat_errno = ENOENT;
1734 }
1735
06a1dbad 1736 if (statret != 0 && basis_dir[0] != NULL) {
1c3344a1 1737 int j = try_dests_reg(file, fname, ndx, fnamecmpbuf, &sx,
18979194 1738 itemizing, code);
04cd8789 1739 if (j == -2) {
47c11975 1740 if (remove_source_files == 1)
04cd8789 1741 goto return_with_success;
1c3344a1 1742 goto cleanup;
04cd8789 1743 }
b06050f9 1744 if (j >= 0) {
48224e4c
WD
1745 fnamecmp = fnamecmpbuf;
1746 fnamecmp_type = j;
9ba46343 1747 statret = 0;
e7d13fe5
WD
1748 }
1749 }
1750
1f1d368a 1751 real_ret = statret;
1c3344a1 1752 real_sx = sx;
375a4556 1753
9d954dca 1754 if (partial_dir && (partialptr = partial_dir_fname(fname)) != NULL
72c19bb3
WD
1755 && link_stat(partialptr, &partial_st, 0) == 0
1756 && S_ISREG(partial_st.st_mode)) {
06a1dbad 1757 if (statret != 0)
72c19bb3
WD
1758 goto prepare_to_open;
1759 } else
1760 partialptr = NULL;
89f7eff3 1761
83a8ca7b 1762 if (statret != 0 && fuzzy_dirlist) {
8e85be0a
WD
1763 int j = find_fuzzy(file, fuzzy_dirlist);
1764 if (j >= 0) {
1765 fuzzy_file = fuzzy_dirlist->files[j];
6cbde57d 1766 f_name(fuzzy_file, fnamecmpbuf);
8e85be0a
WD
1767 if (verbose > 2) {
1768 rprintf(FINFO, "fuzzy basis selected for %s: %s\n",
45c49b52 1769 fname, fnamecmpbuf);
8e85be0a 1770 }
1c3344a1 1771 sx.st.st_size = F_LENGTH(fuzzy_file);
8e85be0a
WD
1772 statret = 0;
1773 fnamecmp = fnamecmpbuf;
1774 fnamecmp_type = FNAMECMP_FUZZY;
1775 }
1776 }
1777
06a1dbad 1778 if (statret != 0) {
1e1ca253 1779#ifdef SUPPORT_HARD_LINKS
d4d6646a
WD
1780 if (preserve_hard_links && F_HLINK_NOT_LAST(file)) {
1781 cur_flist->in_progress++;
1c3344a1 1782 goto cleanup;
d4d6646a 1783 }
1e1ca253 1784#endif
41cfde6b
WD
1785 if (stat_errno == ENOENT)
1786 goto notify_others;
3f0211b6 1787 rsyserr(FERROR_XFER, stat_errno, "recv_generator: failed to stat %s",
991daf00 1788 full_fname(fname));
1c3344a1 1789 goto cleanup;
2f03f956
AT
1790 }
1791
48224e4c 1792 if (fnamecmp_type <= FNAMECMP_BASIS_DIR_HIGH)
b7e8628c 1793 ;
8e85be0a
WD
1794 else if (fnamecmp_type == FNAMECMP_FUZZY)
1795 ;
1c3344a1 1796 else if (unchanged_file(fnamecmp, file, &sx.st)) {
d8b108c2
WD
1797 if (partialptr) {
1798 do_unlink(partialptr);
1799 handle_partial_dir(partialptr, PDIR_DELETE);
1800 }
16edf865 1801 set_file_attrs(fname, file, &sx, NULL, maybe_ATTRS_REPORT);
0fddbd8a 1802 if (itemizing)
1c3344a1 1803 itemize(fnamecmp, file, ndx, statret, &sx, 0, 0, NULL);
1e1ca253 1804#ifdef SUPPORT_HARD_LINKS
112d728f 1805 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1806 finish_hard_link(file, fname, ndx, &sx.st, itemizing, code, -1);
1e1ca253 1807#endif
47c11975 1808 if (remove_source_files != 1)
1c3344a1 1809 goto cleanup;
04cd8789 1810 return_with_success:
663b2857 1811 if (!dry_run)
ab3d6c60 1812 send_msg_int(MSG_SUCCESS, ndx);
1c3344a1 1813 goto cleanup;
2f03f956
AT
1814 }
1815
022dec7a 1816 if (append_mode > 0 && sx.st.st_size >= F_LENGTH(file)) {
c9b62cf3
WD
1817#ifdef SUPPORT_HARD_LINKS
1818 if (F_IS_HLINKED(file))
1819 handle_skipped_hlink(file, itemizing, code, f_out);
1820#endif
022dec7a
WD
1821 goto cleanup;
1822 }
1823
b2e7c913 1824 prepare_to_open:
9d954dca 1825 if (partialptr) {
1c3344a1 1826 sx.st = partial_st;
9d954dca
WD
1827 fnamecmp = partialptr;
1828 fnamecmp_type = FNAMECMP_PARTIAL_DIR;
1829 statret = 0;
1830 }
1831
c0dba635 1832 if (!do_xfers)
3841a04e 1833 goto notify_others;
2f03f956 1834
c0dba635
WD
1835 if (read_batch || whole_file) {
1836 if (inplace && make_backups > 0 && fnamecmp_type == FNAMECMP_FNAME) {
1837 if (!(backupptr = get_backup_name(fname)))
1838 goto cleanup;
1839 if (!(back_file = make_file(fname, NULL, NULL, 0, NO_FILTERS)))
1840 goto pretend_missing;
2cce7545 1841 if (copy_file(fname, backupptr, -1, back_file->mode, 1) < 0) {
c0dba635
WD
1842 unmake_file(back_file);
1843 back_file = NULL;
1844 goto cleanup;
1845 }
1846 }
1847 goto notify_others;
1848 }
1849
ccb16b46 1850 if (fuzzy_dirlist) {
8e85be0a
WD
1851 int j = flist_find(fuzzy_dirlist, file);
1852 if (j >= 0) /* don't use changing file as future fuzzy basis */
f3d6d480 1853 fuzzy_dirlist->files[j]->flags |= FLAG_FILE_SENT;
8e85be0a
WD
1854 }
1855
2cda2560 1856 /* open the file */
c0dba635 1857 if ((fd = do_open(fnamecmp, O_RDONLY, 0)) < 0) {
d62bcc17
WD
1858 rsyserr(FERROR, errno, "failed to open %s, continuing",
1859 full_fname(fnamecmp));
b2e7c913 1860 pretend_missing:
60be6acf 1861 /* pretend the file didn't exist */
1e1ca253 1862#ifdef SUPPORT_HARD_LINKS
d4d6646a
WD
1863 if (preserve_hard_links && F_HLINK_NOT_LAST(file)) {
1864 cur_flist->in_progress++;
1c3344a1 1865 goto cleanup;
d4d6646a 1866 }
1e1ca253 1867#endif
1f1d368a 1868 statret = real_ret = -1;
41cfde6b 1869 goto notify_others;
2f03f956
AT
1870 }
1871
f3d6d480 1872 if (inplace && make_backups > 0 && fnamecmp_type == FNAMECMP_FNAME) {
cd6aa5b5
WD
1873 if (!(backupptr = get_backup_name(fname))) {
1874 close(fd);
1c3344a1 1875 goto cleanup;
cd6aa5b5 1876 }
3de73827 1877 if (!(back_file = make_file(fname, NULL, NULL, 0, NO_FILTERS))) {
cd6aa5b5
WD
1878 close(fd);
1879 goto pretend_missing;
1880 }
1881 if (robust_unlink(backupptr) && errno != ENOENT) {
3f0211b6 1882 rsyserr(FERROR_XFER, errno, "unlink %s",
cd6aa5b5 1883 full_fname(backupptr));
82ad07c4 1884 unmake_file(back_file);
c0dba635 1885 back_file = NULL;
cd6aa5b5 1886 close(fd);
1c3344a1 1887 goto cleanup;
cd6aa5b5 1888 }
f1ca7c44
WD
1889 if ((f_copy = do_open(backupptr, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, 0600)) < 0) {
1890 int save_errno = errno ? errno : EINVAL; /* 0 paranoia */
1891 if (errno == ENOENT && make_bak_dir(backupptr) == 0) {
1892 if ((f_copy = do_open(backupptr, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL, 0600)) < 0)
1893 save_errno = errno ? errno : save_errno;
1894 else
1895 save_errno = 0;
1896 }
1897 if (save_errno) {
1898 rsyserr(FERROR_XFER, save_errno, "open %s", full_fname(backupptr));
1899 unmake_file(back_file);
1900 back_file = NULL;
1901 close(fd);
1902 goto cleanup;
1903 }
cd6aa5b5 1904 }
41cfde6b 1905 fnamecmp_type = FNAMECMP_BACKUP;
cd6aa5b5
WD
1906 }
1907
dfd5ba6a 1908 if (verbose > 3) {
ecc81fce 1909 rprintf(FINFO, "gen mapped %s of size %.0f\n",
1c3344a1 1910 fnamecmp, (double)sx.st.st_size);
dfd5ba6a 1911 }
2f03f956 1912
2f03f956 1913 if (verbose > 2)
0492fdfb 1914 rprintf(FINFO, "generating and sending sums for %d\n", ndx);
2f03f956 1915
b2e7c913 1916 notify_others:
24ded29f 1917 if (remove_source_files && !delay_updates && !phase && !dry_run)
04cd8789 1918 increment_active_files(ndx, itemizing, code);
3ea6e0e7 1919 if (inc_recurse && !dry_run)
f3d6d480 1920 cur_flist->in_progress++;
18979194
WD
1921#ifdef SUPPORT_HARD_LINKS
1922 if (preserve_hard_links && F_IS_HLINKED(file))
f3d6d480 1923 file->flags |= FLAG_FILE_SENT;
18979194 1924#endif
ab3d6c60 1925 write_ndx(f_out, ndx);
6c3862fa 1926 if (itemizing) {
ee1d11c4 1927 int iflags = ITEM_TRANSFER;
f3d6d480 1928 if (always_checksum > 0)
1ed9018e 1929 iflags |= ITEM_REPORT_CHANGE;
352963dd 1930 if (fnamecmp_type != FNAMECMP_FNAME)
ef20efcb
WD
1931 iflags |= ITEM_BASIS_TYPE_FOLLOWS;
1932 if (fnamecmp_type == FNAMECMP_FUZZY)
1933 iflags |= ITEM_XNAME_FOLLOWS;
1c3344a1 1934 itemize(fnamecmp, file, -1, real_ret, &real_sx, iflags, fnamecmp_type,
c58c1dc4 1935 fuzzy_file ? fuzzy_file->basename : NULL);
1c3344a1
WD
1936#ifdef SUPPORT_ACLS
1937 if (preserve_acls)
1938 free_acl(&real_sx);
16edf865
WD
1939#endif
1940#ifdef SUPPORT_XATTRS
1941 if (preserve_xattrs)
1942 free_xattr(&real_sx);
1c3344a1 1943#endif
8e85be0a 1944 }
cd6aa5b5 1945
beb51aa0 1946 if (!do_xfers) {
1e1ca253 1947#ifdef SUPPORT_HARD_LINKS
112d728f 1948 if (preserve_hard_links && F_IS_HLINKED(file))
4abe379c 1949 finish_hard_link(file, fname, ndx, &sx.st, itemizing, code, -1);
1e1ca253 1950#endif
1c3344a1 1951 goto cleanup;
ee1d11c4
WD
1952 }
1953 if (read_batch)
1c3344a1 1954 goto cleanup;
41cfde6b 1955
a24d64bf 1956 if (statret != 0 || whole_file)
e86ae6bc 1957 write_sum_head(f_out, NULL);
a24d64bf
WD
1958 else if (sx.st.st_size <= 0) {
1959 write_sum_head(f_out, NULL);
1960 close(fd);
1961 } else {
cc911409
WD
1962 if (generate_and_send_sums(fd, sx.st.st_size, f_out, f_copy) < 0) {
1963 rprintf(FWARNING,
1964 "WARNING: file is too large for checksum sending: %s\n",
1965 fnamecmp);
1966 write_sum_head(f_out, NULL);
1967 }
c0dba635 1968 close(fd);
e86ae6bc
WD
1969 }
1970
c0dba635
WD
1971 cleanup:
1972 if (back_file) {
e9489cd6 1973 int save_preserve_xattrs = preserve_xattrs;
c0dba635
WD
1974 if (f_copy >= 0)
1975 close(f_copy);
e9489cd6 1976#ifdef SUPPORT_XATTRS
4337eeb7 1977 if (preserve_xattrs) {
e9489cd6 1978 copy_xattrs(fname, backupptr);
4337eeb7
WD
1979 preserve_xattrs = 0;
1980 }
e9489cd6 1981#endif
16edf865 1982 set_file_attrs(backupptr, back_file, NULL, NULL, 0);
e9489cd6 1983 preserve_xattrs = save_preserve_xattrs;
e86ae6bc
WD
1984 if (verbose > 1) {
1985 rprintf(FINFO, "backed up %s to %s\n",
45c49b52 1986 fname, backupptr);
41cfde6b 1987 }
82ad07c4 1988 unmake_file(back_file);
e86ae6bc 1989 }
41cfde6b 1990
1c3344a1
WD
1991#ifdef SUPPORT_ACLS
1992 if (preserve_acls)
1993 free_acl(&sx);
16edf865
WD
1994#endif
1995#ifdef SUPPORT_XATTRS
1996 if (preserve_xattrs)
1997 free_xattr(&sx);
1c3344a1
WD
1998#endif
1999 return;
2f03f956
AT
2000}
2001
c9b62cf3
WD
2002#ifdef SUPPORT_HARD_LINKS
2003static void handle_skipped_hlink(struct file_struct *file, int itemizing,
2004 enum logcode code, int f_out)
2005{
2006 char fbuf[MAXPATHLEN];
2007 int new_last_ndx;
2008 struct file_list *save_flist = cur_flist;
2009
2010 /* If we skip the last item in a chain of links and there was a
2011 * prior non-skipped hard-link waiting to finish, finish it now. */
2012 if ((new_last_ndx = skip_hard_link(file, &cur_flist)) < 0)
2013 return;
2014
2015 file = cur_flist->files[new_last_ndx - cur_flist->ndx_start];
2016 cur_flist->in_progress--; /* undo prior increment */
2017 f_name(file, fbuf);
2018 recv_generator(fbuf, file, new_last_ndx, itemizing, code, f_out);
2019
2020 cur_flist = save_flist;
2021}
2022#endif
2023
7730114b 2024static void touch_up_dirs(struct file_list *flist, int ndx)
fd3f5af2 2025{
0bb86165 2026 static int counter = 0;
fd3f5af2
WD
2027 struct file_struct *file;
2028 char *fname;
0bb86165 2029 int i, start, end;
fd3f5af2
WD
2030
2031 if (ndx < 0) {
2032 start = 0;
9decb4d2 2033 end = flist->used - 1;
fd3f5af2
WD
2034 } else
2035 start = end = ndx;
2036
2037 /* Fix any directory permissions that were modified during the
2038 * transfer and/or re-set any tweaked modified-time values. */
0bb86165 2039 for (i = start; i <= end; i++, counter++) {
1befb74b 2040 file = flist->files[i];
6303f9a2 2041 if (!S_ISDIR(file->mode)
609e6dda 2042 || (!implied_dirs && file->flags & FLAG_IMPLIED_DIR))
c9ec4608 2043 continue;
0bb86165 2044 if (verbose > 3) {
d750be6a 2045 fname = f_name(file, NULL);
0bb86165 2046 rprintf(FINFO, "touch_up_dirs: %s (%d)\n",
d750be6a 2047 NS(fname), i);
0bb86165 2048 }
c9ec4608
WD
2049 if (!F_IS_ACTIVE(file) || file->flags & FLAG_MISSING_DIR
2050 || (!need_retouch_dir_times && file->mode & S_IWUSR))
fd3f5af2
WD
2051 continue;
2052 fname = f_name(file, NULL);
2053 if (!(file->mode & S_IWUSR))
2054 do_chmod(fname, file->mode);
6226396c
WD
2055 if (need_retouch_dir_times) {
2056 STRUCT_STAT st;
2057 if (link_stat(fname, &st, 0) == 0
2058 && cmp_time(st.st_mtime, file->modtime) != 0)
2059 set_modtime(fname, file->modtime, file->mode);
2060 }
d8d13893
WD
2061 if (counter >= loopchk_limit) {
2062 if (allowed_lull)
2063 maybe_send_keepalive();
2064 else
2065 maybe_flush_socket(0);
2066 counter = 0;
2067 }
fd3f5af2
WD
2068 }
2069}
2070
7730114b
WD
2071void check_for_finished_files(int itemizing, enum logcode code, int check_redo)
2072{
2073 struct file_struct *file;
2074 struct file_list *flist;
2075 char fbuf[MAXPATHLEN];
2076 int ndx;
2077
513d3fd8 2078 while (1) {
7730114b 2079#ifdef SUPPORT_HARD_LINKS
513d3fd8
WD
2080 if (preserve_hard_links && (ndx = get_hlink_num()) != -1) {
2081 flist = flist_for_ndx(ndx);
2082 assert(flist != NULL);
2083 file = flist->files[ndx - flist->ndx_start];
2084 assert(file->flags & FLAG_HLINKED);
2085 finish_hard_link(file, f_name(file, fbuf), ndx, NULL, itemizing, code, -1);
2086 flist->in_progress--;
2087 continue;
2088 }
7730114b
WD
2089#endif
2090
513d3fd8
WD
2091 if (check_redo && (ndx = get_redo_num()) != -1) {
2092 csum_length = SUM_LENGTH;
2093 max_size = -max_size;
2094 min_size = -min_size;
2095 ignore_existing = -ignore_existing;
2096 ignore_non_existing = -ignore_non_existing;
2097 update_only = -update_only;
2098 always_checksum = -always_checksum;
2099 size_only = -size_only;
2100 append_mode = -append_mode;
2101 make_backups = -make_backups; /* avoid dup backup w/inplace */
2102 ignore_times++;
2103
2104 flist = cur_flist;
2105 cur_flist = flist_for_ndx(ndx);
2106
2107 file = cur_flist->files[ndx - cur_flist->ndx_start];
2108 if (solo_file)
2109 strlcpy(fbuf, solo_file, sizeof fbuf);
2110 else
2111 f_name(file, fbuf);
2112 recv_generator(fbuf, file, ndx, itemizing, code, sock_f_out);
2113 cur_flist->to_redo--;
2114
2115 cur_flist = flist;
2116
2117 csum_length = SHORT_SUM_LENGTH;
2118 max_size = -max_size;
2119 min_size = -min_size;
2120 ignore_existing = -ignore_existing;
2121 ignore_non_existing = -ignore_non_existing;
2122 update_only = -update_only;
2123 always_checksum = -always_checksum;
2124 size_only = -size_only;
2125 append_mode = -append_mode;
2126 make_backups = -make_backups;
2127 ignore_times--;
2128 continue;
2129 }
2130
2131 if (cur_flist == first_flist)
2132 break;
2133
2134 /* We only get here if inc_recurse is enabled. */
7730114b
WD
2135 if (first_flist->in_progress || first_flist->to_redo)
2136 break;
2137
be91bd81 2138 if (!read_batch) {
7730114b 2139 write_ndx(sock_f_out, NDX_DONE);
be91bd81
WD
2140 maybe_flush_socket(1);
2141 }
7730114b 2142
f7d6dce6
WD
2143 if (delete_during == 2 || !dir_tweaking) {
2144 /* Skip directory touch-up. */
ee279980 2145 } else if (first_flist->parent_ndx >= 0)
f7d6dce6 2146 touch_up_dirs(dir_flist, first_flist->parent_ndx);
f7d6dce6 2147
7730114b
WD
2148 flist_free(first_flist); /* updates first_flist */
2149 }
2150}
2151
2152void generate_files(int f_out, const char *local_name)
2f03f956 2153{
d8d13893 2154 int i, ndx, next_loopchk = 0;
968c8030 2155 char fbuf[MAXPATHLEN];
18979194 2156 int itemizing;
7433d73a 2157 enum logcode code;
083acd49 2158 int save_do_progress = do_progress;
ee1d11c4 2159
7433d73a
WD
2160 if (protocol_version >= 29) {
2161 itemizing = 1;
17bda2d1 2162 maybe_ATTRS_REPORT = stdout_format_has_i ? 0 : ATTRS_REPORT;
f4164b73 2163 code = logfile_format_has_i ? FNONE : FLOG;
7433d73a 2164 } else if (am_daemon) {
ecc7623e 2165 itemizing = logfile_format_has_i && do_xfers;
e912bd4d 2166 maybe_ATTRS_REPORT = ATTRS_REPORT;
beb51aa0 2167 code = itemizing || !do_xfers ? FCLIENT : FINFO;
7433d73a 2168 } else if (!am_server) {
17bda2d1
WD
2169 itemizing = stdout_format_has_i;
2170 maybe_ATTRS_REPORT = stdout_format_has_i ? 0 : ATTRS_REPORT;
f4164b73 2171 code = itemizing ? FNONE : FINFO;
7433d73a
WD
2172 } else {
2173 itemizing = 0;
e912bd4d 2174 maybe_ATTRS_REPORT = ATTRS_REPORT;
7433d73a
WD
2175 code = FINFO;
2176 }
7730114b
WD
2177 solo_file = local_name;
2178 dir_tweaking = !(list_only || solo_file || dry_run);
f9998046 2179 need_retouch_dir_times = preserve_times > 1;
d8d13893 2180 loopchk_limit = allowed_lull ? allowed_lull * 5 : 200;
1ed9018e 2181 symlink_timeset_failed_flags = ITEM_REPORT_TIME
ee39281d 2182 | (protocol_version >= 30 || !am_server ? ITEM_REPORT_TIMEFAIL : 0);
83a8ca7b 2183 implied_dirs_are_missing = relative_paths && !implied_dirs && protocol_version < 30;
2f03f956 2184
f3d6d480
WD
2185 if (verbose > 2)
2186 rprintf(FINFO, "generator starting pid=%ld\n", (long)getpid());
2f03f956 2187
9decb4d2 2188 if (delete_before && !solo_file && cur_flist->used > 0)
332cf6df 2189 do_delete_pass();
20319fd9
WD
2190 if (delete_during == 2) {
2191 deldelay_size = BIGPATHBUFLEN * 4;
2192 deldelay_buf = new_array(char, deldelay_size);
2193 if (!deldelay_buf)
2194 out_of_memory("delete-delay");
2195 }
083acd49 2196 do_progress = 0;
59faec8b 2197
f3d6d480 2198 if (append_mode > 0 || whole_file < 0)
33ab4ad8 2199 whole_file = 0;
3e7053ac 2200 if (verbose >= 2) {
1b1fef20 2201 rprintf(FINFO, "delta-transmission %s\n",
33ab4ad8 2202 whole_file
1b1fef20
WD
2203 ? "disabled for local transfer or --whole-file"
2204 : "enabled");
3e7053ac 2205 }
2cda2560 2206
513fd04d
WD
2207 /* Since we often fill up the outgoing socket and then just sit around
2208 * waiting for the other 2 processes to do their thing, we don't want
2209 * to exit on a timeout. If the data stops flowing, the receiver will
2210 * notice that and let us know via the redo pipe (or its closing). */
2211 ignore_timeout = 1;
a57873b7 2212
1c3344a1
WD
2213 dflt_perms = (ACCESSPERMS & ~orig_umask);
2214
f3d6d480 2215 do {
d4d6646a 2216#ifdef SUPPORT_HARD_LINKS
da131912 2217 if (preserve_hard_links && inc_recurse) {
d620219d 2218 while (!flist_eof && file_total < FILECNT_LOOKAHEAD/2)
da131912
WD
2219 wait_for_receiver();
2220 }
d4d6646a 2221#endif
da131912 2222
ee279980 2223 if (inc_recurse && cur_flist->parent_ndx >= 0) {
f3d6d480 2224 struct file_struct *fp = dir_flist->files[cur_flist->parent_ndx];
ca7d17e4
WD
2225 if (solo_file)
2226 strlcpy(fbuf, solo_file, sizeof fbuf);
2227 else
2228 f_name(fp, fbuf);
e5bf3b58
WD
2229 ndx = cur_flist->ndx_start - 1;
2230 recv_generator(fbuf, fp, ndx, itemizing, code, f_out);
f6f74b93
WD
2231 if (delete_during && dry_run < 2 && !list_only
2232 && !(fp->flags & FLAG_MISSING_DIR)) {
2233 if (fp->flags & FLAG_CONTENT_DIR) {
e5bf3b58
WD
2234 dev_t dirdev;
2235 if (one_file_system) {
65ba6af6 2236 uint32 *devp = F_DIR_DEV_P(fp);
e5bf3b58
WD
2237 dirdev = MAKEDEV(DEV_MAJOR(devp), DEV_MINOR(devp));
2238 } else
2239 dirdev = MAKEDEV(0, 0);
f6f74b93
WD
2240 delete_in_dir(fbuf, fp, &dirdev);
2241 } else
2242 change_local_filter_dir(fbuf, strlen(fbuf), F_DEPTH(fp));
f3d6d480
WD
2243 }
2244 }
2245 for (i = cur_flist->low; i <= cur_flist->high; i++) {
332cf6df 2246 struct file_struct *file = cur_flist->sorted[i];
2f03f956 2247
f3d6d480
WD
2248 if (!F_IS_ACTIVE(file))
2249 continue;
0492fdfb 2250
f7a76b9c 2251 if (unsort_ndx)
332cf6df
WD
2252 ndx = F_NDX(file);
2253 else
332cf6df
WD
2254 ndx = i + cur_flist->ndx_start;
2255
7730114b
WD
2256 if (solo_file)
2257 strlcpy(fbuf, solo_file, sizeof fbuf);
f3d6d480
WD
2258 else
2259 f_name(file, fbuf);
332cf6df 2260 recv_generator(fbuf, file, ndx, itemizing, code, f_out);
1f7e29b9 2261
1ff66d4c 2262 check_for_finished_files(itemizing, code, 0);
9ac2395b 2263
d8d13893
WD
2264 if (i + cur_flist->ndx_start >= next_loopchk) {
2265 if (allowed_lull)
2266 maybe_send_keepalive();
2267 else
2268 maybe_flush_socket(0);
2269 next_loopchk += loopchk_limit;
2270 }
f3d6d480 2271 }
2f03f956 2272
3ea6e0e7 2273 if (!inc_recurse) {
9ae7a2cd 2274 write_ndx(f_out, NDX_DONE);
f3d6d480 2275 break;
7730114b 2276 }
f3d6d480 2277
896f046f 2278 while (1) {
7730114b 2279 check_for_finished_files(itemizing, code, 1);
896f046f
WD
2280 if (cur_flist->next || flist_eof)
2281 break;
f3d6d480 2282 wait_for_receiver();
7730114b
WD
2283 }
2284 } while ((cur_flist = cur_flist->next) != NULL);
0492fdfb 2285
7730114b 2286 if (delete_during)
332cf6df 2287 delete_in_dir(NULL, NULL, &dev_zero);
7730114b
WD
2288 phase++;
2289 if (verbose > 2)
2290 rprintf(FINFO, "generate_files phase=%d\n", phase);
f3d6d480 2291
896f046f 2292 while (1) {
7730114b 2293 check_for_finished_files(itemizing, code, 1);
896f046f
WD
2294 if (msgdone_cnt)
2295 break;
7730114b
WD
2296 wait_for_receiver();
2297 }
f3d6d480
WD
2298
2299 phase++;
bc63ae3f 2300 if (verbose > 2)
f7d7fb38 2301 rprintf(FINFO, "generate_files phase=%d\n", phase);
2f03f956 2302
9ae7a2cd 2303 write_ndx(f_out, NDX_DONE);
70352269
WD
2304 /* Reduce round-trip lag-time for a useless delay-updates phase. */
2305 if (protocol_version >= 29 && !delay_updates)
9ae7a2cd 2306 write_ndx(f_out, NDX_DONE);
6dff5992 2307
0438f100 2308 /* Read MSG_DONE for the redo phase (and any prior messages). */
896f046f 2309 while (1) {
7730114b 2310 check_for_finished_files(itemizing, code, 0);
896f046f
WD
2311 if (msgdone_cnt > 1)
2312 break;
f3d6d480
WD
2313 wait_for_receiver();
2314 }
6dff5992 2315
0438f100
WD
2316 if (protocol_version >= 29) {
2317 phase++;
2318 if (verbose > 2)
2319 rprintf(FINFO, "generate_files phase=%d\n", phase);
70352269 2320 if (delay_updates)
9ae7a2cd 2321 write_ndx(f_out, NDX_DONE);
70352269 2322 /* Read MSG_DONE for delay-updates phase & prior messages. */
7730114b 2323 while (msgdone_cnt == 2)
f3d6d480 2324 wait_for_receiver();
0438f100
WD
2325 }
2326
083acd49 2327 do_progress = save_do_progress;
20319fd9
WD
2328 if (delete_during == 2)
2329 do_delayed_deletions(fbuf);
7730114b 2330 if (delete_after && !solo_file && file_total > 0)
332cf6df 2331 do_delete_pass();
59faec8b 2332
f7d6dce6
WD
2333 if ((need_retouch_dir_perms || need_retouch_dir_times)
2334 && dir_tweaking && (!inc_recurse || delete_during == 2))
1befb74b 2335 touch_up_dirs(dir_flist, -1);
6dff5992 2336
e5e85283 2337 if (max_delete >= 0 && deletion_count > max_delete) {
f75a53e7
WD
2338 rprintf(FINFO,
2339 "Deletions stopped due to --max-delete limit (%d skipped)\n",
2340 deletion_count - max_delete);
2341 io_error |= IOERR_DEL_LIMIT;
2342 }
2343
6dff5992 2344 if (verbose > 2)
f7d7fb38 2345 rprintf(FINFO, "generate_files finished\n");
2f03f956 2346}