diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1999-03-15 04:04:21 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1999-03-15 04:04:21 +0000 |
| commit | 16a41c8ab8b121688cd236809e4f471a44a168c3 (patch) | |
| tree | e671dfeddcb957510435e1e27e1eda572be74a33 /src | |
| parent | 5a0e876b48f16801ab9e5438a9ec76a9e43fb45f (diff) | |
Added new exports and upped to b10
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11287 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/mac/GSSLibrary.exp | 5 | ||||
| -rw-r--r-- | src/mac/K5Library.exp | 2 | ||||
| -rw-r--r-- | src/mac/Release notes | 6 | ||||
| -rw-r--r-- | src/mac/version.r | 6 |
4 files changed, 14 insertions, 5 deletions
diff --git a/src/mac/GSSLibrary.exp b/src/mac/GSSLibrary.exp index a24bd6477..feeec20f7 100644 --- a/src/mac/GSSLibrary.exp +++ b/src/mac/GSSLibrary.exp @@ -65,7 +65,10 @@ gss_nt_machine_uid_name gss_nt_string_uid_name gss_nt_service_name - +# +# krb5-specific CCache name stuff +# + gss_krb5_ccache_name diff --git a/src/mac/K5Library.exp b/src/mac/K5Library.exp index c3e1093ec..b4059f2ac 100644 --- a/src/mac/K5Library.exp +++ b/src/mac/K5Library.exp @@ -181,6 +181,8 @@ krb5_realm_iterator krb5_realm_iterator_free krb5_free_realm_string +# + krb5_cc_set_default_name #Temporary exports (DO NOT USE) decode_krb5_ticket diff --git a/src/mac/Release notes b/src/mac/Release notes index f631b2ea4..8f2e73769 100644 --- a/src/mac/Release notes +++ b/src/mac/Release notes @@ -42,4 +42,8 @@ Changes in 1.1a3: 1.1b9 Updated to ccache 2.0b3 Added Krb5GlobalsGetDefaultCacheNameModification to globals library - Fix for profiler crashing when krb5.ini is missing
\ No newline at end of file + Fix for profiler crashing when krb5.ini is missing + +1.1b10 + Exported krb5 and gss interfaces to set cache name +
\ No newline at end of file diff --git a/src/mac/version.r b/src/mac/version.r index 46f83e86a..58bb509da 100644 --- a/src/mac/version.r +++ b/src/mac/version.r @@ -7,10 +7,10 @@ #endif resource 'vers' (1) { - 0x01, 0x10, beta, 0x09, + 0x01, 0x10, beta, 0x10, verUS, - "1.1b9", - "1.1b9, Copyright 1996-1999 Massachusetts Institute of Technology" + "1.1b10", + "1.1b10, Copyright 1996-1999 Massachusetts Institute of Technology" }; resource 'vers' (2) { |
