summaryrefslogtreecommitdiff
path: root/source4/libcli/auth/ntlmssp.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2645: converted the NTLMSSP code to the new style of tallocAndrew Tridgell1-1/+0
2007-10-10r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett1-1/+1
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett1-2/+5
2007-10-10r2099: Get rid of another private ARCFOUR implementation from the codebase.Andrew Bartlett1-4/+4
2007-10-10r1169: Some more updates to the NTLMSSP NTLM2 code:Andrew Bartlett1-2/+0
2007-10-10r1001: in samba4 we don't(shouldn't) use typedef's anymore...Stefan Metzmacher1-5/+5
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-1/+1
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-5/+5
2007-10-10r917: - added the start of a LSA server to samba4.Andrew Tridgell1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-6/+13
2007-10-10r451: More NTLMSSP work.Andrew Bartlett1-1/+4
2007-10-10r443: Update Samba4 to the auth and NTLMSSP code from Samba3.Andrew Bartlett1-0/+7
2003-12-01fixed NTLMSSP_SIGN_VERSION (which I broke earlier today)Andrew Tridgell1-2/+1
2003-12-01 * got rid of UNISTR2 and everything that depends on itAndrew Tridgell1-0/+3
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+169