summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/yarrow/yarrow.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-958/+0
* In the previous patch - I neglected a potential NULL deref in the callEzra Peisach2009-06-171-1/+3
* krb5int_yarrow_final could deref NULL if out of memoryEzra Peisach2009-06-111-1/+2
* * yarrow.c: Delete old macintosh support.Ken Raeburn2005-04-281-13/+13
* * yarrow.c (yarrow_reseed_locked): Renamed from krb5int_yarrow_reseed and madeKen Raeburn2005-01-141-6/+16
* Tree does not compile with GCC 4.0Ezra Peisach2005-01-131-0/+2
* KDC on Tru64 was hanging because of another case where Yarrow codeKen Raeburn2004-11-231-12/+38
* * yarrow.c (krb5int_yarrow_input, krb5int_yarrow_final): Don't check forKen Raeburn2004-11-011-7/+37
* * yarrow.c (yarrow_str_error): Now constKen Raeburn2004-06-041-1/+1
* * yarrow.c (krb5int_yarrow_final): CallEzra Peisach2004-05-261-0/+1
* Use the canonical _WIN32 instead of WIN32 to test for Win32.Danilo Almeida2002-04-111-1/+3
* Don't right shift by 32Sam Hartman2002-01-141-1/+1
* * yarrow.c (krb5int_yarrow_stretch): Delare local variable unsigned.Ezra Peisach2001-12-051-1/+4
* On fork, perturb the PRNG stream in the childSam Hartman2001-11-211-3/+13
* Rename to be consistent with krb5 libraries internalsSam Hartman2001-11-091-25/+25
* Compiles nowSam Hartman2001-11-091-7/+10
* Next pass at making things use krb5 types and functionsSam Hartman2001-11-091-5/+5
* First pass cleaning up headers and typesSam Hartman2001-11-081-3/+3
* Add Yarrow from http://www.zeroknowledge.com/Sam Hartman2001-11-081-0/+868