| | | | |
| G |
| |
| | gai_strerror -- translate between node name and address ( ) |
| |
| | generic transport name-to-address translation |
| | | -- netdir ( ) |
| | | -- netdir_free ( ) |
| | | -- netdir_getbyaddr ( ) |
| | | -- netdir_getbyname ( ) |
| | | -- netdir_mergeaddr ( ) |
| | | -- netdir_options ( ) |
| | | -- netdir_perror ( ) |
| | | -- netdir_sperror ( ) |
| | | -- taddr2uaddr ( ) |
| | | -- uaddr2taddr ( ) |
| |
| | get IP node entry -- freehostent ( ) |
| |
| | get IP node entry -- getipnodebyaddr ( ) |
| |
| | get IP node entry -- getipnodebyname ( ) |
| |
| | get service entry -- getservbyname ( ) |
| | | endservent ( ) |
| | | getservbyname_r ( ) |
| | | getservbyport ( ) |
| | | getservbyport_r ( ) |
| | | getservent ( ) |
| | | getservent_r ( ) |
| | | setservent ( ) |
| |
| | get credentials of client -- rpc_gss_getcred ( ) |
| |
| | get error codes on failure, -- rpc_gss_get_error ( ) |
| |
| | get list of attribute identifiers -- fn_attr_get_ids ( ) |
| |
| | get maximum data length for transmission |
| | | -- rpc_gss_max_data_length ( ) |
| | | -- rpc_gss_svc_max_data_length ( ) |
| |
| | get principal names at server, -- rpc_get_principal_name ( ) |
| |
| | getaddrinfo -- translate between node name and address ( ) |
| |
| | getipnodebyaddr -- get IP node entry ( ) |
| |
| | getipnodebyname -- get IP node entry ( ) |
| |
| | getnameinfo -- translate between node name and address ( ) |
| |
| | getpeername -- get name of peer connected to socket ( ) |
| |
| | getpublickey -- retrieve public or secret key ( ) |
| |
| | getsecretkey -- retrieve public or secret key ( ) |
| |
| | getservbyname -- get service entry ( ) |
| |
| | getservbyname_r -- get service entry ( ) |
| |
| | getservbyport -- get service entry ( ) |
| |
| | getservbyport_r -- get service entry ( ) |
| |
| | getservent -- get service entry ( ) |
| |
| | getservent_r -- get service entry ( ) |
| |
| | gss_accept_sec_context -- accept a security context initiated by a peer application ( ) |
| |
| | gss_acquire_cred -- acquire a handle for a pre-existing credential by name ( ) |
| |
| | gss_add_cred -- add a credential-element to a credential ( ) |
| |
| | gss_add_oid_set_member -- add an object identifier to an object identifier set ( ) |
| |
| | gss_canonicalize_name -- convert an internal name to a mechanism name ( ) |
| |
| | gss_compare_name -- compare two internal-form names ( ) |
| |
| | gss_context_time -- determine how long a context will remain valid ( ) |
| |
| | gss_create_empty_oid_set -- create an object-identifier set containing no object identifiers ( ) |
| |
| | gss_delete_sec_context -- delete a GSS-API security context ( ) |
| |
| | gss_display_name -- convert internal-form name to text ( ) |
| |
| | gss_display_status -- convert a GSS-API status code to text ( ) |
| |
| | gss_duplicate_name -- create a copy of an internal name ( ) |
| |
| | gss_export_name -- convert a mechanism name to export form ( ) |
| |
| | gss_export_sec_context -- transfer a security context to another process ( ) |
| |
| | gss_import_name -- convert a contiguous string name to GSS_API internal format ( ) |
| |
| | gss_import_sec_context -- import security context established by another process ( ) |
| |
| | gss_indicate_mechs -- determine available security mechanisms ( ) |
| |
| | gss_init_sec_context -- initiate a GSS-API security context with a peer application ( ) |
| |
| | gss_inquire_context -- obtain information about a security context ( ) |
| |
| | gss_inquire_cred -- obtain information about a credential ( ) |
| |
| | gss_inquire_cred_by_mech -- obtain per-mechanism information about a credential ( ) |
| |
| | gss_inquire_mechs_for_name -- list mechanisms that support the specified name-type ( ) |
| |
| | gss_inquire_names_for_mech -- list the name-types supported by the specified mechanism ( ) |
| |
| | gss_oid_to_str -- convert an OID to a string ( ) |
| |
| | gss_process_context_token -- pass asynchronous token to security service ( ) |
| |
| | gss_release_buffer -- free buffer storage allocated by a GSS-API function ( ) |
| |
| | gss_release_cred -- discard a credential handle ( ) |
| |
| | gss_release_name -- discard an internal-form name ( ) |
| |
| | gss_release_oid -- release an object identifier ( ) |
| |
| | gss_release_oid_set -- free storage associated with a GSS-API-generated gss_OID_set object ( ) |
| |
| | gss_str_to_oid -- convert a string to an OID ( ) |
| |
| | gss_test_oid_set_member -- interrogate an object identifier set ( ) |
| |
| | gss_verify_mic -- verify integrity of a received message ( ) |
| |
| | gss_wrap -- attach a cryptographic message ( ) |
| |
| | gss_wrap -- verify a message with attached cryptographic message ( ) |
| |
| | gss_wrap_size_limit -- allow application to determine maximum message size with resulting output token of a specified maximum size ( ) |