summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clitrans.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher2009-03-271-23/+7
* Fix signing problem in the client with transs requestsVolker Lendecke2008-05-131-0/+3
* Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2008-05-131-0/+14
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-4/+4
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-041-14/+0
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-40/+85
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-6/+6
* [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-4/+4
* 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
* r22732: - Testing of libsmbclient against Vista revealed what is likely a bug inDerrell Lipman2007-10-101-1/+8
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-4/+4
* r21899: At least we're getting to stage 2 of the blobJeremy Allison2007-10-101-4/+10
* r17333: Some C++ warningsVolker Lendecke2007-10-101-4/+4
* r17292: Try and fix bug #3967 - signing problems on transJeremy Allison2007-10-101-40/+61
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-36/+2
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-20/+8
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-4/+15
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-2/+2
* r5840: Fix findfirst/findnext with protocol level < NT1.Jeremy Allison2007-10-101-2/+3
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* Ensure we use the same mid for the secondary trans requests, W2K3Jeremy Allison2003-12-011-0/+6
* Better fix for client signing bug. Ensure we don't malloc/free trans signingJeremy Allison2003-12-011-30/+26
* Fix signing bug with secondary client trans requests. Turns out the lastJeremy Allison2003-11-301-0/+20
* We are doing NT error codes now.... If we have an NT error, report thatVolker Lendecke2003-10-201-0/+11
* More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-021-17/+61
* Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison2003-08-021-0/+18
* Merge from HEAD:Andrew Bartlett2003-03-171-3/+3
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-131-69/+164
* 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-4/+4
* 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-20/+6
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-12/+17
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-7/+10
* Use tparam not tdata when reallocing params to make clearer.Jeremy Allison2001-08-171-12/+15
* more useful debug messages and check if the size are non null.Jean-François Micouleau2001-08-171-10/+17
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-4/+26
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-9/+15
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-141-6/+2
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-2/+2
* - neater setting of bccAndrew Tridgell2001-02-201-8/+4
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-3/+10
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+6
* - added client support for nttrans callsAndrew Tridgell2000-12-031-0/+200
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+233