summaryrefslogtreecommitdiffstats
path: root/source4/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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