s3:signing: the seqnum should only be decremented by 1 for ntcancel requests
authorStefan Metzmacher <metze@samba.org>
Fri, 6 Mar 2009 06:45:06 +0000 (07:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 6 Mar 2009 15:37:20 +0000 (16:37 +0100)
commit196a5d038886bdea678ac9ae97bdf9dab825e23f
treee16561f4d669a5c675cd7ebff56e8b16c1ef2dd0
parent4b6cbe80b28b7a99ba8f35190d809f5a439fdd22
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
source3/include/proto.h
source3/libsmb/smb_signing.c
source3/smbd/aio.c
source3/smbd/nttrans.c