summaryrefslogtreecommitdiffstats
path: root/source3/include/wbc_async.h
Commit message (Collapse)AuthorAgeFilesLines
* libwbclient: Add async call framework.Kai Blin2009-05-301-75/+0
|
* s3 async wbclient: Change license to LGPLv3+Volker Lendecke2009-05-291-8/+12
|
* s3 wbc_async: Fix copyright notice cut&paste error.Kai Blin2009-05-291-1/+1
| | | | | | Volker created all these prototypes, I just created the file and moved them over. Signed-off-by: Kai Blin <kai@samba.org>
* Add wb_simple_trans_send/recvVolker Lendecke2009-05-091-0/+7
|
* Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2009-05-071-6/+6
|
* Remove unused async_req references from wb_reqtrans.cVolker Lendecke2009-03-161-2/+0
|
* Convert wb_trans to tevent_reqVolker Lendecke2009-03-161-4/+5
|
* Make struct wb_context private to wbclient.cVolker Lendecke2009-03-161-5/+1
|
* Add queue argument to wb_resp_writeVolker Lendecke2009-03-151-1/+2
|
* Don't copy the winbindd_request in wb_transVolker Lendecke2009-03-081-1/+1
|
* Convert wb_resp_write to tevent_reqVolker Lendecke2009-03-081-5/+4
|
* Convert wb_resp_read to tevent_reqVolker Lendecke2009-03-081-4/+3
|
* Convert wb_req_read to tevent_reqVolker Lendecke2009-03-081-5/+4
|
* Convert wb_req_write to tevent_reqVolker Lendecke2009-03-081-5/+5
|
* Add tevent_req wbc helpersVolker Lendecke2009-03-081-0/+3
|
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-0/+68
This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later.