summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache/ChangeLog
blob: 1a0d6c9f06f1971da463111ef7d09387add78920 (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
Thu Nov 21 11:55:16 EST 1996    Richard Basch   <basch@lehman.com>

        * Makefile.in: win32 build

	* rc_dfl.c, rc_dfl.h: Win32/DLL calling conventions for rcache
		functions.  (Most rcache routines are still not exported
		pending an API review).

Mon Nov 18 15:25:51 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* rc_dfl.c: Apply jik's fix to allow the expunging of the replay
		cache to happen correctly. [174,132]

Mon Jun 10 21:52:38 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* rc_io.c: Change _WINDOWS to _MSDOS, and add check for _WIN32.

Sat Feb 24 18:53:33 1996  Theodore Y. Ts'o  <tytso@dcl>

	* rc_io.c (krb5_rc_io_creat, krb5_rc_io_open): Use Windows path
		separator, if appropriate.  Under Windows also use the
		environment variables TEMP and TMP for the replay cache.

Fri Dec  1 17:07:24 1995  Theodore Y. Ts'o  <tytso@dcl>

	* rc_io.c (krb5_rc_io_creat): In case of permission problems,
		don't unlink the old replay cache; make it a hard
		(repeatable) error.  This also reduces the chance we
		accidentally delete valuable data.

Mon Nov 27 14:52:23 1995  Tom Yu  <tlyu@dragons-lair.MIT.EDU>

	* rc_dfl.c (krb5_rc_dfl_init): default lifespan to
		context->clockskew in case some app can't get at the
		internals of the context struct.

Fri Oct  6 22:05:31 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:58:40 1995  Theodore Y. Ts'o  <tytso@dcl>

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

Wed Sep  6 12:00:00 1995  James Mattly  <mattly@fusion.com>
	* rc_io.c:  turn off a call to fsync which MACINTOSH doesn't support


Thu Aug 31 14:13:21 EDT 1995	Paul Park	(pjpark@mit.edu)
	* rc_base.c - Set magic number in rcache structure after successfully
		resolving the replay cache.


Tue Aug 29 14:19:54 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in, .Sanitize, ser_rc.c - Add routines to serialize rcache.

Fri Aug  4 22:07:46 1995  Tom Yu  <tlyu@dragons-lair.MIT.EDU>

	* rc_conv.c (krb5_auth_to_rep): Add parens to shut up gcc -Wall

	* rc_io.c: Add parens to shut up gcc -Wall

	* rc_dfl.c: Add parens to shut up gcc -Wall

	* rc_base.c: Add parens to shut up gcc -Wall

Thu Jul 20 22:34:47 1995  Mark Eichin  <eichin@cygnus.com>

	* rc_dfl.c (rc_store): rename from store() to avoid conflict with
	dbm function of same name (and different prototype.)

Wed July  5 15:52:31 1995  James Mattly  <mattly@fusion.com>
	* rc_io.c added HAVE_MACSOCK_H, change open to THREEPARAMOPEN

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

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

Fri May 26 20:21:19 1995  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in, Makefile.in: Add support for building shared libraries.

Tue May 23 16:30:29 1995  Theodore Y. Ts'o  (tytso@dcl)

	* rc_io.c: Rearrange #include files so that krb5.h gets included
		first, so that the debugging information can be more
		efficiently collapsed since the type numbers will be the
		same.

Mon May  1 23:10:26 1995  Theodore Y. Ts'o  (tytso@dcl)

	* rc_dfl.c (krb5_rc_dfl_recover): Fix memory leaks in this
		function.  The krb5_donot_replay structure was not being
		freed properly.

Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)

	* *.[ch]: removed unneeded INTERFACE from non-api functions.

Fri Mar 31 16:44:34 1995  Theodore Y. Ts'o  (tytso@dcl)

	* rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary reply
		cache after we're done expunging it.

	* rc_io.c (krb5_rc_io_move): Make duplicate copies of the filename
		and the file descriptor (via malloc/strcpy and dup), so
		that the old rc_io object can be cleanly closed without
		affecting the new rc_io object.

Fri Mar 17 20:27:41 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (LDFLAGS):  Eliminate duplicate of config/pre.in.

Tue Mar 7 21:40:18 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: changed library name for the PC.

Tue Mar  7 19:54:32 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: take out ISODE_DEFS, ISODE_INCLUDE.

Tue Mar 7 12:33:29 1995 Keith Vetter (keithv@fusion.com)

	* rc_io.c: moved the enabling defines for low-level io, e.g. read,
           write, lseek, etc., out of here and into k5-config.h.

Thu Mar 2 11:55:00 1995 Keith Vetter (keithv@fusion.com)

	* rc_io.c: changed NEED_WINSOCK_H to NEED_SOCKETS

Wed Mar 1 12:03:30 1995 Keith Vetter (keithv@fusion.com)

	* *.c, *.h Added windows INTERFACE keyword
	* Makefile.in: made to work on the PC.
        * rc_dfl.c: Some int/long changes for the PC
        * rc_io.c: hack to get Microsoft C in std-c mode to allow
           low-level i/o routines. Probably not a permanent solution
           but keep until we decide on a better method.
        * rc_io.h: added 2 missing prototypes
        * rc_dfl.h: added 2 missing prototypes

Tue Feb 28 01:03:34 1995  John Gilmore  (gnu at toad.com)

	* *.c:  Avoid <krb5/...> includes.

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    * Added krb5_context to all krb5_routines

Thu Dec 22 15:44:50 1994  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in: Add test for uid_t.

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

	* configure.in: Add ISODE_DEFS rule.

Mon Oct  3 19:32:59 1994  Theodore Y. Ts'o  (tytso@dcl)

	* rc_def.c (krb5_rc_dfl_recover): krb5_rc_io_size was being called
		(still) with the wrong type argument.  Should have been &t->d.

Fri Sep 30 21:59:08 1994  Theodore Y. Ts'o  (tytso@dcl)

	* rc_def.c (krb5_rc_dfl_ops): Add placeholder for magic number

Thu Sep 29 22:11:20 1994  Theodore Y. Ts'o  (tytso@dcl)

	* rc_dfl.c (krb5_rc_dfl_recover): krb5_rc_io_size was being called
		with the wrong type argument.  I have no idea how it was


Thu Sep  8 23:34:53 1994  Theodore Y. Ts'o  (tytso@pinata)

	* rc_io.c: The variables dirlen and dir were declared global, and
		didn't need to be; changed to be static.

Sat Aug 20 00:09:37 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* rc_dfl.c (krb5_rc_dfl_expunge): name (t->name) was getting freed
	and we tried to use it.  Clear t->name to stop it from being
	freed, and then free it later.

Mon Jun 20 19:37:13 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* rc_base.h: #include <krb5/osconf.h> so that build works using	imake.