Print this page
3882 remove xmod & friends

*** 263,273 **** OM_UINT32 minor_status; /* status from the mechanism */ int qop_state; /* quality of protection */ OM_UINT32 status; /* status of GSSAPI call */ }; - %/* EXPORT DELETE START */ struct gss_seal_arg { OM_UINT32 gssd_context_verifier; /* verifier for context handles */ GSS_CTX_ID_T context_handle; /* handle to existing context */ int conf_req_flag; /* type of conf requested */ int qop_req; /* quality of prot. requested */ --- 263,272 ----
*** 293,304 **** int conf_state; /* type of conf. provided */ int qop_state; /* quality of prot. provided */ OM_UINT32 status; /* status of GSSAPI call */ }; - %/* EXPORT DELETE END */ - struct gss_display_status_arg { uid_t uid; /* client uid */ int status_value; /* status to be converted */ int status_type; /* GSS or mech status */ GSS_OID mech_type; /* mechanism */ --- 292,301 ----
*** 480,491 **** */ gss_inquire_cred_res GSS_INQUIRE_CRED(gss_inquire_cred_arg) = 12; - /* EXPORT DELETE START */ - /* * Called to seal a message. */ gss_seal_res GSS_SEAL(gss_seal_arg) = 13; --- 477,486 ----
*** 492,503 **** /* * Called to unseal a message. */ gss_unseal_res GSS_UNSEAL(gss_unseal_arg) = 14; - /* EXPORT DELETE END */ - /* * gsscred interface functions to obtain principal uid and gids */ gsscred_expname_to_unix_cred_res GSSCRED_EXPNAME_TO_UNIX_CRED( --- 487,496 ----