Display error status from a gssapi result.
Display Error Status from a GSSAPI Result.
The functions in this section convert a GSSAPI result code into a message.
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.
Parameters:
fp 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
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.
Parameters:
str 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
Generated automatically by Doxygen for globus_gss_assist from the source code.