summaryrefslogtreecommitdiff
path: root/source3/libsmb/clireadwrite.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-08Correctly calculate the max read sizeVolker Lendecke1-1/+1
2008-03-06Convert cli_read to use cli_pullVolker Lendecke1-163/+15
2008-03-06Add async cli_pull supportVolker Lendecke1-0/+425
2008-01-16Fix bug found by Derrell - windows returns an read returnJeremy Allison1-21/+28
2008-01-14Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison1-3/+6
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-14/+17
2007-11-06Ensure we don't use massive writes in pipe mode.Jeremy Allison1-2/+3
2007-11-02Change the client library to write directly out ofJeremy Allison1-32/+74
2007-10-30Our userlevel SMBwriteX call is non-standard in that itJeremy Allison1-8/+10
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-7/+7
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-8/+6
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23148: Fix old old bug in cli_smbwrite() (not incrementingJeremy Allison1-1/+1
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-10/+40
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-5/+5
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+2
2007-10-10r15162: Patch for bug #3668. Windows has a bug with LARGE_READXJeremy Allison1-1/+5
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-1/+6
2007-10-10r13119: Fix for #1779 from William Jojo <jojowil@hvcc.edu>Jeremy Allison1-4/+6
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-6/+6
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r4212: Ensure we only look at the bottom bit of large_readx.Jeremy Allison1-5/+6
2007-10-10r4188: Ensure we add in the upper length in the right place !Jeremy Allison1-1/+1
2007-10-10r4186: Fix client & server to allow 127k READX calls.Jeremy Allison1-1/+7
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r2959: If we want to support writes >= 65536 with cli_write, then it had betterRichard Sharpe1-4/+4
2007-10-10r2373: Fix typo.Jeremy Allison1-3/+3
2007-10-10r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...Jeremy Allison1-1/+7
2003-08-08RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison1-1/+1
2003-01-15*lots of small merges form HEADGerald Carter1-2/+5
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+3
2002-12-30Merge Richard's write > 4Gb fix.Jeremy Allison1-2/+12
2002-12-19merge from 2.2 fix for smbclient large filesHerb Lewis1-1/+9
2002-11-27Test was reversed for ERRmoredata in cli_read.Jeremy Allison1-0/+10