summaryrefslogtreecommitdiff
path: root/source3/libsmb/clireadwrite.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-26/+38
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison1-0/+2
2002-03-20Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison1-0/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-6/+6
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-2/+2
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-4/+5
2001-08-24Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison1-1/+88
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-10/+14
2001-07-01cli_read() was reading too many bytes.Andrew Tridgell1-2/+1
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison1-124/+61
2001-06-22Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter1-0/+46
2001-06-22added some comments to make the cli read code clearerAndrew Tridgell1-4/+14
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-5/+8