| Commit message (Expand) | Author | Age | Files | Lines |
* | memory leak in arcfour string_to_key | Sam Hartman | 2004-09-21 | 2 | -0/+6 |
* | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 2 | -3/+4 |
* | * Makefile.in (SHLIB_RDIRS): Set | Ken Raeburn | 2004-06-16 | 2 | -0/+3 |
* | * Makefile.in (SHLIB_DIRS, SHLIB_EXPLIBS, SHLIB_EXPDEPLIBS): Set to depend on | Ken Raeburn | 2004-06-15 | 3 | -2/+12 |
* | * yarrow.c (yarrow_str_error): Now const | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
* | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
* | * prng.c (init_once): Variable deleted. | Ken Raeburn | 2004-06-02 | 2 | -9/+13 |
* | * yarrow.c (krb5int_yarrow_final): Call | Ezra Peisach | 2004-05-26 | 4 | -0/+23 |
* | * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always | Tom Yu | 2004-05-25 | 2 | -11/+23 |
* | * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fix | Ezra Peisach | 2004-05-25 | 2 | -2/+8 |
* | * t_encrypt.c (compare_results): Declare static. | Ezra Peisach | 2004-05-24 | 3 | -3/+12 |
* | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 8 | -13/+33 |
* | * libk5crypto.exports: Add the DES tables back in; libdes425 uses them directly | Ken Raeburn | 2004-05-13 | 2 | -0/+8 |
* | * configure.in: Check for endian.h and machine/endian.h. | Ken Raeburn | 2004-05-07 | 4 | -7/+25 |
* | * prng.c (krb5int_prng_cleanup): Destroy the mutex | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
* | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables | Ken Raeburn | 2004-05-01 | 2 | -0/+3 |
* | update dependencies | Ken Raeburn | 2004-05-01 | 2 | -143/+174 |
* | Add a mutex for the shared static storage used by Yarrow | Ken Raeburn | 2004-05-01 | 4 | -44/+89 |
* | * libk5crypto.exports: Drop the library init/fini functions and the DES tables | Ken Raeburn | 2004-04-30 | 2 | -5/+5 |
* | update dependencies | Ken Raeburn | 2004-04-24 | 13 | -155/+169 |
* | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+157 |
* | * string2key.c: Replaced with a new implementation. | Ken Raeburn | 2004-04-03 | 2 | -199/+205 |
* | * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock structure, in | Ken Raeburn | 2004-03-22 | 2 | -0/+8 |
* | * t_crc.c (timetest): Free 'block' before returning. | Ken Raeburn | 2004-03-22 | 2 | -1/+7 |
* | * derive.c (krb5_random2key): Don't compile. | Ken Raeburn | 2004-03-18 | 3 | -0/+12 |
* | * prng.c (krb5int_prng_cleanup): Renamed from prng_cleanup. | Ken Raeburn | 2004-03-18 | 3 | -2/+10 |
* | * configure.in: Don't check for --enable-athena and don't define ATHENA_DES3_... | Ken Raeburn | 2004-03-04 | 2 | -6/+5 |
* | Remove ENCTYPE_LOCAL_DES3_HMAC_SHA1 | Sam Hartman | 2004-02-24 | 8 | -412/+10 |
* | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
* | ignore some files generated during testing | Ken Raeburn | 2004-02-19 | 2 | -0/+6 |
* | protoize | Ken Raeburn | 2004-02-19 | 55 | -412/+249 |
* | ignore aes-gen program | Ken Raeburn | 2004-02-19 | 1 | -0/+1 |
* | * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variable | Ken Raeburn | 2004-02-17 | 5 | -24/+30 |
* | * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it local | Ken Raeburn | 2004-02-17 | 2 | -4/+23 |
* | * t_encrypt.c (compare_results): New function. | Ken Raeburn | 2004-02-13 | 3 | -8/+57 |
* | * dk_decrypt.c (krb5_dk_decrypt_maybe_trunc_hmac): New argument IVEC_MODE. If | Ken Raeburn | 2004-02-13 | 3 | -11/+48 |
* | * t_cts.c (test_cts): Process encryption and decryption IVs separately, make | Ken Raeburn | 2004-02-09 | 2 | -3/+33 |
* | * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IV | Ken Raeburn | 2004-02-09 | 2 | -0/+10 |
* | * arcfour.c (l40): Now const | Ken Raeburn | 2003-12-20 | 2 | -1/+5 |
* | * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now const | Ken Raeburn | 2003-12-20 | 2 | -7/+11 |
* | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 10 | -10/+23 |
* | make depend | Ken Raeburn | 2003-12-15 | 15 | -272/+316 |
* | Add platform-dependent 64-bit and inline-function support via new header | Ken Raeburn | 2003-12-13 | 4 | -21/+77 |
* | Change crypto "provider" structures to hold numeric values instead of function | Ken Raeburn | 2003-07-22 | 41 | -228/+190 |
* | Don't combine encrypt and decrypt code paths. | Ken Raeburn | 2003-07-22 | 2 | -19/+45 |
* | crypto library has bogus dependence on com_err | Ken Raeburn | 2003-07-22 | 2 | -2/+4 |
* | * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were after | Ken Raeburn | 2003-07-22 | 3 | -4/+10 |
* | Separate the DES encrypt and decrypt operations into separate functions, | Ken Raeburn | 2003-07-17 | 4 | -254/+361 |
* | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 28 | -14/+56 |
* | With this patch, things seem to work with a Heimdal client and MIT KDC | Ken Raeburn | 2003-06-26 | 2 | -0/+6 |