blob: 3a51f511dc4af5b706205a122b59bd54320ef5c3 (
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
|
Changes in 1.1a3:
no static libraries
no CNS config
metaproject to build C and runtime libs
fragment aliases
debugging and non-debugging versions of shared libraries
1.1b1
building with 3des and realms iterator code
config file changes to turn off 3des
1.1b2
upped cfm version numbers to prevent new apps from working with old libs
1.1b3
renamed prebuild "all" target to prebuild
fixed resource chain mangling in Mac networking layer
1.1b4
realms iterator fixes
additional tweaks to config file (reordering realms)
fix debug targets to link against debug C and runtime libs
1.1b5
preliminary version of ccache v2 library and headers
Mac changes for cc_set_cache_name, including addition of Krb5GlobalsLib
1.1b6
Fixed debug vs. non-debug import mistakes in GSSLib and globals lib.
Fixed ccache API_VER_1 vs. API_VER_2 bug
1.1b7
Fixed clean target
Added template target
Fixed inconsistency about bugger size in globals API
Updated to ccache 2.0b1
1.1b8
68K builds are back
Updated to ccache 2.0b2
1.1b9
Updated to ccache 2.0b3
Added Krb5GlobalsGetDefaultCacheNameModification to globals library
Fix for profiler crashing when krb5.ini is missing
1.1b10
Exported krb5 and gss interfaces to set cache name
1.1b11
Fixed krb5 globals lib to use existing default cache instead of creating a new one
1.1b12
CCache 2.0b4 (v5 credentials corruption fix)
68K builds gone again
1.1b13
fixed win-mac.h to not conflict with MSL stat.h
updated to CCache 2.0b5
1.1b14-1.1b19 skipped
1.1b20
fixed glue to include gss_krb5_ccache_name
|