summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smb_seal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix two memleaks in the encryption codeVolker Lendecke2009-03-271-1/+2
* Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke2008-12-111-0/+7
* Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-281-3/+3
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-12/+13
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+496
* [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-496/+0
* 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
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-3/+3
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-2/+2
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-3/+4
* r22358: Use gss error to NTSTATUS mapping function for errors.Jeremy Allison2007-10-101-4/+2
* r22016: Try and fix the build - move things out of proto.hJeremy Allison2007-10-101-2/+2
* r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison2007-10-101-26/+38
* r21997: Implement the server side of gss seal negotiate.Jeremy Allison2007-10-101-2/+6
* r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison2007-10-101-1/+1
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-29/+82
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-101-6/+27
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-6/+6
* r21923: Add in the gss decrypt.Jeremy Allison2007-10-101-3/+45
* r21922: Fixed the build by rather horrid means. I really needJeremy Allison2007-10-101-1/+4
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-101-20/+77
* r21916: Fix couple of "return" calls on void functions.Jeremy Allison2007-10-101-2/+10
* r21912: There's no point checksumming the packet lengthJeremy Allison2007-10-101-4/+4
* r21903: Get the length calculations right (I always forgetJeremy Allison2007-10-101-16/+18
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-12/+12
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-101-0/+12
* r21883: Try and fix the build by removing the prototypes forJeremy Allison2007-10-101-2/+2
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-78/+24
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-88/+211
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-2/+176
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-0/+41