summaryrefslogtreecommitdiffstats
path: root/source/smbd/seal.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more asprintf warnings and some error path errors.Jeremy Allison2009-01-021-2/+1
* Remove unused variable.James Peach2008-04-071-1/+0
* Fix Kerberos interop with Mac OS X 10.5 clients.Bill Ricker2008-04-071-2/+5
* Currently we don't SPNEGO negotiate back to NTLMSSP. Note this.Jeremy Allison2008-02-141-4/+16
* Simplify... plus add a debug message.Jeremy Allison2008-01-081-5/+5
* Correctly identify enc/non-enc packets.Jeremy Allison2008-01-081-3/+5
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-15/+29
* As the encryption is stream based there's no reasonJeremy Allison2007-12-301-0/+9
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-0/+703
* [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-703/+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
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-11/+11
* r22747: Fix some C++ warningsVolker Lendecke2007-10-101-6/+3
* r22352: Wow - working gss SMB sealing !Jeremy Allison2007-10-101-0/+3
* r22351: Making progress in tests...Jeremy Allison2007-10-101-0/+7
* r22350: Add some helpful debug messages.Jeremy Allison2007-10-101-1/+7
* r22327: Finish the gss-spnego part of the seal code. NowJeremy Allison2007-10-101-14/+16
* r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICEStefan Metzmacher2007-10-101-1/+4
* r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison2007-10-101-3/+3
* r21997: Implement the server side of gss seal negotiate.Jeremy Allison2007-10-101-15/+86
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-101-15/+81
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-101-0/+86
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-3/+3
* r21925: Start to code up the gss acquire creds calls.Jeremy Allison2007-10-101-6/+32
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-101-4/+4
* r21904: Fix HP build -- thanks, DonVolker Lendecke2007-10-101-1/+1
* r21900: Token exchange now seems to work, now why does theJeremy Allison2007-10-101-1/+1
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-101-1/+30
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-101-27/+136
* r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison2007-10-101-33/+75
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-0/+257