globus_gsi_sysconfig
6.11
|
Globus GSI System Config Library. More...
#include "globus_common.h"
#include "globus_gsi_system_config_constants.h"
#include "openssl/x509.h"
Go to the source code of this file.
Functions | |
globus_result_t | globus_gsi_sysconfig_set_key_permissions_unix (char *filename) |
UNIX - Set Key Permissions. More... | |
globus_result_t | globus_gsi_sysconfig_get_home_dir_unix (char **home_dir) |
UNIX - Get HOME DirectoryGet the HOME Directory of the current user. Should be the $HOME environment variable. More... | |
globus_result_t | globus_gsi_sysconfig_file_exists_unix (const char *filename) |
UNIX - File Exists. More... | |
globus_result_t | globus_gsi_sysconfig_dir_exists_unix (const char *filename) |
UNIX - Directory Exists. More... | |
globus_result_t | globus_gsi_sysconfig_check_keyfile_unix (const char *filename) |
UNIX - Check File Status for Key. More... | |
globus_result_t | globus_gsi_sysconfig_check_certfile_unix (const char *filename) |
UNIX - Check File Status for Cert. More... | |
globus_result_t | globus_gsi_sysconfig_get_cert_dir_unix (char **cert_dir) |
UNIX - Get Trusted CA Cert Dir. More... | |
globus_result_t | globus_gsi_sysconfig_get_user_cert_filename_unix (char **user_cert_filename, char **user_key_filename) |
UNIX - Get User Certificate and Key Filenames. More... | |
globus_result_t | globus_gsi_sysconfig_get_host_cert_filename_unix (char **host_cert_filename, char **host_key_filename) |
UNIX - Get Host Certificate and Key Filenames. More... | |
globus_result_t | globus_gsi_sysconfig_get_service_cert_filename_unix (char *service_name, char **service_cert_filename, char **service_key_filename) |
UNIX - Get Service Certificate and Key Filenames. More... | |
globus_result_t | globus_gsi_sysconfig_get_proxy_filename_unix (char **user_proxy, globus_gsi_proxy_file_type_t proxy_file_type) |
UNIX - Get Proxy Filename. More... | |
globus_result_t | globus_gsi_sysconfig_get_signing_policy_filename_unix (X509_NAME *ca_name, char *cert_dir, char **signing_policy_filename) |
UNIX - Get Signing Policy Filename. More... | |
globus_result_t | globus_gsi_sysconfig_get_ca_cert_files_unix (char *ca_cert_dir, globus_fifo_t *ca_cert_list) |
UNIX - Get CA Cert Filenames. More... | |
globus_result_t | globus_gsi_sysconfig_get_current_working_dir_unix (char **working_dir) |
UNIX - Get Current Working Directory. More... | |
globus_result_t | globus_gsi_sysconfig_make_absolute_path_for_filename_unix (char *filename, char **absolute_path) |
UNIX - Make Absolute Path. More... | |
globus_result_t | globus_gsi_sysconfig_split_dir_and_filename_unix (char *full_filename, char **dir_string, char **filename_string) |
UNIX - Split Directory and Filename. More... | |
globus_result_t | globus_gsi_sysconfig_remove_all_owned_files_unix (char *default_filename) |
UNIX - Remove all proxies owned by current uid. More... | |
globus_result_t | globus_gsi_sysconfig_is_superuser_unix (int *is_superuser) |
UNIX - Check if the current user is root. More... | |
globus_result_t | globus_gsi_sysconfig_get_user_id_string_unix (char **user_id_string) |
UNIX - Get User ID. More... | |
globus_result_t | globus_gsi_sysconfig_get_username_unix (char **username) |
UNIX - Get Username. More... | |
globus_result_t | globus_gsi_sysconfig_get_proc_id_string_unix (char **proc_id_string) |
UNIX - Get Process ID. More... | |
globus_result_t | globus_gsi_sysconfig_get_gridmap_filename_unix (char **filename) |
UNIX - Get the path and file name of the grid map file. More... | |
globus_result_t | globus_gsi_sysconfig_get_authz_conf_filename_unix (char **filename) |
UNIX - Get the path of authorization callback configuration. More... | |
globus_result_t | globus_gsi_sysconfig_get_gaa_conf_filename_unix (char **filename) |
UNIX - Get the path and file name of the gaa configuration file. More... | |
globus_result_t | globus_gsi_sysconfig_get_unique_proxy_filename (char **unique_filename) |
Get Unique Proxy Filename. More... | |
Globus GSI System Config Library.