mech.5 (33f12199250a09b573f7a518b523fdac3f120b8f) mech.5 (d76ba3efa98f7117d4648ccfacf8fdc8be9a6523)
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.

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

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$
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.

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

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$
26.Dd November 14, 2005
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
34.Pa "/etc/gss/mech"

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

88This is a typical entry from
89.Pa "/etc/gss/qop" :
90.Bd -literal
91GSS_KRB5_CONF_C_QOP_DES 0x0100 kerberosv5
92.Ed
93.Sh HISTORY
94The
95.Nm
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
34.Pa "/etc/gss/mech"

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

88This is a typical entry from
89.Pa "/etc/gss/qop" :
90.Bd -literal
91GSS_KRB5_CONF_C_QOP_DES 0x0100 kerberosv5
92.Ed
93.Sh HISTORY
94The
95.Nm
96manual page example first appeared in
96manual page first appeared in
97.Fx 7.0 .
98.Sh AUTHORS
99This
100manual page was written by
101.An Doug Rabson Aq dfr@FreeBSD.org .
97.Fx 7.0 .
98.Sh AUTHORS
99This
100manual page was written by
101.An Doug Rabson Aq dfr@FreeBSD.org .