summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb_seal.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16s3-libsmb: move smb encryption structs into own header.Günther Deschner1-0/+1
2010-07-19s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce1-1/+1
2010-05-31s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett1-3/+5
2010-05-31ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett1-1/+1
2009-12-22s3:ntlmssp: only include ntlmssp.h where actually neededAndrew Bartlett1-0/+1
2009-12-22s3:ntlmssp: remove the typedef NTLMSSP_STATEAndrew Bartlett1-2/+2
2009-03-24Fix two memleaks in the encryption codeVolker Lendecke1-1/+2
2008-12-05Fix for crash bug freeing a non-malloc'ed buffer if the client sends a non-en...Volker Lendecke1-0/+7
2008-02-28Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke1-3/+3
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-12/+13
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+496
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-496/+0
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-10r22747: Fix some C++ warningsVolker Lendecke1-3/+3
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-2/+2
2007-10-10r22389: Start preparing for multiple encryption contexts in theJeremy Allison1-3/+4
2007-10-10r22358: Use gss error to NTSTATUS mapping function for errors.Jeremy Allison1-4/+2
2007-10-10r22016: Try and fix the build - move things out of proto.hJeremy Allison1-2/+2
2007-10-10r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison1-26/+38
2007-10-10r21997: Implement the server side of gss seal negotiate.Jeremy Allison1-2/+6
2007-10-10r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison1-1/+1
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-29/+82
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison1-6/+27
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison1-6/+6
2007-10-10r21923: Add in the gss decrypt.Jeremy Allison1-3/+45
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-1/+4
2007-10-10r21917: Start to do the gss versions of sign+seal.Jeremy Allison1-20/+77
2007-10-10r21916: Fix couple of "return" calls on void functions.Jeremy Allison1-2/+10
2007-10-10r21912: There's no point checksumming the packet lengthJeremy Allison1-4/+4
2007-10-10r21903: Get the length calculations right (I always forgetJeremy Allison1-16/+18
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison1-12/+12
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison1-0/+12
2007-10-10r21883: Try and fix the build by removing the prototypes forJeremy Allison1-2/+2
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-78/+24
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison1-88/+211
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison1-2/+176
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-0/+41