summaryrefslogtreecommitdiff
path: root/source3/libsmb/clireadwrite.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-05-09s3-libsmb: fix argument order for tevent_req_default_print in cli_pull_print().Günther Deschner1-1/+1
2010-05-05s3-libsmb: Fixed a recursion in cli_pull_print.Andreas Schneider1-1/+1
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison1-2/+2
2010-02-22s3: Explicitly handle inbuf in cli_write_andx_doneVolker Lendecke1-2/+4
2010-02-22s3: Explicitly handle inbuf in cli_read_andx_doneVolker Lendecke1-2/+2
2010-02-22s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke1-3/+3
2010-01-26s3: remove unused variableBjörn Jacke1-2/+0
2009-09-14Second part of bug fix for 6606.Volker Lendecke1-0/+6
2009-09-14s3:libsmb: Fix bug 6606 -- short reads in smbclient were not handledVolker Lendecke1-4/+118
2009-09-05s3:libsmb: Convert (state->received) to (state->received != 0)Volker Lendecke1-1/+1
2009-08-19Fix Red Hat bugzilla bug : https://bugzilla.redhat.com/show_bug.cgi?id=516165Jeremy Allison1-1/+1
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang1-4/+16
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-2/+2
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-6/+6
2009-04-08Convert cli_push to tevent_reqVolker Lendecke1-69/+58
2009-04-08Convert cli_pull to tevent_reqVolker Lendecke1-45/+40
2009-04-06Streamline cli_push sync wrapperVolker Lendecke1-9/+18
2009-04-06Convert cli_write_andx to tevent_reqVolker Lendecke1-37/+88
2009-04-06Streamline cli_pull sync wrapperVolker Lendecke1-9/+18
2009-04-06Convert cli_read_andx to tevent_reqVolker Lendecke1-108/+150
2009-03-12Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher1-25/+8
2009-03-10s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher1-8/+25
2009-03-10s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher1-4/+1
2009-03-10s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher1-95/+107
2009-02-02Next step disentangling async_req from NTSTATUSVolker Lendecke1-1/+1
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-16/+16
2009-01-18Add a macro async_req_setup()Volker Lendecke1-25/+9
2009-01-03struct async_req doesn't really need to carry an event_contextVolker Lendecke1-5/+5
2008-12-19Add async cli_write_andx and cli_pullVolker Lendecke1-0/+406
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-1/+1
2008-12-19Factor out cli_write_max_bufsizeVolker Lendecke1-25/+36
2008-12-13For read&x replies, check the offsetVolker Lendecke1-0/+19
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-6/+5
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-3/+3
2008-08-28Remove cli_request_get()Volker Lendecke1-4/+8
2008-08-28Add cli_pull_replyVolker Lendecke1-5/+12
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke1-9/+24
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke1-46/+25
2008-08-23Revert "Protect against short read&x replies"Volker Lendecke1-4/+0
2008-08-23Protect against short read&x repliesVolker Lendecke1-0/+4
2008-08-01cli_request_new() already gave use the req, remove a pointless function callVolker Lendecke1-2/+0
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-100/+0
2008-05-21Fix bug #5479, print spool shares require max_xmit toJeremy Allison1-1/+6
2008-04-19Fix bug 5399Volker Lendecke1-5/+0
2008-03-28Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison1-1/+3
2008-03-28More ssize_t->SMB_OFF_TVolker Lendecke1-5/+5
2008-03-21On Solaris, size_t seems to be only 32 bit.Volker Lendecke1-5/+7
2008-03-19!NT_STATUS_IS_OK != NT_STATUS_IS_ERRVolker Lendecke1-1/+1
2008-03-18Fix bug 5334Volker Lendecke1-0/+8