summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher2009-03-121-25/+8
* s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher2009-03-101-8/+25
* s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher2009-03-101-4/+1
* s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher2009-03-101-95/+107
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-021-1/+1
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-16/+16
* Add a macro async_req_setup()Volker Lendecke2009-01-181-25/+9
* struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-031-5/+5
* Add async cli_write_andx and cli_pullVolker Lendecke2008-12-191-0/+406
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-1/+1
* Factor out cli_write_max_bufsizeVolker Lendecke2008-12-191-25/+36
* For read&x replies, check the offsetVolker Lendecke2008-12-131-0/+19
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-6/+5
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-3/+3
* Remove cli_request_get()Volker Lendecke2008-08-281-4/+8
* Add cli_pull_replyVolker Lendecke2008-08-281-5/+12
* Remove cli->event_ctx, pass it explicitlyVolker Lendecke2008-08-281-9/+24
* Refactoring: Add the routine cli_request_send()Volker Lendecke2008-08-281-46/+25
* Revert "Protect against short read&x replies"Volker Lendecke2008-08-231-4/+0
* Protect against short read&x repliesVolker Lendecke2008-08-231-0/+4
* cli_request_new() already gave use the req, remove a pointless function callVolker Lendecke2008-08-011-2/+0
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-100/+0
* Fix bug #5479, print spool shares require max_xmit toJeremy Allison2008-05-211-1/+6
* Fix bug 5399Volker Lendecke2008-04-191-5/+0
* Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison2008-03-281-1/+3
* More ssize_t->SMB_OFF_TVolker Lendecke2008-03-281-5/+5
* On Solaris, size_t seems to be only 32 bit.Volker Lendecke2008-03-211-5/+7
* !NT_STATUS_IS_OK != NT_STATUS_IS_ERRVolker Lendecke2008-03-191-1/+1
* Fix bug 5334Volker Lendecke2008-03-181-0/+8
* Correctly calculate the max read sizeVolker Lendecke2008-03-081-1/+1
* Convert cli_read to use cli_pullVolker Lendecke2008-03-061-163/+15
* Add async cli_pull supportVolker Lendecke2008-03-061-0/+425
* Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
* Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-14/+17
* Ensure we don't use massive writes in pipe mode.Jeremy Allison2007-11-061-2/+3
* Change the client library to write directly out ofJeremy Allison2007-11-021-32/+74
* Our userlevel SMBwriteX call is non-standard in that itJeremy Allison2007-10-301-8/+10
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-8/+6
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23148: Fix old old bug in cli_smbwrite() (not incrementingJeremy Allison2007-10-101-1/+1
* r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison2007-10-101-10/+40
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-5/+5
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+2
* r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison2007-10-101-1/+5
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-1/+6
* r13119: Fix for #1779 from William Jojo <jojowil@hvcc.edu>Jeremy Allison2007-10-101-4/+6
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-6/+6