summaryrefslogtreecommitdiff
path: root/source4/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11634: - make crc table staticStefan Metzmacher2-3/+3
2007-10-10r11631: fixed a signed/unsigned warningAndrew Tridgell2-2/+2
2007-10-10r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison1-56/+92
2007-10-10r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett3-1/+99
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-0/+6
2007-10-10r4197: Remove silly extra const.Tim Potter2-2/+2
2007-10-10r3961: - fix compiler warningsStefan Metzmacher2-7/+3
2007-10-10r3960: fix compiler warningsStefan Metzmacher2-3/+2
2007-10-10r3462: separate out the crypto includesAndrew Tridgell6-0/+91
2007-10-10r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell1-1/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-4/+4
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-8/+6
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 Metzmacher2-10/+10
2007-10-10r935: remove unused variableAndrew Tridgell1-2/+0
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher3-30/+30
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-14/+1
2004-02-10- modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell1-1/+1
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-63/+59
2003-08-13first public release of samba4 codeAndrew Tridgell4-0/+627