Print this page
3882 remove xmod & friends

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/gssapi/gssd.x
          +++ new/usr/src/uts/common/gssapi/gssd.x
↓ open down ↓ 257 lines elided ↑ open up ↑
 258  258          GSS_BUFFER_T    message_buffer;         /* message to verify */
 259  259          GSS_BUFFER_T    token_buffer;           /* buffer containg token */
 260  260  };
 261  261  
 262  262  struct gss_verify_res {
 263  263          OM_UINT32       minor_status;           /* status from the mechanism */
 264  264          int             qop_state;              /* quality of protection */
 265  265          OM_UINT32       status;                 /* status of GSSAPI call */
 266  266  };
 267  267  
 268      -%/* EXPORT DELETE START */
 269  268  struct gss_seal_arg {
 270  269          OM_UINT32       gssd_context_verifier;  /* verifier for context handles */
 271  270          GSS_CTX_ID_T    context_handle;         /* handle to existing context */
 272  271          int             conf_req_flag;          /* type of conf requested */
 273  272          int             qop_req;                /* quality of prot. requested */
 274  273          GSS_BUFFER_T    input_message_buffer;   /* message to protect */
 275  274  };
 276  275  
 277  276  struct gss_seal_res {
 278  277          OM_UINT32       minor_status;           /* status from the mechanism */
↓ open down ↓ 9 lines elided ↑ open up ↑
 288  287  };
 289  288  
 290  289  struct gss_unseal_res {
 291  290          OM_UINT32       minor_status;           /* status from the mechanism */
 292  291          GSS_BUFFER_T    output_message_buffer;  /* protected message */
 293  292          int             conf_state;             /* type of conf. provided */
 294  293          int             qop_state;              /* quality of prot. provided */
 295  294          OM_UINT32       status;                 /* status of GSSAPI call */
 296  295  };
 297  296  
 298      -%/* EXPORT DELETE END */
 299      -
 300  297  struct gss_display_status_arg {
 301  298          uid_t           uid;                    /* client uid */
 302  299          int             status_value;           /* status to be converted */
 303  300          int             status_type;            /* GSS or mech status */
 304  301          GSS_OID         mech_type;              /* mechanism */
 305  302          OM_UINT32       message_context;        /* recursion flag */
 306  303  };
 307  304  
 308  305  struct gss_display_status_res {
 309  306          OM_UINT32       minor_status;           /* status from the mechanism */
↓ open down ↓ 165 lines elided ↑ open up ↑
 475  472          gss_indicate_mechs_res
 476  473                          GSS_INDICATE_MECHS(void)                        = 11;
 477  474  
 478  475          /*
 479  476           *  Called by the client to inquire about a credential.
 480  477           */
 481  478          gss_inquire_cred_res
 482  479                  GSS_INQUIRE_CRED(gss_inquire_cred_arg)                  = 12;
 483  480  
 484  481  
 485      -/* EXPORT DELETE START */
 486      -
 487  482          /*
 488  483           *  Called to seal a message.
 489  484           */
 490  485          gss_seal_res    GSS_SEAL(gss_seal_arg)                          = 13;
 491  486  
 492  487          /*
 493  488           *  Called to unseal a message.
 494  489           */
 495  490          gss_unseal_res  GSS_UNSEAL(gss_unseal_arg)                      = 14;
 496  491  
 497      -/* EXPORT DELETE END */
 498      -
 499  492          /*
 500  493           * gsscred interface functions to obtain principal uid and gids
 501  494           */
 502  495          gsscred_expname_to_unix_cred_res
 503  496                          GSSCRED_EXPNAME_TO_UNIX_CRED(
 504  497                                  gsscred_expname_to_unix_cred_arg)       = 15;
 505  498  
 506  499          gsscred_name_to_unix_cred_res
 507  500                          GSSCRED_NAME_TO_UNIX_CRED(
 508  501                                  gsscred_name_to_unix_cred_arg)          = 16;
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX