Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert wb_trans to tevent_req | Volker Lendecke | 2009-04-15 | 1 | -63/+49 |
| | | | | (cherry picked from commit 7a5f973b2cfde4d696b2c54f6a701062e57a547b) | ||||
* | Remove an unnecessary variable | Volker Lendecke | 2009-04-15 | 1 | -5/+4 |
| | | | | (cherry picked from commit f60b259c0805d4fd1129ad620da18ea8d7c29202) | ||||
* | Make struct wb_context private to wbclient.c | Volker Lendecke | 2009-04-15 | 1 | -0/+6 |
| | | | | (cherry picked from commit 16def87b5e6271c8c5aee09781414455f1eaa7d1) | ||||
* | Use tevent_wakeup_send in wb_trans | Volker Lendecke | 2009-04-15 | 1 | -15/+13 |
| | | | | (cherry picked from commit 5123011f5ceb5f58db6fdade69a2c382cf5ba966) | ||||
* | Don't copy the winbindd_request in wb_trans | Volker Lendecke | 2009-03-08 | 1 | -30/+2 |
| | |||||
* | Convert wb_open_pipe to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -51/+47 |
| | |||||
* | Convert wb_connect to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -38/+30 |
| | |||||
* | Convert wb_int_trans to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -69/+63 |
| | |||||
* | Add parameter "queue" to wb_int_trans_send | Volker Lendecke | 2009-03-08 | 1 | -6/+7 |
| | |||||
* | Convert wb_resp_read to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -9/+7 |
| | |||||
* | Convert wb_req_write to tevent_req | Volker Lendecke | 2009-03-08 | 1 | -13/+14 |
| | |||||
* | Fix wbclient.c wrt tevent_req changes too. | Simo Sorce | 2009-03-02 | 1 | -4/+3 |
| | |||||
* | Convert async_connect to tevent_req | Volker Lendecke | 2009-02-24 | 1 | -18/+44 |
| | |||||
* | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 2009-02-09 | 1 | -74/+64 |
| | | | | | 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. | ||||
* | s3-wbclient: Use new tevent data types | Kai Blin | 2009-02-02 | 1 | -7/+7 |
| | |||||
* | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 2009-02-02 | 1 | -8/+8 |
| | | | | Now I need to document this :-) | ||||
* | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 2009-02-01 | 1 | -27/+27 |
| | |||||
* | Add a macro async_req_setup() | Volker Lendecke | 2009-01-18 | 1 | -23/+6 |
| | | | | This streamlines setting up a multi-step async request a bit | ||||
* | async libwbclient infrastructure | Volker Lendecke | 2009-01-04 | 1 | -0/+774 |