fix errors found with mdoclint
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12310 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,36 +1,36 @@
|
|||||||
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
||||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
.\" modification, are permitted provided that the following conditions
|
.\" modification, are permitted provided that the following conditions
|
||||||
.\" are met:
|
.\" are met:
|
||||||
.\"
|
.\"
|
||||||
.\" 1. Redistributions of source code must retain the above copyright
|
.\" 1. Redistributions of source code must retain the above copyright
|
||||||
.\" notice, this list of conditions and the following disclaimer.
|
.\" notice, this list of conditions and the following disclaimer.
|
||||||
.\"
|
.\"
|
||||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||||
.\" notice, this list of conditions and the following disclaimer in the
|
.\" notice, this list of conditions and the following disclaimer in the
|
||||||
.\" documentation and/or other materials provided with the distribution.
|
.\" documentation and/or other materials provided with the distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" 3. Neither the name of the Institute nor the names of its contributors
|
.\" 3. Neither the name of the Institute nor the names of its contributors
|
||||||
.\" may be used to endorse or promote products derived from this software
|
.\" may be used to endorse or promote products derived from this software
|
||||||
.\" without specific prior written permission.
|
.\" without specific prior written permission.
|
||||||
|
.\"
|
||||||
|
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
||||||
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
|
||||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
|
||||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
.\" SUCH DAMAGE.
|
|
||||||
.\"
|
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 2, 2003
|
.Dd April 2, 2003
|
||||||
.Dt GSS_ACQUIRE_CRED 3
|
.Dt GSS_ACQUIRE_CRED 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
@@ -189,7 +189,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_import_name
|
.Fo gss_import_name
|
||||||
.Fa "OM_uint32 * minor_status,
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "const gss_buffer_t input_name_buffer"
|
.Fa "const gss_buffer_t input_name_buffer"
|
||||||
.Fa "const gss_OID input_name_type"
|
.Fa "const gss_OID input_name_type"
|
||||||
.Fa "gss_name_t * output_name"
|
.Fa "gss_name_t * output_name"
|
||||||
@@ -275,7 +275,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "gss_ctx_id_t context_handle"
|
.Fa "gss_ctx_id_t context_handle"
|
||||||
.Fa "int onoff"
|
.Fa "int onoff"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_process_context_token
|
.Fo gss_process_context_token
|
||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
@@ -480,7 +480,7 @@ and then compare with
|
|||||||
.Xr memcmp 3 .
|
.Xr memcmp 3 .
|
||||||
.Pp
|
.Pp
|
||||||
Note that there are might be a difference between the two methods of
|
Note that there are might be a difference between the two methods of
|
||||||
comparing names.
|
comparing names.
|
||||||
The first (using
|
The first (using
|
||||||
.Fn gss_compare_name )
|
.Fn gss_compare_name )
|
||||||
will compare to (unauthenticated) names are the same.
|
will compare to (unauthenticated) names are the same.
|
||||||
@@ -501,7 +501,6 @@ The resulting name from
|
|||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
must not be used for acccess control.
|
must not be used for acccess control.
|
||||||
.Sh FUNCTIONS
|
.Sh FUNCTIONS
|
||||||
.Pp
|
|
||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
takes the gss name in
|
takes the gss name in
|
||||||
.Fa input_name
|
.Fa input_name
|
||||||
@@ -517,7 +516,7 @@ 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 later 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 .
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gss_inquire_context
|
.Fn gss_inquire_context
|
||||||
@@ -573,7 +572,7 @@ exists.
|
|||||||
.Fn gss_krb5_compat_des3_mic
|
.Fn gss_krb5_compat_des3_mic
|
||||||
will be removed in a later version of the GSS-API library.
|
will be removed in a later version of the GSS-API library.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
.Xr gssapi 3 ,
|
||||||
.Xr krb5 3 ,
|
.Xr krb5 3 ,
|
||||||
.Xr krb5_ccache 3 ,
|
.Xr krb5_ccache 3 ,
|
||||||
.Xr gssapi 3 ,
|
|
||||||
.Xr kerberos 8
|
.Xr kerberos 8
|
||||||
|
@@ -1,36 +1,36 @@
|
|||||||
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
.\" Copyright (c) 2003 Kungliga Tekniska H<>gskolan
|
||||||
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
.\" (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
.\" modification, are permitted provided that the following conditions
|
.\" modification, are permitted provided that the following conditions
|
||||||
.\" are met:
|
.\" are met:
|
||||||
.\"
|
.\"
|
||||||
.\" 1. Redistributions of source code must retain the above copyright
|
.\" 1. Redistributions of source code must retain the above copyright
|
||||||
.\" notice, this list of conditions and the following disclaimer.
|
.\" notice, this list of conditions and the following disclaimer.
|
||||||
.\"
|
.\"
|
||||||
.\" 2. Redistributions in binary form must reproduce the above copyright
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
||||||
.\" notice, this list of conditions and the following disclaimer in the
|
.\" notice, this list of conditions and the following disclaimer in the
|
||||||
.\" documentation and/or other materials provided with the distribution.
|
.\" documentation and/or other materials provided with the distribution.
|
||||||
.\"
|
.\"
|
||||||
.\" 3. Neither the name of the Institute nor the names of its contributors
|
.\" 3. Neither the name of the Institute nor the names of its contributors
|
||||||
.\" may be used to endorse or promote products derived from this software
|
.\" may be used to endorse or promote products derived from this software
|
||||||
.\" without specific prior written permission.
|
.\" without specific prior written permission.
|
||||||
|
.\"
|
||||||
|
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
||||||
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
|
|
||||||
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
|
|
||||||
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
.\" SUCH DAMAGE.
|
|
||||||
.\"
|
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 2, 2003
|
.Dd April 2, 2003
|
||||||
.Dt GSS_ACQUIRE_CRED 3
|
.Dt GSS_ACQUIRE_CRED 3
|
||||||
.Os HEIMDAL
|
.Os HEIMDAL
|
||||||
@@ -189,7 +189,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_import_name
|
.Fo gss_import_name
|
||||||
.Fa "OM_uint32 * minor_status,
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "const gss_buffer_t input_name_buffer"
|
.Fa "const gss_buffer_t input_name_buffer"
|
||||||
.Fa "const gss_OID input_name_type"
|
.Fa "const gss_OID input_name_type"
|
||||||
.Fa "gss_name_t * output_name"
|
.Fa "gss_name_t * output_name"
|
||||||
@@ -275,7 +275,7 @@ GSS-API library (libgssapi, -lgssapi)
|
|||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
.Fa "gss_ctx_id_t context_handle"
|
.Fa "gss_ctx_id_t context_handle"
|
||||||
.Fa "int onoff"
|
.Fa "int onoff"
|
||||||
.Fc
|
.Fc
|
||||||
.Ft OM_uint32
|
.Ft OM_uint32
|
||||||
.Fo gss_process_context_token
|
.Fo gss_process_context_token
|
||||||
.Fa "OM_uint32 * minor_status"
|
.Fa "OM_uint32 * minor_status"
|
||||||
@@ -480,7 +480,7 @@ and then compare with
|
|||||||
.Xr memcmp 3 .
|
.Xr memcmp 3 .
|
||||||
.Pp
|
.Pp
|
||||||
Note that there are might be a difference between the two methods of
|
Note that there are might be a difference between the two methods of
|
||||||
comparing names.
|
comparing names.
|
||||||
The first (using
|
The first (using
|
||||||
.Fn gss_compare_name )
|
.Fn gss_compare_name )
|
||||||
will compare to (unauthenticated) names are the same.
|
will compare to (unauthenticated) names are the same.
|
||||||
@@ -501,7 +501,6 @@ The resulting name from
|
|||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
must not be used for acccess control.
|
must not be used for acccess control.
|
||||||
.Sh FUNCTIONS
|
.Sh FUNCTIONS
|
||||||
.Pp
|
|
||||||
.Fn gss_display_name
|
.Fn gss_display_name
|
||||||
takes the gss name in
|
takes the gss name in
|
||||||
.Fa input_name
|
.Fa input_name
|
||||||
@@ -517,7 +516,7 @@ 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 later 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 .
|
||||||
.Pp
|
.Pp
|
||||||
.Fn gss_inquire_context
|
.Fn gss_inquire_context
|
||||||
@@ -573,7 +572,7 @@ exists.
|
|||||||
.Fn gss_krb5_compat_des3_mic
|
.Fn gss_krb5_compat_des3_mic
|
||||||
will be removed in a later version of the GSS-API library.
|
will be removed in a later version of the GSS-API library.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
.Xr gssapi 3 ,
|
||||||
.Xr krb5 3 ,
|
.Xr krb5 3 ,
|
||||||
.Xr krb5_ccache 3 ,
|
.Xr krb5_ccache 3 ,
|
||||||
.Xr gssapi 3 ,
|
|
||||||
.Xr kerberos 8
|
.Xr kerberos 8
|
||||||
|
Reference in New Issue
Block a user