s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
commit0999366b6b36f3084870af0375d686b0cbaae698
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2009 23:53:06 +0000 (10 16:53 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 10 Mar 2009 23:53:06 +0000 (10 16:53 -0700)
tree2aa456129fb2647dbbf78ba5d59d11a587fcd335
parent20086d0f4ac318f245bb48fc45999c9104ddccef
s3:signing: the seqnum should only be decremented by 1 for ntcancel requests

[MS-SMB] 3.3.5.1 Receiving Any Message says that the seqnum
is incremented by only for ntcancel requests for any other
request it's by incremented by 2, even if it doesn't expect
a response.

metze
source/include/proto.h
source/libsmb/smb_signing.c
source/smbd/aio.c
source/smbd/nttrans.c