| Commit message (Expand) | Author | Age | Files | Lines |
* | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 2 | -4/+9 |
* | update dependencies | Ken Raeburn | 2004-04-24 | 1 | -44/+48 |
* | * string2key.c: Replaced with a new implementation. | Ken Raeburn | 2004-04-03 | 2 | -199/+205 |
* | protoize | Ken Raeburn | 2004-02-19 | 11 | -53/+32 |
* | * 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 |
* | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 3 | -0/+12 |
* | make depend | Ken Raeburn | 2003-12-15 | 1 | -37/+44 |
* | * 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 | 2 | -1/+4 |
* | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -33/+33 |
* | * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate... | Alexandra Ellwood | 2003-03-06 | 2 | -0/+7 |
* | Delete some unused declarations from old-crypto API | Ken Raeburn | 2003-03-05 | 2 | -8/+7 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+7 |
* | Cleanup unused | Ezra Peisach | 2002-12-23 | 2 | -10/+18 |
* | * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined, | Ken Raeburn | 2002-10-10 | 2 | -6/+69 |
* | update dependencies | Tom Yu | 2002-09-28 | 1 | -11/+15 |
* | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 7 | -47/+35 |
* | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -11/+22 |
* | * 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 |