Provided by: libglobus-gsi-sysconfig-doc_6.9-2_all bug

NAME

       globus_gsi_sysconfig_datatypes - Data Types

   Enumerations

Detailed Description

Enumeration Type Documentation

   enum globus_gsi_proxy_file_type_t
       Enumerator used to keep track of input/output types of filenames

       Enumerator

       GLOBUS_PROXY_FILE_INPUT
              The proxy filename is intended for reading (it should already exist)

       GLOBUS_PROXY_FILE_OUTPUT
              The proxy filename is intended for writing (it does not need to exist)

   enum globus_gsi_sysconfig_error_t
       GSI System Config Error codes

       Enumerator

       GLOBUS_GSI_SYSCONFIG_ERROR_SUCCESS
              Success - never used

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_DIR
              Unable to determine trusted certificates directory

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_STRING
              Error while generating certificate filename

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_KEY_STRING
              Error while generating private key filename

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_HOME_DIR
              Unable to determine user's home directory

       GLOBUS_GSI_SYSCONFIG_ERROR_ERRNO
              System Error -- see underlying error for details

       GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_FILE_EXISTS
              Unable to determine whether file exists

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_FILENAME
              Unable to determine the location of the certificate file

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PROXY_FILENAME
              Unable to determine the location of the proxy file

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_DELEG_FILENAME
              Unable to determine the location of the delegated proxy file

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CA_CERT_FILENAMES
              Unable to generate a list of CA certificate filenames

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CWD
              Error while discovering the current working directory

       GLOBUS_GSI_SYSCONFIG_ERROR_REMOVING_OWNED_FILES
              Failed to remove all proxy files

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GRIDMAP_FILENAME
              Unable to determine the location of the grid map file

       GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_SUPERUSER
              Failure while checking whether the current user is the super user

       GLOBUS_GSI_SYSCONFIG_ERROR_SETTING_PERMS
              Error while trying to set file permissions

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_SIGNING_POLICY
              Unable to determine the location of a signing policy file

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PW_ENTRY
              Could not find password entry for user

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_FILENAME
              Failed to locate the authorization callout configuration file

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_REGULAR
              File is not a regular file

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_DOES_NOT_EXIST
              File does not exist

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_BAD_PERMISSIONS
              File has incorrect permissions for operation

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_OWNED
              File is not owned by current user

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_IS_DIR
              File is a directory

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_ZERO_LENGTH
              File has zero length

       GLOBUS_GSI_SYSCONFIG_INVALID_ARG
              Invalid argument

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_LINKS
              File has more than one link

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_CHANGED
              File has changed in the meantime

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_LIB_FILENAME
              Failed to locate the authorization callout library configuration file

       GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GAA_FILENAME
              Failed to locate the GAA configuration file

       GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_DIR
              File is not a directory

       GLOBUS_GSI_SYSCONFIG_ERROR_LAST
              Last marker - never used

Author

       Generated automatically by Doxygen for globus_gsi_sysconfig from the source code.