| Commit message (Expand) | Author | Age | Files | Lines |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 7 | -1214/+0 |
| * | Unsigned/signed fixes | Ezra Peisach | 2009-02-06 | 3 | -4/+5 |
| * | Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (moved | Ken Raeburn | 2009-01-23 | 1 | -5/+7 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -48/+46 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 4 | -19/+87 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -10/+8 |
| * | make depend | Sam Hartman | 2008-12-02 | 1 | -6/+6 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 4 | -6/+316 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -32/+36 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -28/+28 |
| * | add copyright to lib/crypto/enc_provider/aes.c | Tom Yu | 2008-07-09 | 1 | -0/+26 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -24/+28 |
| * | Fix various gcc warnings about pointer target signedness and qualifiers | Ken Raeburn | 2007-05-10 | 3 | -8/+18 |
| * | Rewrite weak key check to use a small custom struct instead of wedging | Ken Raeburn | 2007-05-10 | 1 | -10/+12 |
| * | We're requiring that 'inline' work nowadays, so don't conditionalize its use | Ken Raeburn | 2007-05-10 | 1 | -7/+1 |
| * | make depend | Tom Yu | 2006-10-06 | 1 | -12/+12 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -1/+1 |
| * | Create crypto, des425 Makefiles from top level | Ken Raeburn | 2006-05-25 | 1 | -2/+2 |
| * | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -4/+4 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -24/+28 |
| * | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -16/+12 |
| * | 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 |