Files
heimdal/lib/gssapi/krb5
Nicolas Williams 2709f28a1b Make gss_store_cred*() work
krb5_cc_cache_match() searches all ccache collections for a ccache that
has credentials for a given principal name.  This includes MEMORY
ccaches, which means it can find the same ccache as is referenced by a
GSS cred handle given to gss_store_cred(), which means that
gss_store_cred() can fail.

For now we work around this by including a private variant of
krb5_cc_cache_match() that only searches the default ccache, not all
collections.  Eventually we should ensure that krb5_cc_default() also
searches all collection-type (other than MEMORY) ccaches for a default
credential, then we can go back to using krb5_cc_cache_match() (though
we'll need to make sure that MEMORY is searched last or not at all).
2019-09-05 09:52:49 -05:00
..
2016-11-16 17:03:14 -06:00
2009-01-25 00:35:00 +00:00
2017-04-29 01:05:59 -04:00
2016-11-16 17:03:14 -06:00
2011-05-21 11:57:31 -07:00
2017-04-29 01:05:59 -04:00
2011-05-21 11:57:31 -07:00
2019-09-05 09:52:49 -05:00
2011-07-24 16:02:22 -07:00
2018-12-28 19:26:25 -06:00
2011-05-21 11:57:31 -07:00
2017-03-10 15:47:43 -05:00
2017-04-29 01:05:59 -04:00