[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
[jra/samba/.git] / source3 / libsmb / clitrans.c
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Derrell Lipmanr22732: - Testing of libsmbclient against Vista reveale...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr21899: At least we're getting to stage 2 of the blob
2007-10-10 Volker Lendecker17333: Some C++ warnings
2007-10-10 Jeremy Allisonr17292: Try and fix bug #3967 - signing problems on...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Tim Potterr8572: Remove crufty #define NO_SYSLOG as it's not...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Jeremy Allisonr5840: Fix findfirst/findnext with protocol level ...
2007-10-10 Volker Lendecker4570: Replace cli->nt_pipe_fnum with an array of NT...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-12-01 Jeremy AllisonEnsure we use the same mid for the secondary trans...
2003-12-01 Jeremy AllisonEnsure we use the same mid for the secondary trans...
2003-12-01 Jeremy AllisonBetter fix for client signing bug. Ensure we don't...
2003-12-01 Jeremy AllisonBetter fix for client signing bug. Ensure we don't...
2003-11-30 Jeremy AllisonFix signing bug with secondary client trans requests...
2003-11-30 Jeremy AllisonFix signing bug with secondary client trans requests...
2003-10-20 Jeremy AllisonMerge Volker's fix.
2003-10-20 Volker LendeckeWe are doing NT error codes now.... If we have an NT...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-02 Jeremy AllisonMore fixes for client and server side signing. Ensure...
2003-08-02 Jeremy AllisonCorrect fix (removed the earlier band-aid) for what...
2003-03-17 Andrew BartlettMerge from HEAD:
2003-03-15 Andrew BartlettAdd const, and a signed/unsigned fix.
2003-03-13 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2003-03-12 Jeremy AllisonChange size parameters from signed to unsigned to fix...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-17 Jeremy AllisonUse tparam not tdata when reallocing params to make...
2001-08-17 Jean-François Mico... more useful debug messages and check if the size are...
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-03-14 Andrew Tridgellsimpler clistr interface which handles individual packe...
2001-03-10 Andrew Tridgellto use the same macros in the client and server rename...
2001-02-20 Andrew Tridgell- neater setting of bcc
2001-02-20 Andrew Tridgellpipe opening now works with unicode
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-03 Andrew Tridgell- added client support for nttrans calls
2000-04-25 Andrew Tridgellsplit clientgen.c into several parts