gssapi: implement gss_set_neg_mechs() (#495)
Implementation of gss_set_neg_mechs() and gss_get_neg_mechs() as defined in RFC 4178. New gss_release_cred_by_mech() API for dropping a credential from a mechanism glue credential.
This commit is contained in:
		| @@ -399,6 +399,8 @@ static gssapi_mech_interface_desc krb5_mech = { | ||||
|     _gsskrb5_duplicate_cred, | ||||
|     _gsskrb5_add_cred_from, | ||||
|     _gsskrb5_store_cred_into, | ||||
|     NULL, /* gm_set_neg_mechs */ | ||||
|     NULL, /* gm_get_neg_mechs */ | ||||
|     NULL  /* gm_compat */ | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Luke Howard
					Luke Howard