aboutsummaryrefslogtreecommitdiff
path: root/src/lib/des425
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-10remove some outdated commentsKen Raeburn6-109/+0
2001-04-10use const for some des inputs and reduce unnecessary castsKen Raeburn9-36/+52
2001-04-10cleanupKen Raeburn3-55/+13
2001-04-10new test case for pcbc encryptionKen Raeburn3-1/+134
2001-04-10* pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2-3/+12
2001-04-10* des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn17-164/+94
2001-04-10rename des.h -> des425.hKen Raeburn18-17/+21
2001-04-10* quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2-5/+41
2001-04-07add quad_cksum test caseKen Raeburn3-1/+112
2001-02-19note that file is unusedKen Raeburn1-0/+1
2000-10-17 * cksum.c (des_cbc_cksum): Length is unsigned longEzra Peisach3-2/+8
2000-06-30 * random_key.c (des_random_key): Add parentheses around assignmentEzra Peisach2-2/+7
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
2000-03-15volatile fixesKen Raeburn2-2/+7
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+1
1999-09-24copyright notice updates from 1.1 branchKen Raeburn15-15/+60
1999-05-10Do win32 build in subdirDanilo Almeida2-20/+24
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso2-0/+7
1998-11-12 * Makefile.in (STLIBOBJS, OBJS, SRCS): Restore des.cTom Yu3-6/+15
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz4-102/+84
1998-04-15 * Makefile.in (SHLIB_EXPDEPS):Tom Yu2-3/+8
1998-03-03 * configure.in: Add KRB5_BUILD_PROGRAMEzra Peisach3-6/+14
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+7
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
1998-01-24Add AC_PROG_INSTALL since it's need by the install rulesTheodore Tso2-0/+6
1997-11-19 * quad_cksum.c (des_quad_cksum): Reorder parameters to match theTom Yu3-3/+9