summaryrefslogtreecommitdiffstats
path: root/source3/lib/wbclient.c
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: Add async call framework.Kai Blin2009-05-301-678/+0
* s3 async wbclient: Change license to LGPLv3+Volker Lendecke2009-05-291-8/+12
* Don't limit the number of retries in wb_trans.Volker Lendecke2009-05-241-8/+0
* Don't set a timeout deep inside wb_connectVolker Lendecke2009-05-241-5/+0
* Do queueing in wbclient.cVolker Lendecke2009-05-241-17/+59
* Fix wb_trans_done after conversion to unix calling conventionsVolker Lendecke2009-05-191-2/+2
* Fix an uninitialized variable in wb_context_initVolker Lendecke2009-05-191-0/+1
* wb_int_trans -> wb_simple_trans in wbclient.cVolker Lendecke2009-05-091-148/+24
* Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2009-05-071-8/+61
* wbclient: Fix use of wb_int_trans_send, queue parameter must not be NULLKai Blin2009-03-241-6/+6
* 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