Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2008-09-05 | Do proper error handling if the socket is closed | Volker Lendecke | 1 | -2/+8 |
2008-08-28 | Remove cli_request_get() | Volker Lendecke | 1 | -17/+6 |
2008-08-28 | Add cli_request->recv_helper | Volker Lendecke | 1 | -1/+6 |
2008-08-28 | Activate code to enable chained requests | Volker Lendecke | 1 | -176/+27 |
2008-08-28 | This adds the code to allow chained requests in libsmb/ | Volker Lendecke | 1 | -0/+534 |
2008-08-28 | Move "struct cli_request" from client.h to async_smb.h | Volker Lendecke | 1 | -6/+32 |
2008-08-28 | Add cli_pull_reply | Volker Lendecke | 1 | -0/+54 |
2008-08-28 | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 1 | -70/+24 |
2008-08-28 | Refactoring: Add the routine cli_request_send() | Volker Lendecke | 1 | -5/+57 |
2008-08-14 | Prevent NT_STATUS 0xF1000000 errors from appearing when | Jim McDonough | 1 | -0/+6 |
2008-03-08 | Move inbuf handling to before the PDU handling | Volker Lendecke | 1 | -58/+59 |
2008-03-06 | Add infrastructure to support async SMB requests | Volker Lendecke | 1 | -0/+483 |