document v1 interface (and that they are obsolete)

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11881 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-03-19 13:33:06 +00:00
parent 0d8d96a4d5
commit 4fb6b7c4cc
2 changed files with 28 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 10, 2003 .Dd March 19, 2003
.Dt GSS_ACQUIRE_CRED 3 .Dt GSS_ACQUIRE_CRED 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -366,7 +366,7 @@ described in
and and
.Li RFC2744 . .Li RFC2744 .
.Pp .Pp
Gssapi supports the following mechanisms Heimdals gssapis implementation supports the following mechanisms
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_MECHANISM .Li GSS_KRB5_MECHANISM
@@ -388,7 +388,8 @@ Gssapi have some generic name types
.Li GSS_C_NT_EXPORT_NAME .Li GSS_C_NT_EXPORT_NAME
.El .El
.Pp .Pp
Gssapi that supports Kerberos 5 have some additional name types Gssapi implementations that supports Kerberos 5 have some additional
name types
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_NT_PRINCIPAL_NAME .Li GSS_KRB5_NT_PRINCIPAL_NAME
@@ -418,6 +419,16 @@ The name should only be used for printing.
Access control should be done with the result of Access control should be done with the result of
.Fn gss_export_name . .Fn gss_export_name .
.Pp .Pp
.Fn gss_sign ,
.Fn gss_verify ,
.Fn gss_seal ,
and
.Fn gss_unseal
are part of the GSSAPI V1 interface and are obsolete. The functions
should not be used for new applications.
They are provided so that version 1 applications can link against the
library.
.Pp
.Fn gss_krb5_copy_ccache .Fn gss_krb5_copy_ccache
is an extension to the is an extension to the
.Nm gssapi .Nm gssapi

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd March 10, 2003 .Dd March 19, 2003
.Dt GSS_ACQUIRE_CRED 3 .Dt GSS_ACQUIRE_CRED 3
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -366,7 +366,7 @@ described in
and and
.Li RFC2744 . .Li RFC2744 .
.Pp .Pp
Gssapi supports the following mechanisms Heimdals gssapis implementation supports the following mechanisms
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_MECHANISM .Li GSS_KRB5_MECHANISM
@@ -388,7 +388,8 @@ Gssapi have some generic name types
.Li GSS_C_NT_EXPORT_NAME .Li GSS_C_NT_EXPORT_NAME
.El .El
.Pp .Pp
Gssapi that supports Kerberos 5 have some additional name types Gssapi implementations that supports Kerberos 5 have some additional
name types
.Bl -bullet .Bl -bullet
.It .It
.Li GSS_KRB5_NT_PRINCIPAL_NAME .Li GSS_KRB5_NT_PRINCIPAL_NAME
@@ -418,6 +419,16 @@ The name should only be used for printing.
Access control should be done with the result of Access control should be done with the result of
.Fn gss_export_name . .Fn gss_export_name .
.Pp .Pp
.Fn gss_sign ,
.Fn gss_verify ,
.Fn gss_seal ,
and
.Fn gss_unseal
are part of the GSSAPI V1 interface and are obsolete. The functions
should not be used for new applications.
They are provided so that version 1 applications can link against the
library.
.Pp
.Fn gss_krb5_copy_ccache .Fn gss_krb5_copy_ccache
is an extension to the is an extension to the
.Nm gssapi .Nm gssapi