summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/os/ChangeLog
blob: 94d840ae14196e00d2184e1d6ca0658b85744a76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Mon Feb  2 17:02:29 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile

Fri Nov 28 21:23:42 1997  Tom Yu  <tlyu@mit.edu>

	* configure.in: Add AC_PROG_LN_S to deal with symlinking in
	memmove.c.  This is a kludge, as we really should have a more sane
	way to deal with missing posix functions.

Thu Sep 25 21:53:11 1997  Tom Yu  <tlyu@mit.edu>

	* c_localaddr.c: Replace KRB5_USE_INET with something more sane.

Tue Aug 12 09:09:14 1997  Ezra Peisach  <epeisach@mit.edu>

	* Makefile.in (SRCS): Add $(srcdir) as needed.

Fri Jul  4 00:13:02 1997  Theodore Y. Ts'o  <tytso@mit.edu>

	* c_localaddr.c (local_addr_fallback_kludge): Added Winsock
	 	kludge for finding your local IP address.  May not work
	 	for all stacks, so we use it as a fallback.
	
Sat Feb 22 18:54:53 1997  Richard Basch  <basch@lehman.com>

	* Makefile.in: Use some of the new library list build rules in
		win-post.in

Mon Feb 17 17:24:41 1997  Richard Basch  <basch@lehman.com>

	* c_ustime.c: Fixed microsecond adjustment code (win32)

Thu Nov 21 00:58:04 EST 1996    Richard Basch   <basch@lehman.com>

        * Makefile.in: Win32 build

	* c_ustime.c: The Win32 time calculation is different from DOS'
		so the DOS version shouldn't be trying to use the same
		part of the ifdef.

	* rnd_confoun.c: Fix function declaration (win32)

Sun Dec 29 21:54:42 1996  Tom Yu  <tlyu@mit.edu>

	* Makefile.in:
	* configure.in: Update to use new library building procedure.

Wed Jun 12 00:12:52 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* c_ustime.c: Fix WIN32 to be _WIN32

	* c_localaddr.c: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
	

Sat Feb 24 00:34:15 1996  Theodore Y. Ts'o  <tytso@dcl>

	* c_ustime.c (krb5_crypto_us_timeofday): Add Windows 95/NT time
		function.  (Does this time function work under Windows?
		We'll find out....)

Thu Feb 15 10:57:27 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* c_localaddr.c: Set magic number in krb5_address.

Fri Oct  6 22:00:48 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in: Remove ##DOS!include of config/windows.in.
		config/windows.in is now included by wconfig.

Mon Sep 25 16:49:15 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
		Makefile. 

Fri Sep 22 12:00:00 1995  James Mattly  <mattly@fusion.com>

	* c_localaddr.c:  change close on a socket to closesocket, sockets on
		macintosh arn't files

Wed Sep 13 10:33:53 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: PC builds all C files because of function name changes.
	* c_localtime.c, c_ustime.c: removed INTERFACE keyword.

Wed Sep 13 17:32:36 1995  Theodore Y. Ts'o  <tytso@dcl>

	* c_localaddr.c (krb5_crypto_os_localaddr): Clear the buffer
		before calling the SIOCGIFCONF ioctl.  This makes purify
		happy.

Thu Sep  7 12:00:00 1995  James Mattly <mattly@fusion.com>
	
	* Renamed ustime.c to c_ustime.c
	* Renamed localaddr.c to c_localaddr.c because Mac can't have
	  two files with the same name.
	* Makefile.in, .Sanitize updated for the above change.

Thu Aug 24 18:40:48 1995  Theodore Y. Ts'o  <tytso@dcl>

	* .Sanitize: Update file list

Sat Jul 29 03:17:21 1995  Tom Yu  <tlyu@lothlorien.MIT.EDU>

	* localaddr.c (krb5_crypto_os_localaddr): Don't bash the return
		from SIOCGIFCONF with the output of a SIOCGIFFLAGS.  Duh.

Wed Jul 19 17:17:54 1995  Tom Yu  <tlyu@lothlorien.MIT.EDU>

	* localaddr.c: also add definition of max if it's not there.

	* localaddr.c: fix definition of ifreq_size so it actually works

Mon Jul 17 16:04:00 1995  Sam Hartman  <hartmans@tertius.mit.edu>

	* localaddr.c (krb5_crypto_os_localaddr): Deal with variable sized
        ifreq structures if sockaddr contains sa_len field.

	* configure.in: Check to see if struct sockaddr has sa_len.

Thu Jul  6 17:13:11 1995  Tom Yu  <tlyu@lothlorien.MIT.EDU>

	* localaddr.c: migrated from lib/krb5/os

	* ustime.c: migrated from lib/krb5/os; removed context variable
		from arglist.

	* Makefile.in: don't copy or remove localaddr.c and ustime.c;
		they're local now.

Fri Jun  9 19:18:41 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Thu May 25 22:16:35 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.

Sat Mar 25 15:38:23 1995  Mark Eichin  <eichin@cygnus.com>

	* Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/os.

Wed Mar 22 11:44:07 1995    <tytso@rsx-11.mit.edu>

	* Makefile.in: Use $(SRCTOP) instead of $(srcdir), since Mac's
		don't like dealing with $(U)$(U).

Fri Mar 17 16:21:46 1995  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Fix rules for localdr.c, ustime.c, and memmove.c so
		that they reference $(srcdir) where appropriate.

Thu Mar 16 21:24:43 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (LDFLAGS):  Eliminate, comes in from pre.in.
	(all-mac):  Add.
	(localaddr.c, ustime.c, memmove.c):  Fix paths to work on Mac.

Tue Mar 14 17:23:02 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: no longer need to bring in ustime and localaddr for
	   windows since everything's going into one DLL in the end.

Thu Mar 2 17:56:48 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: changed LIBNAME for the PC, and  brought in ustime
           and localaddr from the krb/os directory.
        * rnd_conf.c: added cast to the seed assignment.

Mon Feb 20 16:25:36 1995 Keith Vetter (keithv@fusion.com)

	* Makfile.in: made to work for the PC
        * rnd_confoun.c: added windows INTERFACE keyword

Wed Jan 25 20:24:35 1995  John Gilmore  (gnu at toad.com)

	* rnd_confoun.c: Replace <.../...> includes with "..."s.

Mon Oct 24 14:58:14 1994    (tytso@rsx-11)

	* configure.in:
	* rnd_confoun.c (krb5_random_confounder): Use the srand48/lrand48
		functions if available.

Fri Oct 14 00:21:05 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Remove symlinked files on make clean.