s/gssapi/GSS-API/

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11959 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-02 11:42:31 +00:00
parent 10e8803627
commit 74e8c102ac
2 changed files with 20 additions and 20 deletions

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 19, 2003 .Dd April 2, 2003
.Dt GSS_ACQUIRE_CRED 3 .Dt GSS_ACQUIRE_CRED 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -76,7 +76,7 @@
.Nm gss_wrap_size_limit .Nm gss_wrap_size_limit
.Nd Generic Security Service Application Program Interface library .Nd Generic Security Service Application Program Interface library
.Sh LIBRARY .Sh LIBRARY
gssapi library (libgssapi, -lgssapi) GSS-API library (libgssapi, -lgssapi)
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <gssapi.h> .Fd #include <gssapi.h>
.Pp .Pp
@@ -358,21 +358,21 @@ gssapi library (libgssapi, -lgssapi)
.Fa "OM_uint32 * max_input_size" .Fa "OM_uint32 * max_input_size"
.Fc .Fc
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm gssapi .Nm GSS-API
uses standardized C API for uses standardized C API for
.Nm gssapi .Nm GSS-API
described in described in
.Li RFC1509 .Li RFC1509
and and
.Li RFC2744 . .Li RFC2744 .
.Pp .Pp
Heimdals gssapis implementation supports the following mechanisms Heimdals GSS-API implementation supports the following mechanisms
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_MECHANISM .Li GSS_KRB5_MECHANISM
.El .El
.Pp .Pp
Gssapi have some generic name types GSS-API have some generic name types
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_C_NT_USER_NAME .Li GSS_C_NT_USER_NAME
@@ -388,7 +388,7 @@ Gssapi have some generic name types
.Li GSS_C_NT_EXPORT_NAME .Li GSS_C_NT_EXPORT_NAME
.El .El
.Pp .Pp
Gssapi implementations that supports Kerberos 5 have some additional GSS-API implementations that supports Kerberos 5 have some additional
name types name types
.Bl -bullet .Bl -bullet
.It .It
@@ -402,7 +402,7 @@ name types
.El .El
.Pp .Pp
.Fn gss_display_name .Fn gss_display_name
takes the gssapi name in takes the gss name in
.Fa input_name .Fa input_name
and put a printable form in and put a printable form in
.Fa output_name_buffer . .Fa output_name_buffer .
@@ -424,14 +424,14 @@ Access control should be done with the result of
.Fn gss_seal , .Fn gss_seal ,
and and
.Fn gss_unseal .Fn gss_unseal
are part of the GSSAPI V1 interface and are obsolete. The functions are part of the GSS-API V1 interface and are obsolete. The functions
should not be used for new applications. should not be used for new applications.
They are provided so that version 1 applications can link against the They are provided so that version 1 applications can link against the
library. library.
.Pp .Pp
.Fn gss_krb5_copy_ccache .Fn gss_krb5_copy_ccache
is an extension to the is an extension to the
.Nm gssapi .Nm GSS-API
API. API.
The function will extract the krb5 credential that are transfered from The function will extract the krb5 credential that are transfered from
the initiator to the acceptor when using token delegation in the the initiator to the acceptor when using token delegation in the

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 19, 2003 .Dd April 2, 2003
.Dt GSS_ACQUIRE_CRED 3 .Dt GSS_ACQUIRE_CRED 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -76,7 +76,7 @@
.Nm gss_wrap_size_limit .Nm gss_wrap_size_limit
.Nd Generic Security Service Application Program Interface library .Nd Generic Security Service Application Program Interface library
.Sh LIBRARY .Sh LIBRARY
gssapi library (libgssapi, -lgssapi) GSS-API library (libgssapi, -lgssapi)
.Sh SYNOPSIS .Sh SYNOPSIS
.Fd #include <gssapi.h> .Fd #include <gssapi.h>
.Pp .Pp
@@ -358,21 +358,21 @@ gssapi library (libgssapi, -lgssapi)
.Fa "OM_uint32 * max_input_size" .Fa "OM_uint32 * max_input_size"
.Fc .Fc
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm gssapi .Nm GSS-API
uses standardized C API for uses standardized C API for
.Nm gssapi .Nm GSS-API
described in described in
.Li RFC1509 .Li RFC1509
and and
.Li RFC2744 . .Li RFC2744 .
.Pp .Pp
Heimdals gssapis implementation supports the following mechanisms Heimdals GSS-API implementation supports the following mechanisms
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_MECHANISM .Li GSS_KRB5_MECHANISM
.El .El
.Pp .Pp
Gssapi have some generic name types GSS-API have some generic name types
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_C_NT_USER_NAME .Li GSS_C_NT_USER_NAME
@@ -388,7 +388,7 @@ Gssapi have some generic name types
.Li GSS_C_NT_EXPORT_NAME .Li GSS_C_NT_EXPORT_NAME
.El .El
.Pp .Pp
Gssapi implementations that supports Kerberos 5 have some additional GSS-API implementations that supports Kerberos 5 have some additional
name types name types
.Bl -bullet .Bl -bullet
.It .It
@@ -402,7 +402,7 @@ name types
.El .El
.Pp .Pp
.Fn gss_display_name .Fn gss_display_name
takes the gssapi name in takes the gss name in
.Fa input_name .Fa input_name
and put a printable form in and put a printable form in
.Fa output_name_buffer . .Fa output_name_buffer .
@@ -424,14 +424,14 @@ Access control should be done with the result of
.Fn gss_seal , .Fn gss_seal ,
and and
.Fn gss_unseal .Fn gss_unseal
are part of the GSSAPI V1 interface and are obsolete. The functions are part of the GSS-API V1 interface and are obsolete. The functions
should not be used for new applications. should not be used for new applications.
They are provided so that version 1 applications can link against the They are provided so that version 1 applications can link against the
library. library.
.Pp .Pp
.Fn gss_krb5_copy_ccache .Fn gss_krb5_copy_ccache
is an extension to the is an extension to the
.Nm gssapi .Nm GSS-API
API. API.
The function will extract the krb5 credential that are transfered from The function will extract the krb5 credential that are transfered from
the initiator to the acceptor when using token delegation in the the initiator to the acceptor when using token delegation in the