summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r4212: Ensure we only look at the bottom bit of large_readx.Jeremy Allison2007-10-101-5/+6
* r4188: Ensure we add in the upper length in the right place !Jeremy Allison2007-10-101-1/+1
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2007-10-101-1/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r2959: If we want to support writes >= 65536 with cli_write, then it had betterRichard Sharpe2007-10-101-4/+4
* r2373: Fix typo.Jeremy Allison2007-10-101-3/+3
* r2371: Fix for talking to OS/2 clients (max_mux ignored) by Guenter Kukkukk <...Jeremy Allison2007-10-101-1/+7
* RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison2003-08-081-1/+1
* *lots of small merges form HEADGerald Carter2003-01-151-2/+5
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+3
* Merge Richard's write > 4Gb fix.Jeremy Allison2002-12-301-2/+12
* merge from 2.2 fix for smbclient large filesHerb Lewis2002-12-191-1/+9
* Test was reversed for ERRmoredata in cli_read.Jeremy Allison2002-11-271-0/+10
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-26/+38
* Correctly increment offset in cli_smbwrite.Jeremy Allison2002-03-201-0/+2
* Test against W2K that we're doing large read/writes correctly (we are).Jeremy Allison2002-03-201-0/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-6/+6
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-2/+2
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-4/+5
* Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison2001-08-241-1/+88
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-10/+14
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-291-124/+61
* Merged cli_read_one() function for reading DCE/RPC reply fragments.Tim Potter2001-06-221-0/+46
* added some comments to make the cli read code clearerAndrew Tridgell2001-06-221-4/+14
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-5/+8
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-1/+5
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-2/+2
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+273