summaryrefslogtreecommitdiff
path: root/source3/smbd/seal.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-17spnego: share spnego_parse.Günther Deschner1-0/+1
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-3/+1
2008-12-23Fix more asprintf warnings and some error path errors.Jeremy Allison1-2/+1
2008-10-13s3: fix another build warning.Günther Deschner1-4/+4
2008-10-12Cope with the fact that the data blobs returned are nowJelmer Vernooij1-4/+20
2008-04-07Remove unused variable.James Peach1-1/+0
2008-04-07Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker1-2/+5
2008-02-14Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison1-4/+16
2008-01-08Simplify... plus add a debug message.Jeremy Allison1-5/+5
2008-01-08Correctly identify enc/non-enc packets.Jeremy Allison1-3/+5
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-15/+29
2007-12-30As the encryption is stream based there's no reasonJeremy Allison1-0/+9
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-0/+703
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-703/+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-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-11/+11
2007-10-10r22747: Fix some C++ warningsVolker Lendecke1-6/+3
2007-10-10r22352: Wow - working gss SMB sealing !Jeremy Allison1-0/+3
2007-10-10r22351: Making progress in tests...Jeremy Allison1-0/+7
2007-10-10r22350: Add some helpful debug messages.Jeremy Allison1-1/+7
2007-10-10r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison1-14/+16
2007-10-10r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICEStefan Metzmacher1-1/+4
2007-10-10r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison1-3/+3
2007-10-10r21997: Implement the server side of gss seal negotiate.Jeremy Allison1-15/+86
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-15/+81
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison1-0/+86
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison1-3/+3
2007-10-10r21925: Start to code up the gss acquire creds calls.Jeremy Allison1-6/+32
2007-10-10r21917: Start to do the gss versions of sign+seal.Jeremy Allison1-4/+4
2007-10-10r21904: Fix HP build -- thanks, DonVolker Lendecke1-1/+1
2007-10-10r21900: Token exchange now seems to work, now why does theJeremy Allison1-1/+1
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison1-1/+30
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison1-27/+136
2007-10-10r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison1-33/+75
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison1-0/+257