| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -769/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 2 | -103/+0 |
| * | don't use configure-defined macros on command line, use autoconf.h only | Ken Raeburn | 2006-04-02 | 2 | -0/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -82/+88 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -33/+37 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -33/+33 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -11/+22 |
| * | Include the support library when linking various test programs, because on | Ken Raeburn | 2006-01-18 | 2 | -2/+6 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -37/+26 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -3/+0 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -26/+37 |
| * | * destest.c (main): Force testing of unaligned access to input, output, and key | Ken Raeburn | 2005-06-10 | 2 | -3/+17 |
| * | * f_tables.h: Include k5-platform.h. | Ken Raeburn | 2005-06-09 | 2 | -11/+9 |
| * | Allow compile-time specification that small code space is desired | Ken Raeburn | 2005-04-13 | 5 | -15/+61 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -71/+77 |
| * | 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 |