- Fixed a bug when sending a negative 64-bit number (which may not
authorWayne Davison <wayned@samba.org>
Fri, 24 Nov 2006 08:38:44 +0000 (08:38 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 24 Nov 2006 08:38:44 +0000 (08:38 +0000)
commit482f48cca9055325330094991378561b603f988f
tree7faa88d73a9a878d39c66d9837739afe4c44653f
parent36e6594dce8b6a5a2dbc8369bff1ded914443fd1
- Fixed a bug when sending a negative 64-bit number (which may not
  be needed, but it at least works right now).
- Improved the transmission of 32-bit negative numbers on systems
  where the 32-bit type is larger than 32 bits.
- Changed the sending of 64-bit numbers for protocol 30:  we send
  them in MSB-first order with the number of bytes used in the
  transmission encoded into the earliest bits.  This lets us save
  transmitted bytes for both small and large numbers.  The new
  method sends from 3 to 9 bytes, the old sent either 4 or 12.
io.c