*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> gss_inquire_mechs_for_name (3)              
Title
Content
Arch
Section
 

gss_inquire_mechs_for_name(3)

Contents


NAME    [Toc]    [Back]

       gss_inquire_mechs_for_name  - Identify security mechanisms
       that can process a given name.

SYNOPSIS    [Toc]    [Back]

       #include <gssapi/gssapi.h>

       OM_uint32 gss_inquire_mechs_for_name(
               OM_uint32 * minor_status,
               const gss_name_t input_name,
               gss_OID_set * mech_types );

PARAMETERS    [Toc]    [Back]

       Kerberos 5 error code.  Name to be queried.

              The application must  obtain  the  name  beforehand
              using a function such as gss_import_name().  Object
              identifier (OID) set of  security  mechanisms  that
              may support the specified name.

              The  returned OID set must be freed by the application
    after    use     with     a     call     to
              gss_release_oid_set().

DESCRIPTION    [Toc]    [Back]

       The  gss_inquire_mechs_for_name()  function identifies the
       mechanisms that can process the specified name. Since Kerberos
 5 is the only security mechanism supported by the HP
       Application Security Toolkit, this function always returns
       it as the only security mechanism in the OID set.

       This  function  is intended for use with applications that
       are designed for multiple mechanisms.

RETURN VALUES    [Toc]    [Back]

       GSS_S_BAD_NAME                  xx02xxxx
       GSS_S_BAD_NAMETYPE              xx03xxxx
       GSS_S_CALL_INACCESSIBLE_READ    01xxxxxx
       GSS_S_CALL_INACCESSIBLE_WRITE   02xxxxxx
       GSS_S_COMPLETE                  00000000
       GSS_S_FAILURE                   xx0Dxxxx

SEE ALSO    [Toc]    [Back]

      
      
       Functions:  gss_import_name(3), gss_release_oid_set(3)



                                    gss_inquire_mechs_for_name(3)
[ Back ]
 Similar pages
Name OS Title
gss_indicate_mechs HP-UX allow an application to determine which underlying security mechanisms are available
gss_inquire_names_for_mech Tru64 Identify name types supported by a specific security mechanism.
tt_default_procid HP-UX identify the current default process
tt_thread_procid HP-UX identify the default process for the currently active thread
gss_inquire_mechs_for_name HP-UX list the mechanisms that support the
ipc Linux System V interprocess communication mechanisms
siacfg Tru64 Update a matrix.conf file for adding or removing SIA mechanisms
gss_process_context_token HP-UX process a context to the security service
gss_import_sec_context Tru64 Import a security context established by another process.
gss_export_sec_context Tru64 Prepare security context for transfer to another process.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service