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:
@@ -125,6 +125,8 @@ static gssapi_mech_interface_desc ntlm_mech = {
|
||||
NULL, /* gm_duplicate_cred */
|
||||
NULL, /* gm_add_cred_from */
|
||||
NULL, /* gm_store_cred_into */
|
||||
NULL, /* gm_set_neg_mechs */
|
||||
NULL, /* gm_get_neg_mechs */
|
||||
NULL, /* gm_compat */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user