globus_gsi_sysconfig_win32(3) | globus_gsi_sysconfig | globus_gsi_sysconfig_win32(3) |
globus_gsi_sysconfig_win32 - Functions for Win32 platforms
- Functions for Win32 platforms.
globus_result_t
globus_gsi_sysconfig_set_key_permissions_win32 (char *filename)
Win32 - Set Key Permissions. globus_result_t
globus_gsi_sysconfig_file_exists_win32 (const char *filename)
Win32 - File Exists. globus_result_t
globus_gsi_sysconfig_dir_exists_win32 (const char *filename)
Win32 - Directory Exists. globus_result_t
globus_gsi_sysconfig_get_current_working_dir_win32 (char
**working_dir)
Win32 - Get Current Working Directory. globus_result_t
globus_gsi_sysconfig_make_absolute_path_for_filename_win32 (char
*filename, char **absolute_path)
Win32 - Make Absolute Path. globus_result_t
globus_gsi_sysconfig_split_dir_and_filename_win32 (char
*full_filename, char **dir_string, char **filename_string)
Win32 - Split Directory and Filename. globus_result_t
globus_gsi_sysconfig_get_cert_dir_win32 (char **cert_dir)
Win32 - Get Trusted CA Cert Dir. globus_result_t
globus_gsi_sysconfig_get_user_cert_filename_win32 (char **user_cert,
char **user_key)
Win32 - Get User Certificate Filename. globus_result_t
globus_gsi_sysconfig_get_host_cert_filename_win32 (char **host_cert,
char **host_key)
Win32 - Get Host Certificate and Key Filenames. globus_result_t
globus_gsi_sysconfig_get_service_cert_filename_win32 (char
*service_name, char **service_cert, char **service_key)
Win32 - Get Service Certificate and Key Filenames. globus_result_t
globus_gsi_sysconfig_get_proxy_filename_win32 (char **user_proxy,
globus_gsi_proxy_file_type_t proxy_file_type)
Win32 - Get Proxy Filename. globus_result_t
globus_gsi_sysconfig_get_ca_cert_files_win32 (char *ca_cert_dir,
globus_fifo_t *ca_cert_list)
Win32 - Get CA Cert Filenames. globus_result_t
globus_gsi_sysconfig_remove_all_owned_files_win32 (char
*default_filename)
Win32 - Remove all proxies owned by current uid. globus_result_t
globus_gsi_sysconfig_get_gridmap_filename_win32 (char **filename)
Win32 - Get the path and file name of the grid map file. globus_result_t
globus_gsi_sysconfig_get_authz_conf_filename_win32 (char **filename)
Win32 - Get the path and file name of the grid map file. globus_result_t
globus_gsi_sysconfig_get_authz_lib_conf_filename_win32 (char
**filename)
Win32 - Get authorization configuration filename. globus_result_t
globus_gsi_sysconfig_get_gaa_conf_filename_win32 (char **filename)
Win32 - Get the path and file name of the gaa config file. globus_result_t
globus_gsi_sysconfig_is_superuser_win32 (int *is_superuser)
Win32 - Check if the current user is root. globus_result_t
globus_gsi_sysconfig_get_signing_policy_filename_win32 (X509_NAME
*ca_name, char *cert_dir, char **signing_policy_filename)
Win32 - Get Signing Policy Filename.
Functions for Win32 platforms.
These functions implement the Win32 version of the Globus GSI System Configuration API. They should never be called directly, please use the provided platform independent defines.
Win32 - Directory Exists. Check that the directory exists
Parameters
Returns
Win32 - File Exists. Check that the file exists
Parameters
Returns
Win32 - Get the path and file name of the grid map file. Get the path and file name of the authorization callback configuration file
Parameters
Returns
Win32 - Get authorization configuration filename. Get the path and file name of the authorization callback library configuration file
Parameters
Returns
Win32 - Get CA Cert Filenames. Gets a list of trusted CA
certificate filenames in a trusted CA certificate directory.
Parameters
See also
Returns
Win32 - Get Trusted CA Cert Dir. Get the Trusted Certificate Directory containing the trusted Certificate Authority certificates. This directory is determined in the order shown below. Failure in one method results in attempting the next.
Parameters
Returns
Win32 - Get Current Working Directory. Get the current working directory on a windows system
Parameters
Returns
Win32 - Get the path and file name of the gaa config file. Get the path and file name of the gaa config configuration file .
Parameters
Returns
Win32 - Get the path and file name of the grid map file. Get the path and file name of the grid map file.
Parameters
Returns
Win32 - Get Host Certificate and Key Filenames. Get the Host Certificate and Key Filenames based on the current user's environment. The host cert and key are searched for in the following locations (in order):
Parameters
Returns
Win32 - Get Proxy Filename. Get the proxy cert filename based on the following search order:
Parameters
Returns
Win32 - Get Service Certificate and Key Filenames. Get the Service Certificate Filename based on the current user's environment. The host cert and key are searched for in the following locations (in order):
Parameters
Returns
Win32 - Get Signing Policy Filename. Get the Signing Policy Filename on the current system, based on the CA's subject name, and the trusted certificates directory
Parameters
Returns
Win32 - Get User Certificate Filename. Get the User Certificate Filename based on the current user's environment. The following locations are searched for cert and key files in order:
Parameters
Returns
Win32 - Check if the current user is root. Checks whether the current user is root.
Parameters
Returns
Win32 - Make Absolute Path. Make the filename into an absolute path string based on the current working directory.
Parameters
absolute_path The resulting absolute path
Returns
Win32 - Remove all proxies owned by current uid. Removes all proxies (all delegated and grid-proxy-init generated proxies) found in the secure temp directory that are owned by the current user.
Parameters
Returns
Win32 - Set Key Permissions. Set the file permissions of a file to read only by the user which are the permissions that should be set for all private keys.
Parameters
Returns
Win32 - Split Directory and Filename. Split the directory and filename portions of a filename string into two separate strings
Parameters
Returns
Generated automatically by Doxygen for globus_gsi_sysconfig from the source code.
Tue Jul 5 2022 | Version 9.5 |