| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #7791 - gvfsd-smb (Gnome vfs) fails to copy files from a SMB share us... | Jeremy Allison | 2010-11-11 | 1 | -5/+2 |
* | s3-build: only include async headers where needed. | Günther Deschner | 2010-09-20 | 1 | -0/+1 |
* | s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print(). | Günther Deschner | 2010-05-09 | 1 | -1/+1 |
* | s3-libsmb: Fixed a recursion in cli_pull_print. | Andreas Schneider | 2010-05-05 | 1 | -1/+1 |
* | Split out the client unix capabilities to those the server offered, and those... | Jeremy Allison | 2010-04-13 | 1 | -2/+2 |
* | s3: Explicitly handle inbuf in cli_write_andx_done | Volker Lendecke | 2010-02-22 | 1 | -2/+4 |
* | s3: Explicitly handle inbuf in cli_read_andx_done | Volker Lendecke | 2010-02-22 | 1 | -2/+2 |
* | s3: Add a talloc_move for the inbuf to cli_smb_recv | Volker Lendecke | 2010-02-22 | 1 | -3/+3 |
* | s3: remove unused variable | Björn Jacke | 2010-01-26 | 1 | -2/+0 |
* | Second part of bug fix for 6606. | Volker Lendecke | 2009-09-14 | 1 | -0/+6 |
* | s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handled | Volker Lendecke | 2009-09-14 | 1 | -4/+118 |
* | s3:libsmb: Convert (state->received) to (state->received != 0) | Volker Lendecke | 2009-09-05 | 1 | -1/+1 |
* | Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165 | Jeremy Allison | 2009-08-19 | 1 | -1/+1 |
* | s3: return proper error code in cli_smb_req_send | Bo Yang | 2009-05-13 | 1 | -4/+16 |
* | Clean up assignments to iov_base, ensure it's always cast to void *. This sho... | Jeremy Allison | 2009-05-12 | 1 | -2/+2 |
* | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 2009-04-30 | 1 | -6/+6 |
* | Convert cli_push to tevent_req | Volker Lendecke | 2009-04-08 | 1 | -69/+58 |
* | Convert cli_pull to tevent_req | Volker Lendecke | 2009-04-08 | 1 | -45/+40 |
* | Streamline cli_push sync wrapper | Volker Lendecke | 2009-04-06 | 1 | -9/+18 |
* | Convert cli_write_andx to tevent_req | Volker Lendecke | 2009-04-06 | 1 | -37/+88 |
* | Streamline cli_pull sync wrapper | Volker Lendecke | 2009-04-06 | 1 | -9/+18 |
* | Convert cli_read_andx to tevent_req | Volker Lendecke | 2009-04-06 | 1 | -108/+150 |
* | Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu... | Stefan Metzmacher | 2009-03-12 | 1 | -25/+8 |
* | s3:libsmb: add an option to cli_push to let the caller provide the buffers | Stefan Metzmacher | 2009-03-10 | 1 | -8/+25 |
* | s3:libsmb: only treat a return 0 as end of file | Stefan Metzmacher | 2009-03-10 | 1 | -4/+1 |
* | s3:libsmb: fix a lot of cli_push() bugs | Stefan Metzmacher | 2009-03-10 | 1 | -95/+107 |
* | Next step disentangling async_req from NTSTATUS | Volker Lendecke | 2009-02-02 | 1 | -1/+1 |
* | Split up async_req into a generic and a NTSTATUS specific part | Volker Lendecke | 2009-02-01 | 1 | -16/+16 |
* | Add a macro async_req_setup() | Volker Lendecke | 2009-01-18 | 1 | -25/+9 |
* | struct async_req doesn't really need to carry an event_context | Volker Lendecke | 2009-01-03 | 1 | -5/+5 |
* | Add async cli_write_andx and cli_pull | Volker Lendecke | 2008-12-19 | 1 | -0/+406 |
* | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 2008-12-19 | 1 | -1/+1 |
* | Factor out cli_write_max_bufsize | Volker Lendecke | 2008-12-19 | 1 | -25/+36 |
* | For read&x replies, check the offset | Volker Lendecke | 2008-12-13 | 1 | -0/+19 |
* | Simplify async programming a bit with helper routines | Volker Lendecke | 2008-12-08 | 1 | -6/+5 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 1 | -3/+3 |
* | Remove cli_request_get() | Volker Lendecke | 2008-08-28 | 1 | -4/+8 |
* | Add cli_pull_reply | Volker Lendecke | 2008-08-28 | 1 | -5/+12 |
* | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 2008-08-28 | 1 | -9/+24 |
* | Refactoring: Add the routine cli_request_send() | Volker Lendecke | 2008-08-28 | 1 | -46/+25 |
* | Revert "Protect against short read&x replies" | Volker Lendecke | 2008-08-23 | 1 | -4/+0 |
* | Protect against short read&x replies | Volker Lendecke | 2008-08-23 | 1 | -0/+4 |
* | cli_request_new() already gave use the req, remove a pointless function call | Volker Lendecke | 2008-08-01 | 1 | -2/+0 |
* | Security fix for CVE-2008-1105: Boundary failure when parsing SMB responses | Jeremy Allison | 2008-05-28 | 1 | -100/+0 |
* | Fix bug #5479, print spool shares require max_xmit to | Jeremy Allison | 2008-05-21 | 1 | -1/+6 |
* | Fix bug 5399 | Volker Lendecke | 2008-04-19 | 1 | -5/+0 |
* | Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs. | Jeremy Allison | 2008-03-28 | 1 | -1/+3 |
* | More ssize_t->SMB_OFF_T | Volker Lendecke | 2008-03-28 | 1 | -5/+5 |
* | On Solaris, size_t seems to be only 32 bit. | Volker Lendecke | 2008-03-21 | 1 | -5/+7 |
* | !NT_STATUS_IS_OK != NT_STATUS_IS_ERR | Volker Lendecke | 2008-03-19 | 1 | -1/+1 |