summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clireadwrite.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbclient: Fix bug 6606 (reported as 6744) in 3.3Volker Lendecke2009-10-121-20/+168
* 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.samba-misc-tags/initial-v3-2-testGerald (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
* 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