Age | Commit message (Expand) | Author | Files | Lines |
2010-10-08 | s3: Fix input check in is_encrypted_packet | Volker Lendecke | 1 | -1/+3 |
2010-07-20 | Add approriate TALLOC_CTX's thoughout the spnego code. No more implicit NULL ... | Jeremy Allison | 1 | -4/+4 |
2010-07-20 | Add TALLOC_CTX argument to spnego_parse_negTokenInit, reduce | Jeremy Allison | 1 | -2/+2 |
2010-07-20 | s3-auth: Move auth_ntlmssp wrappers in their own file | Simo Sorce | 1 | -0/+1 |
2010-07-19 | s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contexts | Simo Sorce | 1 | -1/+1 |
2010-05-31 | ntlmssp: Make the ntlmssp.h from source3/ a common header | Andrew Bartlett | 1 | -1/+1 |
2010-05-31 | s3:auth Remove AUTH_NTLMSSP_STATE typedef. | Andrew Bartlett | 1 | -1/+1 |
2010-05-31 | s3:auth Make AUTH_NTLMSSP_STATE a private structure. | Andrew Bartlett | 1 | -3/+6 |
2009-12-22 | s3:ntlmssp: only include ntlmssp.h where actually needed | Andrew Bartlett | 1 | -0/+1 |
2009-09-17 | spnego: share spnego_parse. | Günther Deschner | 1 | -0/+1 |
2009-01-08 | s3:smbd: move all globals and static variables in globals.[ch] | Stefan Metzmacher | 1 | -3/+1 |
2008-12-23 | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 1 | -2/+1 |
2008-10-13 | s3: fix another build warning. | Günther Deschner | 1 | -4/+4 |
2008-10-12 | Cope with the fact that the data blobs returned are now | Jelmer Vernooij | 1 | -4/+20 |
2008-04-07 | Remove unused variable. | James Peach | 1 | -1/+0 |
2008-04-07 | Fix Kerberos interop with Mac OS X 10.5 clients. | Bill Ricker | 1 | -2/+5 |
2008-02-14 | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 1 | -4/+16 |
2008-01-08 | Simplify... plus add a debug message. | Jeremy Allison | 1 | -5/+5 |
2008-01-08 | Correctly identify enc/non-enc packets. | Jeremy Allison | 1 | -3/+5 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -15/+29 |
2007-12-30 | As the encryption is stream based there's no reason | Jeremy Allison | 1 | -0/+9 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -0/+703 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -703/+0 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -11/+11 |
2007-10-10 | r22747: Fix some C++ warnings | Volker Lendecke | 1 | -6/+3 |
2007-10-10 | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r22351: Making progress in tests... | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22350: Add some helpful debug messages. | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 1 | -14/+16 |
2007-10-10 | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r22013: Move to SSPI framing (sig first in NTLM). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r21997: Implement the server side of gss seal negotiate. | Jeremy Allison | 1 | -15/+86 |
2007-10-10 | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 1 | -15/+81 |
2007-10-10 | r21969: Start working on the gss-side of the server negotiation. | Jeremy Allison | 1 | -0/+86 |
2007-10-10 | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r21925: Start to code up the gss acquire creds calls. | Jeremy Allison | 1 | -6/+32 |
2007-10-10 | r21917: Start to do the gss versions of sign+seal. | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r21904: Fix HP build -- thanks, Don | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21900: Token exchange now seems to work, now why does the | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 1 | -1/+30 |
2007-10-10 | r21894: Some refactoring of server side encryption context. Support | Jeremy Allison | 1 | -27/+136 |
2007-10-10 | r21891: Finish server-side NTLM-SPNEGO negotiation support. | Jeremy Allison | 1 | -33/+75 |
2007-10-10 | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 1 | -0/+257 |