summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccapi/ChangeLog
blob: 276a176ebdafd30428c8d5940c67c0da38bb8e25 (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
1999-08-03	Alexandra Ellwood <lxs@mit.edu>
	
	* stdcc.c (krb5_stdcc_destroy):
		Added code to free the krb5_ccache like krb5_stdcc_close does 
		so we don't leak memory.
		
1999-06-10  Danilo Almeida  <dalmeida@mit.edu>

	* stdcc.c (cache_changed): Use PostMessage instead of SendMessage
		so that we don't block.

1999-06-08  Danilo Almeida  <dalmeida@mit.edu>

	* winccld.h:  Remove references to cc_*_instance functions.

Thu May 13 18:01:58 1999  Theodore Y. Ts'o  <tytso@mit.edu>

	* winccld.c (krb5_win_ccdll_load): Register the FILE ccache type
		if we are using ccapi, so that we make sure the FILE
		ccache type will work if the user specifies it in an
		environment variable.

Mon May 10 15:24:36 1999  Danilo Almeida  <dalmeida@mit.edu>

	* Makefile.in: Do win32 build in subdir.

Thu Apr  8 16:09:08 1999  Theodore Y. Ts'o  <tytso@mit.edu>

	* winccld.c: Only compile this file on Windows (to avoid screwing
		up the Macintosh build).

1999-03-31  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* winccld.c, winccld.h, stdcc.c: Add files to dynamically load
		krbcc32.dll, so that we can fall back and use the built-in
		file ccache type if krbcc32.dll doesn't exist.

1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* Makefile.in: Set the myfulldir and mydir variables (which are
		relative to buildtop and thisconfigdir, respectively.)