Wed Sep 13 10:26:37 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: moved shared rule to all-unix:: target. * des_crc.c, des_md5.c, raw_des.c: had a volatile/const mismatch which needs a cast to resolve. Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) * cryptoconf.c, des_crc.c, des_md5.c raw_des.c s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu) * cryptoconf.c : Remove krb5_csarray. * cryptoconf.c, des_crc.c, des_md5.c, raw_des.c : Remove krb5_enctype references, and replace with krb5_keytype where appropriate. Thu Aug 24 17:55:47 1995 Ezra Peisach * des_crc.c, des_md5.c, raw_des.c: Remove casting in call to mit_des_cbc_encrypt. Thu Jul 27 15:15:46 EDT 1995 Paul Park (pjpark@mit.edu) * configure.in - Add --enable-{des-cbc-md5,des-cbc-crc,raw-des-cbc, des-cbc-cksum,crc32,rsa-md4,rsa-md5} which set the appropriate preprocessor flags which used to be set in k5-config.h. * cryptoconf.c - Set the KEYTYPE_DES entry to the DES-CBC-MD5 entry if enabled, then the DES-CBC-CRC entry, if enabled, then to null. Fri Jun 23 12:16:52 1995 Sam Hartman * configure.in: krb5_cv_staticlibs_enabled, not krb5_cv_enable_staticlibs Thu Jun 22 18:34:26 1995 Sam Hartman (hartmans@tardis) * configure.in: Changed to new scheme for static libs. Fri Jun 16 11:14:50 EDT 1995 Paul Park (pjpark@mit.edu) * configure.in - Add install target for shared library. Thu Jun 15 17:58:41 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - Add definitions for shared library building rules. Add explicit dependency on "shared" since we probably need it. * configure.in - Create symlinks for archive and shared library when we build them. Fri Jun 9 18:52:19 1995 * des_crc.c, des_md5.c: Fix -Wall nits. * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. Thu May 25 22:15:18 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for shared libraries. Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.[ch]: removed unneeded INTERFACE from non-api functions. * *.h added FAR to pointers visible at to the world. Tue Mar 28 20:00:00 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: more of nmake's strange behavior. Problem goes away with the addition of a nop line. Wed Mar 22 11:28:08 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: put back '##DOSLIBNAME' since it makes the .c.obj rule put the object file into that library. * Makefile.in: strange nmake error 'missing ) on macro invocation' which only appeared intermitantly and only when invoked recursively. Fixed (I hope) by interchanging some lines. Thu Mar 16 21:10:37 1995 John Gilmore (gnu at toad.com) * Makefile.in (CFLAGS): Avoid continuation line that starts with dash; it confuses the Unix->MPW makefile converter. (##DOSLIBNAME): No longer needed since DLL built one level up. (all-mac): Add. (libcrypto.a): Use explicit "./" on paths to DONE files, to help Unix->MPW makefile converter with rotten Mac pathname conventions. Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: cleaned up for the PC Tue Mar 14 17:31:01 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: removed all DLL stuff--it now happens up a directory. * win_glue.c, libcrypto.def: removed Tue Mar 7 17:26:06 1995 Keith Vetter (keithv@fusion.com) * cryptoco.c: Added more windows syntactic sugar for segmenting. Fri Mar 3 19:15:54 1995 Keith Vetter (keithv@fusion.com) * libcrypto.def: added 3 entry points for methods for pulling in data from a DLL. * Makefile.in: libcrypto.lib depends upon libcrypto.def Thu Mar 2 17:43:25 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: added rules to make a DLL from a lib. * win_glue.c, librcrypto.def: needed for making a DLL. Tue Feb 28 00:15:06 1995 John Gilmore (gnu at toad.com) * cryptoconf.c, des_md5.c: Avoid includes. Fri Feb 3 02:44:07 1995 John Gilmore Rename files so that they work in the DOS LIB command, which amazingly finds dashes in mid-name and treats them like option switches. * des-crc.c => des_crc.c * des-md5.c => des_md5.c * raw-des.c => raw_des.c * Makefile.in: changed to match. Thu Feb 2 02:59:58 1995 John Gilmore * Makefile.in (CFLAGS): Handle $(srcdir) properly in -I options. Wed Jan 25 19:55:59 1995 John Gilmore (gnu at toad.com) * Makefile.in (CFLAGS): Add -I options to pick up include files from the various algorithm subdirs. * cryptoconf.c, des-crc.c, des-md5.c, raw-des.c: Replace most <.../...> include files with "..." includes. Tue Oct 18 15:46:01 1994 Mark Eichin (eichin@cygnus.com) * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to krb5_pointer to satisfy sunos cc about :? argument types. (mit_des_crc_encrypt_funct): ditto. * raw-des.c (mit_raw_des_decrypt_func): ditto. (mit_raw_des_encrypt_func): ditto. * des-md5.c (mit_des_md5_decrypt_funct): cast zero_ivec. (mit_des_md5_encrypt_funct): ditto. Fri Oct 14 00:37:08 1994 Theodore Y. Ts'o (tytso@dcl) * cryptoconf.c: Add support for the new cryptosystem DES/MD5. * Makefile.in: Add support for new files des-crc.c, des-md5.c, and raw-des.c Thu Oct 6 20:07:41 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Add recursive "make check" target. Mon Oct 3 21:11:56 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: make install obey $(DESTDIR) Thu Aug 4 03:40:24 1994 Tom Yu (tlyu@dragons-lair) * configure.in: oops check for install * Makefile.in: make install fixes