OpenAFS CVS Commit: openafs/src/WINNT/afsd by jaltman

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 18 Feb 2009 23:04:25 EST


Update of /cvs/openafs/src/WINNT/afsd
In directory GRAND.CENTRAL.ORG:/home/jaltman/openafs/cvs-head/src/WINNT/afsd

Modified Files:
	afsd_eventlog.c afsd_eventmessages.mc smb.c smb.h smb3.c 
Log Message:
DELTA smb-vc-reset-on-request-20090218
AUTHOR asanka@secure-endpoints.com
LICENSE MIT

When processing SMB_SESSION_SETUP_ANDX in smb_ReceiveV3SessionSetupX
it is possible that the smb client might indicate that it requires an
Mpx Count greater than we are configured to support.  If so, log it
to the Windows Event Log as a warning.

It is also possible that the client might specify that its maximum
receive buffer is smaller than the SMB_PACKETSIZE.  If so, log it
to the Windows Event Log as a warning.

Finally, if the client specifies a virtual circuit number of zero,
the client thinks this is its first time communicating with us.
In which case we should invalidate all prior virtual circuits.
We also log this request to the Windows Event Log as informational.





--- DELTA config follows ---
smb-vc-reset-on-request-20090218 openafs/src/WINNT/afsd/afsd_eventlog.c 1.8 1.9
smb-vc-reset-on-request-20090218 openafs/src/WINNT/afsd/afsd_eventmessages.mc 1.6 1.7
smb-vc-reset-on-request-20090218 openafs/src/WINNT/afsd/smb.c 1.236 1.237
smb-vc-reset-on-request-20090218 openafs/src/WINNT/afsd/smb.h 1.78 1.79
smb-vc-reset-on-request-20090218 openafs/src/WINNT/afsd/smb3.c 1.182 1.183