summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/nfs/rpc-server-gss.txt
Commit message (Collapse)AuthorAgeFilesLines
* Doc: nfs: Fix typos in Documentation/filesystems/nfsMasanari Iida2016-03-091-1/+1
| | | | | | | This patch fix spelling typos found in Documentation/filesystems/nfs Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce2013-04-261-0/+91
The main advantge of this new upcall mechanism is that it can handle big tickets as seen in Kerberos implementations where tickets carry authorization data like the MS-PAC buffer with AD or the Posix Authorization Data being discussed in IETF on the krbwg working group. The Gssproxy program is used to perform the accept_sec_context call on the kernel's behalf. The code is changed to also pass the input buffer straight to upcall mechanism to avoid allocating and copying many pages as tokens can be as big (potentially more in future) as 64KiB. Signed-off-by: Simo Sorce <simo@redhat.com> [bfields: containerization, negotiation api] Signed-off-by: J. Bruce Fields <bfields@redhat.com>
OpenPOWER on IntegriCloud