Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-28 | Fix async reading winbindd_response | Volker Lendecke | 1 | -1/+1 | |
2009-02-24 | Use read_packet for wb_resp_read | Volker Lendecke | 1 | -90/+29 | |
2009-02-24 | Use read_packet for wb_req_read | Volker Lendecke | 1 | -92/+36 | |
2009-02-24 | Use async writev for wb_resp_write | Volker Lendecke | 1 | -53/+23 | |
2009-02-24 | Use async writev in wb_req_write | Volker Lendecke | 1 | -52/+22 | |
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -60/+121 | |
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. | |||||
2009-02-02 | s3-wbclient: Use new tevent data types | Kai Blin | 1 | -8/+8 | |
2009-02-02 | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 1 | -8/+8 | |
Now I need to document this :-) | |||||
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -25/+25 | |
2009-01-18 | Add a macro async_req_setup() | Volker Lendecke | 1 | -36/+8 | |
This streamlines setting up a multi-step async request a bit | |||||
2009-01-04 | Remove wb_trans_send/recv | Volker Lendecke | 1 | -143/+0 | |
2009-01-04 | Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c | Volker Lendecke | 1 | -0/+685 | |