gss_duplicate_oid

Langue: en

Autres versions - même langue

Version: 0.1.1 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

gss_duplicate_oid - API function

SYNOPSIS

#include <gss.h>

OM_uint32 gss_duplicate_oid(OM_uint32 * minor_status, const gss_OID src_oid, gss_OID * dest_oid);

ARGUMENTS

OM_uint32 * minor_status
(integer, modify) Mechanism specific status code.
const gss_OID src_oid
(Object ID, read) The object identifier to duplicate.
gss_OID * dest_oid
(Object ID, modify) The resultant copy of src_oid.
  Storage associated with this name must be freed by the
  application, by calling gss_release_oid().

DESCRIPTION

Allocate a new OID and make it an exact copy of the given OID, that shares no memory areas with the original.

WARNING

This function is a GNU GSS specific extension, and is not part of the official GSS API.

RETURN VALUE

`GSS_S_COMPLETE`: Successful completion.

REPORTING BUGS

Report bugs to <bug-gss@gnu.org>. GNU Generic Security Service home page: http://www.gnu.org/software/gss/ General help using GNU software: http://www.gnu.org/gethelp/ Copyright © 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gss is maintained as a Texinfo manual. If the info and gss programs are properly installed at your site, the command
info gss

should give you access to the complete manual.