summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/smb_seal.c
Commit message (Collapse)AuthorAgeFilesLines
...
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-101-78/+24
| | | | | | | | | 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. (This used to be commit 60fc9c0aedf42dcd9df2ef9f1df07eaf3bca9bce)
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-88/+211
| | | | | | depending on encryption context pointer. Jeremy. (This used to be commit d3f3ced6c8a03d971143baf878158d671dfcbc3b)
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-2/+176
| | | | | | | | | for the server side enc. (doesn't break anything). I'll keep updating this until I've got NTLM seal working on both client and server, then add in the gss level seal. Jeremy. (This used to be commit 530ac29abf23e920baa549e7cec55199edd8bd74)
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-101-0/+41
these out as I implement. Don't add to SAMBA_3_0_25, this is experimental code. NFSv4 you're now officially on notice... :-). Jeremy. (This used to be commit 5bfe638f2172e272741997100ee5ae8ff280494d)