summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow
Commit message (Expand)AuthorAgeFilesLines
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-18/+18
* makedependKen Raeburn2008-09-181-14/+16
* make dependKen Raeburn2007-08-161-14/+14
* Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn2007-05-101-2/+2
* make dependTom Yu2006-10-061-6/+8
* Removed unused Metrowerks compiler support.Alexandra Ellwood2006-07-251-4/+0
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-251-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-2/+2
* install headers into include/krb5Ken Raeburn2006-05-231-14/+14
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-8/+8
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-158/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-19/+18
* make dependKen Raeburn2006-03-271-8/+9
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-113-7/+11
* make dependKen Raeburn2006-03-081-2/+4
* make dependTom Yu2005-11-291-14/+8
* Update dependenciesKen Raeburn2005-06-211-8/+14
* * ytypes.h: Include autoconf.h. Include sys/types.h only if it existsKen Raeburn2005-05-012-0/+8
* * yarrow.c: Delete old macintosh support.Ken Raeburn2005-04-282-13/+21
* * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2005-01-142-6/+27
* Tree does not compile with GCC 4.0Ezra Peisach2005-01-132-0/+6
* run "make depend"Ken Raeburn2004-12-301-16/+16
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-232-12/+47
* Convert Yarrow to use AES not 3des. Update test vectorsSam Hartman2004-11-162-5/+9
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-012-7/+47
* push yarrow locking down into the yarrow code to reduce contentionKen Raeburn2004-10-302-1/+13
* * yarrow.c (yarrow_str_error): Now constKen Raeburn2004-06-042-1/+5
* * yarrow.c (krb5int_yarrow_final): CallEzra Peisach2004-05-264-0/+23
* update dependenciesKen Raeburn2004-04-241-10/+11
* make dependKen Raeburn2003-12-151-9/+10
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-222-1/+7
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-6/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* update dependenciesKen Raeburn2002-08-291-2/+4
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update dependenciesKen Raeburn2002-06-151-8/+7
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-112-1/+9
* update dependenciesKen Raeburn2002-03-261-0/+18
* Don't right shift by 32Sam Hartman2002-01-142-1/+7
* * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.Ezra Peisach2001-12-053-6/+17
* On fork, perturb the PRNG stream in the childSam Hartman2001-11-212-3/+17
* Work around hash using host byte orderSam Hartman2001-11-202-2/+14
* Fix up yarrow build on WindowsDanilo Almeida2001-11-192-1/+5
* * Link Yarrow into the buildSam Hartman2001-11-162-4/+13
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-093-74/+74
* Compiles nowSam Hartman2001-11-098-23/+64