summaryrefslogtreecommitdiffstats
path: root/src/lib/des425
Commit message (Expand)AuthorAgeFilesLines
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-14/+14
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-22/+22
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-064-98/+12
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-047-6/+11
* updated dependencies for latest make-depend target codeKen Raeburn2001-09-061-14/+14
* dependenciesKen Raeburn2001-09-011-0/+76
* * read_passwd.c: Create local variable that takes the "int"Ezra Peisach2001-07-312-4/+10
* * des.c (des_ecb_encrypt): Put "static" before "const" for local variable "iv"Ken Raeburn2001-07-192-1/+6
* * verify.c (do_decrypt, do_encrypt): Cast argument toEzra Peisach2001-06-212-2/+7
* * des.c (des_ecb_encrypt): Do not use a variable named "encrypt".Ezra Peisach2001-05-314-9/+15
* assume ANSI C: delete no-volatile support, and most no-prototype supportKen Raeburn2001-04-262-1/+4
* * cksum.c (des_cbc_cksum): Gee, a consistent calling convntion.Danilo Almeida2001-04-122-1/+6
* stuff to still addressKen Raeburn2001-04-101-0/+28
* remove some outdated commentsKen Raeburn2001-04-106-109/+0
* use const for some des inputs and reduce unnecessary castsKen Raeburn2001-04-109-36/+52
* cleanupKen Raeburn2001-04-103-55/+13
* new test case for pcbc encryptionKen Raeburn2001-04-103-1/+134
* * pcbc_encrypt.c (des_pcbc_encrypt): Initialize plainl and plainr to keepKen Raeburn2001-04-102-3/+12
* * des425.h: Deleted to avoid confusion with the other des.h in the tree. AllKen Raeburn2001-04-1017-164/+94
* rename des.h -> des425.hKen Raeburn2001-04-1018-17/+21
* * quad_cksum.c (des_quad_cksum): Add comments. Force 32-bit arithmetic just ...Ken Raeburn2001-04-102-5/+41
* add quad_cksum test caseKen Raeburn2001-04-073-1/+112
* note that file is unusedKen Raeburn2001-02-191-0/+1
* * cksum.c (des_cbc_cksum): Length is unsigned longEzra Peisach2000-10-173-2/+8
* * random_key.c (des_random_key): Add parentheses around assignmentEzra Peisach2000-06-302-2/+7
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* volatile fixesKen Raeburn2000-03-152-2/+7
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-2415-15/+60
* Do win32 build in subdirDanilo Almeida1999-05-102-20/+24
* Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1998-12-052-0/+7
* * Makefile.in (STLIBOBJS, OBJS, SRCS): Restore des.cTom Yu1998-11-123-6/+15
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-304-102/+84
* * Makefile.in (SHLIB_EXPDEPS):Tom Yu1998-04-152-3/+8
* * configure.in: Add KRB5_BUILD_PROGRAMEzra Peisach1998-03-033-6/+14
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* Add AC_PROG_INSTALL since it's need by the install rulesTheodore Tso1998-01-242-0/+6
* * quad_cksum.c (des_quad_cksum): Reorder parameters to match theTom Yu1997-11-193-3/+9
* * Makefile.in: Garbage collect some old library build systemTom Yu1997-11-183-16/+5
* * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions;Tom Yu1997-10-274-82/+26
* * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu1997-10-142-1/+6
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-13/+11
* * Make shared libs work on AIXSam Hartman1997-02-223-3/+12
* Export additional routines for krb4 library (win16/win32)Richard Basch1997-02-185-12/+16
* Merge of libhack_branchTom Yu1997-02-093-26/+43
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-069-15/+57
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-1/+5
* * new_rnd_key.c (des_set_sequence_number): Change cast fromEzra Peisach1996-08-233-2/+10