summaryrefslogtreecommitdiffstats
path: root/source4/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij2007-10-101-35/+19
* r18374: don't go past the end of this arrayAndrew Tridgell2007-10-101-2/+0
* r18357: Convert more crypto tests from using function results as initialisers.Andrew Bartlett2007-10-104-89/+97
* r18351: functions as initialisers in structures doesn't work on some compilersAndrew Tridgell2007-10-101-26/+25
* r17539: add HMAC-MD5 test code based on the example values from rfc 2104, 2202Stefan Metzmacher2007-10-101-0/+99
* r17494: add tests for the example values from rfc 1320 (MD4)Stefan Metzmacher2007-10-101-0/+84
* r17493: fix typoStefan Metzmacher2007-10-101-1/+1
* r17492: add a test with the example values from rfc1321 (MD5)Stefan Metzmacher2007-10-101-0/+87
* r17490: add all test values from rfc 2202Stefan Metzmacher2007-10-101-12/+66
* r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher2007-10-107-2/+749
* r15204: Fix MD5Update prototypeJelmer Vernooij2007-10-101-4/+4
* r15199: Try to make these prototypes match, to get the build on S390 linux go...Andrew Bartlett2007-10-101-3/+3
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-101-1/+1
* r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocatedAndrew Tridgell2007-10-101-1/+1
* r13953: make more functions publicStefan Metzmacher2007-10-101-4/+4
* r13842: Make some more functions public.Jelmer Vernooij2007-10-102-7/+9
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-3/+3
* r11634: - make crc table staticStefan Metzmacher2007-10-102-3/+3
* r11631: fixed a signed/unsigned warningAndrew Tridgell2007-10-102-2/+2
* r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison2007-10-101-56/+92
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2007-10-103-1/+99
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2007-10-101-0/+6
* r4197: Remove silly extra const.Tim Potter2007-10-102-2/+2
* r3961: - fix compiler warningsStefan Metzmacher2007-10-102-7/+3
* r3960: fix compiler warningsStefan Metzmacher2007-10-102-3/+2
* r3462: separate out the crypto includesAndrew Tridgell2007-10-106-0/+91
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-4/+4
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-8/+6
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-102-10/+10
* r935: remove unused variableAndrew Tridgell2007-10-101-2/+0
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-103-30/+30
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-14/+1
* - modified the dcerpc client security code to be generic, so ntlmsspAndrew Tridgell2004-02-101-1/+1
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-63/+59
* first public release of samba4 codeAndrew Tridgell2003-08-134-0/+627