s3:libsmb: use new simplified smb_signing code for the client side
authorStefan Metzmacher <metze@samba.org>
Mon, 9 Mar 2009 08:50:36 +0000 (09:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 23 Mar 2009 11:21:14 +0000 (12:21 +0100)
commit6af15943c6f868d08945d0ca993506c17107fbd4
treebf5bd8933866c42c148c04144419631b8d17b9f4
parentc16c90a1cb3b0e2ceadd3dea835a4e69acfc2fae
s3:libsmb: use new simplified smb_signing code for the client side

We store the seqnum/mid mapping in the cli_request structure
for async requests and in the cli_state structure for sync calls.

We skip the signing check for oplock requests while waiting
for async requests coming in.

metze
source3/include/async_smb.h
source3/include/client.h
source3/include/proto.h
source3/include/smb.h
source3/libsmb/async_smb.c
source3/libsmb/cliconnect.c
source3/libsmb/clientgen.c
source3/libsmb/clisigning.c
source3/libsmb/clitrans.c