summaryrefslogtreecommitdiffstats
path: root/source3/lib/wbclient.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert wb_trans to tevent_reqVolker Lendecke2009-04-151-63/+49
| | | | (cherry picked from commit 7a5f973b2cfde4d696b2c54f6a701062e57a547b)
* Remove an unnecessary variableVolker Lendecke2009-04-151-5/+4
| | | | (cherry picked from commit f60b259c0805d4fd1129ad620da18ea8d7c29202)
* Make struct wb_context private to wbclient.cVolker Lendecke2009-04-151-0/+6
| | | | (cherry picked from commit 16def87b5e6271c8c5aee09781414455f1eaa7d1)
* Use tevent_wakeup_send in wb_transVolker Lendecke2009-04-151-15/+13
| | | | (cherry picked from commit 5123011f5ceb5f58db6fdade69a2c382cf5ba966)
* 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
| | | | | 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 typesKai Blin2009-02-021-7/+7
|
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-8/+8
| | | | Now I need to document this :-)
* 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
| | | | This streamlines setting up a multi-step async request a bit
* async libwbclient infrastructureVolker Lendecke2009-01-041-0/+774