1gss_release_name(G3eGnSeSr)ic Security Services API Library Fungcstsi_orneslease_name(3GSS)
2
3
4

NAME

6       gss_release_name - discard an internal-form name
7

SYNOPSIS

9       cc [flag ...] file... -lgss [library ...]
10       #include <gssapi/gssapi.h
11
12       OM_uint32 gss_release_name(OM_uint32 *minor_status, gss_name_t *name);
13
14

DESCRIPTION

16       The gss_release_name() function frees GSS-API-allocated storage associ‐
17       ated with an internal-form name.  The name is set to  GSS_C_NO_NAME  on
18       successful completion of this call.
19

PARAMETERS

21       The parameter descriptions for gss_release_name() follow:
22
23       minor_status    A mechanism-specific status code.
24
25
26       name            The name to be deleted.
27
28

ERRORS

30       The gss_release_name() function may return the following status codes:
31
32       GSS_S_COMPLETE    Successful completion.
33
34
35       GSS_S_BAD_NAME    The name parameter did not contain a valid name.
36
37
38       GSS_S_FAILURE     The  underlying mechanism detected an error for which
39                         no specific GSS status code is defined.   The  mecha‐
40                         nism-specific  status  code  reported by means of the
41                         minor_status parameter details the error condition.
42
43

ATTRIBUTES

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

SEE ALSO

61       attributes(5)
62
63
64       Solaris Security for Developers Guide
65
66
67
68SunOS 5.11                        15 Jan 2003           gss_release_name(3GSS)
Impressum