summaryrefslogtreecommitdiff
path: root/source3/libsmb/clitrans.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-28Move cli_trans_oob to lib/util.cVolker Lendecke1-17/+4
2008-09-10Fix some bogus compiler warningsVolker Lendecke1-5/+10
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke1-0/+701
2008-05-13Fix signing problem in the client with transs requestsVolker Lendecke1-0/+3
2008-05-13Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke1-0/+14
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-4/+4
2007-12-04Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison1-14/+0
2007-11-30Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison1-40/+85
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-6/+6
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-4/+4
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-10r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman1-1/+8
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-4/+4
2007-10-10r21899: At least we're getting to stage 2 of the blobJeremy Allison1-4/+10
2007-10-10r17333: Some C++ warningsVolker Lendecke1-4/+4
2007-10-10r17292: Try and fix bug #3967 - signing problems on transJeremy Allison1-40/+61
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-36/+2
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-20/+8
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-4/+15
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-2/+2
2007-10-10r5840: Fix findfirst/findnext with protocol level < NT1.Jeremy Allison1-2/+3
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-2/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2003-12-01Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison1-0/+6
2003-12-01Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison1-30/+26
2003-11-30Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison1-0/+20
2003-10-20We are doing NT error codes now.... If we have an NT error, report thatVolker Lendecke1-0/+11
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison1-17/+61
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison1-0/+18
2003-03-17Merge from HEAD:Andrew Bartlett1-3/+3
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-69/+164
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-4/+4
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-20/+6
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-12/+17
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-7/+10
2001-08-17Use tparam not tdata when reallocing params to make clearer.Jeremy Allison1-12/+15
2001-08-17more useful debug messages and check if the size are non null.Jean-François Micouleau1-10/+17
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-4/+26
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-9/+15
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-6/+2
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-2/+2
2001-02-20- neater setting of bccAndrew Tridgell1-8/+4
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-3/+10
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+6
2000-12-03- added client support for nttrans callsAndrew Tridgell1-0/+200