aboutsummaryrefslogtreecommitdiff
path: root/src/lib/des425
AgeCommit message (Expand)AuthorFilesLines
2006-05-23install headers into include/krb5Ken Raeburn1-83/+88
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-46/+41
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-591/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-54/+0
2006-04-04more DEFS=Ken Raeburn2-0/+5
2006-03-31* configure.in: Don't test sizes of natural typesKen Raeburn2-3/+4
2006-03-31make depend, now with dependency sortingKen Raeburn1-104/+107
2006-03-27make dependKen Raeburn1-31/+42
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-30/+30
2006-03-08make dependKen Raeburn1-14/+28
2006-01-18Include the support library when linking various test programs, because onKen Raeburn2-2/+6
2005-11-29make dependTom Yu1-78/+52
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman1-4/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2-1/+5
2005-06-21Update dependenciesKen Raeburn1-52/+78
2004-12-30run "make depend"Ken Raeburn1-79/+79
2004-06-17Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2-1/+4
2004-06-04Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2-1/+5
2004-04-24updated dependenciesKen Raeburn1-44/+57
2004-04-22Add files containing the export lists used on UNIX, in each directoryKen Raeburn2-0/+22
2004-02-24ignore some more generated filesKen Raeburn1-0/+1
2004-02-18* pcbc_encrypt.c (des_pcbc_encrypt): Don't pass a temporary variable toKen Raeburn2-3/+8
2003-12-15make dependKen Raeburn1-55/+56
2003-07-17Use the old DES encrypt function, not the split versions via macrosKen Raeburn4-0/+9
2003-05-24make-depend updatesKen Raeburn1-30/+30
2003-04-24errno should never be explicitly declaredKen Raeburn5-10/+5
2003-03-06* mac_des_glue.c, des.c, enc_dec.c, key_sched.c, str_to_key.c: Move KfM des ...Alexandra Ellwood8-78/+113
2003-02-11Fix lots of things to compile on Unix. Fix some typosTom Yu2-1/+6
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-14/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2-0/+8
2002-10-10Implement krb5_read_password an des_read_pw_stringSam Hartman2-114/+37
2002-09-27Fix DES_INT32 definitionTom Yu8-34/+170
2002-08-29update dependenciesKen Raeburn1-14/+28
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2-1/+5
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn1-0/+3
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2-1/+5
2002-06-15update dependenciesKen Raeburn1-30/+29
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-14/+14
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-22/+22
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn4-98/+12
2001-10-04Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn7-6/+11
2001-09-06updated dependencies for latest make-depend target codeKen Raeburn1-14/+14
2001-09-01dependenciesKen Raeburn1-0/+76
2001-07-31 * read_passwd.c: Create local variable that takes the "int"Ezra Peisach2-4/+10
2001-07-19* des.c (des_ecb_encrypt): Put "static" before "const" for local variable "iv"Ken Raeburn2-1/+6
2001-06-21 * verify.c (do_decrypt, do_encrypt): Cast argument toEzra Peisach2-2/+7
2001-05-31 * des.c (des_ecb_encrypt): Do not use a variable named "encrypt".Ezra Peisach4-9/+15
2001-04-26assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2-1/+4
2001-04-12* cksum.c (des_cbc_cksum): Gee, a consistent calling convntion.Danilo Almeida2-1/+6
2001-04-10stuff to still addressKen Raeburn1-0/+28