| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 1 | -0/+4 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 1 | -0/+5 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -0/+4 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -0/+5 |
| * | Collapse configure.in files below lib/crypto into lib/crypto | Theodore Tso | 1998-02-13 | 1 | -0/+6 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+4 |
| * | * init_rkey.c (mit_des_init_random_key): Punt the struct; use | Tom Yu | 1997-12-29 | 1 | -0/+7 |
| * | * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c, | Tom Yu | 1997-10-27 | 1 | -0/+10 |
| * | Set KRB5_CONFIG for tests | Ezra Peisach | 1997-10-21 | 1 | -0/+4 |
| * | * des_int.h: Use better logic to find an appropriate type for | Tom Yu | 1997-10-14 | 1 | -0/+10 |
| * | * destest.c (main): Initialize context to 0 so it will not be | Ezra Peisach | 1997-10-06 | 1 | -0/+8 |
| * | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 1 | -0/+5 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 1 | -0/+10 |
| * | Makefile.in: Create shared directory before building object files | Richard Basch | 1997-02-07 | 1 | -0/+5 |
| * | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -0/+9 |
| * | nuke leftover conflict marker | Mark Eichin | 1996-10-31 | 1 | -1/+0 |
| * | this commit includes all the changes on the OV_9510_INTEGRATION and | Marc Horowitz | 1996-07-22 | 1 | -0/+6 |
| * | Add space before \ to deal with SunOS version of make which loses | Ezra Peisach | 1996-06-15 | 1 | -1/+4 |
| * | Add missing prototypes; needed to make Win-32 compiler happy | Theodore Tso | 1996-06-13 | 1 | -0/+3 |
| * | Add #ifdef _WIN32 in places where we had #ifdef _MSDOS | Theodore Tso | 1996-06-12 | 1 | -0/+4 |
| * | Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags for | Sam Hartman | 1996-05-23 | 1 | -0/+11 |
| * | Fix memory leak. Free tempbuf before returning | Theodore Tso | 1996-05-18 | 1 | -0/+5 |
| * | * des_int.h: the cs_entry routines in cbc_cksum.c are now static | Richard Basch | 1996-05-15 | 1 | -0/+12 |
| * | Replace des3-md5 with des3-sha | Richard Basch | 1996-05-10 | 1 | -0/+5 |
| * | New DES random number generation. For regular DES, it is nearly equivalent | Richard Basch | 1996-05-07 | 1 | -0/+25 |
| * | Added afsstring2key.c to the list of files to be compiled | Theodore Tso | 1996-04-10 | 1 | -0/+5 |
| * | Took the list of sources and object files in FSRCS, FOBJS, D3OBJS, and | Theodore Tso | 1996-03-31 | 1 | -0/+7 |
| * | Added support for ENCTYPE_DES3_CBC_RAW (gssapi) | Richard Basch | 1996-03-29 | 1 | -0/+6 |
| * | Fix Windows lint flames. (16bit vs. 32bit issues) | Theodore Tso | 1996-03-21 | 1 | -0/+5 |
| * | * new_rn_key.c (mit_des_generate_random_block): Add const keywrod | Ezra Peisach | 1996-03-20 | 1 | -0/+5 |
| * | t_random.c: New file which just tests the random number generator | Theodore Tso | 1996-02-23 | 1 | -0/+8 |
| * | Fix return type for mit_des3_string_to_key() | Theodore Tso | 1996-01-11 | 1 | -0/+4 |
| * | f_ecb.c, des_int.h (mit_des_ecb_encrypt): Add const declaration to input | Ezra Peisach | 1995-11-28 | 1 | -0/+5 |
| * | * string2key.c : Remove krb5_enctype from krb5_string_to_key() args. | Chris Provenzano | 1995-11-09 | 1 | -0/+6 |
| * | Make mit_des_finish_key() safe to call even if there is no key that | Theodore Tso | 1995-11-01 | 1 | -0/+6 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 1 | -0/+5 |
| * | Rename verify.c to t_verify.c to remove conflict with | Keith Vetter | 1995-09-29 | 1 | -0/+5 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 1 | -0/+5 |
| * | Define PROTOTYPE if it is not defined elsewhere | Theodore Tso | 1995-09-23 | 1 | -0/+4 |
| * | Added inclusion of des_int.h | Keith Vetter | 1995-09-13 | 1 | -0/+5 |
| * | Reintegrate the keytype -> enctype changes | Ezra Peisach | 1995-09-12 | 1 | -0/+12 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -12/+0 |
| * | * des_int.h, destest.c, init_rkey.c, random_key.c, string2key.c | Chris Provenzano | 1995-09-06 | 1 | -0/+4 |
| * | * destest.c, random_key.c, string2key.c, verify.c : Remove krb5_enctype | Chris Provenzano | 1995-09-06 | 1 | -0/+8 |
| * | Set and use priv_size in the krb5_encrypt_block | Paul Park | 1995-08-29 | 1 | -0/+5 |
| * | * f_cksum.c: Change code to match prototypes | Ezra Peisach | 1995-08-26 | 1 | -0/+21 |
| * | Describe previous changes | Paul Park | 1995-07-27 | 1 | -0/+9 |
| * | Add checksum verifier procedure/dispatch | Paul Park | 1995-07-07 | 1 | -0/+5 |
| * | * new_rn_key.c (mit_des_init_random_number_generator): don't call | Tom Yu | 1995-07-06 | 1 | -0/+6 |