summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_base.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-24s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher1-60/+0
2011-11-24s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...Stefan Metzmacher1-13/+1
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher1-4/+4
2011-11-24smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher1-1/+2
2011-11-24s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...Stefan Metzmacher1-28/+35
2011-09-18s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher1-0/+2
2011-09-18s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...Stefan Metzmacher1-1/+9
2011-08-12s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher1-2/+10
2011-08-12s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher1-2/+2
2011-07-09s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher1-1/+0
2011-07-08s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher1-0/+47