summaryrefslogtreecommitdiffstats
path: root/source3/lib/wbclient.c
Commit message (Expand)AuthorAgeFilesLines
* Convert wb_trans to tevent_reqVolker Lendecke2009-03-161-63/+49
* Remove an unnecessary variableVolker Lendecke2009-03-161-5/+4
* Make struct wb_context private to wbclient.cVolker Lendecke2009-03-161-0/+6
* Use tevent_wakeup_send in wb_transVolker Lendecke2009-03-161-15/+13
* Don't copy the winbindd_request in wb_transVolker Lendecke2009-03-081-30/+2
* Convert wb_open_pipe to tevent_reqVolker Lendecke2009-03-081-51/+47
* Convert wb_connect to tevent_reqVolker Lendecke2009-03-081-38/+30
* Convert wb_int_trans to tevent_reqVolker Lendecke2009-03-081-69/+63
* Add parameter "queue" to wb_int_trans_sendVolker Lendecke2009-03-081-6/+7
* Convert wb_resp_read to tevent_reqVolker Lendecke2009-03-081-9/+7
* Convert wb_req_write to tevent_reqVolker Lendecke2009-03-081-13/+14
* Fix wbclient.c wrt tevent_req changes too.Simo Sorce2009-03-021-4/+3
* Convert async_connect to tevent_reqVolker Lendecke2009-02-241-18/+44
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-74/+64
* s3-wbclient: Use new tevent data typesKai Blin2009-02-021-7/+7
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-8/+8
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-27/+27
* Add a macro async_req_setup()Volker Lendecke2009-01-181-23/+6
* async libwbclient infrastructureVolker Lendecke2009-01-041-0/+774