summaryrefslogtreecommitdiffstats
path: root/source4/libcli/auth/ntlmssp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* r3462: separate out the crypto includesAndrew Tridgell2007-10-101-0/+1
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell2007-10-101-4/+4
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-25/+15
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-101-50/+85
* r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett2007-10-101-92/+43
* r2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.Andrew Bartlett2007-10-101-0/+10
* r1294: A nice, large, commit...Andrew Bartlett2007-10-101-2/+0
* r1274: revert -r 1239 as discussed with abartletStefan Metzmacher2007-10-101-27/+5
* r1239: move the old msrpc_<gen|parse>() functions to ndr_<push|pull>_format_b...Stefan Metzmacher2007-10-101-5/+27
* r1187: * Remove testing hack (actually check signatures on NTLM2).Andrew Bartlett2007-10-101-5/+2
* r1170: Remove bogus part of previous commit - session keys, even in NTLMSSPAndrew Bartlett2007-10-101-2/+4
* r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett2007-10-101-44/+48
* r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher2007-10-101-11/+7
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-9/+9
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-11/+11
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-2/+2
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-76/+129
* r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett2007-10-101-20/+47
* fixed some memory leaks in the dcerpc use of ntlmssp signingAndrew Tridgell2003-11-261-2/+6
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+378