HP-UX Reference (11i v1 00/12) - 3 Library Functions A-M (vol 6)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man3/!!!intro.3c
________________________________________________________________
___ ___
g
gss_inquire_context(3) gss_inquire_context(3)
True Out-of-sequence signed or sealed messages will be detected.
False Out-of-sequence signed or sealed messages will not be detected.
GSS_C_CONF_FLAG. The True/False values are:
True Request that confidentiality service be made available
False No per-message confidentiality service is required.
GSS_C_INTEG_FLAG. The True/False values are:
True Request that integrity service be be made available
False No per-message integrity service is required.
GSS_C_ANON_FLAG. The True/False values are:
True Do not reveal the initiator’s identity to the acceptor.
False Authenticate normally.
cred_usage Returns one of the following values describing how the application can use the
credential:
GSS_C_INITIATE
GSS_C_ACCEPT
GSS_C_BOTH
If no usage information is required, specify NULL.
mechs returns a set of security mechanisms supported by the credential. Specify NULL if
not required.
minor_status Returns a status code from the security mechanism.
STATUS CODES
The following status codes can be returned:
GSS_S_COMPLETE The routine was completed successfully.
GSS_S_NO_CONTEXT The referenced context could not be accessed.
GSS_S_DEFECTIVE_CREDENTIAL
The credentials were invalid.
GSS_S_FAILURE The routine failed. Check the minor_status parameter for details.
GSS_S_NO_CRED The routine could not access the credentials.
AUTHOR
gss_inquire_context() was developed by Sun Microsystems, Inc.
SEE ALSO
gss_acquire_cred(3).
The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add
/opt/dce/share/man
to MANPATH.
Section 3406 2 HP-UX Release 11i: December 2000
___
___