aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/arcfour
AgeCommit message (Expand)AuthorFilesLines
2008-08-13Use a valid UTF8 password for randkey passwordAlexandra Ellwood1-3/+5
2008-08-02Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn1-8/+2
2008-04-24Don't do UTF-8 bits (and include Apple headers) when just rebuilding dependen...Ken Raeburn1-2/+2
2008-02-26krb5int_arcfour_string_to_key does not support utf-8 stringsAlexandra Ellwood1-9/+47
2007-08-16make dependKen Raeburn1-12/+12
2007-05-10Fix various gcc warnings about pointer target signedness and qualifiersKen Raeburn1-1/+1
2006-10-06make dependTom Yu1-5/+7
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-12/+12
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-6/+6
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-119/+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-16/+16
2006-03-27make dependKen Raeburn1-6/+7
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-6/+6
2006-03-08make dependKen Raeburn1-2/+4
2005-11-29make dependTom Yu1-6/+4
2005-10-19* arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2-1/+5
2005-07-02rename string_to_key.c to arcfour_s2k.cKen Raeburn3-5/+10
2005-06-21Update dependenciesKen Raeburn1-4/+6
2004-12-30run "make depend"Ken Raeburn1-13/+13
2004-09-21memory leak in arcfour string_to_keySam Hartman2-0/+6
2004-04-24update dependenciesKen Raeburn1-8/+9
2004-02-19protoizeKen Raeburn2-21/+17
2003-12-20* arcfour.c (l40): Now constKen Raeburn2-1/+5
2003-12-15make dependKen Raeburn1-7/+8
2003-07-22Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2-9/+16
2003-07-17delete ##WIN16## lines from makefilesKen Raeburn2-1/+4
2003-05-24make-depend updatesKen Raeburn1-6/+6
2003-03-05Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn3-6/+14
2003-02-03Make l40 staticSam Hartman2-1/+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-6/+5
2002-05-13Update key usage numbers to reflect latest draft from JohnSam Hartman2-2/+8
2002-03-26update dependenciesKen Raeburn1-0/+16
2002-02-23Use const instead of krb5_constKen Raeburn4-30/+35
2001-12-05 * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2-3/+9
2001-11-07Update to be consistent with what MS usesSam Hartman2-6/+7
2001-11-07Set output length correctlySam Hartman2-0/+5
2001-11-06* Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2-0/+9
2001-10-26 * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2-4/+12
2001-10-26* Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2-0/+6
2001-10-24 * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2-3/+10
2001-10-23* Tie in Microsoft rc4 cipher and make it buildSam Hartman3-28/+10
2001-10-19Ignore salt for arc4 string2key per Microsoft specSam Hartman2-11/+8