| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+3 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * string2key.c: Work around possible bug with AFS salts; | Tom Yu | 2002-08-16 | 2 | -0/+8 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -32/+22 |
| * | * des_int.h: use "" includes for k5-int.h | Tom Yu | 2002-06-08 | 2 | -1/+6 |
| * | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -11/+11 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -17/+19 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 7 | -44/+49 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+58 |
| * | * string2key.c (mit_des_string_to_key_int): Undo last change | Ken Raeburn | 2001-06-22 | 2 | -1/+5 |
| * | * destest.c (value): Now signed int, since some entries are negative. | Ken Raeburn | 2001-06-22 | 2 | -5/+12 |
| * | update | Ken Raeburn | 2001-06-22 | 1 | -3/+11 |
| * | * string2key.c (mit_des_string_to_key_int): Now static | Ken Raeburn | 2001-06-22 | 2 | -1/+5 |
| * | * t_verify.c: Get rid of global variables i,j | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | fix salt length for afs case | Ken Raeburn | 2001-06-21 | 2 | -10/+18 |
| * | * destest.c: main returns int instead of void. Add "const" to | Ezra Peisach | 2001-06-12 | 3 | -18/+28 |
| * | * f_cbc.c (mit_des_cbc_encrypt): Do not use a variable named "encrypt". | Ezra Peisach | 2001-05-31 | 3 | -6/+9 |
| * | * des_int.h (mit_des_cbc_encrypt, mit_des3_ecb_encrypt, | Ezra Peisach | 2001-05-31 | 2 | -3/+8 |
| * | * f_tables.h: Do not define const to nothing on platforms that | Ezra Peisach | 2001-04-12 | 2 | -6/+5 |
| * | some stuff to be fixed in des code | Ken Raeburn | 2001-04-10 | 1 | -0/+5 |
| * | fix/add casts as needed | Ken Raeburn | 2001-04-10 | 2 | -1/+6 |
| * | more cleanup - add const, reduce casting | Ken Raeburn | 2001-04-10 | 8 | -41/+51 |
| * | use const for some inputs (when practical) without changing api | Ken Raeburn | 2001-04-10 | 4 | -25/+36 |
| * | fix pathname in comment | Ken Raeburn | 2001-04-10 | 1 | -1/+1 |
| * | * des_int.h: Don't use PROTOTYPE macro. | Ken Raeburn | 2001-04-10 | 2 | -68/+80 |
| * | afsstring2key.c, destest.c: Don't use PROTOTYPE macro | Ken Raeburn | 2001-04-10 | 3 | -5/+9 |
| * | update comments | Ken Raeburn | 2001-03-15 | 1 | -3/+13 |
| * | more afsstring2key unterminated-input checks & fixes | Ken Raeburn | 2001-01-25 | 2 | -2/+25 |
| * | * t_afss2k.c: Extend test cases to cover situation where krb5_data refers to | Ken Raeburn | 2001-01-25 | 3 | -18/+49 |
| * | missed a variable that should've been made const | Ken Raeburn | 2001-01-21 | 2 | -2/+3 |
| * | add mit copyright | Ken Raeburn | 2001-01-21 | 1 | -0/+24 |
| * | fix year for last change | Ken Raeburn | 2001-01-21 | 1 | -1/+1 |
| * | make afs string2key thread-safe | Ken Raeburn | 2001-01-20 | 2 | -53/+63 |
| * | add some comments | Ken Raeburn | 2001-01-20 | 1 | -0/+5 |
| * | new test case for afs string2key | Ken Raeburn | 2001-01-20 | 3 | -2/+106 |
| * | * des_int.h: Change prototypes for mit_des_cbc_encrypt(), | Ezra Peisach | 2000-10-17 | 7 | -12/+32 |
| * | * afsstring2key.c: Initialization of S[8][64] - each 64 elements | Ezra Peisach | 2000-06-30 | 2 | -32/+37 |
| * | afsstring2key.c: "register x" -> "register int x" | Ezra Peisach | 2000-06-28 | 2 | -3/+7 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | * t_verify.c: Add "const" to casts in calls to mit_des_cbc_encrypt() | Ezra Peisach | 2000-02-25 | 3 | -5/+12 |
| * | Avoid non-const static data, and gcc warnings Solaris, except afsstring2key.c: | Ken Raeburn | 2000-01-22 | 4 | -15/+42 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -1/+0 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 6 | -6/+24 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 2 | -14/+18 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 25 | -1885/+206 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
| * | Collapse configure.in files below lib/crypto into lib/crypto | Theodore Tso | 1998-02-13 | 3 | -7/+7 |