spelling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12925 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -183,7 +183,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_export_name
|
.Fo gss_export_name
|
||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "const gss_name_t input_name"
|
.Fa "const gss_name_t input_name"
|
||||||
.Fa "gss_buffer_t exported_name"
|
.Fa "gss_buffer_t exported_name"
|
||||||
.Fc
|
.Fc
|
||||||
@@ -419,7 +419,7 @@ Heimdals GSS-API implementation supports the following mechanisms
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
GSS-API have generic name types that all mechanism are supposed to
|
GSS-API have generic name types that all mechanism are supposed to
|
||||||
implement (if possible)
|
implement (if possible):
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.It
|
||||||
.Li GSS_C_NT_USER_NAME
|
.Li GSS_C_NT_USER_NAME
|
||||||
@@ -436,7 +436,7 @@ implement (if possible)
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
GSS-API 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
|
||||||
.Li GSS_KRB5_NT_PRINCIPAL_NAME
|
.Li GSS_KRB5_NT_PRINCIPAL_NAME
|
||||||
@@ -527,7 +527,7 @@ must not be used for acccess control.
|
|||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
takes the gss name in
|
takes the gss name in
|
||||||
.Fa input_name
|
.Fa input_name
|
||||||
and put a printable form in
|
and puts a printable form in
|
||||||
.Fa output_name_buffer .
|
.Fa output_name_buffer .
|
||||||
.Fa output_name_buffer
|
.Fa output_name_buffer
|
||||||
should be freed when done using
|
should be freed when done using
|
||||||
@@ -537,7 +537,7 @@ can either be
|
|||||||
.Dv NULL
|
.Dv NULL
|
||||||
or a pointer to a
|
or a pointer to a
|
||||||
.Li gss_OID
|
.Li gss_OID
|
||||||
and will in the later case contain the OID type of the name.
|
and will in the latter case contain the OID type of the name.
|
||||||
The name must only be used for printing.
|
The name must only be used for printing.
|
||||||
If access control is needed, see section
|
If access control is needed, see section
|
||||||
.Sx ACCESS CONTROL .
|
.Sx ACCESS CONTROL .
|
||||||
@@ -573,13 +573,13 @@ returned.
|
|||||||
.Fn gss_seal ,
|
.Fn gss_seal ,
|
||||||
and
|
and
|
||||||
.Fn gss_unseal
|
.Fn gss_unseal
|
||||||
are part of the GSS-API V1 interface and are obsolete. The functions
|
are part of the GSS-API V1 interface and are obsolete.
|
||||||
should not be used for new applications.
|
The functions 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.
|
||||||
.Sh EXTENSIONS
|
.Sh EXTENSIONS
|
||||||
.Fn gss_krb5_copy_ccache
|
.Fn gss_krb5_copy_ccache
|
||||||
will extract the krb5 credential that are transfered from the
|
will extract the krb5 credentials that are transferred from the
|
||||||
initiator to the acceptor when using token delegation in the Kerberos
|
initiator to the acceptor when using token delegation in the Kerberos
|
||||||
mechanism.
|
mechanism.
|
||||||
The acceptor receives the delegated token in the last argument to
|
The acceptor receives the delegated token in the last argument to
|
||||||
@@ -598,7 +598,7 @@ with
|
|||||||
upon success.
|
upon success.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gss_krb5_compat_des3_mic
|
.Fn gss_krb5_compat_des3_mic
|
||||||
turns on or off the compatibly with older version of Heimdal using
|
turns on or off the compatibility with older version of Heimdal using
|
||||||
des3 get and verify mic, this is way to programmatically set the
|
des3 get and verify mic, this is way to programmatically set the
|
||||||
[gssapi]broken_des3_mic and [gssapi]correct_des3_mic flags (see
|
[gssapi]broken_des3_mic and [gssapi]correct_des3_mic flags (see
|
||||||
COMPATIBILITY section in
|
COMPATIBILITY section in
|
||||||
|
@@ -183,7 +183,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_export_name
|
.Fo gss_export_name
|
||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "const gss_name_t input_name"
|
.Fa "const gss_name_t input_name"
|
||||||
.Fa "gss_buffer_t exported_name"
|
.Fa "gss_buffer_t exported_name"
|
||||||
.Fc
|
.Fc
|
||||||
@@ -419,7 +419,7 @@ Heimdals GSS-API implementation supports the following mechanisms
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
GSS-API have generic name types that all mechanism are supposed to
|
GSS-API have generic name types that all mechanism are supposed to
|
||||||
implement (if possible)
|
implement (if possible):
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
.It
|
.It
|
||||||
.Li GSS_C_NT_USER_NAME
|
.Li GSS_C_NT_USER_NAME
|
||||||
@@ -436,7 +436,7 @@ implement (if possible)
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
GSS-API 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
|
||||||
.Li GSS_KRB5_NT_PRINCIPAL_NAME
|
.Li GSS_KRB5_NT_PRINCIPAL_NAME
|
||||||
@@ -527,7 +527,7 @@ must not be used for acccess control.
|
|||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
takes the gss name in
|
takes the gss name in
|
||||||
.Fa input_name
|
.Fa input_name
|
||||||
and put a printable form in
|
and puts a printable form in
|
||||||
.Fa output_name_buffer .
|
.Fa output_name_buffer .
|
||||||
.Fa output_name_buffer
|
.Fa output_name_buffer
|
||||||
should be freed when done using
|
should be freed when done using
|
||||||
@@ -537,7 +537,7 @@ can either be
|
|||||||
.Dv NULL
|
.Dv NULL
|
||||||
or a pointer to a
|
or a pointer to a
|
||||||
.Li gss_OID
|
.Li gss_OID
|
||||||
and will in the later case contain the OID type of the name.
|
and will in the latter case contain the OID type of the name.
|
||||||
The name must only be used for printing.
|
The name must only be used for printing.
|
||||||
If access control is needed, see section
|
If access control is needed, see section
|
||||||
.Sx ACCESS CONTROL .
|
.Sx ACCESS CONTROL .
|
||||||
@@ -573,13 +573,13 @@ returned.
|
|||||||
.Fn gss_seal ,
|
.Fn gss_seal ,
|
||||||
and
|
and
|
||||||
.Fn gss_unseal
|
.Fn gss_unseal
|
||||||
are part of the GSS-API V1 interface and are obsolete. The functions
|
are part of the GSS-API V1 interface and are obsolete.
|
||||||
should not be used for new applications.
|
The functions 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.
|
||||||
.Sh EXTENSIONS
|
.Sh EXTENSIONS
|
||||||
.Fn gss_krb5_copy_ccache
|
.Fn gss_krb5_copy_ccache
|
||||||
will extract the krb5 credential that are transfered from the
|
will extract the krb5 credentials that are transferred from the
|
||||||
initiator to the acceptor when using token delegation in the Kerberos
|
initiator to the acceptor when using token delegation in the Kerberos
|
||||||
mechanism.
|
mechanism.
|
||||||
The acceptor receives the delegated token in the last argument to
|
The acceptor receives the delegated token in the last argument to
|
||||||
@@ -598,7 +598,7 @@ with
|
|||||||
upon success.
|
upon success.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gss_krb5_compat_des3_mic
|
.Fn gss_krb5_compat_des3_mic
|
||||||
turns on or off the compatibly with older version of Heimdal using
|
turns on or off the compatibility with older version of Heimdal using
|
||||||
des3 get and verify mic, this is way to programmatically set the
|
des3 get and verify mic, this is way to programmatically set the
|
||||||
[gssapi]broken_des3_mic and [gssapi]correct_des3_mic flags (see
|
[gssapi]broken_des3_mic and [gssapi]correct_des3_mic flags (see
|
||||||
COMPATIBILITY section in
|
COMPATIBILITY section in
|
||||||
|
Reference in New Issue
Block a user