summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli_write.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-15libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach1-163/+0
2012-05-14s3:libsmb: s/\<event_context/tevent_context/gc in smb2cli_write.cStefan Metzmacher1-2/+2
2012-05-12s3/libsmb: Generalise cli_state in smb2 write callsLuk Claes1-9/+16
2012-05-06s3:libsmb: remove unused reference to talloc_tos()Stefan Metzmacher1-2/+1
2011-11-24s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()Stefan Metzmacher1-2/+2
2011-11-24s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher1-1/+1
2011-09-18s3:smb2cli: pass timeout to smb2cli_req_create/send()Stefan Metzmacher1-0/+1
2011-09-18s3:smb2cli: pass an array of expected status/body_size pairs to smb2cli_req_r...Stefan Metzmacher1-1/+8
2011-09-07s3:smb2cli: SMB2_WRITE needs one dyn byte to that the structure size check wo...Stefan Metzmacher1-1/+12
2011-08-12s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher1-1/+5
2011-07-08s3:libsmb: add smb2cli_write*()Stefan Metzmacher1-0/+134