Age | Commit message (Expand) | Author | Files | Lines |
2009-05-24 | Add "err_on_readability" to writev_send | Volker Lendecke | 1 | -2/+2 |
2009-05-18 | Fix broken pipe handling | Volker Lendecke | 1 | -2/+2 |
2009-05-19 | s3: tevent_req_poll() loops forever when pipe is broken | Bo Yang | 1 | -0/+8 |
2009-05-13 | s3:libsmb: move read_smb_send/recv() static in async_smb.c | Stefan Metzmacher | 1 | -0/+87 |
2009-05-13 | s3:libsmb: let cli_smb_chain_send() also return NTSTATUS | Stefan Metzmacher | 1 | -9/+12 |
2009-05-13 | s3:libsmb: return NT_STATUS_CONNECTION_INVALID if the fd is -1 | Bo Yang | 1 | -5/+7 |
2009-05-13 | s3: return proper error code in cli_smb_req_send | Bo Yang | 1 | -22/+28 |
2009-05-12 | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 1 | -6/+6 |
2009-04-29 | s3: fix crash in winbindd | Bo Yang | 1 | -0/+4 |
2009-04-06 | Add async oplock waiter | Volker Lendecke | 1 | -1/+101 |
2009-04-06 | Never hand out 0xffff as a mid | Volker Lendecke | 1 | -1/+1 |
2009-04-06 | Remove async_req based async libsmb infrastructure | Volker Lendecke | 1 | -869/+0 |
2009-04-06 | Add new async libsmb infrastructure | Volker Lendecke | 1 | -0/+765 |
2009-03-23 | s3:libsmb: use new simplified smb_signing code for the client side | Stefan Metzmacher | 1 | -15/+28 |
2009-03-20 | Fix crash in async_smb.c | Bo Yang | 1 | -3/+6 |
2009-02-01 | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 1 | -2/+2 |
2009-01-31 | Make is_andx_req non-static | Volker Lendecke | 1 | -26/+0 |
2009-01-28 | Fix a valgrind error when the socket dies | Volker Lendecke | 1 | -4/+9 |
2009-01-03 | struct async_req doesn't really need to carry an event_context | Volker Lendecke | 1 | -1/+1 |
2008-12-19 | Fix setting smb_len for huge write&x calls | Volker Lendecke | 1 | -1/+14 |
2008-12-19 | Add the cli_wct_ofs routine to calculate the offset for write&x | Volker Lendecke | 1 | -0/+31 |
2008-12-19 | Add a doxygen comment line I forgot to merge | Volker Lendecke | 1 | -0/+1 |
2008-12-19 | Convert cli_request->outbuf to uint8_t | Volker Lendecke | 1 | -13/+15 |
2008-12-19 | For large smbwrite&x, we need more than 64k bcc | Volker Lendecke | 1 | -4/+4 |
2008-12-19 | Add some comments | Volker Lendecke | 1 | -0/+22 |
2008-12-19 | Fix the padding calculation in smb_splice_chain for "bytes_padding!=0" | Volker Lendecke | 1 | -1/+1 |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -2/+5 |
2008-12-19 | Prefer network writes over reads | Volker Lendecke | 1 | -32/+33 |
2008-12-08 | Add a "bytes_padding" parameter to smb_splice_chain | Volker Lendecke | 1 | -12/+28 |
2008-12-08 | Factor out smb_splice_chain(), to be used by chain_reply() in smbd | Volker Lendecke | 1 | -46/+98 |
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 |