summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour
Commit message (Expand)AuthorAgeFilesLines
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-6/+6
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-119/+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-16/+16
* make dependKen Raeburn2006-03-271-6/+7
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-6/+6
* make dependKen Raeburn2006-03-081-2/+4
* make dependTom Yu2005-11-291-6/+4
* * arcfour_s2k.c (asctouni): Counter should be size_t, like lenKen Raeburn2005-10-192-1/+5
* rename string_to_key.c to arcfour_s2k.cKen Raeburn2005-07-023-5/+10
* Update dependenciesKen Raeburn2005-06-211-4/+6
* run "make depend"Ken Raeburn2004-12-301-13/+13
* memory leak in arcfour string_to_keySam Hartman2004-09-212-0/+6
* update dependenciesKen Raeburn2004-04-241-8/+9
* protoizeKen Raeburn2004-02-192-21/+17
* * arcfour.c (l40): Now constKen Raeburn2003-12-202-1/+5
* make dependKen Raeburn2003-12-151-7/+8
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-222-9/+16
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-6/+6
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-053-6/+14
* Make l40 staticSam Hartman2003-02-032-1/+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-6/+5
* Update key usage numbers to reflect latest draft from JohnSam Hartman2002-05-132-2/+8
* update dependenciesKen Raeburn2002-03-261-0/+16
* Use const instead of krb5_constKen Raeburn2002-02-234-30/+35
* * string_to_key.c (krb5_arcfour_string_to_key): Use size_t insteadEzra Peisach2001-12-052-3/+9
* Update to be consistent with what MS usesSam Hartman2001-11-072-6/+7
* Set output length correctlySam Hartman2001-11-072-0/+5
* * Add krb5_c_init_state and krb5_c_free_state functionsSam Hartman2001-11-062-0/+9
* * string_to_key.c (krb5_arcfour_string_to_key): Cleanup variablesEzra Peisach2001-10-262-4/+12
* * Expose some rc4 crypto routines through the accessor mechanism; cleaner tha...Sam Hartman2001-10-262-0/+6
* * arcfour.h: Declare krb5int_enc_arcfour extern so that multipleEzra Peisach2001-10-242-3/+10
* * Tie in Microsoft rc4 cipher and make it buildSam Hartman2001-10-233-28/+10
* Ignore salt for arc4 string2key per Microsoft specSam Hartman2001-10-192-11/+8
* * arcfour.c (krb5_arcfour_decrypt): Return error if salt cannot be allocatedSam Hartman2001-10-192-9/+51
* Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to addSam Hartman2001-10-185-0/+482