From 8980a47d4af0ed096a7a0953335fca48f02620fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Oct 2005 11:25:34 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16240 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 16 ++++++++++++++++ lib/gssapi/krb5/ChangeLog | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 9651a2f71..52ec4f44d 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,19 @@ +2005-10-26 Love Hörnquist Åstrand + + * acquire_cred.c (_gssapi_krb5_ccache_lifetime): break out code + used to extract lifetime from a credential cache + + * gssapi_locl.h: Add _gssapi_krb5_ccache_lifetime, used to extract + lifetime from a credential cache. + + * gssapi.h: add gss_krb5_import_ccache, reverse of + gss_krb5_copy_ccache + + * copy_ccache.c: add gss_krb5_import_ccache, reverse of + gss_krb5_copy_ccache + + * test_kcred.c: test gss_krb5_import_ccache + 2005-10-21 Love Hörnquist Åstrand * acquire_cred.c (acquire_initiator_cred): use krb5_cc_cache_match diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 9651a2f71..52ec4f44d 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,19 @@ +2005-10-26 Love Hörnquist Åstrand + + * acquire_cred.c (_gssapi_krb5_ccache_lifetime): break out code + used to extract lifetime from a credential cache + + * gssapi_locl.h: Add _gssapi_krb5_ccache_lifetime, used to extract + lifetime from a credential cache. + + * gssapi.h: add gss_krb5_import_ccache, reverse of + gss_krb5_copy_ccache + + * copy_ccache.c: add gss_krb5_import_ccache, reverse of + gss_krb5_copy_ccache + + * test_kcred.c: test gss_krb5_import_ccache + 2005-10-21 Love Hörnquist Åstrand * acquire_cred.c (acquire_initiator_cred): use krb5_cc_cache_match