| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 15 | -15/+60 |
* | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 2 | -20/+24 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |
* | * Makefile.in (STLIBOBJS, OBJS, SRCS): Restore des.c | Tom Yu | 1998-11-12 | 3 | -6/+15 |
* | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 4 | -102/+84 |
* | * Makefile.in (SHLIB_EXPDEPS): | Tom Yu | 1998-04-15 | 2 | -3/+8 |
* | * configure.in: Add KRB5_BUILD_PROGRAM | Ezra Peisach | 1998-03-03 | 3 | -6/+14 |
* | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 2 | -0/+6 |
* | Add AC_PROG_INSTALL since it's need by the install rules | Theodore Tso | 1998-01-24 | 2 | -0/+6 |
* | * quad_cksum.c (des_quad_cksum): Reorder parameters to match the | Tom Yu | 1997-11-19 | 3 | -3/+9 |
* | * Makefile.in: Garbage collect some old library build system | Tom Yu | 1997-11-18 | 3 | -16/+5 |
* | * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions; | Tom Yu | 1997-10-27 | 4 | -82/+26 |
* | * Makefile.in (LIBMAJOR): Bump major version due to possible | Tom Yu | 1997-10-14 | 2 | -1/+6 |