summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2011-07-10s3: Fix Coverity ID 2587,2588: CHECKED_RETURNVolker Lendecke2-2/+2
2011-07-09s3:smb2cli_base: ask for the next response if there're still pending requestsStefan Metzmacher1-1/+21
2011-07-09s3:smb2cli_base: make use of tevent_req_defer_callback()Stefan Metzmacher1-28/+64
2011-07-09s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher4-27/+44
2011-07-09s3:smb2cli_base: call smb2cli_req_unset_pending() before tevent_req_done()Stefan Metzmacher1-0/+1
2011-07-09s3:smb2cli_base: unset the destructor in smb2cli_req_unset_pending()Stefan Metzmacher1-2/+3
2011-07-09s3:smb2cli_base: keep the order of pending requestsStefan Metzmacher1-2/+2
2011-07-09s3:smb2cli_base: rename 'result' => 'req' in smb2cli_req_create()Stefan Metzmacher1-13/+13
2011-07-08s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2-20/+1
2011-07-08s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCIIStefan Metzmacher1-2/+2
2011-07-08s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher1-42/+0
2011-07-08s3:libsmb/smberr: make global const arrays staticStefan Metzmacher1-4/+4
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher3-92/+40
2011-07-08s3:libsmb: don't call cli_set_error() in cli_echo()Stefan Metzmacher1-3/+0
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2-79/+9
2011-07-08s3:libsmb: remove use of cli_errstr() in SMBC_server_internal()Stefan Metzmacher1-3/+8
2011-07-08s3:libsmb: add smb2cli_query_directory*()Stefan Metzmacher2-0/+205
2011-07-08s3:libsmb: add smb2cli_write*()Stefan Metzmacher2-0/+154
2011-07-08s3:libsmb: add smb2cli_read*()Stefan Metzmacher2-0/+185
2011-07-08s3:libsmb: add smb2cli_flush*()Stefan Metzmacher2-0/+126
2011-07-08s3:libsmb: add smb2cli_close*()Stefan Metzmacher2-0/+127
2011-07-08s3:libsmb: add smb2cli_create*()Stefan Metzmacher2-0/+282
2011-07-08s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2-0/+242
2011-07-08s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()Stefan Metzmacher2-0/+403
2011-07-08s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2-0/+192
2011-07-08s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2-0/+578
2011-07-07s3-libsmb: Remove use of cli_errstr()Björn Baumbach1-3/+8
2011-07-07s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher2-10/+2
2011-07-07s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher2-31/+0
2011-07-07s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher2-18/+0
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx_create() for the plai...Stefan Metzmacher1-12/+11
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()Stefan Metzmacher1-8/+9
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_referral()Stefan Metzmacher1-6/+10
2011-07-07s3:libsmb: use a talloc_stackframe in cli_dfs_get_referral()Stefan Metzmacher1-4/+3
2011-07-07s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*()Stefan Metzmacher1-20/+26
2011-07-07s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher1-6/+14
2011-07-07s3:libsmb: interpret_long_filename() short_name is always UNICODEStefan Metzmacher1-8/+3
2011-07-07s3:libsmb: add trans2_bytes_push_bytes()Stefan Metzmacher2-0/+21
2011-07-07s3:libsmb: make trans2_bytes_push_str() non-staticStefan Metzmacher2-3/+6
2011-07-06s3:libsmb: use clistr_pull_talloc() in cli_qfilename()Stefan Metzmacher2-7/+28
2011-07-06s3:libsmb: let cli_qfileinfo[_recv]() return recv_flags2Stefan Metzmacher3-5/+15
2011-07-06s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info()Stefan Metzmacher2-7/+28
2011-07-06s3:libsmb: the SMB_QUERY_FS_VOLUME_INFO response needs at least 18 data bytesStefan Metzmacher1-1/+1
2011-07-06s3:libsmb: don't use cli->inbuf in cli_dfs_get_referral()Stefan Metzmacher1-5/+7
2011-07-06s3:libsmb: fix error handling in cli_dfs_get_referral()Stefan Metzmacher1-3/+11
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke6-98/+120
2011-07-03s3: Make cli_cm_open return NTSTATUSVolker Lendecke2-27/+35
2011-07-03s3: Make cli_cm_connect return NTSTATUSVolker Lendecke1-14/+22
2011-07-03s3: Make "do_connect" return NTSTATUSVolker Lendecke1-17/+19
2011-07-03s3: Remove a use of cli_errstrVolker Lendecke1-6/+8