globus_gsi_sysconfig_datatypes

Langue: en

Version: 288712 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Datatypes -

Enumerations


enum globus_gsi_sysconfig_error_t { GLOBUS_GSI_SYSCONFIG_ERROR_SUCCESS = 0, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_DIR = 1, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_STRING = 2, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_KEY_STRING = 3, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_HOME_DIR = 4, GLOBUS_GSI_SYSCONFIG_ERROR_ERRNO = 5, GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_FILE_EXISTS = 6, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CERT_FILENAME = 7, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PROXY_FILENAME = 8, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_DELEG_FILENAME = 9, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CA_CERT_FILENAMES = 10, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_CWD = 11, GLOBUS_GSI_SYSCONFIG_ERROR_REMOVING_OWNED_FILES = 12, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GRIDMAP_FILENAME = 13, GLOBUS_GSI_SYSCONFIG_ERROR_CHECKING_SUPERUSER = 14, GLOBUS_GSI_SYSCONFIG_ERROR_SETTING_PERMS = 15, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_SIGNING_POLICY = 16, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_PW_ENTRY = 17, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_FILENAME = 18, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_REGULAR = 19, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_DOES_NOT_EXIST = 20, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_BAD_PERMISSIONS = 21, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_OWNED = 22, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_IS_DIR = 23, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_ZERO_LENGTH = 24, GLOBUS_GSI_SYSCONFIG_INVALID_ARG = 25, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_LINKS = 26, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_HAS_CHANGED = 27, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_AUTHZ_LIB_FILENAME = 28, GLOBUS_GSI_SYSCONFIG_ERROR_GETTING_GAA_FILENAME = 29, GLOBUS_GSI_SYSCONFIG_ERROR_FILE_NOT_DIR = 30, GLOBUS_GSI_SYSCONFIG_ERROR_LAST = 31 }

enum globus_gsi_proxy_file_type_t { GLOBUS_PROXY_FILE_INPUT, GLOBUS_PROXY_FILE_OUTPUT }

Enumeration Type Documentation

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 dircovering 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.

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).

Author

Generated automatically by Doxygen for globus gsi sysconfig from the source code.