Interface Libraries libgss(3LIB)
NAME
libgss - Generic Security Services library
SYNOPSIS
cc [ flag... ] file... -lgss [ library... ]
#include
DESCRIPTION
The functions in this library are the routines that comprise
the Generic Security Services library.
When libgss fails to load or initialize a mechanism listed
in /etc/gss/mech, a message is sent to syslog(3C).
INTERFACES
The shared object libgss.so.1 provides the public interfaces
defined below. See Intro(3) for additional information on
shared object interfaces.
GSCNTANONYMOUS GSCNTEXPORTNAME
GSCNTHOSTBASEDSERVICE GSCNTMACHINEUIDNAME
GSCNTSTRINGUIDNAME GSCNTUSERNAME
gssacceptseccontext gssacquirecred
gssaddcred gssaddoidsetmember
gsscanonicalizename gsscomparename
gsscontexttime gsscreateemptyoidset
gssdeleteseccontext gssdisplayname
gssdisplaystatus gssduplicatename
gssexportname gssexportseccontext
gssgetmic gssimportname
gssimportseccontext gssindicatemechs
gssinitseccontext gssinquirecontext
gssinquirecred gssinquirecredbymech
gssinquiremechsforname gssinquirenamesformech
gssprocesscontexttoken gssreleasebuffer
gssreleasecred gssreleasename
gssreleaseoid gssreleaseoidset
gssseal gsssign
gssstorecred gsstestoidsetmember
gssunseal gssunwrap
gssverify gssverifymic
gsswrap gsswrapsizelimit
FILES
/usr/lib/libgss.so.1 shared object
SunOS 5.11 Last change: 11 Aug 2004 1
Interface Libraries libgss(3LIB)
/usr/lib/64/libgss.so.1 64-bit shared object file
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWgss (32-bit)
SUNWgssx (64-bit)
MT-Level Safe
SEE ALSO
pvs(1), Intro(2), Intro(3), syslog(3C), attributes(5)
Solaris Security for Developers Guide
SunOS 5.11 Last change: 11 Aug 2004 2
|