| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -153/+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 | -30/+32 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -12/+14 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -8/+8 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -4/+8 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -19/+14 |
| * | rename arcfour.c to rc4.c | Ken Raeburn | 2005-07-02 | 3 | -12/+16 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -13/+18 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -8/+8 |
| * | * aes.c (krb5int_aes_encrypt): Signed/unsigned warning fix | Ezra Peisach | 2004-05-25 | 2 | -2/+8 |
| * | update dependencies | Ken Raeburn | 2004-05-01 | 1 | -18/+20 |
| * | * aes.c (krb5int_aes_encrypt, krb5int_aes_decrypt): Copy out value for new IV | Ken Raeburn | 2004-02-09 | 2 | -0/+10 |
| * | * arcfour.c (arcfour_weakkey1, arcfour_weakkey2, arcfour_weakkeys): Now const | Ken Raeburn | 2003-12-20 | 2 | -7/+11 |
| * | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 3 | -4/+5 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -16/+18 |
| * | Change crypto "provider" structures to hold numeric values instead of function | Ken Raeburn | 2003-07-22 | 5 | -79/+26 |
| * | Don't combine encrypt and decrypt code paths. | Ken Raeburn | 2003-07-22 | 2 | -19/+45 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 2 | -1/+4 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -12/+12 |
| * | Finish implementation of CBC+CTS decryption and truncated HMAC for AES. | Ken Raeburn | 2003-04-13 | 2 | -27/+62 |
| * | * aes.c (krb5int_aes_init_state): Implement. | Ken Raeburn | 2003-03-05 | 3 | -3/+14 |
| * | * aes.c: New file. | Ken Raeburn | 2003-02-03 | 3 | -2/+206 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 2 | -0/+7 |
| * | whitespace | Ken Raeburn | 2002-10-10 | 1 | -3/+9 |
| * | update dependencies | Tom Yu | 2002-09-28 | 1 | -2/+3 |
| * | update dependencies | Ken Raeburn | 2002-08-29 | 1 | -3/+6 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -10/+8 |
| * | update dependencies | Ken Raeburn | 2002-03-26 | 1 | -0/+6 |
| * | Use const instead of krb5_const | Ken Raeburn | 2002-02-23 | 2 | -6/+10 |
| * | * Add krb5_c_init_state and krb5_c_free_state functions | Sam Hartman | 2001-11-06 | 4 | -5/+47 |
| * | Handle inlines in ansi-compatible manner | Sam Hartman | 2001-10-23 | 2 | -8/+21 |
| * | * Tie in Microsoft rc4 cipher and make it build | Sam Hartman | 2001-10-23 | 4 | -4/+208 |
| * | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -2/+2 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -9/+10 |
| * | updated dependencies for latest make-depend target code | Ken Raeburn | 2001-09-06 | 1 | -2/+2 |
| * | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+15 |
| * | * des.c (k5_des_docrypt): Do not use a variable named "encrypt" | Ezra Peisach | 2001-05-31 | 3 | -4/+9 |
| * | fix/add casts as needed | Ken Raeburn | 2001-04-10 | 3 | -2/+11 |
| * | Use krb5int_ prefix for internal "provider" structures | Ken Raeburn | 2001-03-09 | 4 | -4/+9 |
| * | krb5_const -> const | Ken Raeburn | 2001-03-06 | 3 | -14/+18 |
| * | des.c, des3.c: Remove unused variables | Ezra Peisach | 2000-06-28 | 3 | -4/+6 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | Various changes to: | Ken Raeburn | 2000-01-22 | 4 | -8/+14 |
| * | 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 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 2 | -2/+5 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+8 |