logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_gss_assist_display - GSSAPI Result Status Strings

Author

       Generated automatically by Doxygen for globus_gss_assist from the source code.

globus_gss_assist                                 Version 12.7                      globus_gss_assist_display(3)

Detailed Description

       Display Error Status from a GSSAPI Result.

       The functions in this section convert a GSSAPI result code into a message.

Function Documentation

OM_uint32globus_gss_assist_display_status(FILE*fp,char*comment,OM_uint32major_status,OM_uint32minor_status,inttoken_status)
       Display the messages for the major and minor status on the file pointed at by fp. Takes care of the
       overloaded major_status if there was a problem with the get_token or send_token routines.

       Parametersfp a file pointer
           comment String to print out before other error messages.
           major_status The major status to display
           minor_status The minor status to display
           token_status token status to display

       Returns
           0

   OM_uint32globus_gss_assist_display_status_str(char**str,char*comment,OM_uint32major_status,OM_uint32minor_status,inttoken_status)
       Display the messages for the major and minor status and return a string with the messages. Takes care of
       the overloaded major_status if there was a problem with the get_token or send_token routines.

       Parametersstr pointer to char * for returned string. Must be freed
           comment String to print out before other error messages.
           major_status The major status to display
           minor_status The minor status to display
           token_status token status to display

       Returns
           0

Name

       globus_gss_assist_display - GSSAPI Result Status Strings

        - Display Error Status from a GSSAPI Result.

Synopsis

Functions
       OM_uint32 globus_gss_assist_display_status (FILE *fp, char *comment, OM_uint32 major_status, OM_uint32
           minor_status, int token_status)
       OM_uint32 globus_gss_assist_display_status_str (char **str, char *comment, OM_uint32 major_status,
           OM_uint32 minor_status, int token_status)

See Also