| Commit message (Expand) | Author | Age | Files | Lines |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 32 | -39565/+0 |
| * | Revert last change | Ken Raeburn | 2009-05-27 | 1 | -7/+5 |
| * | Don't re-run test programs to recreate output every time 'check' is built | Ken Raeburn | 2009-05-27 | 1 | -5/+7 |
| * | use unsigned value for shifting, avoiding undefined behavior | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -22/+20 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -8/+8 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -6/+7 |
| * | If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt... | Ken Raeburn | 2008-08-12 | 1 | -7/+7 |
| * | Make more uses of load/store_32_be/le, which on x86 at least expands | Ken Raeburn | 2008-08-02 | 1 | -4/+1 |
| * | Multiple assignments without sequence points invoke undefined | Ken Raeburn | 2008-04-25 | 1 | -6/+12 |
| * | make depend | Ken Raeburn | 2007-08-16 | 1 | -6/+6 |
| * | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -2/+2 |
| * | make depend | Tom Yu | 2006-10-06 | 1 | -2/+3 |
| * | 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 | -1/+1 |
| * | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -6/+6 |
| * | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -3/+3 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -94/+0 |
| * | include autoconf.h in a few more places | Ken Raeburn | 2006-04-03 | 2 | -0/+6 |
| * | 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 | -15/+14 |
| * | * aesopt.h: Include autoconf.h | Ken Raeburn | 2006-03-30 | 3 | -3/+10 |
| * | fill a paragraph in a comment because it's making my scripted parsing difficult | Ken Raeburn | 2006-03-30 | 1 | -5/+5 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -3/+4 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -3/+3 |
| * | make depend | Ken Raeburn | 2006-03-08 | 1 | -1/+2 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -4/+3 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -5/+0 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -3/+4 |
| * | build failure on sparc64-solaris | Ken Raeburn | 2005-05-04 | 2 | -1/+5 |
| * | typo fix | Ken Raeburn | 2005-05-01 | 1 | -1/+1 |
| * | * aesopt.h: On PalmOS, include FloatMgr.h to get endianness flag. | Ken Raeburn | 2005-04-13 | 2 | -7/+14 |
| * | * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor... | Ken Raeburn | 2005-04-13 | 2 | -1/+8 |
| * | * Makefile.in (all-unix): Don't build aes-gen by default, leave it for 'make ... | Ken Raeburn | 2005-04-13 | 2 | -1/+6 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -13/+13 |
| * | * vbaxam.doc: File deleted | Ken Raeburn | 2004-09-28 | 2 | -0/+4 |
| * | * aesopt.h (PLATFORM_BYTE_ORDER): Treat _WIN32 as always | Tom Yu | 2004-05-25 | 2 | -11/+23 |
| * | Link test programs against thread support library | Ken Raeburn | 2004-05-13 | 2 | -1/+6 |
| * | * configure.in: Check for endian.h and machine/endian.h. | Ken Raeburn | 2004-05-07 | 2 | -6/+20 |
| * | update dependencies | Ken Raeburn | 2004-04-24 | 1 | -4/+4 |
| * | ignore some files generated during testing | Ken Raeburn | 2004-02-19 | 1 | -0/+4 |
| * | ignore aes-gen program | Ken Raeburn | 2004-02-19 | 1 | -0/+1 |
| * | make depend | Ken Raeburn | 2003-12-15 | 1 | -3/+4 |
| * | delete ##WIN16## lines from makefiles | Ken Raeburn | 2003-07-17 | 2 | -1/+4 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -3/+3 |
| * | reduce AES string-to-key iteration count to 4096 | Ken Raeburn | 2003-05-13 | 2 | -3/+39 |
| * | AES code shouldn't define uint32_t etc if the system provides them | Ken Raeburn | 2003-04-29 | 2 | -1/+5 |
| * | Avoid really, really huge cpu time usage caused by iteration count in | Ken Raeburn | 2003-04-13 | 2 | -0/+11 |
| * | Add AES string-to-key function | Ken Raeburn | 2003-03-05 | 4 | -9/+84 |