summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccapi/ChangeLog
blob: caadf1c1383c05066a9d4e37ec1a7724f478d9f7 (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
1999-11-22  Miro Jurisic  <meeroh@mit.edu>

	* stdcc.h, stdcc_util.h: use CCache2.h under MacOS for CCAPI v2
	compatibility

1999-10-26  Tom Yu  <tlyu@mit.edu>

	* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
	LOCAL_INCLUDES such that one can override CFLAGS from the command
	line without losing CPP search patchs and defines. Some associated
	Makefile cleanup. [from wsanchez@apple.com]

1999-08-23  Ken Raeburn  <raeburn@mit.edu>

	* stdcc.c (krb5_stdcc_retrieve): Replace with a version that calls
	krb5_cc_retrieve_cred_default.

1999-08-05	Alexandra Ellwood <lxs@mit.edu>

	* stdcc_util.c (deep_free_cc_v5_creds):
		Added free(creds) so that the cc_creds gets freed when a 
		cred_union gets freed.  Before it was leaking memory.

		I searched the k5 sources for folks calling deep_free_cc_v5_creds 
		and my change seems to not break anyone else.
	
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.)