summaryrefslogtreecommitdiff
path: root/libcli/smb/smbXcli_base.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 ↵Stefan Metzmacher1-2/+2
signing metze
2011-11-24smbXcli: add smbXcli_session infrastructureStefan Metzmacher1-0/+12
metze
2011-11-24smbXcli: add support for SMB2 multi-credit requestsStefan Metzmacher1-0/+3
metze
2011-11-24smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher1-1/+3
metze
2011-11-24smbXcli: add smbXcli_negprot_*Stefan Metzmacher1-0/+12
This supports negotiation of any SMB1 or SMB2 dialect. metze
2011-11-24smbXcli: add helper functions to access the negotiated featuresStefan Metzmacher1-0/+18
metze
2011-11-24smbXcli: rework smb1cli_req_recv() to expose an iov with 3 elementsStefan Metzmacher1-3/+17
Each smb1cli_req has 3 iov elements [SMB HDR, SMB Parameter Block, SMB Data Block]. The 'inbuf' is still exposed if the caller requires it (until we fix all legacy callers). The can now pass an array of expected [status,wct] combinations, instead of just one expected min_wct. metze
2011-11-24smbXcli: rework smb2cli_req to smbXcli_conn/smbXcli_reqStefan Metzmacher1-4/+4
metze
2011-11-24libcli/smb: copy smb2cli_req_* code to smbXcli_base.cStefan Metzmacher1-0/+41
metze
2011-11-24smbXcli: rework smbXcli_base.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher1-0/+106
This splits the low level smb code from 'struct cli_state' and makes it much more generic and useful for testing. metze