summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_tcon.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-15s3:libsmb: only set tcon to invalid in smb2cli_tdis*Stefan Metzmacher1-1/+2
2013-08-15libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher1-2/+4
2013-02-19s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher1-2/+2
2012-09-29s3:libsmb: use smbXcli_conn_remote_name() in smb2_tcon_send()Stefan Metzmacher1-4/+2
2012-07-25libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher1-0/+1
2012-07-25libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher1-2/+0
2012-07-25libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher1-7/+2
2012-07-25s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher1-11/+13
2012-07-25s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher1-4/+9
2012-07-24s3:libsmb: setup a smbXcli_tcon for SMB2Stefan Metzmacher1-0/+14
2012-05-28s3:libsmb: get rid of cli_has_async_callsLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes1-1/+1
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_tcon.cStefan Metzmacher1-4/+4
2012-05-06s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_tcon*Stefan Metzmacher1-2/+2
2012-05-06s3:libsmb: remove unused reference to talloc_tos()Stefan Metzmacher1-2/+1
2011-11-24s3:smb2cli: zero tid in smb2cli_tdis*Stefan Metzmacher1-0/+6
2011-11-24s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher1-3/+3
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher1-2/+2
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-2/+16
2011-09-13s3:libsmb: don't mix smb2 share capabilities with smb1 capabilitiesStefan Metzmacher1-1/+1
2011-09-07s3:smb2cli: don't terminate the pathname in smb2cli_tcon()Stefan Metzmacher1-1/+6
2011-09-07s3:smb2cli: SMB2_TCON needs one dyn byte to that the structure size check works.Stefan Metzmacher1-0/+6
2011-08-12s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher1-2/+10
2011-07-22s3:libsmb: use cli_state_remote_sockaddr() in smb2cli_tcon_send()Stefan Metzmacher1-1/+1
2011-07-10s3:smb2cli_tcon: use tevent_req_oom()Stefan Metzmacher1-1/+1
2011-07-08s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher1-0/+229