Files
heimdal/lib/gssapi/mech
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-12-14 22:05:46 -06:00
2018-12-18 23:28:38 -06:00
2018-12-18 23:28:38 -06:00
2018-12-18 23:28:38 -06:00
2011-05-21 11:57:31 -07:00
2010-11-25 22:19:01 -08:00
2018-12-18 23:28:38 -06:00
2010-08-20 13:14:10 -04:00
2010-08-20 13:14:10 -04:00
2019-09-05 09:52:49 -05:00
2018-12-18 23:28:38 -06:00
2018-12-18 23:28:38 -06:00
2017-03-13 18:39:41 -04:00
2018-12-18 23:28:38 -06:00