Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libwbclient: Add async call framework. | Kai Blin | 2009-05-30 | 1 | -75/+0 |
| | |||||
* | s3 async wbclient: Change license to LGPLv3+ | Volker Lendecke | 2009-05-29 | 1 | -8/+12 |
| | |||||
* | s3 wbc_async: Fix copyright notice cut&paste error. | Kai Blin | 2009-05-29 | 1 | -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/recv | Volker Lendecke | 2009-05-09 | 1 | -0/+7 |
| | |||||
* | Convert lib/wb_reqtrans.c to unix calling conventions | Volker Lendecke | 2009-05-07 | 1 | -6/+6 |
| | |||||
* | Remove unused async_req references from wb_reqtrans.c | Volker Lendecke | 2009-03-16 | 1 | -2/+0 |
| | |||||
* | Convert wb_trans to tevent_req | Volker Lendecke | 2009-03-16 | 1 | -4/+5 |
| | |||||
* | Make struct wb_context private to wbclient.c | Volker Lendecke | 2009-03-16 | 1 | -5/+1 |
| | |||||
* | Add queue argument to wb_resp_write | Volker Lendecke | 2009-03-15 | 1 | -1/+2 |
| | |||||
* | Don't copy the winbindd_request in wb_trans | Volker Lendecke | 2009-03-08 | 1 | -1/+1 |
| | |||||
* | Convert wb_resp_write to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -5/+4 |
| | |||||
* | Convert wb_resp_read to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -4/+3 |
| | |||||
* | Convert wb_req_read to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -5/+4 |
| | |||||
* | Convert wb_req_write to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -5/+5 |
| | |||||
* | Add tevent_req wbc helpers | Volker Lendecke | 2009-03-08 | 1 | -0/+3 |
| | |||||
* | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 2009-02-09 | 1 | -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. |