summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb2cli_base.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2cli: pass more fields to smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-121-3/+17
* s3:smb2cli: allow 32bit dyn_len in smb2cli_req_create()/smb2cli_req_send()Stefan Metzmacher2011-08-121-3/+3
* s3:smb2cli_base: smb2cli_req_send() needs to call tevent_req_post() on errorStefan Metzmacher2011-08-021-1/+1
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-221-6/+6
* s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-221-1/+1
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-221-21/+22
* s3:smb2cli_base: add my copyrightStefan Metzmacher2011-07-111-0/+1
* 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-091-18/+34
* 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: add basic smb2 client infrastructureStefan Metzmacher2011-07-081-0/+531