r23792: convert Samba4 to GPLv3
[sfrench/samba-autobuild/.git] / source4 / lib / crypto /
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
2007-10-10 Andrew Tridgellr18374: don't go past the end of this array
2007-10-10 Andrew Bartlettr18357: Convert more crypto tests from using function...
2007-10-10 Andrew Tridgellr18351: functions as initialisers in structures doesn...
2007-10-10 Stefan Metzmacherr17539: add HMAC-MD5 test code based on the example...
2007-10-10 Stefan Metzmacherr17494: add tests for the example values from rfc 1320...
2007-10-10 Stefan Metzmacherr17493: fix typo
2007-10-10 Stefan Metzmacherr17492: add a test with the example values from rfc1321...
2007-10-10 Stefan Metzmacherr17490: add all test values from rfc 2202
2007-10-10 Stefan Metzmacherr17488: - add SHA1 and HMACSHA1 functions, based on...
2007-10-10 Jelmer Vernooijr15204: Fix MD5Update prototype
2007-10-10 Andrew Bartlettr15199: Try to make these prototypes match, to get...
2007-10-10 Jelmer Vernooijr15191: Avoid uint_t as it's not standard.
2007-10-10 Andrew Tridgellr14425: fixed an hmac-md5 error for keys longer than...
2007-10-10 Stefan Metzmacherr13953: make more functions public
2007-10-10 Jelmer Vernooijr13842: Make some more functions public.
2007-10-10 Jelmer Vernooijr13840: Mark some functions as public.
2007-10-10 Stefan Metzmacherr11634: - make crc table static
2007-10-10 Andrew Tridgellr11631: fixed a signed/unsigned warning
2007-10-10 Jeremy Allisonr11616: Replace old crc32 code with one from the FreeBS...
2007-10-10 Andrew Bartlettr9421: Move arcfour code into it's own file, in lib...
2007-10-10 Andrew Bartlettr6462: Move the arcfour sbox state into it's own struct...
2007-10-10 Tim Potterr4197: Remove silly extra const.
2007-10-10 Stefan Metzmacherr3961: - fix compiler warnings
2007-10-10 Stefan Metzmacherr3960: fix compiler warnings
2007-10-10 Andrew Tridgellr3462: separate out the crypto includes
2007-10-10 Andrew Tridgellr995: - renamed many of our crypto routines to use...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr961: convert 'uchar' to 'uint8_t'
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr935: remove unused variable
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Bartlettr874: This patch is a pile of work on NTLMSSP:
2004-02-10 Andrew Tridgell- modified the dcerpc client security code to be generi...
2003-11-26 Andrew Tridgellsigned DCERPC over TCP now works !
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code