s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid values
[metze/samba/wip.git] / source3 / libsmb / smb2cli_base.c
2011-09-07 Stefan Metzmachers3:smb2cli: let smb2cli_req_create() use the give pid...
2011-09-05 Stefan Metzmachers3:smb2cli: make sure we don't try to send requests...
2011-09-05 Stefan Metzmachers3:smb2cli: make sure requests are not finished, when...
2011-09-05 Stefan Metzmachers3:smb2cli: disconnect the connection, if we're out...
2011-09-05 Stefan Metzmachers3:smb2cli: don't use state->cli->smb2.mid++ as macro...
2011-08-12 Stefan Metzmachers3:smb2cli: pass more fields to smb2cli_req_create...
2011-08-12 Stefan Metzmachers3:smb2cli: allow 32bit dyn_len in smb2cli_req_create...
2011-08-02 Stefan Metzmachers3:smb2cli_base: smb2cli_req_send() needs to call teven...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->fd to cli_state->conn.fd
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->outgoing to cli_state->conn...
2011-07-22 Stefan Metzmachers3:libsmb: move cli_state->pending to cli_state->conn...
2011-07-11 Stefan Metzmachers3:smb2cli_base: add my copyright
2011-07-09 Stefan Metzmachers3:smb2cli_base: ask for the next response if there...
2011-07-09 Stefan Metzmachers3:smb2cli_base: make use of tevent_req_defer_callback()
2011-07-09 Stefan Metzmachers3:smb2cli_base: fix memory hierachy in smb2cli_req_recv()
2011-07-09 Stefan Metzmachers3:smb2cli_base: call smb2cli_req_unset_pending() befor...
2011-07-09 Stefan Metzmachers3:smb2cli_base: unset the destructor in smb2cli_req_un...
2011-07-09 Stefan Metzmachers3:smb2cli_base: keep the order of pending requests
2011-07-09 Stefan Metzmachers3:smb2cli_base: rename 'result' => 'req' in smb2cli_re...
2011-07-07 Stefan Metzmachers3:libsmb: add basic smb2 client infrastructure