git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16269 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-31 16:07:59 +00:00
parent 069a5f19a2
commit 7f2110c0ba
2 changed files with 18 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
2005-10-31 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,14 @@
2005-10-31 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>