1gss_release_oid_sGeetn(e3rGiScS)Security Services API LibrarygFsusn_crteiloenasse_oid_set(3GSS)
2
3
4

NAME

6       gss_release_oid_set  - free storage associated with a GSS-API-generated
7       gss_OID_set object
8

SYNOPSIS

10       cc [ flag... ] file... -lgss  [ library... ]
11       #include <gssapi/gssapi.h>
12
13       OM_uint32 gss_release_oid_set(OM_uint32  *minor_status, gss_OID_set  *set);
14
15

DESCRIPTION

17       The gss_release_oid_set() function frees storage associated with a GSS-
18       API-generated  gss_OID_set  object.  The set parameter must refer to an
19       OID-set   that   was   returned   from   a   GSS-API   function.    The
20       gss_release_oid_set()  function  will  free the storage associated with
21       each  individual  member  OID,  the  OID  set's  elements  array,   and
22       gss_OID_set_desc.
23
24
25       gss_OID_set is set to GSS_C_NO_OID_SET on successful completion of this
26       function.
27

PARAMETERS

29       The parameter descriptions for gss_release_oid_set() follow:
30
31       minor_status    A mechanism-specific status code
32
33
34       set             Storage associated with the gss_OID_set will be deleted
35
36

ERRORS

38       The gss_release_oid_set() function  may  return  the  following  status
39       codes:
40
41       GSS_S_COMPLETE    Successful completion
42
43
44       GSS_S_FAILURE     The  underlying mechanism detected an error for which
45                         no specific GSS status code is defined.   The  mecha‐
46                         nism-specific  status  code  reported by means of the
47                         minor_status parameter details the error condition.
48
49

ATTRIBUTES

51       See attributes(5)  for descriptions of the following attributes:
52
53
54
55
56       ┌─────────────────────────────┬─────────────────────────────┐
57       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │Availability                 │SUNWgss (32-bit)             │
60       ├─────────────────────────────┼─────────────────────────────┤
61       │                             │SUNWgssx (64-bit)            │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │MT-Level                     │Safe                         │
64       └─────────────────────────────┴─────────────────────────────┘
65

SEE ALSO

67       attributes(5)
68
69
70       Solaris Security for Developers Guide
71
72
73
74SunOS 5.11                        15 Jan 2003        gss_release_oid_set(3GSS)
Impressum