Use variable for ndr_netlogon.o path.
[kai/samba-autobuild/.git] / source4 / lib / crypto /
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-23 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-21 Andrew BartlettMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-05-19 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-19 Andrew TridgellMerge commit 'origin/v4-0-test' into vfs_smb2
2008-05-18 Jelmer VernooijFix a bunch of dependencies.
2008-05-18 Jelmer VernooijFix a couple (well, little more than that..) of typos.
2008-05-18 Jelmer VernooijCreate prototype headers from Makefile directory, witho...
2008-05-18 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4 into...
2008-05-18 Jelmer VernooijUse variables for source directory in remaining subsystems.
2008-05-11 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-10 Jelmer VernooijFix torture module initializion.
2008-05-10 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-05-01 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-27 Jelmer VernooijMove subunit infrastructure code into lib/torture.
2008-04-15 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-15 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-04-14 Jelmer VernooijMove object files lists to makefile rather than smb_build.
2008-04-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-28 Jelmer VernooijMerge branch 'v4-0-local' of git://git.id10ts.net/samba...
2008-03-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-27 Jelmer VernooijMerge v4.0-test
2008-03-08 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-07 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-07 Jelmer VernooijMerge branch 'v4-0-test' into v4-0-gmake3
2008-03-07 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-04 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-03-03 Jelmer VernooijMove object file lists to the Makefile.
2007-12-21 Jelmer Vernooijr25931: Add config .mk file for crypto lib.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25522: Convert to standard bool types.
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