Deleted Added
full compact
mech.5 (203027) mech.5 (233648)
1.\" Copyright (c) 2005 Doug Rabson
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2005 Doug Rabson
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libgssapi/mech.5 203027 2010-01-26 15:03:33Z gavin $
25.\" $FreeBSD: head/lib/libgssapi/mech.5 233648 2012-03-29 05:02:12Z eadler $
26.Dd January 26, 2010
27.Dt MECH 5
28.Os
29.Sh NAME
30.Nm mech ,
31.Nm qop
32.Nd "GSS-API Mechanism and QOP files"
33.Sh SYNOPSIS

--- 23 unchanged lines hidden (view full) ---

57.Pp
58The first mechanism listed in
59.Pa "/etc/gss/mech"
60is the default mechanism.
61This mechanism will be used by
62.Xr gss_init_sec_context 3
63if the user doesn't specify a specific mechanism.
64.Pp
26.Dd January 26, 2010
27.Dt MECH 5
28.Os
29.Sh NAME
30.Nm mech ,
31.Nm qop
32.Nd "GSS-API Mechanism and QOP files"
33.Sh SYNOPSIS

--- 23 unchanged lines hidden (view full) ---

57.Pp
58The first mechanism listed in
59.Pa "/etc/gss/mech"
60is the default mechanism.
61This mechanism will be used by
62.Xr gss_init_sec_context 3
63if the user doesn't specify a specific mechanism.
64.Pp
65The
65The
66.Pa "/etc/gss/qop"
67file contains a list of Quality of Protection values for use with
66.Pa "/etc/gss/qop"
67file contains a list of Quality of Protection values for use with
68GSS-API.
68GSS-API.
69Each line of the file either contains a comment if the first character
70is '#' or it contains three fields with the following meanings:
71.Bl -tag
72.It QOP string
73The name of this Quality of Protection algorithm.
74.It QOP value
75The numeric value used to select this algorithm for use with GSS-API
76functions such as

--- 25 unchanged lines hidden ---
69Each line of the file either contains a comment if the first character
70is '#' or it contains three fields with the following meanings:
71.Bl -tag
72.It QOP string
73The name of this Quality of Protection algorithm.
74.It QOP value
75The numeric value used to select this algorithm for use with GSS-API
76functions such as

--- 25 unchanged lines hidden ---