aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/yarrow
AgeCommit message (Expand)AuthorFilesLines
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-18/+18
2008-09-18makedependKen Raeburn1-14/+16
2007-08-16make dependKen Raeburn1-14/+14
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn1-2/+2
2006-10-06make dependTom Yu1-6/+8
2006-07-25Removed unused Metrowerks compiler support.Alexandra Ellwood1-4/+0
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-05-25Create crypto, des425 Makefiles from top levelKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-2/+2
2006-05-23install headers into include/krb5Ken Raeburn1-14/+14
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-8/+8
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-158/+0
2006-04-02don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2-0/+5
2006-03-31make depend, now with dependency sortingKen Raeburn1-19/+18
2006-03-27make dependKen Raeburn1-8/+9
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn3-7/+11
2006-03-08make dependKen Raeburn1-2/+4
2005-11-29make dependTom Yu1-14/+8
2005-06-21Update dependenciesKen Raeburn1-8/+14
2005-05-01* ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2-0/+8
2005-04-28* yarrow.c: Delete old macintosh support.Ken Raeburn2-13/+21
2005-01-14* yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2-6/+27
2005-01-13Tree does not compile with GCC 4.0Ezra Peisach2-0/+6
2004-12-30run "make depend"Ken Raeburn1-16/+16
2004-11-23KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2-12/+47
2004-11-16Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2-5/+9
2004-11-01* yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2-7/+47
2004-10-30push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2-1/+13
2004-06-04* yarrow.c (yarrow_str_error): Now constKen Raeburn2-1/+5
2004-05-26 * yarrow.c (krb5int_yarrow_final): CallEzra Peisach4-0/+23
2004-04-24update dependenciesKen Raeburn1-10/+11
2003-12-15make dependKen Raeburn1-9/+10
2003-07-22Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2-1/+7
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn2-1/+4
2003-05-24make-depend updatesKen Raeburn1-6/+6
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+7
2002-08-29update dependenciesKen Raeburn1-2/+4
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-06-15update dependenciesKen Raeburn1-8/+7
2002-04-11Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2-1/+9
2002-03-26update dependenciesKen Raeburn1-0/+18
2002-01-14Don't right shift by 32Sam Hartman2-1/+7
2001-12-05 * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.Ezra Peisach3-6/+17
2001-11-21On fork, perturb the PRNG stream in the childSam Hartman2-3/+17
2001-11-20Work around hash using host byte orderSam Hartman2-2/+14
2001-11-19Fix up yarrow build on WindowsDanilo Almeida2-1/+5
2001-11-16* Link Yarrow into the buildSam Hartman2-4/+13
2001-11-09Rename to be consistent with krb5 libraries internalsSam Hartman3-74/+74
2001-11-09Compiles nowSam Hartman8-23/+64