r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
[tprouty/samba.git] / source / libsmb / clireadwrite.c
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Richard Sharper2959: If we want to support writes >= 65536 with cli_w...
2007-10-10 Jeremy Allisonr2373: Fix typo.
2007-10-10 Jeremy Allisonr2371: Fix for talking to OS/2 clients (max_mux ignored...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-08 Jeremy AllisonRPC fix from Ronan Waide <waider@waider.ie>. Tested...
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2003-01-01 Richard SharpeDocument the size constraints on a write request.
2002-12-30 Jeremy AllisonMerge Richard's write > 4Gb fix.
2002-12-30 Richard SharpePort the fix to cli_setup_write to handle offsets great...
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-12-19 Herb Lewismerge from 2.2 fix for smbclient large files
2002-11-27 Jeremy AllisonTest was reversed for ERRmoredata in cli_read.
2002-11-27 Jeremy AllisonTest was reversed for ERRmoredata in cli_read.
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-26 Andrew BartlettUpdates!
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-16 Andrew BartlettFix up some of the SMB signing code:
2002-05-18 Andrew BartlettMove client_receive_smb to clientgen.c as a static...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-20 Jeremy AllisonCorrectly increment offset in cli_smbwrite.
2002-03-20 Jeremy AllisonTest against W2K that we're doing large read/writes...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2001-09-05 Andrew Tridgelluse cli_is_error() instead of looking in smb_rcls,...
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-24 Jeremy AllisonRe-added readbraw call to test with smbtorture. This...
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-07-01 Andrew Tridgellcli_read() was reading too many bytes.
2001-06-29 Jeremy AllisonUse a logical cli_read(), removed the cli_read_one...
2001-06-22 Tim PotterMerged cli_read_one() function for reading DCE/RPC...
2001-06-22 Andrew Tridgelladded some comments to make the cli read code clearer
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-05 Jeremy AllisonSet correct reply word in large writeX (greater than...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts