CVS update: samba/source/smbd

Luke Leighton lkcl at samba.anu.edu.au
Tue Jan 4 00:51:42 EST 2000


Date:	Tuesday January 4, 19100 @ 0:51
Author:	lkcl

Update of /data/cvs/samba/source/smbd
In directory samba:/tmp/cvs-serv20662/smbd

Modified Files:
      Tag: SAMBA_TNG
	ipc.c 
Log Message:
wow.  apart from what looks like an (unrelated) off-by-one bug in the
calculation of a PDU, removing dce/rpc fragment reassembly from smbd actually
worked!

all that's happening is an SMBread does a read on the socket; SMBwrite
does a write on the socket; SMBtrans does a write _and_ a read.

the rest is handled by the msrpc daemon, on the other side of the socket.
which of course, has this stupid off-by-one bug: i _just_ happened to
get a list of shares with exactly the right length to cause the problem.



More information about the samba-cvs mailing list