Windows global stuff:
[krb5.git] / src / lib / crypto / ChangeLog
1 Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
2
3         * *.[ch]: removed unneeded INTERFACE from non-api functions.
4         * *.h added FAR to pointers visible at to the world.
5
6 Tue Mar 28 20:00:00 1995 Keith Vetter (keithv@fusion.com)
7
8         * Makefile.in: more of nmake's strange behavior. Problem goes
9            away with the addition of a nop line.
10
11 Wed Mar 22 11:28:08 1995 Keith Vetter (keithv@fusion.com)
12
13         * Makefile.in: put back '##DOSLIBNAME' since it makes the .c.obj rule
14            put the object file into that library.
15         * Makefile.in: strange nmake error 'missing ) on macro invocation' 
16            which only appeared intermitantly and only when invoked 
17            recursively. Fixed (I hope) by interchanging some lines.
18
19 Thu Mar 16 21:10:37 1995  John Gilmore  (gnu at toad.com)
20
21         * Makefile.in (CFLAGS):  Avoid continuation line that starts with
22         dash; it confuses the Unix->MPW makefile converter.
23         (##DOSLIBNAME):  No longer needed since DLL built one level up.
24         (all-mac):  Add.
25         (libcrypto.a):  Use explicit "./" on paths to DONE files, to
26         help Unix->MPW makefile converter with rotten Mac pathname conventions.
27
28 Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com)
29
30         * Makefile.in: cleaned up for the PC
31
32 Tue Mar 14 17:31:01 1995 Keith Vetter (keithv@fusion.com)
33
34         * Makefile.in: removed all DLL stuff--it now happens up a directory.
35         * win_glue.c, libcrypto.def: removed
36
37 Tue Mar 7 17:26:06 1995 Keith Vetter (keithv@fusion.com)
38
39         * cryptoco.c: Added more windows syntactic sugar for segmenting.
40
41 Fri Mar 3 19:15:54 1995 Keith Vetter (keithv@fusion.com)
42
43         * libcrypto.def: added 3 entry points for methods for pulling
44            in data from a DLL.
45         * Makefile.in: libcrypto.lib depends upon libcrypto.def
46
47 Thu Mar 2 17:43:25 1995 Keith Vetter (keithv@fusion.com)
48
49         * Makefile.in: added rules to make a DLL from a lib.
50         * win_glue.c, librcrypto.def: needed for making a DLL.
51
52 Tue Feb 28 00:15:06 1995  John Gilmore  (gnu at toad.com)
53
54         * cryptoconf.c, des_md5.c:  Avoid <krb5/...> includes.
55
56 Fri Feb  3 02:44:07 1995  John Gilmore  <gnu@cygnus.com>
57
58         Rename files so that they work in the DOS LIB command,
59         which amazingly finds dashes in mid-name and treats them
60         like option switches.
61
62         * des-crc.c => des_crc.c
63         * des-md5.c => des_md5.c
64         * raw-des.c => raw_des.c
65         * Makefile.in:  changed to match.
66
67 Thu Feb  2 02:59:58 1995  John Gilmore  <gnu@cygnus.com>
68
69         * Makefile.in (CFLAGS):  Handle $(srcdir) properly in -I options.
70
71 Wed Jan 25 19:55:59 1995  John Gilmore  (gnu at toad.com)
72
73         * Makefile.in (CFLAGS):  Add -I options to pick up include files
74         from the various algorithm subdirs.
75         * cryptoconf.c, des-crc.c, des-md5.c, raw-des.c:  Replace most
76         <.../...> include files with "..." includes.
77
78 Tue Oct 18 15:46:01 1994  Mark Eichin  (eichin@cygnus.com)
79
80         * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to
81         krb5_pointer to satisfy sunos cc about :? argument types.
82         (mit_des_crc_encrypt_funct): ditto.
83         * raw-des.c (mit_raw_des_decrypt_func): ditto.
84         (mit_raw_des_encrypt_func): ditto.
85         * des-md5.c (mit_des_md5_decrypt_funct): cast zero_ivec.
86         (mit_des_md5_encrypt_funct): ditto.
87
88 Fri Oct 14 00:37:08 1994  Theodore Y. Ts'o  (tytso@dcl)
89
90         * cryptoconf.c: Add support for the new cryptosystem DES/MD5.
91
92         * Makefile.in: Add support for new files des-crc.c, des-md5.c, and
93                 raw-des.c
94
95 Thu Oct  6 20:07:41 1994  Theodore Y. Ts'o  (tytso@dcl)
96
97         * configure.in: Add recursive "make check" target.
98
99 Mon Oct  3 21:11:56 1994  Theodore Y. Ts'o  (tytso@dcl)
100
101         * Makefile.in: make install obey $(DESTDIR)
102
103 Thu Aug  4 03:40:24 1994  Tom Yu  (tlyu@dragons-lair)
104
105         * configure.in: oops check for install
106
107         * Makefile.in: make install fixes
108