summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* s3-libsmb: introduce new NTSTATUS cli_read()Björn Baumbach2011-07-202-0/+23
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-203-3/+3
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-206-13/+32
* s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher2011-07-203-10/+16
* s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher2011-07-203-3/+10
* s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher2011-07-202-3/+4
* s3:libsmb: smb_bytes_talloc_string() doesn't need a cli_stateStefan Metzmacher2011-07-201-3/+3
* s3-libsmb: remove unused cli_lock()Björn Baumbach2011-07-192-18/+0
* s3:clikrb5: fix the build with newer heimdal versionsStefan Metzmacher2011-07-141-0/+4
* Fix bug 8305 - nmbd segfaults - when using "smbtree ..."Günter Kukkukk2011-07-131-1/+1
* s3:libsmb: remove unused cli_smb_inbuf()Stefan Metzmacher2011-07-131-7/+0
* s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher2011-07-123-51/+0
* s3:libsmb: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2011-07-121-1/+1
* s3:libsmb: remove unused cli->privilegesStefan Metzmacher2011-07-121-1/+4
* s3:libsmbclient: use cli_state_is_connected() in SMBC_check_server()Stefan Metzmacher2011-07-111-4/+4
* s3:libsmbclient: don't log the lowlevel fd in smbc_free_context()Stefan Metzmacher2011-07-111-2/+2
* s3:libsmb: add cli_state_disconnect()Stefan Metzmacher2011-07-112-0/+8
* s3:libsmb: make use of cli_state_is_connected()Stefan Metzmacher2011-07-111-13/+9
* s3:libsmb: remove unused cli_set_port()Stefan Metzmacher2011-07-113-12/+0
* s3:libsmb: also remember the local socket address after connectStefan Metzmacher2011-07-111-0/+8
* s3:smb2cli_base: add my copyrightStefan Metzmacher2011-07-111-0/+1
* s3-libsmb: let cli_lock64 return NTSTATUS instead of boolBjörn Baumbach2011-07-112-7/+8
* s3-libsmb: introduce cli_lock32()Björn Baumbach2011-07-112-0/+18
* s3:smb2cli_tcon: use tevent_req_oom()Stefan Metzmacher2011-07-101-1/+1
* s3: Fix Coverity ID 2587,2588: CHECKED_RETURNVolker Lendecke2011-07-102-2/+2
* s3:smb2cli_base: ask for the next response if there're still pending requestsStefan Metzmacher2011-07-091-1/+21
* s3:smb2cli_base: make use of tevent_req_defer_callback()Stefan Metzmacher2011-07-091-28/+64
* s3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()Stefan Metzmacher2011-07-094-27/+44
* s3:smb2cli_base: call smb2cli_req_unset_pending() before tevent_req_done()Stefan Metzmacher2011-07-091-0/+1
* s3:smb2cli_base: unset the destructor in smb2cli_req_unset_pending()Stefan Metzmacher2011-07-091-2/+3
* s3:smb2cli_base: keep the order of pending requestsStefan Metzmacher2011-07-091-2/+2
* s3:smb2cli_base: rename 'result' => 'req' in smb2cli_req_create()Stefan Metzmacher2011-07-091-13/+13
* s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2011-07-082-20/+1
* s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCIIStefan Metzmacher2011-07-081-2/+2
* s3:libsmb: remove unused smb_dos_errstr()Stefan Metzmacher2011-07-081-42/+0
* s3:libsmb/smberr: make global const arrays staticStefan Metzmacher2011-07-081-4/+4
* s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2011-07-083-92/+40
* s3:libsmb: don't call cli_set_error() in cli_echo()Stefan Metzmacher2011-07-081-3/+0
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-082-79/+9
* s3:libsmb: remove use of cli_errstr() in SMBC_server_internal()Stefan Metzmacher2011-07-081-3/+8
* s3:libsmb: add smb2cli_query_directory*()Stefan Metzmacher2011-07-082-0/+205
* s3:libsmb: add smb2cli_write*()Stefan Metzmacher2011-07-082-0/+154
* s3:libsmb: add smb2cli_read*()Stefan Metzmacher2011-07-082-0/+185
* s3:libsmb: add smb2cli_flush*()Stefan Metzmacher2011-07-082-0/+126
* s3:libsmb: add smb2cli_close*()Stefan Metzmacher2011-07-082-0/+127
* s3:libsmb: add smb2cli_create*()Stefan Metzmacher2011-07-082-0/+282
* s3:libsmb: add smb2cli_tcon*() and smb2cli_tdis*()Stefan Metzmacher2011-07-082-0/+242
* s3:libsmb: add smb2cli_sesssetup*() and smb2cli_logoff*()Stefan Metzmacher2011-07-082-0/+403
* s3:libsmb: add smb2cli_negprot*()Stefan Metzmacher2011-07-082-0/+192
* s3:libsmb: add basic smb2 client infrastructureStefan Metzmacher2011-07-082-0/+578