These precompiler defines allow for a platform (ie Win32 vs UNIX) independent API.
Set the correct file permissions on a private key.
See globus_gsi_sysconfig_set_key_permissions_unix() and globus_gsi_sysconfig_set_key_permissions_win32()
Get the current users home directorySee globus_gsi_sysconfig_get_home_dir_unix() and globus_gsi_sysconfig_get_home_dir_win32()
Check for the correct file permissions on a private key.
See globus_gsi_sysconfig_check_keyfile_unix() and globus_gsi_sysconfig_check_keyfile_win32()
Check for the correct file permissions on a certificate.
See globus_gsi_sysconfig_check_certfile_unix() and globus_gsi_sysconfig_check_certfile_win32()
#define GLOBUS_GSI_SYSCONFIG_FILE_EXISTS |
Check whether a given file existsSee globus_gsi_sysconfig_file_exists_unix() and globus_gsi_sysconfig_file_exists_win32()
#define GLOBUS_GSI_SYSCONFIG_DIR_EXISTS |
Check whether a given directory existsSee globus_gsi_sysconfig_dir_exists_unix() and globus_gsi_sysconfig_dir_exists_win32()
Determine the location of the trusted certificates directorySee globus_gsi_sysconfig_get_cert_dir_unix() and globus_gsi_sysconfig_get_cert_dir_win32()
Determine the location of the users certificate and private keySee globus_gsi_sysconfig_get_user_cert_filename_unix() and globus_gsi_sysconfig_get_user_cert_filename_win32()
Determine the location of the host certificate and private keySee globus_gsi_sysconfig_get_host_cert_filename_unix() and globus_gsi_sysconfig_get_host_cert_filename_win32()
Determine the location of a service certificate and private keySee globus_gsi_sysconfig_get_service_cert_filename_unix() and globus_gsi_sysconfig_get_service_cert_filename_win32()
Determine the location of a proxy certificate and private keySee globus_gsi_sysconfig_get_proxy_filename_unix() and globus_gsi_sysconfig_get_proxy_filename_win32()
Determine the name of the signing policy file for a given CASee globus_gsi_sysconfig_get_signing_policy_filename_unix() and globus_gsi_sysconfig_get_signing_policy_filename_win32()
Get a list of of trusted CA certificate filenames in a trusted CA certificate directory.
See globus_gsi_sysconfig_get_ca_cert_files_unix() and globus_gsi_sysconfig_get_ca_cert_files_win32()
Get the current working directorySee globus_gsi_sysconfig_get_current_working_dir_unix() and globus_gsi_sysconfig_get_current_working_dir_win32()
Prepend the current working directory to the give filenameSee globus_gsi_sysconfig_make_absolute_path_for_filename_unix() and globus_gsi_sysconfig_make_absolute_path_for_filename_win32()
Split directory component of path from filename.
See globus_gsi_sysconfig_split_dir_and_filename_unix() and globus_gsi_sysconfig_split_dir_and_filename_win32()
Remove all proxies owned by current uidSee globus_gsi_sysconfig_remove_all_owned_files_unix() and globus_gsi_sysconfig_remove_all_owned_files_win32()
Determine the location of the grid map file.
See globus_gsi_sysconfig_get_gridmap_filename_unix() and globus_gsi_sysconfig_get_gridmap_filename_win32()
Determine the location of the authorization callout config file.
Determine the location of the GAA callout config file.
Determine whether the current user is the super userSee globus_gsi_sysconfig_is_superuser_unix() and globus_gsi_sysconfig_is_superuser_win32()
Get the current UID in string formSee globus_gsi_sysconfig_get_user_id_string_unix() and globus_gsi_sysconfig_get_user_id_string_win32()
Get the current PID in string formSee globus_gsi_sysconfig_get_proc_id_string_unix() and globus_gsi_sysconfig_get_proc_id_string_win32()
Get the current user nameSee globus_gsi_sysconfig_get_username_unix() and globus_gsi_sysconfig_get_username_win32()
Generate a unqiue proxy file nameSee globus_gsi_sysconfig_get_unique_proxy_filename()