summaryrefslogtreecommitdiff
path: root/source4/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25522: Convert to standard bool types.Jelmer Vernooij5-14/+14
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell11-33/+22
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-35/+19
2007-10-10r18374: don't go past the end of this arrayAndrew Tridgell1-2/+0
2007-10-10r18357: Convert more crypto tests from using function results as initialisers.Andrew Bartlett4-89/+97
2007-10-10r18351: functions as initialisers in structures doesn't work on some compilersAndrew Tridgell1-26/+25
2007-10-10r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202Stefan Metzmacher1-0/+99
2007-10-10r17494: add tests for the example values from rfc 1320 (MD4)Stefan Metzmacher1-0/+84
2007-10-10r17493: fix typoStefan Metzmacher1-1/+1
2007-10-10r17492: add a test with the example values from rfc1321 (MD5)Stefan Metzmacher1-0/+87
2007-10-10r17490: add all test values from rfc 2202Stefan Metzmacher1-12/+66
2007-10-10r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher7-2/+749
2007-10-10r15204: Fix MD5Update prototypeJelmer Vernooij1-4/+4
2007-10-10r15199: Try to make these prototypes match, to get the build on S390 linux go...Andrew Bartlett1-3/+3
2007-10-10r15191: Avoid uint_t as it's not standard.Jelmer Vernooij1-1/+1
2007-10-10r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell1-1/+1
2007-10-10r13953: make more functions publicStefan Metzmacher1-4/+4
2007-10-10r13842: Make some more functions public.Jelmer Vernooij2-7/+9
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-3/+3
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