Lines Matching refs:to
5 This document gives references to the standards and protocols used to
8 NFSv4.1 and higher don't require the client to act as a server for the
21 The RPCGSS Authentication method describes a way to perform GSSAPI
37 performance-sensitive. The latter is simpler and needs to be very fast.
40 kernel, but leave the initial context establishment to userspace. We
41 need upcalls to request userspace to perform context establishment.
47 to talk to a custom daemon called rpc.svcgssd that is provide by the
55 beyond 64KiB in size due to various authorization extensions attacked to
56 the Kerberos tickets, that needs to be sent through the GSS layer in
57 order to perform context establishment.
61 groups) due to limitation on the size of the buffer that can be send
62 back to the kernel (4KiB).
67 The newer upcall mechanism uses RPC over a unix socket to a daemon
74 This upcall mechanism uses the kernel rpc client and connects to the gssproxy
81 To provide backward compatibility, the kernel defaults to using the
82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
83 to /var/run/gssproxy.sock and then write "1" to
91 "1"--the read will block until gss-proxy has done its write to the file.