My algorithm for determining whan an incoming sequence number can be allowed is incor...
commite8f7c60ec25fd6ab40357ad44baf98918346a22a
authorJeremy Allison <jra@samba.org>
Wed, 22 Dec 2010 02:07:52 +0000 (21 18:07 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 22 Dec 2010 02:07:52 +0000 (21 18:07 -0800)
tree1f1771a09abeb25a99895f50b45b8cdfefdfce3b
parent718c864d41827c256d73dd894c9c1a97abd212ca
My algorithm for determining whan an incoming sequence number can be allowed is incorrect.

(I based it on the text in MS-SMB2, silly me :-). Fix it so incoming sequence numbers
can range over the entire allowable bitmap range. This fixes a repeatable
disconnect against Win7.

Jeremy.
source3/include/local.h
source3/smbd/smb2_server.c