s3:libsmb: abstract the incoming dispatch function via a function pointer
[idra/samba.git] / source3 / libsmb / smb2cli_base.c
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