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

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

gss_release_name(3)

Contents


NAME    [Toc]    [Back]

       gss_release_name - Delete an internal form name.

SYNOPSIS    [Toc]    [Back]

       #include <gssapi/gssapi.h>

       OM_uint32 gss_release_name(
               OM_uint32 * minor_status,
               gss_name_t * name );

PARAMETERS    [Toc]    [Back]

       Kerberos 5 error code.  Internal form name to be released.
       If GSS_C_NO_NAME is specified, the function  executes  but
       does nothing. A value of GSS_C_NO_NAME is returned.

              The  application  must  obtain  the name beforehand
              using a function such as gss_import_name().

DESCRIPTION    [Toc]    [Back]

       The gss_release_name() function deletes an  internal  form
       name.  The  HP  implementation of GSS-API sets the name to
       GSS_C_NO_NAME upon successful completion of this call. Use
       this  function to free the GSS-API allocated storage associated
 with an internal form name.

RETURN VALUES    [Toc]    [Back]

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

PORTABILITY CONSIDERATIONS    [Toc]    [Back]

       The name parameter is not optional in  the  GSS-API  standard.
  HP  has  extended  this  function  to make the name
       parameter optional. Passing in a NULL value does not cause
       the function to fail but can cause portability concerns.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: gss_accept_sec_context(3),       gss_canonicalize_name(3),  gss_duplicate_name(3),   gss_import_name(3),
       gss_inquire_context(3),               gss_inquire_cred(3),
       gss_inquire_cred_by_mech(3)



                                              gss_release_name(3)
[ Back ]
 Similar pages
Name OS Title
CSSM_DeleteContextAttributes Tru64 Delete internal data (CDSA)
gss_import_name Tru64 Convert text name to internal form name.
gss_duplicate_name Tru64 Copy existing internal form name.
gss_compare_name Tru64 Compare two internal form names.
gss_import_name HP-UX convert a printable name to an internal form
gss_display_name Tru64 Convert internal form name to plain text.
acl_copy_ext Tru64 Copies the ACL from internal working space format to a contiguous, persistent form of the ACL
gss_canonicalize_name HP-UX convert an internal name to an internal mechanism name (MN) representation of an opaque internal name
chptrd IRIX reduce a complex Hermitian matrix A stored in packed form to real symmetric tridiagonal form T by a unitary si
zhptrd IRIX reduce a complex Hermitian matrix A stored in packed form to real symmetric tridiagonal form T by a unitary si
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service