Age | Commit message (Expand) | Author | Files | Lines |
2008-10-14 | Fixed "argument differ in signedness" warning on linux | Tim Prouty | 1 | -2/+2 |
2008-10-09 | Ensure we handle signals correctly during the async calls. | Jeremy Allison | 1 | -2/+2 |
2008-09-17 | Remove a cast -- thanks metze | Volker Lendecke | 1 | -2/+2 |
2008-09-12 | Factor out validate_smb_crypto | Volker Lendecke | 1 | -41/+53 |
2008-09-12 | Fix "make test" -- gna... | Volker Lendecke | 1 | -1/+1 |
2008-09-12 | remove a pointless empty line | Volker Lendecke | 1 | -1/+0 |
2008-09-12 | Add a paranoia check on incoming PDUs | Volker Lendecke | 1 | -0/+7 |
2008-09-09 | Move setting the mid field in req->outbuf from _cork to _uncork | Volker Lendecke | 1 | -1/+1 |
2008-09-09 | Add utility function cli_in_chain() | Volker Lendecke | 1 | -0/+15 |
2008-09-05 | Protect against a closed socket | Volker Lendecke | 1 | -0/+5 |
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 |