From 4e861141741ee81594d55f4bf688fb7356ca9714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 6 Apr 2003 16:57:49 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11978 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/gss_acquire_cred.3 | 17 ++++++++--------- lib/gssapi/krb5/gss_acquire_cred.3 | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/lib/gssapi/gss_acquire_cred.3 b/lib/gssapi/gss_acquire_cred.3 index 6fb9ad89a..ec76bf348 100644 --- a/lib/gssapi/gss_acquire_cred.3 +++ b/lib/gssapi/gss_acquire_cred.3 @@ -358,13 +358,13 @@ GSS-API library (libgssapi, -lgssapi) .Fa "OM_uint32 * max_input_size" .Fc .Sh DESCRIPTION -.Nm GSS-API -uses standardized C API for -.Nm GSS-API -described in -.Li RFC1509 +Generic Security Service API (GSS-API) version 2, and its C binding, +is described in +.Li RFC2743 and .Li RFC2744 . +Version 1 (deprecated) of the C binding is described in +.Li RFC1509 . .Pp Heimdals GSS-API implementation supports the following mechanisms .Bl -bullet @@ -372,7 +372,8 @@ Heimdals GSS-API implementation supports the following mechanisms .Li GSS_KRB5_MECHANISM .El .Pp -GSS-API have some generic name types +GSS-API have generic name types that all mechanism are supposed to +implement (if possible) .Bl -bullet .It .Li GSS_C_NT_USER_NAME @@ -430,9 +431,7 @@ They are provided so that version 1 applications can link against the library. .Pp .Fn gss_krb5_copy_ccache -is an extension to the -.Nm GSS-API -API. +is an extension to the GSS-API API. The function will extract the krb5 credential that are transfered from the initiator to the acceptor when using token delegation in the Kerberos mechanism. diff --git a/lib/gssapi/krb5/gss_acquire_cred.3 b/lib/gssapi/krb5/gss_acquire_cred.3 index 6fb9ad89a..ec76bf348 100644 --- a/lib/gssapi/krb5/gss_acquire_cred.3 +++ b/lib/gssapi/krb5/gss_acquire_cred.3 @@ -358,13 +358,13 @@ GSS-API library (libgssapi, -lgssapi) .Fa "OM_uint32 * max_input_size" .Fc .Sh DESCRIPTION -.Nm GSS-API -uses standardized C API for -.Nm GSS-API -described in -.Li RFC1509 +Generic Security Service API (GSS-API) version 2, and its C binding, +is described in +.Li RFC2743 and .Li RFC2744 . +Version 1 (deprecated) of the C binding is described in +.Li RFC1509 . .Pp Heimdals GSS-API implementation supports the following mechanisms .Bl -bullet @@ -372,7 +372,8 @@ Heimdals GSS-API implementation supports the following mechanisms .Li GSS_KRB5_MECHANISM .El .Pp -GSS-API have some generic name types +GSS-API have generic name types that all mechanism are supposed to +implement (if possible) .Bl -bullet .It .Li GSS_C_NT_USER_NAME @@ -430,9 +431,7 @@ They are provided so that version 1 applications can link against the library. .Pp .Fn gss_krb5_copy_ccache -is an extension to the -.Nm GSS-API -API. +is an extension to the GSS-API API. The function will extract the krb5 credential that are transfered from the initiator to the acceptor when using token delegation in the Kerberos mechanism.