git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16240 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-10-26 11:25:34 +00:00
parent a5755046b4
commit 8980a47d4a
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
2005-10-26 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* acquire_cred.c (acquire_initiator_cred): use krb5_cc_cache_match

View File

@@ -1,3 +1,19 @@
2005-10-26 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* acquire_cred.c (acquire_initiator_cred): use krb5_cc_cache_match