summaryrefslogtreecommitdiffstats
path: root/source4/lib/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-101-1/+1
| | | | | | | | | and schannel are both instances of possible security modules - added schannel sign and sign/seal support to the dcerpc client code. You select it with binding options of "schannel,sign" or "schannel,seal". (This used to be commit 05db0b9d942cad8f1dd574dc35b759e5e79d4195)
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-63/+59
| | | | | | | | | | * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
* first public release of samba4 codeAndrew Tridgell2003-08-134-0/+627
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)