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

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

gss_duplicate_name(3)

Contents


NAME    [Toc]    [Back]

       gss_duplicate_name - Copy existing internal form name.

SYNOPSIS    [Toc]    [Back]

       #include <gssapi/gssapi.h>

       OM_uint32 gss_duplicate_name(
               OM_uint32 * minor_status,
               const gss_name_t src_name,
               gss_name_t * const dest_name );

PARAMETERS    [Toc]    [Back]

       Kerberos  5  error  code.  Internal form name to be duplicated.
 The application must obtain the internal form  name
       beforehand  using  a  call such as gss_import_name().  The
       resulting copy of the internal name.

              Storage associated with this name must be freed  by
              the   application   after   use   with  a  call  to
              gss_release_name().

DESCRIPTION    [Toc]    [Back]

       The gss_duplicate_name() function creates an exact copy of
       an  existing  internal form name. The new name is independent
 of the original name. This means both names must both
       be  released  after  use, and that the release of one does
       not affect the validity of the other.

       Storage associated with the duplicate name must  be  freed
       by   the   application   after   use   with   a   call  to
       gss_release_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

SEE ALSO    [Toc]    [Back]

      
      
       Functions:  gss_import_name(3), gss_release_name(3)



                                            gss_duplicate_name(3)
[ Back ]
 Similar pages
Name OS Title
gss_duplicate_name HP-UX allow an application to create an exact duplicate of the existing internal name
gss_release_name Tru64 Delete an internal form name.
gss_import_name Tru64 Convert text name to 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.
XmTextFieldGetSubstring HP-UX A TextField function that retrieves a copy of a portion of the internal text buffer
XmTextFieldGetSubstring Tru64 A TextField function that retrieves a copy of a portion of the internal text buffer
XmTextFieldGetSubstring IRIX A TextField function that retrieves a copy of a portion of the internal text buffer
acl_copy_ext Tru64 Copies the ACL from internal working space format to a contiguous, persistent form of the ACL
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service