summaryrefslogtreecommitdiff
path: root/source3/libsmb/clitrans.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s3:libsmb: don't pass down FLAG_CASELESS_PATHNAMES and FLAGS2_DFS_PATHNAMES a...Stefan Metzmacher1-21/+0
2012-07-24libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher1-6/+4
2012-07-24s3:libsmb: make use of cli_state_[g|s]et_tid()Stefan Metzmacher1-2/+6
2012-07-24libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher1-6/+4
2012-07-23s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directlyLuk Claes1-2/+6
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-2/+2
2011-11-24s3:libsmb: implement cli_trans* on top of smb1cli_trans*Stefan Metzmacher1-687/+120
2011-11-18s3:libsmb: verify num_setup for SMBnttrans in cli_pull_trans()Stefan Metzmacher1-0/+4
2011-11-18s3:libsmb: fix compiler warning in cli_pull_trans()Stefan Metzmacher1-1/+3
2011-11-18s3:libsmb: only align unicode pipe_name (bug #8586)Stefan Metzmacher1-7/+11
2011-10-26s3:libsmb: make use of map_nt_error_from_unix_common() in clitrans.cStefan Metzmacher1-1/+1
2011-10-26s3:libsmb: avoid using smb_flg2 in cli_trans.cStefan Metzmacher1-1/+3
2011-10-26s3:libsmb: replace smb_size - 4 with MIN_SMB_SIZE in clitrans.cStefan Metzmacher1-1/+1
2011-10-26s3:libsmb: use 'tevent_' instead of 'event_' in clitrans.cStefan Metzmacher1-4/+4
2011-10-26s3:libsmb: make use of smb_buffer_oob() in clitrans.cStefan Metzmacher1-4/+4
2011-10-26s3:libsmb: use smb_len_nbt() in clitrans.cStefan Metzmacher1-2/+2
2011-09-13s3:libsmb: make use of cli_state_available_size() in cli_trans_format()Stefan Metzmacher1-4/+5
2011-06-10s3:libsmb/clitrans: correctly transfer the seqnum between secondary and prima...Stefan Metzmacher1-3/+8
2011-06-10s3:libsmb/clitrans: fix handling of multi pdu [nt]trans[s][2] callsStefan Metzmacher1-8/+80
2011-06-10s3:libsmb/clitrans: use subreq2 as variable for the secondary requestsStefan Metzmacher1-7/+9
2011-06-10s3:libsmb/clitrans: move MID handling to the end of cli_trans_send() and add ...Stefan Metzmacher1-2/+11
2011-06-10s3:libsmb/clitrans: correctly marshall [nt]trans[s][2] requestsStefan Metzmacher1-12/+41
2011-06-10s3:libsmb/clitrans: marshall SMBnttrans[2] as the othersStefan Metzmacher1-23/+23
2011-06-10s3:libsmb/clitrans: use uint32_t for param and data variablesStefan Metzmacher1-3/+3
2011-06-10s3:libsmb/clitrans: remove unused secondary_request_ctxStefan Metzmacher1-2/+0
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-05-19s3: Do central cli_set_errorVolker Lendecke1-3/+0
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell1-1/+1
2011-01-17s3: Remove unused cli_send/receive_transVolker Lendecke1-331/+0
2011-01-17s3: Remove unused cli_send/receive_nt_transVolker Lendecke1-341/+0
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-1/+1
2010-08-05s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke1-1/+10
2010-02-22s3: Explicitly handle inbuf in cli_trans_doneVolker Lendecke1-2/+9
2010-02-22s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke1-1/+2
2009-11-14s3: Add min_setup, min_param and min_data to cli_trans_recvVolker Lendecke1-8/+18
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang1-4/+7
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-5/+5
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-5/+5
2009-04-06Convert cli_trans to tevent_reqVolker Lendecke1-382/+272
2009-04-05Remove async_req dependency from cli_pull_transVolker Lendecke1-23/+25
2009-03-31Fix an uninitialized variable valgrind errorVolker Lendecke1-2/+2
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher1-21/+33
2009-03-19s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher1-5/+14
2009-03-19s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher1-23/+7
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-7/+7
2009-01-29Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke1-3/+3
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-3/+3
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-3/+3