| Commit message (Expand) | Author | Age | Files | Lines |
| * | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 2 | -1/+4 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -44/+57 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+22 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+1 |
| * | * pcbc_encrypt.c (des_pcbc_encrypt): Don't pass a temporary variable to | Ken Raeburn | 2004-02-18 | 2 | -3/+8 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -55/+56 |
| * | Use the old DES encrypt function, not the split versions via macros | Ken Raeburn | 2003-07-17 | 4 | -0/+9 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -30/+30 |
| * | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 5 | -10/+5 |
| * | * mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ... | Alexandra Ellwood | 2003-03-06 | 8 | -78/+113 |
| * | Fix lots of things to compile on Unix. Fix some typos | Tom Yu | 2003-02-11 | 2 | -1/+6 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -14/+3 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+8 |
| * | Implement krb5_read_password an des_read_pw_string | Sam Hartman | 2002-10-10 | 2 | -114/+37 |
| * | Fix DES_INT32 definition | Tom Yu | 2002-09-27 | 8 | -34/+170 |
| * | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -14/+28 |
| * | * 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 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -30/+29 |
| * | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -14/+14 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -22/+22 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 4 | -98/+12 |
| * | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 7 | -6/+11 |
| * | updated dependencies for latest make-depend target code | Ken Raeburn | 2001-09-06 | 1 | -14/+14 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+76 |
| * | * read_passwd.c: Create local variable that takes the "int" | Ezra Peisach | 2001-07-31 | 2 | -4/+10 |
| * | * des.c (des_ecb_encrypt): Put "static" before "const" for local variable "iv" | Ken Raeburn | 2001-07-19 | 2 | -1/+6 |
| * | * verify.c (do_decrypt, do_encrypt): Cast argument to | Ezra Peisach | 2001-06-21 | 2 | -2/+7 |
| * | * des.c (des_ecb_encrypt): Do not use a variable named "encrypt". | Ezra Peisach | 2001-05-31 | 4 | -9/+15 |
| * | assume ANSI C: delete no-volatile support, and most no-prototype support | Ken Raeburn | 2001-04-26 | 2 | -1/+4 |
| * | * cksum.c (des_cbc_cksum): Gee, a consistent calling convntion. | Danilo Almeida | 2001-04-12 | 2 | -1/+6 |
| * | stuff to still address | Ken Raeburn | 2001-04-10 | 1 | -0/+28 |
| * | remove some outdated comments | Ken Raeburn | 2001-04-10 | 6 | -109/+0 |
| * | use const for some des inputs and reduce unnecessary casts | Ken Raeburn | 2001-04-10 | 9 | -36/+52 |
| * | cleanup | Ken Raeburn | 2001-04-10 | 3 | -55/+13 |
| * | new test case for pcbc encryption | Ken Raeburn | 2001-04-10 | 3 | -1/+134 |
| * | * pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keep | Ken Raeburn | 2001-04-10 | 2 | -3/+12 |
| * | * des425.h: Deleted to avoid confusion with the other des.h in the tree. All | Ken Raeburn | 2001-04-10 | 17 | -164/+94 |
| * | rename des.h -> des425.h | Ken Raeburn | 2001-04-10 | 18 | -17/+21 |
| * | * quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ... | Ken Raeburn | 2001-04-10 | 2 | -5/+41 |
| * | add quad_cksum test case | Ken Raeburn | 2001-04-07 | 3 | -1/+112 |
| * | note that file is unused | Ken Raeburn | 2001-02-19 | 1 | -0/+1 |
| * | * cksum.c (des_cbc_cksum): Length is unsigned long | Ezra Peisach | 2000-10-17 | 3 | -2/+8 |
| * | * random_key.c (des_random_key): Add parentheses around assignment | Ezra Peisach | 2000-06-30 | 2 | -2/+7 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | volatile fixes | Ken Raeburn | 2000-03-15 | 2 | -2/+7 |
| * | 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/+1 |