Defines -
These preprocessor defines allow for a platform (ie Win32 vs UNIX) independent API.
Check for the correct file permissions on a certificate.
See globus_gsi_sysconfig_check_certfile_unix() and globus_gsi_sysconfig_check_certfile_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 whether a given directory exists
See globus_gsi_sysconfig_dir_exists_unix() and globus_gsi_sysconfig_dir_exists_win32()
Check whether a given file exists
See globus_gsi_sysconfig_file_exists_unix() and globus_gsi_sysconfig_file_exists_win32()
Determine the location of the authorization callout config file.
See globus_gsi_sysconfig_get_authz_conf_filename_unix()
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()
Determine the location of the trusted certificates directory
See globus_gsi_sysconfig_get_cert_dir_unix() and globus_gsi_sysconfig_get_cert_dir_win32()
Get the current working directory
See globus_gsi_sysconfig_get_current_working_dir_unix() and globus_gsi_sysconfig_get_current_working_dir_win32()
Determine the location of the GAA callout config file.
See globus_gsi_sysconfig_get_gaa_conf_filename_unix()
Determine the location of the grid map file.
See globus_gsi_sysconfig_get_gridmap_filename_unix() and globus_gsi_sysconfig_get_gridmap_filename_win32()
Get the current users home directory
See globus_gsi_sysconfig_get_home_dir_unix() and globus_gsi_sysconfig_get_home_dir_win32()
Determine the location of the host certificate and private key
See globus_gsi_sysconfig_get_host_cert_filename_unix() and globus_gsi_sysconfig_get_host_cert_filename_win32()
Get the current PID in string form
See globus_gsi_sysconfig_get_proc_id_string_unix() and globus_gsi_sysconfig_get_proc_id_string_win32()
Determine the location of a proxy certificate and private key
See globus_gsi_sysconfig_get_proxy_filename_unix() and globus_gsi_sysconfig_get_proxy_filename_win32()
Determine the location of a service certificate and private key
See globus_gsi_sysconfig_get_service_cert_filename_unix() and globus_gsi_sysconfig_get_service_cert_filename_win32()
Determine the name of the signing policy file for a given CA
See globus_gsi_sysconfig_get_signing_policy_filename_unix() and globus_gsi_sysconfig_get_signing_policy_filename_win32()
Generate a unqiue proxy file name
See globus_gsi_sysconfig_get_unique_proxy_filename()
Determine the location of the users certificate and private key
See globus_gsi_sysconfig_get_user_cert_filename_unix() and globus_gsi_sysconfig_get_user_cert_filename_win32()
Get the current UID in string form
See globus_gsi_sysconfig_get_user_id_string_unix() and globus_gsi_sysconfig_get_user_id_string_win32()
Get the current user name
See globus_gsi_sysconfig_get_username_unix() and globus_gsi_sysconfig_get_username_win32()
Determine whether the current user is the super user
See globus_gsi_sysconfig_is_superuser_unix() and globus_gsi_sysconfig_is_superuser_win32()
Prepend the current working directory to the give filename
See globus_gsi_sysconfig_make_absolute_path_for_filename_unix() and globus_gsi_sysconfig_make_absolute_path_for_filename_win32()
Remove all proxies owned by current uid
See globus_gsi_sysconfig_remove_all_owned_files_unix() and globus_gsi_sysconfig_remove_all_owned_files_win32()
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()
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()
Generated automatically by Doxygen for globus_gsi_sysconfig from the source code.