r17083: - implement SMB2 Cancel in the client
authorStefan Metzmacher <metze@samba.org>
Mon, 17 Jul 2006 09:36:52 +0000 (09:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:10:11 +0000 (14:10 -0500)
commita5bafffd66f511375dda4c974e6a1f152fc7aa16
tree4a8765fbc275ba7c6a4cf30db99850bbc94e1891
parent152ea280f1982831c31071eec5c5a17f072073b0
r17083: - implement SMB2 Cancel in the client
- the 0xffffffffffffffff seqnum is reserved for SMB2 Break (oplock breaks)
  so don't use it in a request. we should someday try to test this...

metze
(This used to be commit 730cdc4475822e28cb400116641294a7f98ad0b5)
source4/libcli/smb2/cancel.c [new file with mode: 0644]
source4/libcli/smb2/config.mk
source4/libcli/smb2/request.c
source4/libcli/smb2/smb2.h
source4/libcli/smb2/transport.c