Man page - globus_gss_assist_display(3)
Packages contas this manual
- globus_gss_assist_wrap_send(3)
- globus_gsi_gss_assist_error_t(3)
- globus_gss_assist_display(3)
- globus_gss_assist_tokens(3)
- globus_gss_assist_acquire_cred(3)
- globus_gss_assist_init_sec_context(3)
- globus_gss_assist_constants(3)
- globus_gss_assist_token_send_fd(3)
- globus_gss_assist_token_send_fd_ex(3)
- globus_gss_assist_map_local_user(3)
- globus_gss_assist_read_vhost_cred_dir(3)
- globus_gss_assist_import_sec_context(3)
- globus_gss_assist_credential(3)
- globus_gss_assist_display_status_str(3)
- globus_gss_assist_get_unwrap(3)
- globus_gss_assist_will_handle_restrictions(3)
- globus_gss_assist_init_sec_context_async(3)
- globus_gss_assist_context(3)
- globus_gss_assist_userok(3)
- globus_gss_assist_constants.h(3)
- globus_gss_assist_token_get_fd(3)
- globus_gss_assist_lookup_all_globusid(3)
- globus_gss_assist_map_and_authorize_sharing(3)
- globus_gss_assist.h(3)
- globus_gss_assist_gridmap(3)
- globus_gss_assist_display_status(3)
- globus_gss_assist_accept_sec_context_async(3)
- globus_gss_assist_authorization_host_name(3)
- globus_gss_assist_activation(3)
- globus_gss_assist_token_send_fd_without_length(3)
- globus_gss_assist_acquire_cred_ext(3)
- globus_gss_assist_accept_sec_context(3)
- globus_gss_assist_export_sec_context(3)
- globus_gss_assist_map_and_authorize(3)
- globus_gss_assist(3)
apt-get install libglobus-gss-assist-doc
Manual
| globus_gss_assist_display(3) | Library Functions Manual | globus_gss_assist_display(3) |
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)
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_uint32 globus_gss_assist_display_status (FILE * fp, char * comment, OM_uint32 major_status, OM_uint32 minor_status, int token_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.
Parameters
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
OM_uint32 globus_gss_assist_display_status_str (char ** str, char * comment, OM_uint32 major_status, OM_uint32 minor_status, int token_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.
Parameters
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
Author
Generated automatically by Doxygen for globus_gss_assist from the source code.
| Version 12.7 | globus_gss_assist |