My algorithm for determining whan an incoming sequence number can be allowed is incor...
commitf162f9055773cb7f15ec8b69705eb14ce10c50b2
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:08:29 +0000 (21 18:08 -0800)
tree00d58441607b1d1fc06bf5cc9ffbaa16e9c134ff
parenta2956e7d2b66a828d7355841bcb3edfe188a12d3
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.
(cherry picked from commit e8f7c60ec25fd6ab40357ad44baf98918346a22a)
source3/include/local.h
source3/smbd/smb2_server.c