| Commit message (Expand) | Author | Age | Files | Lines |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 24 | -5002/+0 |
| * | make depend | Sam Hartman | 2009-04-30 | 1 | -0/+10 |
| * | Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichi | Sam Hartman | 2009-04-30 | 3 | -1/+62 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -1/+1 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -2/+2 |
| * | Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (moved | Ken Raeburn | 2009-01-23 | 1 | -2/+4 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -136/+134 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 4 | -2/+227 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 2 | -55/+92 |
| * | make depend | Sam Hartman | 2008-12-02 | 1 | -0/+11 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 3 | -0/+216 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -63/+72 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -63/+65 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 3 | -4/+4 |
| * | If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt... | Ken Raeburn | 2008-08-12 | 2 | -2/+2 |
| * | Update copyright notices to reflect donation of DES implementation by | Tom Yu | 2008-08-12 | 5 | -25/+120 |
| * | Make more uses of load/store_32_be/le, which on x86 at least expands | Ken Raeburn | 2008-08-02 | 1 | -8/+4 |
| * | Use GET_HALF_BLOCK to fetch new values instead of open-coding | Ken Raeburn | 2008-08-02 | 2 | -16/+10 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -2/+2 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -57/+66 |
| * | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -5/+5 |
| * | make depend | Tom Yu | 2006-10-06 | 1 | -25/+27 |
| * | 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 | -11/+11 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -57/+66 |
| * | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -36/+27 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -769/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 2 | -103/+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 | -82/+88 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -33/+37 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -33/+33 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -11/+22 |
| * | Include the support library when linking various test programs, because on | Ken Raeburn | 2006-01-18 | 2 | -2/+6 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -37/+26 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -3/+0 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -26/+37 |
| * | * destest.c (main): Force testing of unaligned access to input, output, and key | Ken Raeburn | 2005-06-10 | 2 | -3/+17 |
| * | * f_tables.h: Include k5-platform.h. | Ken Raeburn | 2005-06-09 | 2 | -11/+9 |
| * | Allow compile-time specification that small code space is desired | Ken Raeburn | 2005-04-13 | 5 | -15/+61 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -71/+77 |
| * | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 2 | -4/+9 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 1 | -44/+48 |
| * | * string2key.c: Replaced with a new implementation. | Ken Raeburn | 2004-04-03 | 2 | -199/+205 |
| * | protoize | Ken Raeburn | 2004-02-19 | 11 | -53/+32 |
| * | * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variable | Ken Raeburn | 2004-02-17 | 5 | -24/+30 |
| * | * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it local | Ken Raeburn | 2004-02-17 | 2 | -4/+23 |
| * | Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' defined | Ken Raeburn | 2003-12-20 | 3 | -0/+12 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -37/+44 |