| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Build and link in AES crypto code (but don't define the enctype yet). | Ken Raeburn | 2003-02-03 | 6 | -171/+352 |
| * | * aes.c: New file. | Ken Raeburn | 2003-02-03 | 3 | -2/+206 |
| * | Make l40 static | Sam Hartman | 2003-02-03 | 2 | -1/+6 |
| * | AES implementation by Briad Gladman; tweaked for krb5 tree | Ken Raeburn | 2003-02-03 | 31 | -0/+39436 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -4/+3 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 29 | -15/+103 |
| * | Cleanup unused | Ezra Peisach | 2002-12-23 | 9 | -146/+98 |
| * | * t_crc.c: Declare local functions static | Ezra Peisach | 2002-12-23 | 2 | -5/+9 |
| * | * t_cksum.c: Cleanup (potential) variable used before set warning | Ezra Peisach | 2002-12-23 | 2 | -1/+5 |
| * | Clean up some broken uses of "const" in function interfaces | Ken Raeburn | 2002-12-19 | 2 | -13/+19 |
| * | * Makefile.in (clean): Clean up more test executables and object | Ezra Peisach | 2002-12-06 | 3 | -3/+9 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -11/+6 |
| * | Wrong size for memset()s in combine_keys() | Ken Hornstein | 2002-11-14 | 1 | -3/+3 |
| * | Calling convention for krb5int_c_combine_keys does not match prototype | Ken Hornstein | 2002-11-03 | 2 | -1/+6 |
| * | * Makefile.in (check-unix): Don't run t_pkcs5 | Ken Raeburn | 2002-10-31 | 2 | -1/+6 |
| * | Client code lacks support for draft-ietf-krb-wg-kerberos-sam-01.txt | Ken Hornstein | 2002-10-24 | 3 | -0/+339 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-10-10 | 2 | -1/+63 |
| * | * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined, | Ken Raeburn | 2002-10-10 | 2 | -6/+69 |
| * | * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking | Ken Raeburn | 2002-10-10 | 2 | -2/+7 |
| * | whitespace | Ken Raeburn | 2002-10-10 | 1 | -3/+9 |
| * | * pbkdf2.c, t_hmac.c, t_pkcs5.c: New files | Ken Raeburn | 2002-10-10 | 4 | -0/+738 |
| * | update dependencies | Tom Yu | 2002-09-28 | 3 | -16/+23 |
| * | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 7 | -47/+35 |
| * | update dependencies | Ken Raeburn | 2002-08-29 | 13 | -40/+80 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 28 | -14/+70 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 5 | -0/+11 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+4 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 28 | -14/+70 |
| * | * Makefile.in (SUBDIROBJLISTS): New variable | Ken Raeburn | 2002-08-22 | 2 | -1/+8 |
| * | * string2key.c: Work around possible bug with AFS salts; | Tom Yu | 2002-08-16 | 2 | -0/+8 |
| * | update dependencies | Ken Raeburn | 2002-07-13 | 1 | -27/+54 |
| * | * Makefile.in (clean): Add t_prng and t_prng.o | Ezra Peisach | 2002-06-19 | 2 | -1/+5 |
| * | * Makefile.in (clean-unix): Remove t_crc.o and t_crc | Ezra Peisach | 2002-06-19 | 2 | -0/+5 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 14 | -191/+153 |
| * | * crypto_libinit.h: Changed macros so you can include | Tom Yu | 2002-06-08 | 2 | -3/+9 |
| * | * des_int.h: use "" includes for k5-int.h | Tom Yu | 2002-06-08 | 2 | -1/+6 |
| * | * shs.h: use "" include for k5-int.h | Tom Yu | 2002-06-08 | 2 | -1/+6 |
| * | Update key usage numbers to reflect latest draft from John | Sam Hartman | 2002-05-13 | 2 | -2/+8 |
| * | Use the canonical _WIN32 instead of WIN32 to test for Win32. | Danilo Almeida | 2002-04-11 | 2 | -1/+9 |
| * | rename some functions to have krb5_c_ prefix | Ken Raeburn | 2002-04-06 | 5 | -4/+36 |
| * | Add krb5_init_keyblock | Sam Hartman | 2002-03-29 | 3 | -14/+17 |
| * | update dependencies | Ken Raeburn | 2002-03-26 | 5 | -4/+57 |
| * | Use const instead of krb5_const | Ken Raeburn | 2002-02-23 | 6 | -36/+45 |
| * | Reflect correct values for current code | Sam Hartman | 2002-01-15 | 3 | -5/+10 |
| * | Don't right shift by 32 | Sam Hartman | 2002-01-14 | 2 | -1/+7 |
| * | * crc.pl: New file; perl script to do generate some test vectors | Tom Yu | 2002-01-09 | 11 | -405/+730 |
| * | Implement code to get random data from /dev/{random,urandom}. For | Sam Hartman | 2002-01-08 | 2 | -1/+95 |
| * | * hmac_md5.c (k5_hmac_md5_hash): Test if malloc returns NULL and | Ezra Peisach | 2001-12-14 | 2 | -1/+6 |
| * | * string_to_key.c (krb5_arcfour_string_to_key): Use size_t instead | Ezra Peisach | 2001-12-05 | 2 | -3/+9 |
| * | * t_encrypt.c (main): Free memory when finished to test for memory | Ezra Peisach | 2001-12-05 | 2 | -0/+12 |