summaryrefslogtreecommitdiff
path: root/source3/lib/wbclient.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-24wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULLKai Blin1-6/+6
2009-03-16Convert wb_trans to tevent_reqVolker Lendecke1-63/+49
2009-03-16Remove an unnecessary variableVolker Lendecke1-5/+4
2009-03-16Make struct wb_context private to wbclient.cVolker Lendecke1-0/+6
2009-03-16Use tevent_wakeup_send in wb_transVolker Lendecke1-15/+13
2009-03-08Don't copy the winbindd_request in wb_transVolker Lendecke1-30/+2
2009-03-08Convert wb_open_pipe to tevent_reqVolker Lendecke1-51/+47
2009-03-08Convert wb_connect to tevent_reqVolker Lendecke1-38/+30
2009-03-08Convert wb_int_trans to tevent_reqVolker Lendecke1-69/+63
2009-03-08Add parameter "queue" to wb_int_trans_sendVolker Lendecke1-6/+7
2009-03-08Convert wb_resp_read to tevent_reqVolker Lendecke1-9/+7
2009-03-08Convert wb_req_write to tevent_reqVolker Lendecke1-13/+14
2009-03-02Fix wbclient.c wrt tevent_req changes too.Simo Sorce1-4/+3
2009-02-24Convert async_connect to tevent_reqVolker Lendecke1-18/+44
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-74/+64
2009-02-02s3-wbclient: Use new tevent data typesKai Blin1-7/+7
2009-02-02Next step disentangling async_req from NTSTATUSVolker Lendecke1-8/+8
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-27/+27
2009-01-18Add a macro async_req_setup()Volker Lendecke1-23/+6
2009-01-04async libwbclient infrastructureVolker Lendecke1-0/+774