summaryrefslogtreecommitdiff
path: root/source3/libsmb/async_smb.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-17Remove a cast -- thanks metzeVolker Lendecke1-2/+2
2008-09-12Factor out validate_smb_cryptoVolker Lendecke1-41/+53
2008-09-12Fix "make test" -- gna...Volker Lendecke1-1/+1
2008-09-12remove a pointless empty lineVolker Lendecke1-1/+0
2008-09-12Add a paranoia check on incoming PDUsVolker Lendecke1-0/+7
2008-09-09Move setting the mid field in req->outbuf from _cork to _uncorkVolker Lendecke1-1/+1
2008-09-09Add utility function cli_in_chain()Volker Lendecke1-0/+15
2008-09-05Protect against a closed socketVolker Lendecke1-0/+5
2008-09-05Do proper error handling if the socket is closedVolker Lendecke1-2/+8
2008-08-28Remove cli_request_get()Volker Lendecke1-17/+6
2008-08-28Add cli_request->recv_helperVolker Lendecke1-1/+6
2008-08-28Activate code to enable chained requestsVolker Lendecke1-176/+27
2008-08-28This adds the code to allow chained requests in libsmb/Volker Lendecke1-0/+534
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke1-6/+32
2008-08-28Add cli_pull_replyVolker Lendecke1-0/+54
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke1-70/+24
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke1-5/+57
2008-08-14Prevent NT_STATUS 0xF1000000 errors from appearing whenJim McDonough1-0/+6
2008-03-08Move inbuf handling to before the PDU handlingVolker Lendecke1-58/+59
2008-03-06Add infrastructure to support async SMB requestsVolker Lendecke1-0/+483