summaryrefslogtreecommitdiff
path: root/source3/lib/wbclient.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin1-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.
2009-02-02s3-wbclient: Use new tevent data typesKai Blin1-7/+7
2009-02-02Next step disentangling async_req from NTSTATUSVolker Lendecke1-8/+8
Now I need to document this :-)
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-27/+27
2009-01-18Add a macro async_req_setup()Volker Lendecke1-23/+6
This streamlines setting up a multi-step async request a bit
2009-01-04async libwbclient infrastructureVolker Lendecke1-0/+774