Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-01 | fixed NTLMSSP_SIGN_VERSION (which I broke earlier today) | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit c8ef04077413f44101ba071187554e65a8e1c8fc) | |||||
2003-12-01 | * got rid of UNISTR2 and everything that depends on it | Andrew Tridgell | 1 | -0/+3 | |
* removed a bunch of code that needs to be rewritten using the new interfaces (This used to be commit 9b02b486ef5906516f8cad79dbff5e3dd54cde66) | |||||
2003-11-26 | signed DCERPC over TCP now works ! | Andrew Tridgell | 1 | -0/+169 | |
* 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) |