From 7f2110c0ba150383ee8eb39bb5c66a2a1ffb6725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 31 Oct 2005 16:07:59 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16269 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 9 +++++++++ lib/gssapi/krb5/ChangeLog | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 55fbf8bb3..b99d9e0b9 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,14 @@ 2005-10-31 Love Hörnquist Åstrand + * gss_acquire_cred.3: Document that gss_krb5_import_ccache is copy + by reference. + + * copy_ccache.c (gss_krb5_import_ccache): Instead of making a copy + of the ccache, make a reference by getting the name and resolving + the name. This way the cache is shared, this flipp side is of + course that if someone calls krb5_cc_destroy the cache is lost for + everyone. + * test_kcred.c: Remove memory leaks. 2005-10-26 Love Hörnquist Åstrand diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 55fbf8bb3..b99d9e0b9 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,5 +1,14 @@ 2005-10-31 Love Hörnquist Åstrand + * gss_acquire_cred.3: Document that gss_krb5_import_ccache is copy + by reference. + + * copy_ccache.c (gss_krb5_import_ccache): Instead of making a copy + of the ccache, make a reference by getting the name and resolving + the name. This way the cache is shared, this flipp side is of + course that if someone calls krb5_cc_destroy the cache is lost for + everyone. + * test_kcred.c: Remove memory leaks. 2005-10-26 Love Hörnquist Åstrand