summaryrefslogtreecommitdiffstats
path: root/source/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* r11634: - make crc table staticStefan Metzmacher2005-11-102-3/+3
* r11631: fixed a signed/unsigned warningAndrew Tridgell2005-11-102-2/+2
* r11616: Replace old crc32 code with one from the FreeBSD tree.Jeremy Allison2005-11-091-56/+92
* r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett2005-08-203-1/+99
* r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett2005-04-251-0/+6
* r4197: Remove silly extra const.Tim Potter2004-12-142-2/+2
* r3961: - fix compiler warningsStefan Metzmacher2004-11-252-7/+3
* r3960: fix compiler warningsStefan Metzmacher2004-11-252-3/+2
* r3462: separate out the crypto includesAndrew Tridgell2004-11-026-0/+91
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2004-06-031-1/+1
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2004-06-011-4/+4
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2004-06-011-8/+6
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2004-06-011-1/+1
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2004-05-292-10/+10
* r935: remove unused variableAndrew Tridgell2004-05-281-2/+0
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2004-05-253-30/+30
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2004-05-251-14/+1
* r6: merge in the samba4 HEAD branch from cvsCVS Import User2004-04-044-0/+623