Deleted Added
full compact
rpc_gss_seccreate.3 (208914) rpc_gss_seccreate.3 (233648)
1.\" Copyright (c) 2008 Isilon Inc http://www.isilon.com/
2.\" Authors: Doug Rabson <dfr@rabson.org>
3.\" Developed with Red Inc: Alfred Perlstein <alfred@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
1.\" Copyright (c) 2008 Isilon Inc http://www.isilon.com/
2.\" Authors: Doug Rabson <dfr@rabson.org>
3.\" Developed with Red Inc: Alfred Perlstein <alfred@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/lib/librpcsec_gss/rpc_gss_seccreate.3 208914 2010-06-08 16:48:59Z uqs $
26.\" $FreeBSD: head/lib/librpcsec_gss/rpc_gss_seccreate.3 233648 2012-03-29 05:02:12Z eadler $
27.Dd January 26, 2010
28.Dt RPC_GSS_SECCREATE 3
29.Os
30.Sh NAME
31.Nm rpc_gss_seccreate
32.Nd "create a security context using the RPCSEC_GSS protocol"
33.Sh LIBRARY
34.Lb librpcsec_gss

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

65.Bl -tag
66.It rpc_gss_svc_default
67The default - typically the same as
68.Dv rpc_gss_svc_none .
69.It rpc_gss_svc_none
70RPC headers only are integrity protected by a checksum.
71.It rpc_gss_svc_integrity
72RPC headers and data are integrity protected by a checksum.
27.Dd January 26, 2010
28.Dt RPC_GSS_SECCREATE 3
29.Os
30.Sh NAME
31.Nm rpc_gss_seccreate
32.Nd "create a security context using the RPCSEC_GSS protocol"
33.Sh LIBRARY
34.Lb librpcsec_gss

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

65.Bl -tag
66.It rpc_gss_svc_default
67The default - typically the same as
68.Dv rpc_gss_svc_none .
69.It rpc_gss_svc_none
70RPC headers only are integrity protected by a checksum.
71.It rpc_gss_svc_integrity
72RPC headers and data are integrity protected by a checksum.
73.It rpc_gss_svc_privacy
73.It rpc_gss_svc_privacy
74RPC headers are integrity protected by a checksum and data is encrypted.
75.El
76.It qop
77Desired quality of protection or NULL for the default.
78Available values are listed in /etc/gss/qop
79.It options_req
80Extra security context options to be passed to the underlying GSS-API
81mechanism.

--- 31 unchanged lines hidden ---
74RPC headers are integrity protected by a checksum and data is encrypted.
75.El
76.It qop
77Desired quality of protection or NULL for the default.
78Available values are listed in /etc/gss/qop
79.It options_req
80Extra security context options to be passed to the underlying GSS-API
81mechanism.

--- 31 unchanged lines hidden ---