summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Collapse)AuthorFilesLines
2011-07-13s3:libsmb: remove unused cli_smb_inbuf()Stefan Metzmacher1-7/+0
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jul 13 01:19:51 CEST 2011 on sn-devel-104
2011-07-12s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher3-51/+0
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 10:53:52 CEST 2011 on sn-devel-104
2011-07-12s3:libsmb: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher1-1/+1
metze
2011-07-12s3:libsmb: remove unused cli->privilegesStefan Metzmacher1-1/+4
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jul 12 09:30:49 CEST 2011 on sn-devel-104
2011-07-11s3:libsmbclient: use cli_state_is_connected() in SMBC_check_server()Stefan Metzmacher1-4/+4
metze
2011-07-11s3:libsmbclient: don't log the lowlevel fd in smbc_free_context()Stefan Metzmacher1-2/+2
metze
2011-07-11s3:libsmb: add cli_state_disconnect()Stefan Metzmacher2-0/+8
metze
2011-07-11s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher1-13/+9
metze
2011-07-11s3:libsmb: remove unused cli_set_port()Stefan Metzmacher3-12/+0
metze
2011-07-11s3:libsmb: also remember the local socket address after connectStefan Metzmacher1-0/+8
metze
2011-07-11s3:smb2cli_base: add my copyrightStefan Metzmacher1-0/+1
metze
2011-07-11s3-libsmb: let cli_lock64 return NTSTATUS instead of boolBjörn Baumbach2-7/+8
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Jul 11 12:48:38 CEST 2011 on sn-devel-104
2011-07-11s3-libsmb: introduce cli_lock32()Björn Baumbach2-0/+18
Same like cli_lock() but return NTSTATUS instead of bool Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-10s3:smb2cli_tcon: use tevent_req_oom()Stefan Metzmacher1-1/+1
metze
2011-07-10s3: Fix Coverity ID 2587,2588: CHECKED_RETURNVolker Lendecke2-2/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Jul 10 10:36:11 CEST 2011 on sn-devel-104
2011-07-09s3:smb2cli_base: ask for the next response if there're still pending requestsStefan Metzmacher1-1/+21
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Jul 9 13:55:04 CEST 2011 on sn-devel-104
2011-07-09s3:smb2cli_base: make use of tevent_req_defer_callback()Stefan Metzmacher1-28/+64
In order to notify requests of transport layer errors, we need to defer the triggering of the callbacks, otherwise we may crash, if one of the callbacks destroys the cli_state. metze
2011-07-09s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher4-27/+44
We need to use talloc_reference() if there're more than one response, but we use it in a way that the caller can't call talloc_free() or talloc_unlink() on it. metze
2011-07-09s3:smb2cli_base: call smb2cli_req_unset_pending() before tevent_req_done()Stefan Metzmacher1-0/+1
metze
2011-07-09s3:smb2cli_base: unset the destructor in smb2cli_req_unset_pending()Stefan Metzmacher1-2/+3
metze
2011-07-09s3:smb2cli_base: keep the order of pending requestsStefan Metzmacher1-2/+2
metze
2011-07-09s3:smb2cli_base: rename 'result' => 'req' in smb2cli_req_create()Stefan Metzmacher1-13/+13
metze
2011-07-08s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2-20/+1
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Jul 8 15:21:46 CEST 2011 on sn-devel-104
2011-07-08s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCIIStefan Metzmacher1-2/+2
interpret_short_filename() always parses OEM_Strings (in DOS charset). metze
2011-07-08s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher1-42/+0
metze
2011-07-08s3:libsmb/smberr: make global const arrays staticStefan Metzmacher1-4/+4
metze
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher3-92/+40
We keep the raw error in cli->raw_status now, until we fixed all caller to get the NTSTATUS from the function calls. metze
2011-07-08s3:libsmb: don't call cli_set_error() in cli_echo()Stefan Metzmacher1-3/+0
cli_smb_recv() already does it. metze
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2-79/+9
metze
2011-07-08s3:libsmb: remove use of cli_errstr() in SMBC_server_internal()Stefan Metzmacher1-3/+8
metze
2011-07-08s3:libsmb: add smb2cli_query_directory*()Stefan Metzmacher2-0/+205
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_write*()Stefan Metzmacher2-0/+154
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_read*()Stefan Metzmacher2-0/+185
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_flush*()Stefan Metzmacher2-0/+126
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_close*()Stefan Metzmacher2-0/+127
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_create*()Stefan Metzmacher2-0/+282
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2-0/+242
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()Stefan Metzmacher2-0/+403
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2-0/+192
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-08s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2-0/+578
Based on the initial patch from Volker Lendecke <vl@samba.org>. metze
2011-07-07s3-libsmb: Remove use of cli_errstr()Björn Baumbach1-3/+8
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-07-07s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher2-10/+2
metze
2011-07-07s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher2-31/+0
metze
2011-07-07s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher2-18/+0
metze
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_tcon_andx_create() for the ↵Stefan Metzmacher1-12/+11
plaintext password This makes sure we push the string always in DOS charset. metze
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_set_ea_path()Stefan Metzmacher1-8/+9
metze
2011-07-07s3:libsmb: use trans2_bytes_push_str() in cli_dfs_get_referral()Stefan Metzmacher1-6/+10
metze
2011-07-07s3:libsmb: use a talloc_stackframe in cli_dfs_get_referral()Stefan Metzmacher1-4/+3
metze
2011-07-07s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*()Stefan Metzmacher1-20/+26
metze
2011-07-07s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()Stefan Metzmacher1-6/+14
metze