svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libgss(3lib)
libgss(3lib) Interface Libraries libgss(3lib)
NAME
libgss - Generic Security Services library
SYNOPSIS
cc [ flag... ] file... -lgss [ library... ]
#include <gssapi/gssapi.h>
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 inter‐
faces.
tab(); lw(2.75i) lw(2.75i) lw(2.75i) lw(2.75i) gss_accept_sec_con‐
textgss_acquire_cred gss_add_credgss_add_oid_set_member
GSS_C_NT_ANONYMOUSGSS_C_NT_EXPORT_NAME GSS_C_NT_HOSTBASED_SER‐
VICEGSS_C_NT_MACHINE_UID_NAME
GSS_C_NT_STRING_UID_NAMEGSS_C_NT_USER_NAME gss_canonical‐
ize_namegss_compare_name gss_context_timegss_create_empty_oid_set
gss_delete_sec_contextgss_display_name gss_display_statusgss_dupli‐
cate_name gss_export_namegss_export_sec_context
gss_get_micgss_import_name gss_import_sec_contextgss_indicate_mechs
gss_init_sec_contextgss_inquire_context
gss_inquire_credgss_inquire_cred_by_mech
gss_inquire_mechs_for_namegss_inquire_names_for_mech gss_process_con‐
text_tokengss_release_buffer gss_release_credgss_release_name
gss_release_oidgss_release_oid_set gss_sealgss_sign
gss_store_credgss_test_oid_set_member gss_unsealgss_unwrap gss_ver‐
ifygss_verify_mic gss_wrapgss_wrap_size_limit
There are also the following extensions to the official GSS-API,
defined in <gssapi/gssapi_ext.h>.
tab(); lw(2.56i) lw(2.94i) lw(2.56i) lw(2.94i) gss_acquire_cred_imper‐
sonate_namegss_add_buffer_set_member gss_add_cred_imperson‐
ate_namegss_create_empty_buffer_set
gss_delete_name_attributegss_inquire_name gss_inquire_sec_con‐
text_by_oidT{ gss_get_name_attribute gss_release_buffer_set T}
gss_set_name_attribute
FILES
/usr/lib/libgss.so.1 shared object
/usr/lib/64/libgss.so.1 64-bit shared object file
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
box; cbp-1 | cbp-1 l | l . ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
ity security/kerberos-5 = Stability Pass-through committed
SEE ALSO
pvs(1), Intro(2), Intro(3), syslog(3C), attributes(7)
Solaris Security for Developers Guide
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from http://web.mit.edu/ker‐
beros/dist/krb5/1.18/krb5-1.18.4.tar.gz.
Further information about this software can be found on the open source
community website at http://web.mit.edu/kerberos/.
Solaris 11.4 22 Aug 2011 libgss(3lib)