Implemented an extended-flag-byte in the transfer protocol by moving
authorWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 11:08:30 +0000 (11:08 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 8 Jan 2004 11:08:30 +0000 (11:08 +0000)
commit75bc8600937b2fa3be0b8ff344ce6bbe7e5f2f7f
treea479fb0eb0f69518e58ac1f34b48b1bb446407c2
parent02a279a75f366f569fbab8cb49d6e8a0602195b7
Implemented an extended-flag-byte in the transfer protocol by moving
the SAME_RDEV bit into the next 8 bits and adding an EXTENDED_FLAG
bit.  Also modified the meaning of this bit for protocol 28 and above:
SAME_HIGH_RDEV indicates that all but the lowest byte matches.  The
older protocols get OLD_SAME_RDEV set (with the old semantics) for
compatibility.  Note also that protocol 28 isn't turned on yet.
flist.c