aboutsummaryrefslogtreecommitdiff
path: root/src/lib/des425
AgeCommit message (Expand)AuthorFilesLines
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
1997-11-18 * Makefile.in: Garbage collect some old library build systemTom Yu3-16/+5
1997-10-27 * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions;Tom Yu4-82/+26
1997-10-14 * Makefile.in (LIBMAJOR): Bump major version due to possibleTom Yu2-1/+6
1997-02-23Moved some of the library list file build logic from the individual MakefilesRichard Basch2-13/+11
1997-02-22* Make shared libs work on AIXSam Hartman3-3/+12
1997-02-18Export additional routines for krb4 library (win16/win32)Richard Basch5-12/+16
1997-02-09Merge of libhack_branchTom Yu3-26/+43
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch9-15/+57
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso2-1/+5
1996-08-23 * new_rnd_key.c (des_set_sequence_number): Change cast fromEzra Peisach3-2/+10
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-05-23Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman3-3/+9
1996-05-13 * Makefile.in (SHLIB_LIBS): For shared library, add dependency onEzra Peisach3-2/+13
1996-05-11Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting theRichard Basch2-1/+6
1996-05-07Use the revamped random number routinesRichard Basch3-34/+63
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1-7/+1
1995-10-07Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso2-1/+5
1995-10-02configure.in (V5_MAKE_SHARED_LIB): Change rule to installEzra Peisach3-17/+13
1995-09-29#include autoconf.h instead of osconf.h, because that's the file weTheodore Tso2-1/+6
1995-09-25Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso2-5/+6
1995-09-12Rvert lost changesEzra Peisach2-7/+11
1995-09-11Mac Beta 1 submissionKeith Vetter2-11/+7
1995-09-06 * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano2-7/+11
1995-08-24Update file listTheodore Tso2-0/+5
1995-07-27Remove inclusion of k5-config.hPaul Park2-1/+7
1995-07-27Cast mit_des_ecb_encrypt args correctlyPaul Park2-3/+6
1995-07-27Check for the sizes of short, int and longPaul Park1-0/+3
1995-07-07Remove LDFLAGSPaul Park2-1/+4
1995-06-28 * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE insteadMark Eichin3-5/+5
1995-06-28 * read_passwd.c: only use volatile if __STDC__ is 1Mark Eichin2-0/+8
1995-06-27Compiler warning cleanupPaul Park3-2/+9
1995-06-26Remove -g from explicit LdFlags in Makefile.inSam Hartman2-1/+6
1995-06-23 * configure.in: fix Sam's typo so libdes425.a gets symlinkedTom Yu2-1/+6
1995-06-23Convert to new handling of static librariesSam Hartman3-4/+13
1995-06-16Add glue for old versions of K4Paul Park4-3/+70
1995-06-16Add install target for shared librariesPaul Park2-0/+7
1995-06-15Shared library Makefile/configure changes and cleanupPaul Park3-2/+23
1995-06-14Don't copy library up a level. Let above Makefile create symlink forEzra Peisach2-3/+5
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-4/+5
1995-06-09read_passwd.c (des_read_pw_string): Don't depend onTheodore Tso3-33/+134
1995-06-06Convert longs to KRB_32 for 64 bit architectures. (onlyEzra Peisach2-6/+24
1995-05-27Added new function, des_cblock_print_file(), which is referenced byTheodore Tso4-2/+72
1995-05-01Call to krb5_read_password takes as an argument an int* not an int to represe...Ezra Peisach2-2/+8
1995-04-28Add des_read_pw_string, since it's used by the V4 login.c codeTheodore Tso2-0/+26
1995-04-14Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1-0/+52
1995-04-14Windows global stuff:Keith Vetter15-37/+41
1995-03-22New file, unix_time, didn't work on the PCKeith Vetter4-2/+105