1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-08 16:23:49 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Jeremy Allison
bedc493874 Simplify... plus add a debug message.
Jeremy.
2008-01-08 16:08:39 -08:00
Jeremy Allison
647f13d0f1 Correctly identify enc/non-enc packets.
Jeremy.
2008-01-08 15:57:08 -08:00
Jeremy Allison
c4e5a50504 Refactor the crypto code after a very helpful conversation
with Volker. Mostly making sure we have data on the incoming
packet type, not stored in the smb header.
Jeremy.
2008-01-04 12:56:23 -08:00
Jeremy Allison
5b4b335ed0 As the encryption is stream based there's no reason
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.
2007-12-30 13:10:29 -08:00
Jeremy Allison
d78045601a Add SMB encryption. Still fixing client decrypt but
negotiation works.
Jeremy.
2007-12-26 17:12:36 -08:00
Gerald (Jerry) Carter
5c6c8e1fe9 [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Volker Lendecke
3d3d61687e r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
replace all data_blob(NULL, 0) calls.
2007-10-10 12:22:01 -05:00
Volker Lendecke
a66a04e9f1 r22747: Fix some C++ warnings 2007-10-10 12:21:54 -05:00
Jeremy Allison
abcb2a4b07 r22352: Wow - working gss SMB sealing !
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
f1726e04eb r22351: Making progress in tests...
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
bf2e6bd82d r22350: Add some helpful debug messages.
Jeremy.
2007-10-10 12:19:28 -05:00
Jeremy Allison
1c1f5360b6 r22327: Finish the gss-spnego part of the seal code. Now
for testing....
Jeremy.
2007-10-10 12:19:27 -05:00
Stefan Metzmacher
402704b629 r22262: fix the build on systems without GSS_C_NT_HOSTBASED_SERVICE
metze
2007-10-10 12:19:22 -05:00
Jeremy Allison
22eaed76f0 r22013: Move to SSPI framing (sig first in NTLM).
Jeremy
2007-10-10 12:19:01 -05:00
Jeremy Allison
6b923acfee r21997: Implement the server side of gss seal negotiate.
Jeremy.
2007-10-10 12:18:58 -05:00
Jeremy Allison
ae8f3649f7 r21991: I hate Steve French :-). Add support for encryption
contexts....
Jeremy.
2007-10-10 12:18:58 -05:00
Jeremy Allison
fbc569b530 r21969: Start working on the gss-side of the server negotiation.
Jeremy.
2007-10-10 12:18:54 -05:00
Jeremy Allison
662344d1ec r21926: Fix missing enum specifier pointed out by Don McCall @ HP.
Thanks Don !
Jeremy.
2007-10-10 12:18:49 -05:00
Jeremy Allison
4a7fbc8852 r21925: Start to code up the gss acquire creds calls.
Jeremy.
2007-10-10 12:18:49 -05:00
Jeremy Allison
a226645353 r21917: Start to do the gss versions of sign+seal.
Jeremy.
2007-10-10 12:18:48 -05:00
Volker Lendecke
57efba97b6 r21904: Fix HP build -- thanks, Don 2007-10-10 12:18:47 -05:00
Jeremy Allison
6bd7c05290 r21900: Token exchange now seems to work, now why does the
client encrypt fail ?
Jeremy.
2007-10-10 12:18:47 -05:00
Jeremy Allison
783a7b3085 r21897: Add in a basic raw NTLM encrypt request. Now
for testing.
Jeremy.
2007-10-10 12:18:46 -05:00
Jeremy Allison
6b5ff7bd59 r21894: Some refactoring of server side encryption context. Support
"raw" NTLM auth (no spnego).
Jeremy.
2007-10-10 12:18:46 -05:00
Jeremy Allison
487706701f r21891: Finish server-side NTLM-SPNEGO negotiation support.
Now for the client part, and testing.
Jeremy.
2007-10-10 12:18:46 -05:00
Jeremy Allison
60fc9c0aed r21882: The server part of the code has to use an AUTH_NTLMSSP struct,
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.
2007-10-10 12:18:43 -05:00