summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour/string_to_key.c
Commit message (Expand)AuthorAgeFilesLines
* rename string_to_key.c to arcfour_s2k.cKen Raeburn2005-07-021-70/+0
* memory leak in arcfour string_to_keySam Hartman2004-09-211-0/+1
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-5/+6
* Use const instead of krb5_constKen Raeburn2002-02-231-3/+3
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-051-3/+3
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-261-4/+7
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-191-11/+5
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-181-0/+71