Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused variable. | James Peach | 2008-04-07 | 1 | -1/+0 |
| | |||||
* | Fix Kerberos interop with Mac OS X 10.5 clients. | Bill Ricker | 2008-04-07 | 1 | -2/+5 |
| | | | | | Ignore optional req_flags. Use the Kerberos mechanism OID negotiated with the client rather than hardcoding OID_KERBEROS5_OLD. | ||||
* | Currently we don't SPNEGO negotiate back to NTLMSSP. Note this. | Jeremy Allison | 2008-02-14 | 1 | -4/+16 |
| | | | | Jeremy. | ||||
* | Simplify... plus add a debug message. | Jeremy Allison | 2008-01-08 | 1 | -5/+5 |
| | | | | Jeremy. | ||||
* | Correctly identify enc/non-enc packets. | Jeremy Allison | 2008-01-08 | 1 | -3/+5 |
| | | | | Jeremy. | ||||
* | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 2008-01-04 | 1 | -15/+29 |
| | | | | | | with Volker. Mostly making sure we have data on the incoming packet type, not stored in the smb header. Jeremy. | ||||
* | As the encryption is stream based there's no reason | Jeremy Allison | 2007-12-30 | 1 | -0/+9 |
| | | | | | | | oplock breaks can't be encrypted. If we have multiple contexts I should probably attach them to the connection struct, but for now use the global context number. Jeremy. | ||||
* | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 2007-12-26 | 1 | -0/+703 |
| | | | | | negotiation works. Jeremy. | ||||
* | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-test | Gerald (Jerry) Carter | 2007-10-10 | 1 | -703/+0 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 2007-10-10 | 1 | -11/+11 |
| | | | | replace all data_blob(NULL, 0) calls. | ||||
* | r22747: Fix some C++ warnings | Volker Lendecke | 2007-10-10 | 1 | -6/+3 |
| | |||||
* | r22352: Wow - working gss SMB sealing ! | Jeremy Allison | 2007-10-10 | 1 | -0/+3 |
| | | | | Jeremy. | ||||
* | r22351: Making progress in tests... | Jeremy Allison | 2007-10-10 | 1 | -0/+7 |
| | | | | Jeremy. | ||||
* | r22350: Add some helpful debug messages. | Jeremy Allison | 2007-10-10 | 1 | -1/+7 |
| | | | | Jeremy. | ||||
* | r22327: Finish the gss-spnego part of the seal code. Now | Jeremy Allison | 2007-10-10 | 1 | -14/+16 |
| | | | | | for testing.... Jeremy. | ||||
* | r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE | Stefan Metzmacher | 2007-10-10 | 1 | -1/+4 |
| | | | | metze | ||||
* | r22013: Move to SSPI framing (sig first in NTLM). | Jeremy Allison | 2007-10-10 | 1 | -3/+3 |
| | | | | Jeremy | ||||
* | r21997: Implement the server side of gss seal negotiate. | Jeremy Allison | 2007-10-10 | 1 | -15/+86 |
| | | | | Jeremy. | ||||
* | r21991: I hate Steve French :-). Add support for encryption | Jeremy Allison | 2007-10-10 | 1 | -15/+81 |
| | | | | | contexts.... Jeremy. | ||||
* | r21969: Start working on the gss-side of the server negotiation. | Jeremy Allison | 2007-10-10 | 1 | -0/+86 |
| | | | | Jeremy. | ||||
* | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 2007-10-10 | 1 | -3/+3 |
| | | | | | Thanks Don ! Jeremy. | ||||
* | r21925: Start to code up the gss acquire creds calls. | Jeremy Allison | 2007-10-10 | 1 | -6/+32 |
| | | | | Jeremy. | ||||
* | r21917: Start to do the gss versions of sign+seal. | Jeremy Allison | 2007-10-10 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | r21904: Fix HP build -- thanks, Don | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r21900: Token exchange now seems to work, now why does the | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | client encrypt fail ? Jeremy. | ||||
* | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 2007-10-10 | 1 | -1/+30 |
| | | | | | for testing. Jeremy. | ||||
* | r21894: Some refactoring of server side encryption context. Support | Jeremy Allison | 2007-10-10 | 1 | -27/+136 |
| | | | | | "raw" NTLM auth (no spnego). Jeremy. | ||||
* | r21891: Finish server-side NTLM-SPNEGO negotiation support. | Jeremy Allison | 2007-10-10 | 1 | -33/+75 |
| | | | | | Now for the client part, and testing. Jeremy. | ||||
* | r21882: The server part of the code has to use an AUTH_NTLMSSP struct, | Jeremy Allison | 2007-10-10 | 1 | -0/+257 |
not just an NTLMSSP - grr. This complicates the re-use of common client and server code but I think I've got it right. Not turned on of valgrinded yet, but you can see it start to take shape ! Jeremy. |