summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/ntlmssp_sign.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1294: A nice, large, commit...Andrew Bartlett1-2/+0
2007-10-10r1274: revert -r 1239 as discussed with abartletStefan Metzmacher1-27/+5
2007-10-10r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher1-5/+27
2007-10-10r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett1-5/+2
2007-10-10r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett1-2/+4
2007-10-10r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett1-44/+48
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher1-11/+7
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-9/+9
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-11/+11
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-2/+2
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-76/+129
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-20/+47
2003-11-26fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell1-2/+6
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+378