CVS update: samba/source/libsmb

abartlet at samba.org abartlet at samba.org
Sun Jun 16 14:21:56 EST 2002


Date:	Sat Jun 15 21:21:56 2002
Author:	abartlet

Update of /data/cvs/samba/source/libsmb
In directory va:/tmp/cvs-serv5380/libsmb

Modified Files:
	cliconnect.c clientgen.c clireadwrite.c smbencrypt.c 
Log Message:
Fix up some of the SMB signing code:

The problem was that *all* packets were being signed, even packets before
signing was set up.  (This broke the session request).

This fixes it to be an 'opt in' measure - that is, we only attempt to sign 
things after we have got a valid, non-guest session setup as per the CIFS spec.

I've not tested this against an MS server, becouse my VMware is down, but
at least it doesn't break the build farm any more.

Andrew Bartlett



Revisions:
cliconnect.c		1.80 => 1.81
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/cliconnect.c?r1=1.80&r2=1.81
clientgen.c		1.194 => 1.195
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clientgen.c?r1=1.194&r2=1.195
clireadwrite.c		1.17 => 1.18
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/clireadwrite.c?r1=1.17&r2=1.18
smbencrypt.c		1.73 => 1.74
	http://www.samba.org/cgi-bin/cvsweb/samba/source/libsmb/smbencrypt.c?r1=1.73&r2=1.74




More information about the samba-cvs mailing list