- We now accept an itemized-changes flag byte over the socket if we're
authorWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 08:10:41 +0000 (08:10 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 16 Feb 2005 08:10:41 +0000 (08:10 +0000)
commit8a9cfb24590872230f6928cf00f5b994b3f537dc
tree69af514b1f93e896c3ec6ae04833d13200e06b10
parent41961db0bd8e54d3f62c7e706125e01be357a261
- We now accept an itemized-changes flag byte over the socket if we're
  in --itemized-changes mode.  If the item is not being updated,
  either pass it along to the receiver (if we're the server) or just
  call log_send().
- We reject an attempt to file-update any non-regular file, not just
  dirs.
- Avoid the verbose "log the transfer" output if --log-format was
  specified and log_before_transfer is in effect.
- Call log_send() with its new iflags arg.
sender.c