- Incremental recursion mode does not process the dirs while scanning a
authorWayne Davison <wayned@samba.org>
Sun, 8 Jul 2007 06:25:51 +0000 (06:25 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 8 Jul 2007 06:25:51 +0000 (06:25 +0000)
commite5bf3b58558733a233f598ffb580207b7977994d
treeeb65304331ce437d6ad7f2deb696f4f003b5328e
parent6755a7d7426dcc9b887f80f066021dbacffc7b10
- Incremental recursion mode does not process the dirs while scanning a
  file list's contents.  Instead, it handles a parent dir prior to each
  extra file list.  This makes the dir-processing order the same in
  protocol 30 as it is in earlier protocols.
- Moved the permission-fudging code for dirs into recv_generator() to
  make the new protocol-30 dir-handling logic easier.
generator.c