blob: 6654c8534d323c5c0afd32e1103b119323c44a24 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Uwe Zeisbergerf30c2262006-10-03 23:01:26 +02002 * linux/net/sunrpc/auth_gss/auth_gss.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * RPCSEC_GSS client authentication.
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08005 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * Copyright (c) 2000 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Dug Song <dugsong@monkey.org>
10 * Andy Adamson <andros@umich.edu>
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 */
37
38
39#include <linux/module.h>
40#include <linux/init.h>
41#include <linux/types.h>
42#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/sched.h>
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -040044#include <linux/pagemap.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/sunrpc/clnt.h>
46#include <linux/sunrpc/auth.h>
47#include <linux/sunrpc/auth_gss.h>
48#include <linux/sunrpc/svcauth_gss.h>
49#include <linux/sunrpc/gss_err.h>
50#include <linux/workqueue.h>
51#include <linux/sunrpc/rpc_pipe_fs.h>
52#include <linux/sunrpc/gss_api.h>
53#include <asm/uaccess.h>
54
Trond Myklebustf1c0a862007-06-23 20:17:58 -040055static const struct rpc_authops authgss_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
Trond Myklebustf1c0a862007-06-23 20:17:58 -040057static const struct rpc_credops gss_credops;
Trond Myklebust0df7fb72007-06-26 17:04:57 -040058static const struct rpc_credops gss_nullops;
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
60#ifdef RPC_DEBUG
61# define RPCDBG_FACILITY RPCDBG_AUTH
62#endif
63
Kevin Coffman725f2862010-03-17 13:02:46 -040064#define GSS_CRED_SLACK (RPC_MAX_AUTH_SIZE * 2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070065/* length of a krb5 verifier (48), plus data added before arguments when
66 * using integrity (two 4-byte integers): */
Olga Kornievskaiaadeb8132006-12-04 20:22:34 -050067#define GSS_VERF_SLACK 100
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Linus Torvalds1da177e2005-04-16 15:20:36 -070069struct gss_auth {
Trond Myklebust0285ed12007-06-27 14:29:12 -040070 struct kref kref;
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 struct rpc_auth rpc_auth;
72 struct gss_api_mech *mech;
73 enum rpc_gss_svc service;
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 struct rpc_clnt *client;
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -050075 /*
76 * There are two upcall pipes; dentry[1], named "gssd", is used
77 * for the new text-based upcall; dentry[0] is named after the
78 * mechanism (for example, "krb5") and exists for
79 * backwards-compatibility with older gssd's.
80 */
81 struct dentry *dentry[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -070082};
83
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -050084/* pipe_version >= 0 if and only if someone has a pipe open. */
85static int pipe_version = -1;
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -050086static atomic_t pipe_users = ATOMIC_INIT(0);
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -050087static DEFINE_SPINLOCK(pipe_version_lock);
88static struct rpc_wait_queue pipe_version_rpc_waitqueue;
89static DECLARE_WAIT_QUEUE_HEAD(pipe_version_waitqueue);
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -050090
Trond Myklebust5d28dc82007-06-26 19:18:38 -040091static void gss_free_ctx(struct gss_cl_ctx *);
Trond Myklebustb693ba42009-08-09 15:14:15 -040092static const struct rpc_pipe_ops gss_upcall_ops_v0;
93static const struct rpc_pipe_ops gss_upcall_ops_v1;
Linus Torvalds1da177e2005-04-16 15:20:36 -070094
Linus Torvalds1da177e2005-04-16 15:20:36 -070095static inline struct gss_cl_ctx *
96gss_get_ctx(struct gss_cl_ctx *ctx)
97{
98 atomic_inc(&ctx->count);
99 return ctx;
100}
101
102static inline void
103gss_put_ctx(struct gss_cl_ctx *ctx)
104{
105 if (atomic_dec_and_test(&ctx->count))
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400106 gss_free_ctx(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107}
108
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400109/* gss_cred_set_ctx:
110 * called by gss_upcall_callback and gss_create_upcall in order
111 * to set the gss context. The actual exchange of an old context
112 * and a new one is protected by the inode->i_lock.
113 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114static void
115gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx)
116{
117 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400118
Trond Myklebustcd019f72008-04-17 17:03:58 -0400119 if (!test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags))
120 return;
Trond Myklebust7b6962b2008-04-17 16:53:01 -0400121 gss_get_ctx(ctx);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400122 rcu_assign_pointer(gss_cred->gc_ctx, ctx);
Trond Myklebustfc432dd2007-06-25 10:15:15 -0400123 set_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
Trond Myklebustcd019f72008-04-17 17:03:58 -0400124 smp_mb__before_clear_bit();
Trond Myklebustfc432dd2007-06-25 10:15:15 -0400125 clear_bit(RPCAUTH_CRED_NEW, &cred->cr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126}
127
128static const void *
129simple_get_bytes(const void *p, const void *end, void *res, size_t len)
130{
131 const void *q = (const void *)((const char *)p + len);
132 if (unlikely(q > end || q < p))
133 return ERR_PTR(-EFAULT);
134 memcpy(res, p, len);
135 return q;
136}
137
138static inline const void *
139simple_get_netobj(const void *p, const void *end, struct xdr_netobj *dest)
140{
141 const void *q;
142 unsigned int len;
143
144 p = simple_get_bytes(p, end, &len, sizeof(len));
145 if (IS_ERR(p))
146 return p;
147 q = (const void *)((const char *)p + len);
148 if (unlikely(q > end || q < p))
149 return ERR_PTR(-EFAULT);
Trond Myklebust0f38b872008-06-10 18:31:01 -0400150 dest->data = kmemdup(p, len, GFP_NOFS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 if (unlikely(dest->data == NULL))
152 return ERR_PTR(-ENOMEM);
153 dest->len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 return q;
155}
156
157static struct gss_cl_ctx *
158gss_cred_get_ctx(struct rpc_cred *cred)
159{
160 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base);
161 struct gss_cl_ctx *ctx = NULL;
162
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400163 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 if (gss_cred->gc_ctx)
165 ctx = gss_get_ctx(gss_cred->gc_ctx);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400166 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 return ctx;
168}
169
170static struct gss_cl_ctx *
171gss_alloc_context(void)
172{
173 struct gss_cl_ctx *ctx;
174
Trond Myklebust0f38b872008-06-10 18:31:01 -0400175 ctx = kzalloc(sizeof(*ctx), GFP_NOFS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 if (ctx != NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 ctx->gc_proc = RPC_GSS_PROC_DATA;
178 ctx->gc_seq = 1; /* NetApp 6.4R1 doesn't accept seq. no. 0 */
179 spin_lock_init(&ctx->gc_seq_lock);
180 atomic_set(&ctx->count,1);
181 }
182 return ctx;
183}
184
185#define GSSD_MIN_TIMEOUT (60 * 60)
186static const void *
187gss_fill_context(const void *p, const void *end, struct gss_cl_ctx *ctx, struct gss_api_mech *gm)
188{
189 const void *q;
190 unsigned int seclen;
191 unsigned int timeout;
192 u32 window_size;
193 int ret;
194
195 /* First unsigned int gives the lifetime (in seconds) of the cred */
196 p = simple_get_bytes(p, end, &timeout, sizeof(timeout));
197 if (IS_ERR(p))
198 goto err;
199 if (timeout == 0)
200 timeout = GSSD_MIN_TIMEOUT;
201 ctx->gc_expiry = jiffies + (unsigned long)timeout * HZ * 3 / 4;
202 /* Sequence number window. Determines the maximum number of simultaneous requests */
203 p = simple_get_bytes(p, end, &window_size, sizeof(window_size));
204 if (IS_ERR(p))
205 goto err;
206 ctx->gc_win = window_size;
207 /* gssd signals an error by passing ctx->gc_win = 0: */
208 if (ctx->gc_win == 0) {
Jeff Laytondc5ddce2010-01-07 09:42:02 -0500209 /*
210 * in which case, p points to an error code. Anything other
211 * than -EKEYEXPIRED gets converted to -EACCES.
212 */
213 p = simple_get_bytes(p, end, &ret, sizeof(ret));
214 if (!IS_ERR(p))
215 p = (ret == -EKEYEXPIRED) ? ERR_PTR(-EKEYEXPIRED) :
216 ERR_PTR(-EACCES);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 goto err;
218 }
219 /* copy the opaque wire context */
220 p = simple_get_netobj(p, end, &ctx->gc_wire_ctx);
221 if (IS_ERR(p))
222 goto err;
223 /* import the opaque security context */
224 p = simple_get_bytes(p, end, &seclen, sizeof(seclen));
225 if (IS_ERR(p))
226 goto err;
227 q = (const void *)((const char *)p + seclen);
228 if (unlikely(q > end || q < p)) {
229 p = ERR_PTR(-EFAULT);
230 goto err;
231 }
232 ret = gss_import_sec_context(p, seclen, gm, &ctx->gc_gss_ctx);
233 if (ret < 0) {
234 p = ERR_PTR(ret);
235 goto err;
236 }
237 return q;
238err:
Chuck Lever8885cb32007-01-31 12:14:05 -0500239 dprintk("RPC: gss_fill_context returning %ld\n", -PTR_ERR(p));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 return p;
241}
242
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500243#define UPCALL_BUF_LEN 128
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
245struct gss_upcall_msg {
246 atomic_t count;
247 uid_t uid;
248 struct rpc_pipe_msg msg;
249 struct list_head list;
250 struct gss_auth *auth;
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500251 struct rpc_inode *inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 struct rpc_wait_queue rpc_waitqueue;
253 wait_queue_head_t waitqueue;
254 struct gss_cl_ctx *ctx;
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500255 char databuf[UPCALL_BUF_LEN];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256};
257
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500258static int get_pipe_version(void)
259{
260 int ret;
261
262 spin_lock(&pipe_version_lock);
263 if (pipe_version >= 0) {
264 atomic_inc(&pipe_users);
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500265 ret = pipe_version;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500266 } else
267 ret = -EAGAIN;
268 spin_unlock(&pipe_version_lock);
269 return ret;
270}
271
272static void put_pipe_version(void)
273{
274 if (atomic_dec_and_lock(&pipe_users, &pipe_version_lock)) {
275 pipe_version = -1;
276 spin_unlock(&pipe_version_lock);
277 }
278}
279
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280static void
281gss_release_msg(struct gss_upcall_msg *gss_msg)
282{
283 if (!atomic_dec_and_test(&gss_msg->count))
284 return;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500285 put_pipe_version();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 BUG_ON(!list_empty(&gss_msg->list));
287 if (gss_msg->ctx != NULL)
288 gss_put_ctx(gss_msg->ctx);
Trond Myklebustf6a1cc82008-02-22 17:06:55 -0500289 rpc_destroy_wait_queue(&gss_msg->rpc_waitqueue);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 kfree(gss_msg);
291}
292
293static struct gss_upcall_msg *
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400294__gss_find_upcall(struct rpc_inode *rpci, uid_t uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295{
296 struct gss_upcall_msg *pos;
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400297 list_for_each_entry(pos, &rpci->in_downcall, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 if (pos->uid != uid)
299 continue;
300 atomic_inc(&pos->count);
Chuck Lever8885cb32007-01-31 12:14:05 -0500301 dprintk("RPC: gss_find_upcall found msg %p\n", pos);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 return pos;
303 }
Chuck Lever8885cb32007-01-31 12:14:05 -0500304 dprintk("RPC: gss_find_upcall found nothing\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305 return NULL;
306}
307
\\\"J. Bruce Fields\\\720b8f22008-06-09 16:51:33 -0400308/* Try to add an upcall to the pipefs queue.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 * If an upcall owned by our uid already exists, then we return a reference
310 * to that upcall instead of adding the new upcall.
311 */
312static inline struct gss_upcall_msg *
Suresh Jayaraman053e3242009-12-09 23:15:22 +0530313gss_add_msg(struct gss_upcall_msg *gss_msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314{
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500315 struct rpc_inode *rpci = gss_msg->inode;
316 struct inode *inode = &rpci->vfs_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 struct gss_upcall_msg *old;
318
Trond Myklebustb185f832007-06-07 10:14:14 -0400319 spin_lock(&inode->i_lock);
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400320 old = __gss_find_upcall(rpci, gss_msg->uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321 if (old == NULL) {
322 atomic_inc(&gss_msg->count);
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400323 list_add(&gss_msg->list, &rpci->in_downcall);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 } else
325 gss_msg = old;
Trond Myklebustb185f832007-06-07 10:14:14 -0400326 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 return gss_msg;
328}
329
330static void
331__gss_unhash_msg(struct gss_upcall_msg *gss_msg)
332{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 list_del_init(&gss_msg->list);
334 rpc_wake_up_status(&gss_msg->rpc_waitqueue, gss_msg->msg.errno);
335 wake_up_all(&gss_msg->waitqueue);
336 atomic_dec(&gss_msg->count);
337}
338
339static void
340gss_unhash_msg(struct gss_upcall_msg *gss_msg)
341{
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500342 struct inode *inode = &gss_msg->inode->vfs_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400344 if (list_empty(&gss_msg->list))
345 return;
Trond Myklebustb185f832007-06-07 10:14:14 -0400346 spin_lock(&inode->i_lock);
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400347 if (!list_empty(&gss_msg->list))
348 __gss_unhash_msg(gss_msg);
Trond Myklebustb185f832007-06-07 10:14:14 -0400349 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350}
351
352static void
353gss_upcall_callback(struct rpc_task *task)
354{
355 struct gss_cred *gss_cred = container_of(task->tk_msg.rpc_cred,
356 struct gss_cred, gc_base);
357 struct gss_upcall_msg *gss_msg = gss_cred->gc_upcall;
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500358 struct inode *inode = &gss_msg->inode->vfs_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400360 spin_lock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 if (gss_msg->ctx)
Trond Myklebust7b6962b2008-04-17 16:53:01 -0400362 gss_cred_set_ctx(task->tk_msg.rpc_cred, gss_msg->ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 else
364 task->tk_status = gss_msg->msg.errno;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 gss_cred->gc_upcall = NULL;
366 rpc_wake_up_status(&gss_msg->rpc_waitqueue, gss_msg->msg.errno);
Trond Myklebustb185f832007-06-07 10:14:14 -0400367 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 gss_release_msg(gss_msg);
369}
370
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500371static void gss_encode_v0_msg(struct gss_upcall_msg *gss_msg)
372{
373 gss_msg->msg.data = &gss_msg->uid;
374 gss_msg->msg.len = sizeof(gss_msg->uid);
375}
376
Olga Kornievskaia8b1c7bf2008-12-23 16:19:26 -0500377static void gss_encode_v1_msg(struct gss_upcall_msg *gss_msg,
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500378 struct rpc_clnt *clnt, int machine_cred)
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500379{
Trond Myklebust683ac662010-04-08 14:09:58 -0400380 struct gss_api_mech *mech = gss_msg->auth->mech;
Olga Kornievskaia8b1c7bf2008-12-23 16:19:26 -0500381 char *p = gss_msg->databuf;
382 int len = 0;
383
384 gss_msg->msg.len = sprintf(gss_msg->databuf, "mech=%s uid=%d ",
Trond Myklebust683ac662010-04-08 14:09:58 -0400385 mech->gm_name,
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500386 gss_msg->uid);
Olga Kornievskaia8b1c7bf2008-12-23 16:19:26 -0500387 p += gss_msg->msg.len;
388 if (clnt->cl_principal) {
389 len = sprintf(p, "target=%s ", clnt->cl_principal);
390 p += len;
391 gss_msg->msg.len += len;
392 }
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500393 if (machine_cred) {
394 len = sprintf(p, "service=* ");
395 p += len;
396 gss_msg->msg.len += len;
397 } else if (!strcmp(clnt->cl_program->name, "nfs4_cb")) {
398 len = sprintf(p, "service=nfs ");
399 p += len;
400 gss_msg->msg.len += len;
401 }
Trond Myklebust683ac662010-04-08 14:09:58 -0400402 if (mech->gm_upcall_enctypes) {
403 len = sprintf(p, mech->gm_upcall_enctypes);
404 p += len;
405 gss_msg->msg.len += len;
406 }
Olga Kornievskaia8b1c7bf2008-12-23 16:19:26 -0500407 len = sprintf(p, "\n");
408 gss_msg->msg.len += len;
409
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500410 gss_msg->msg.data = gss_msg->databuf;
411 BUG_ON(gss_msg->msg.len > UPCALL_BUF_LEN);
412}
413
Olga Kornievskaia8b1c7bf2008-12-23 16:19:26 -0500414static void gss_encode_msg(struct gss_upcall_msg *gss_msg,
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500415 struct rpc_clnt *clnt, int machine_cred)
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500416{
417 if (pipe_version == 0)
418 gss_encode_v0_msg(gss_msg);
419 else /* pipe_version == 1 */
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500420 gss_encode_v1_msg(gss_msg, clnt, machine_cred);
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500421}
422
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423static inline struct gss_upcall_msg *
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500424gss_alloc_msg(struct gss_auth *gss_auth, uid_t uid, struct rpc_clnt *clnt,
425 int machine_cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426{
427 struct gss_upcall_msg *gss_msg;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500428 int vers;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429
Trond Myklebust0f38b872008-06-10 18:31:01 -0400430 gss_msg = kzalloc(sizeof(*gss_msg), GFP_NOFS);
\"J. Bruce Fields\db75b3d2008-12-23 16:07:13 -0500431 if (gss_msg == NULL)
432 return ERR_PTR(-ENOMEM);
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500433 vers = get_pipe_version();
434 if (vers < 0) {
435 kfree(gss_msg);
436 return ERR_PTR(vers);
437 }
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500438 gss_msg->inode = RPC_I(gss_auth->dentry[vers]->d_inode);
\"J. Bruce Fields\db75b3d2008-12-23 16:07:13 -0500439 INIT_LIST_HEAD(&gss_msg->list);
440 rpc_init_wait_queue(&gss_msg->rpc_waitqueue, "RPCSEC_GSS upcall waitq");
441 init_waitqueue_head(&gss_msg->waitqueue);
442 atomic_set(&gss_msg->count, 1);
\"J. Bruce Fields\db75b3d2008-12-23 16:07:13 -0500443 gss_msg->uid = uid;
444 gss_msg->auth = gss_auth;
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500445 gss_encode_msg(gss_msg, clnt, machine_cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 return gss_msg;
447}
448
449static struct gss_upcall_msg *
450gss_setup_upcall(struct rpc_clnt *clnt, struct gss_auth *gss_auth, struct rpc_cred *cred)
451{
Trond Myklebust7c67db32008-04-07 20:50:11 -0400452 struct gss_cred *gss_cred = container_of(cred,
453 struct gss_cred, gc_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454 struct gss_upcall_msg *gss_new, *gss_msg;
Trond Myklebust7c67db32008-04-07 20:50:11 -0400455 uid_t uid = cred->cr_uid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456
Olga Kornievskaia2efef702008-12-23 16:19:56 -0500457 gss_new = gss_alloc_msg(gss_auth, uid, clnt, gss_cred->gc_machine_cred);
\"J. Bruce Fields\db75b3d2008-12-23 16:07:13 -0500458 if (IS_ERR(gss_new))
459 return gss_new;
Suresh Jayaraman053e3242009-12-09 23:15:22 +0530460 gss_msg = gss_add_msg(gss_new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 if (gss_msg == gss_new) {
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500462 struct inode *inode = &gss_new->inode->vfs_inode;
463 int res = rpc_queue_upcall(inode, &gss_new->msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 if (res) {
465 gss_unhash_msg(gss_new);
466 gss_msg = ERR_PTR(res);
467 }
468 } else
469 gss_release_msg(gss_new);
470 return gss_msg;
471}
472
\"J. Bruce Fields\b03568c2008-12-23 16:06:55 -0500473static void warn_gssd(void)
474{
475 static unsigned long ratelimit;
476 unsigned long now = jiffies;
477
478 if (time_after(now, ratelimit)) {
479 printk(KERN_WARNING "RPC: AUTH_GSS upcall timed out.\n"
480 "Please check user daemon is running.\n");
481 ratelimit = now + 15*HZ;
482 }
483}
484
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485static inline int
486gss_refresh_upcall(struct rpc_task *task)
487{
488 struct rpc_cred *cred = task->tk_msg.rpc_cred;
Trond Myklebust4a8c1342007-06-07 10:14:14 -0400489 struct gss_auth *gss_auth = container_of(cred->cr_auth,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 struct gss_auth, rpc_auth);
491 struct gss_cred *gss_cred = container_of(cred,
492 struct gss_cred, gc_base);
493 struct gss_upcall_msg *gss_msg;
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500494 struct inode *inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 int err = 0;
496
Chuck Lever8885cb32007-01-31 12:14:05 -0500497 dprintk("RPC: %5u gss_refresh_upcall for uid %u\n", task->tk_pid,
498 cred->cr_uid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499 gss_msg = gss_setup_upcall(task->tk_client, gss_auth, cred);
Roel Kluin480e3242009-12-08 13:13:03 -0500500 if (PTR_ERR(gss_msg) == -EAGAIN) {
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500501 /* XXX: warning on the first, under the assumption we
502 * shouldn't normally hit this case on a refresh. */
503 warn_gssd();
504 task->tk_timeout = 15*HZ;
505 rpc_sleep_on(&pipe_version_rpc_waitqueue, task, NULL);
506 return 0;
507 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 if (IS_ERR(gss_msg)) {
509 err = PTR_ERR(gss_msg);
510 goto out;
511 }
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500512 inode = &gss_msg->inode->vfs_inode;
Trond Myklebustb185f832007-06-07 10:14:14 -0400513 spin_lock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514 if (gss_cred->gc_upcall != NULL)
Trond Myklebust5d008372008-02-22 16:34:17 -0500515 rpc_sleep_on(&gss_cred->gc_upcall->rpc_waitqueue, task, NULL);
Trond Myklebust7b6962b2008-04-17 16:53:01 -0400516 else if (gss_msg->ctx != NULL) {
517 gss_cred_set_ctx(task->tk_msg.rpc_cred, gss_msg->ctx);
518 gss_cred->gc_upcall = NULL;
519 rpc_wake_up_status(&gss_msg->rpc_waitqueue, gss_msg->msg.errno);
520 } else if (gss_msg->msg.errno >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 task->tk_timeout = 0;
522 gss_cred->gc_upcall = gss_msg;
523 /* gss_upcall_callback will release the reference to gss_upcall_msg */
524 atomic_inc(&gss_msg->count);
Trond Myklebust5d008372008-02-22 16:34:17 -0500525 rpc_sleep_on(&gss_msg->rpc_waitqueue, task, gss_upcall_callback);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 } else
527 err = gss_msg->msg.errno;
Trond Myklebustb185f832007-06-07 10:14:14 -0400528 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 gss_release_msg(gss_msg);
530out:
Chuck Lever8885cb32007-01-31 12:14:05 -0500531 dprintk("RPC: %5u gss_refresh_upcall for uid %u result %d\n",
532 task->tk_pid, cred->cr_uid, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 return err;
534}
535
536static inline int
537gss_create_upcall(struct gss_auth *gss_auth, struct gss_cred *gss_cred)
538{
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500539 struct inode *inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 struct rpc_cred *cred = &gss_cred->gc_base;
541 struct gss_upcall_msg *gss_msg;
542 DEFINE_WAIT(wait);
543 int err = 0;
544
Chuck Lever8885cb32007-01-31 12:14:05 -0500545 dprintk("RPC: gss_upcall for uid %u\n", cred->cr_uid);
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500546retry:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 gss_msg = gss_setup_upcall(gss_auth->client, gss_auth, cred);
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500548 if (PTR_ERR(gss_msg) == -EAGAIN) {
549 err = wait_event_interruptible_timeout(pipe_version_waitqueue,
550 pipe_version >= 0, 15*HZ);
551 if (err)
552 goto out;
553 if (pipe_version < 0)
554 warn_gssd();
555 goto retry;
556 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 if (IS_ERR(gss_msg)) {
558 err = PTR_ERR(gss_msg);
559 goto out;
560 }
\"J. Bruce Fields\5b7ddd42008-12-23 16:15:44 -0500561 inode = &gss_msg->inode->vfs_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 for (;;) {
563 prepare_to_wait(&gss_msg->waitqueue, &wait, TASK_INTERRUPTIBLE);
Trond Myklebustb185f832007-06-07 10:14:14 -0400564 spin_lock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 if (gss_msg->ctx != NULL || gss_msg->msg.errno < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 break;
567 }
Trond Myklebustb185f832007-06-07 10:14:14 -0400568 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 if (signalled()) {
570 err = -ERESTARTSYS;
571 goto out_intr;
572 }
573 schedule();
574 }
575 if (gss_msg->ctx)
Trond Myklebust7b6962b2008-04-17 16:53:01 -0400576 gss_cred_set_ctx(cred, gss_msg->ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700577 else
578 err = gss_msg->msg.errno;
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400579 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580out_intr:
581 finish_wait(&gss_msg->waitqueue, &wait);
582 gss_release_msg(gss_msg);
583out:
Chuck Lever8885cb32007-01-31 12:14:05 -0500584 dprintk("RPC: gss_create_upcall for uid %u result %d\n",
585 cred->cr_uid, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 return err;
587}
588
589static ssize_t
590gss_pipe_upcall(struct file *filp, struct rpc_pipe_msg *msg,
591 char __user *dst, size_t buflen)
592{
593 char *data = (char *)msg->data + msg->copied;
Chuck Lever7df08992007-12-20 14:54:27 -0500594 size_t mlen = min(msg->len, buflen);
595 unsigned long left;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
Linus Torvalds1da177e2005-04-16 15:20:36 -0700597 left = copy_to_user(dst, data, mlen);
Chuck Lever7df08992007-12-20 14:54:27 -0500598 if (left == mlen) {
599 msg->errno = -EFAULT;
600 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601 }
Chuck Lever7df08992007-12-20 14:54:27 -0500602
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 mlen -= left;
604 msg->copied += mlen;
605 msg->errno = 0;
606 return mlen;
607}
608
609#define MSG_BUF_MAXSIZE 1024
610
611static ssize_t
612gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen)
613{
614 const void *p, *end;
615 void *buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 struct gss_upcall_msg *gss_msg;
Trond Myklebustb185f832007-06-07 10:14:14 -0400617 struct inode *inode = filp->f_path.dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700618 struct gss_cl_ctx *ctx;
619 uid_t uid;
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400620 ssize_t err = -EFBIG;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621
622 if (mlen > MSG_BUF_MAXSIZE)
623 goto out;
624 err = -ENOMEM;
Trond Myklebust0f38b872008-06-10 18:31:01 -0400625 buf = kmalloc(mlen, GFP_NOFS);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 if (!buf)
627 goto out;
628
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 err = -EFAULT;
630 if (copy_from_user(buf, src, mlen))
631 goto err;
632
633 end = (const void *)((char *)buf + mlen);
634 p = simple_get_bytes(buf, end, &uid, sizeof(uid));
635 if (IS_ERR(p)) {
636 err = PTR_ERR(p);
637 goto err;
638 }
639
640 err = -ENOMEM;
641 ctx = gss_alloc_context();
642 if (ctx == NULL)
643 goto err;
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400644
645 err = -ENOENT;
646 /* Find a matching upcall */
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400647 spin_lock(&inode->i_lock);
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400648 gss_msg = __gss_find_upcall(RPC_I(inode), uid);
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400649 if (gss_msg == NULL) {
650 spin_unlock(&inode->i_lock);
651 goto err_put_ctx;
652 }
653 list_del_init(&gss_msg->list);
654 spin_unlock(&inode->i_lock);
655
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400656 p = gss_fill_context(p, end, ctx, gss_msg->auth->mech);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 if (IS_ERR(p)) {
658 err = PTR_ERR(p);
Jeff Layton486bad22009-12-18 16:28:20 -0500659 switch (err) {
660 case -EACCES:
Jeff Laytondc5ddce2010-01-07 09:42:02 -0500661 case -EKEYEXPIRED:
Jeff Layton486bad22009-12-18 16:28:20 -0500662 gss_msg->msg.errno = err;
663 err = mlen;
664 break;
665 case -EFAULT:
666 case -ENOMEM:
667 case -EINVAL:
668 case -ENOSYS:
669 gss_msg->msg.errno = -EAGAIN;
670 break;
671 default:
672 printk(KERN_CRIT "%s: bad return from "
Randy Dunlap6c853092010-01-06 17:26:27 -0500673 "gss_fill_context: %zd\n", __func__, err);
Jeff Layton486bad22009-12-18 16:28:20 -0500674 BUG();
675 }
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400676 goto err_release_msg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 }
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400678 gss_msg->ctx = gss_get_ctx(ctx);
679 err = mlen;
680
681err_release_msg:
Trond Myklebustb185f832007-06-07 10:14:14 -0400682 spin_lock(&inode->i_lock);
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400683 __gss_unhash_msg(gss_msg);
684 spin_unlock(&inode->i_lock);
685 gss_release_msg(gss_msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686err_put_ctx:
687 gss_put_ctx(ctx);
688err:
689 kfree(buf);
690out:
Trond Myklebust3b68aae2007-06-07 10:14:15 -0400691 dprintk("RPC: gss_pipe_downcall returning %Zd\n", err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 return err;
693}
694
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500695static int gss_pipe_open(struct inode *inode, int new_version)
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -0500696{
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500697 int ret = 0;
698
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500699 spin_lock(&pipe_version_lock);
700 if (pipe_version < 0) {
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500701 /* First open of any gss pipe determines the version: */
702 pipe_version = new_version;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500703 rpc_wake_up(&pipe_version_rpc_waitqueue);
704 wake_up(&pipe_version_waitqueue);
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500705 } else if (pipe_version != new_version) {
706 /* Trying to open a pipe of a different version */
707 ret = -EBUSY;
708 goto out;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500709 }
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -0500710 atomic_inc(&pipe_users);
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500711out:
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500712 spin_unlock(&pipe_version_lock);
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500713 return ret;
714
715}
716
717static int gss_pipe_open_v0(struct inode *inode)
718{
719 return gss_pipe_open(inode, 0);
720}
721
722static int gss_pipe_open_v1(struct inode *inode)
723{
724 return gss_pipe_open(inode, 1);
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -0500725}
726
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727static void
728gss_pipe_release(struct inode *inode)
729{
730 struct rpc_inode *rpci = RPC_I(inode);
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400731 struct gss_upcall_msg *gss_msg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Trond Myklebustb185f832007-06-07 10:14:14 -0400733 spin_lock(&inode->i_lock);
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400734 while (!list_empty(&rpci->in_downcall)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
Trond Myklebust6e84c7b2007-06-07 15:31:36 -0400736 gss_msg = list_entry(rpci->in_downcall.next,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 struct gss_upcall_msg, list);
738 gss_msg->msg.errno = -EPIPE;
739 atomic_inc(&gss_msg->count);
740 __gss_unhash_msg(gss_msg);
Trond Myklebustb185f832007-06-07 10:14:14 -0400741 spin_unlock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 gss_release_msg(gss_msg);
Trond Myklebustb185f832007-06-07 10:14:14 -0400743 spin_lock(&inode->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744 }
Trond Myklebustb185f832007-06-07 10:14:14 -0400745 spin_unlock(&inode->i_lock);
\"J. Bruce Fields\cf819392008-12-23 16:10:19 -0500746
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -0500747 put_pipe_version();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748}
749
750static void
751gss_pipe_destroy_msg(struct rpc_pipe_msg *msg)
752{
753 struct gss_upcall_msg *gss_msg = container_of(msg, struct gss_upcall_msg, msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754
755 if (msg->errno < 0) {
Chuck Lever8885cb32007-01-31 12:14:05 -0500756 dprintk("RPC: gss_pipe_destroy_msg releasing msg %p\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 gss_msg);
758 atomic_inc(&gss_msg->count);
759 gss_unhash_msg(gss_msg);
\"J. Bruce Fields\b03568c2008-12-23 16:06:55 -0500760 if (msg->errno == -ETIMEDOUT)
761 warn_gssd();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 gss_release_msg(gss_msg);
763 }
764}
765
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -0800766/*
767 * NOTE: we have the opportunity to use different
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 * parameters based on the input flavor (which must be a pseudoflavor)
769 */
770static struct rpc_auth *
771gss_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor)
772{
773 struct gss_auth *gss_auth;
774 struct rpc_auth * auth;
J. Bruce Fields6a192752005-06-22 17:16:23 +0000775 int err = -ENOMEM; /* XXX? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776
Chuck Lever8885cb32007-01-31 12:14:05 -0500777 dprintk("RPC: creating GSS authenticator for client %p\n", clnt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778
779 if (!try_module_get(THIS_MODULE))
J. Bruce Fields6a192752005-06-22 17:16:23 +0000780 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781 if (!(gss_auth = kmalloc(sizeof(*gss_auth), GFP_KERNEL)))
782 goto out_dec;
783 gss_auth->client = clnt;
J. Bruce Fields6a192752005-06-22 17:16:23 +0000784 err = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
786 if (!gss_auth->mech) {
James Morris3392c342007-12-26 11:20:43 +1100787 printk(KERN_WARNING "%s: Pseudoflavor %d not found!\n",
Harvey Harrison0dc47872008-03-05 20:47:47 -0800788 __func__, flavor);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 goto err_free;
790 }
791 gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);
J. Bruce Fields438b6fd2005-06-22 17:16:23 +0000792 if (gss_auth->service == 0)
793 goto err_put_mech;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 auth = &gss_auth->rpc_auth;
795 auth->au_cslack = GSS_CRED_SLACK >> 2;
796 auth->au_rslack = GSS_VERF_SLACK >> 2;
797 auth->au_ops = &authgss_ops;
798 auth->au_flavor = flavor;
799 atomic_set(&auth->au_count, 1);
Trond Myklebust0285ed12007-06-27 14:29:12 -0400800 kref_init(&gss_auth->kref);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500802 /*
803 * Note: if we created the old pipe first, then someone who
804 * examined the directory at the right moment might conclude
805 * that we supported only the old pipe. So we instead create
806 * the new pipe first.
807 */
Trond Myklebust7d217ca2009-08-09 15:14:24 -0400808 gss_auth->dentry[1] = rpc_mkpipe(clnt->cl_path.dentry,
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500809 "gssd",
810 clnt, &gss_upcall_ops_v1,
811 RPC_PIPE_WAIT_FOR_OPEN);
812 if (IS_ERR(gss_auth->dentry[1])) {
813 err = PTR_ERR(gss_auth->dentry[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 goto err_put_mech;
J. Bruce Fields6a192752005-06-22 17:16:23 +0000815 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816
Trond Myklebust7d217ca2009-08-09 15:14:24 -0400817 gss_auth->dentry[0] = rpc_mkpipe(clnt->cl_path.dentry,
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500818 gss_auth->mech->gm_name,
819 clnt, &gss_upcall_ops_v0,
820 RPC_PIPE_WAIT_FOR_OPEN);
821 if (IS_ERR(gss_auth->dentry[0])) {
822 err = PTR_ERR(gss_auth->dentry[0]);
823 goto err_unlink_pipe_1;
824 }
Trond Myklebustf5c21872007-06-25 17:11:20 -0400825 err = rpcauth_init_credcache(auth);
Trond Myklebust07a2bf12007-06-09 15:42:01 -0400826 if (err)
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500827 goto err_unlink_pipe_0;
Trond Myklebust07a2bf12007-06-09 15:42:01 -0400828
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 return auth;
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500830err_unlink_pipe_0:
831 rpc_unlink(gss_auth->dentry[0]);
832err_unlink_pipe_1:
833 rpc_unlink(gss_auth->dentry[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834err_put_mech:
835 gss_mech_put(gss_auth->mech);
836err_free:
837 kfree(gss_auth);
838out_dec:
839 module_put(THIS_MODULE);
J. Bruce Fields6a192752005-06-22 17:16:23 +0000840 return ERR_PTR(err);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841}
842
843static void
Trond Myklebust0285ed12007-06-27 14:29:12 -0400844gss_free(struct gss_auth *gss_auth)
845{
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -0500846 rpc_unlink(gss_auth->dentry[1]);
847 rpc_unlink(gss_auth->dentry[0]);
Trond Myklebust0285ed12007-06-27 14:29:12 -0400848 gss_mech_put(gss_auth->mech);
849
850 kfree(gss_auth);
851 module_put(THIS_MODULE);
852}
853
854static void
855gss_free_callback(struct kref *kref)
856{
857 struct gss_auth *gss_auth = container_of(kref, struct gss_auth, kref);
858
859 gss_free(gss_auth);
860}
861
862static void
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863gss_destroy(struct rpc_auth *auth)
864{
865 struct gss_auth *gss_auth;
866
Chuck Lever8885cb32007-01-31 12:14:05 -0500867 dprintk("RPC: destroying GSS authenticator %p flavor %d\n",
868 auth, auth->au_flavor);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
Trond Myklebust3ab9bb72007-06-09 15:41:42 -0400870 rpcauth_destroy_credcache(auth);
871
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 gss_auth = container_of(auth, struct gss_auth, rpc_auth);
Trond Myklebust0285ed12007-06-27 14:29:12 -0400873 kref_put(&gss_auth->kref, gss_free_callback);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700874}
875
Trond Myklebust0df7fb72007-06-26 17:04:57 -0400876/*
877 * gss_destroying_context will cause the RPCSEC_GSS to send a NULL RPC call
878 * to the server with the GSS control procedure field set to
879 * RPC_GSS_PROC_DESTROY. This should normally cause the server to release
880 * all RPCSEC_GSS state associated with that context.
881 */
882static int
883gss_destroying_context(struct rpc_cred *cred)
884{
885 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base);
886 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
887 struct rpc_task *task;
888
889 if (gss_cred->gc_ctx == NULL ||
Jeff Layton6dcd3922008-12-23 15:21:57 -0500890 test_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags) == 0)
Trond Myklebust0df7fb72007-06-26 17:04:57 -0400891 return 0;
892
893 gss_cred->gc_ctx->gc_proc = RPC_GSS_PROC_DESTROY;
894 cred->cr_ops = &gss_nullops;
895
896 /* Take a reference to ensure the cred will be destroyed either
897 * by the RPC call or by the put_rpccred() below */
898 get_rpccred(cred);
899
Trond Myklebust080a1f12008-04-19 14:22:31 -0400900 task = rpc_call_null(gss_auth->client, cred, RPC_TASK_ASYNC|RPC_TASK_SOFT);
Trond Myklebust0df7fb72007-06-26 17:04:57 -0400901 if (!IS_ERR(task))
902 rpc_put_task(task);
903
904 put_rpccred(cred);
905 return 1;
906}
907
908/* gss_destroy_cred (and gss_free_ctx) are used to clean up after failure
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 * to create a new cred or context, so they check that things have been
910 * allocated before freeing them. */
911static void
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400912gss_do_free_ctx(struct gss_cl_ctx *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913{
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400914 dprintk("RPC: gss_free_ctx\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916 kfree(ctx->gc_wire_ctx.data);
917 kfree(ctx);
918}
919
920static void
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400921gss_free_ctx_callback(struct rcu_head *head)
922{
923 struct gss_cl_ctx *ctx = container_of(head, struct gss_cl_ctx, gc_rcu);
924 gss_do_free_ctx(ctx);
925}
926
927static void
928gss_free_ctx(struct gss_cl_ctx *ctx)
929{
Trond Myklebusta4deb812007-08-06 12:21:13 -0400930 struct gss_ctx *gc_gss_ctx;
931
932 gc_gss_ctx = rcu_dereference(ctx->gc_gss_ctx);
933 rcu_assign_pointer(ctx->gc_gss_ctx, NULL);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400934 call_rcu(&ctx->gc_rcu, gss_free_ctx_callback);
Trond Myklebusta4deb812007-08-06 12:21:13 -0400935 if (gc_gss_ctx)
936 gss_delete_sec_context(&gc_gss_ctx);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400937}
938
939static void
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400940gss_free_cred(struct gss_cred *gss_cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941{
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400942 dprintk("RPC: gss_free_cred %p\n", gss_cred);
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400943 kfree(gss_cred);
944}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400946static void
947gss_free_cred_callback(struct rcu_head *head)
948{
949 struct gss_cred *gss_cred = container_of(head, struct gss_cred, gc_base.cr_rcu);
950 gss_free_cred(gss_cred);
951}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400953static void
Jeff Layton6dcd3922008-12-23 15:21:57 -0500954gss_destroy_nullcred(struct rpc_cred *cred)
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400955{
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400956 struct gss_cred *gss_cred = container_of(cred, struct gss_cred, gc_base);
Trond Myklebust0285ed12007-06-27 14:29:12 -0400957 struct gss_auth *gss_auth = container_of(cred->cr_auth, struct gss_auth, rpc_auth);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400958 struct gss_cl_ctx *ctx = gss_cred->gc_ctx;
959
960 rcu_assign_pointer(gss_cred->gc_ctx, NULL);
Trond Myklebust31be5bf2007-06-24 15:55:26 -0400961 call_rcu(&cred->cr_rcu, gss_free_cred_callback);
Trond Myklebust5d28dc82007-06-26 19:18:38 -0400962 if (ctx)
963 gss_put_ctx(ctx);
Trond Myklebust0285ed12007-06-27 14:29:12 -0400964 kref_put(&gss_auth->kref, gss_free_callback);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965}
966
Jeff Layton6dcd3922008-12-23 15:21:57 -0500967static void
968gss_destroy_cred(struct rpc_cred *cred)
969{
970
971 if (gss_destroying_context(cred))
972 return;
973 gss_destroy_nullcred(cred);
974}
975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976/*
977 * Lookup RPCSEC_GSS cred for the current process
978 */
979static struct rpc_cred *
Trond Myklebust8a317762006-02-01 12:18:36 -0500980gss_lookup_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981{
Trond Myklebust8a317762006-02-01 12:18:36 -0500982 return rpcauth_lookup_credcache(auth, acred, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983}
984
985static struct rpc_cred *
Trond Myklebust8a317762006-02-01 12:18:36 -0500986gss_create_cred(struct rpc_auth *auth, struct auth_cred *acred, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987{
988 struct gss_auth *gss_auth = container_of(auth, struct gss_auth, rpc_auth);
989 struct gss_cred *cred = NULL;
990 int err = -ENOMEM;
991
Chuck Lever8885cb32007-01-31 12:14:05 -0500992 dprintk("RPC: gss_create_cred for uid %d, flavor %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993 acred->uid, auth->au_flavor);
994
Trond Myklebust0f38b872008-06-10 18:31:01 -0400995 if (!(cred = kzalloc(sizeof(*cred), GFP_NOFS)))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996 goto out_err;
997
Trond Myklebust5fe47552007-06-23 19:55:31 -0400998 rpcauth_init_cred(&cred->gc_base, acred, auth, &gss_credops);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 /*
1000 * Note: in order to force a call to call_refresh(), we deliberately
1001 * fail to flag the credential as RPCAUTH_CRED_UPTODATE.
1002 */
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001003 cred->gc_base.cr_flags = 1UL << RPCAUTH_CRED_NEW;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 cred->gc_service = gss_auth->service;
Trond Myklebust7c67db32008-04-07 20:50:11 -04001005 cred->gc_machine_cred = acred->machine_cred;
Trond Myklebust0285ed12007-06-27 14:29:12 -04001006 kref_get(&gss_auth->kref);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 return &cred->gc_base;
1008
1009out_err:
Chuck Lever8885cb32007-01-31 12:14:05 -05001010 dprintk("RPC: gss_create_cred failed with error %d\n", err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 return ERR_PTR(err);
1012}
1013
1014static int
Trond Myklebustfba3bad2006-02-01 12:19:27 -05001015gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred)
1016{
1017 struct gss_auth *gss_auth = container_of(auth, struct gss_auth, rpc_auth);
1018 struct gss_cred *gss_cred = container_of(cred,struct gss_cred, gc_base);
1019 int err;
1020
1021 do {
1022 err = gss_create_upcall(gss_auth, gss_cred);
1023 } while (err == -EAGAIN);
1024 return err;
1025}
1026
1027static int
Trond Myklebust8a317762006-02-01 12:18:36 -05001028gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029{
1030 struct gss_cred *gss_cred = container_of(rc, struct gss_cred, gc_base);
1031
Trond Myklebustcd019f72008-04-17 17:03:58 -04001032 if (test_bit(RPCAUTH_CRED_NEW, &rc->cr_flags))
Trond Myklebust8a317762006-02-01 12:18:36 -05001033 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 /* Don't match with creds that have expired. */
Trond Myklebustcd019f72008-04-17 17:03:58 -04001035 if (time_after(jiffies, gss_cred->gc_ctx->gc_expiry))
1036 return 0;
1037 if (!test_bit(RPCAUTH_CRED_UPTODATE, &rc->cr_flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 return 0;
Trond Myklebust8a317762006-02-01 12:18:36 -05001039out:
Trond Myklebust7c67db32008-04-07 20:50:11 -04001040 if (acred->machine_cred != gss_cred->gc_machine_cred)
1041 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 return (rc->cr_uid == acred->uid);
1043}
1044
1045/*
1046* Marshal credentials.
1047* Maybe we should keep a cached credential for performance reasons.
1048*/
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001049static __be32 *
1050gss_marshal(struct rpc_task *task, __be32 *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051{
1052 struct rpc_cred *cred = task->tk_msg.rpc_cred;
1053 struct gss_cred *gss_cred = container_of(cred, struct gss_cred,
1054 gc_base);
1055 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred);
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001056 __be32 *cred_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057 struct rpc_rqst *req = task->tk_rqstp;
1058 u32 maj_stat = 0;
1059 struct xdr_netobj mic;
1060 struct kvec iov;
1061 struct xdr_buf verf_buf;
1062
Chuck Lever8885cb32007-01-31 12:14:05 -05001063 dprintk("RPC: %5u gss_marshal\n", task->tk_pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064
1065 *p++ = htonl(RPC_AUTH_GSS);
1066 cred_len = p++;
1067
1068 spin_lock(&ctx->gc_seq_lock);
1069 req->rq_seqno = ctx->gc_seq++;
1070 spin_unlock(&ctx->gc_seq_lock);
1071
1072 *p++ = htonl((u32) RPC_GSS_VERSION);
1073 *p++ = htonl((u32) ctx->gc_proc);
1074 *p++ = htonl((u32) req->rq_seqno);
1075 *p++ = htonl((u32) gss_cred->gc_service);
1076 p = xdr_encode_netobj(p, &ctx->gc_wire_ctx);
1077 *cred_len = htonl((p - (cred_len + 1)) << 2);
1078
1079 /* We compute the checksum for the verifier over the xdr-encoded bytes
1080 * starting with the xid and ending at the end of the credential: */
Chuck Lever808012f2005-08-25 16:25:49 -07001081 iov.iov_base = xprt_skip_transport_header(task->tk_xprt,
1082 req->rq_snd_buf.head[0].iov_base);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 iov.iov_len = (u8 *)p - (u8 *)iov.iov_base;
1084 xdr_buf_from_iov(&iov, &verf_buf);
1085
1086 /* set verifier flavor*/
1087 *p++ = htonl(RPC_AUTH_GSS);
1088
1089 mic.data = (u8 *)(p + 1);
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001090 maj_stat = gss_get_mic(ctx->gc_gss_ctx, &verf_buf, &mic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091 if (maj_stat == GSS_S_CONTEXT_EXPIRED) {
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001092 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 } else if (maj_stat != 0) {
1094 printk("gss_marshal: gss_get_mic FAILED (%d)\n", maj_stat);
1095 goto out_put_ctx;
1096 }
1097 p = xdr_encode_opaque(p, NULL, mic.len);
1098 gss_put_ctx(ctx);
1099 return p;
1100out_put_ctx:
1101 gss_put_ctx(ctx);
1102 return NULL;
1103}
1104
Trond Myklebustcd019f72008-04-17 17:03:58 -04001105static int gss_renew_cred(struct rpc_task *task)
1106{
1107 struct rpc_cred *oldcred = task->tk_msg.rpc_cred;
1108 struct gss_cred *gss_cred = container_of(oldcred,
1109 struct gss_cred,
1110 gc_base);
1111 struct rpc_auth *auth = oldcred->cr_auth;
1112 struct auth_cred acred = {
1113 .uid = oldcred->cr_uid,
1114 .machine_cred = gss_cred->gc_machine_cred,
1115 };
1116 struct rpc_cred *new;
1117
1118 new = gss_lookup_cred(auth, &acred, RPCAUTH_LOOKUP_NEW);
1119 if (IS_ERR(new))
1120 return PTR_ERR(new);
1121 task->tk_msg.rpc_cred = new;
1122 put_rpccred(oldcred);
1123 return 0;
1124}
1125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126/*
1127* Refresh credentials. XXX - finish
1128*/
1129static int
1130gss_refresh(struct rpc_task *task)
1131{
Trond Myklebustcd019f72008-04-17 17:03:58 -04001132 struct rpc_cred *cred = task->tk_msg.rpc_cred;
1133 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
Trond Myklebustcd019f72008-04-17 17:03:58 -04001135 if (!test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags) &&
1136 !test_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags)) {
1137 ret = gss_renew_cred(task);
1138 if (ret < 0)
1139 goto out;
1140 cred = task->tk_msg.rpc_cred;
1141 }
1142
1143 if (test_bit(RPCAUTH_CRED_NEW, &cred->cr_flags))
1144 ret = gss_refresh_upcall(task);
1145out:
1146 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147}
1148
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001149/* Dummy refresh routine: used only when destroying the context */
1150static int
1151gss_refresh_null(struct rpc_task *task)
1152{
1153 return -EACCES;
1154}
1155
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001156static __be32 *
1157gss_validate(struct rpc_task *task, __be32 *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158{
1159 struct rpc_cred *cred = task->tk_msg.rpc_cred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001160 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred);
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001161 __be32 seq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162 struct kvec iov;
1163 struct xdr_buf verf_buf;
1164 struct xdr_netobj mic;
1165 u32 flav,len;
1166 u32 maj_stat;
1167
Chuck Lever8885cb32007-01-31 12:14:05 -05001168 dprintk("RPC: %5u gss_validate\n", task->tk_pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169
1170 flav = ntohl(*p++);
1171 if ((len = ntohl(*p++)) > RPC_MAX_AUTH_SIZE)
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001172 goto out_bad;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 if (flav != RPC_AUTH_GSS)
1174 goto out_bad;
1175 seq = htonl(task->tk_rqstp->rq_seqno);
1176 iov.iov_base = &seq;
1177 iov.iov_len = sizeof(seq);
1178 xdr_buf_from_iov(&iov, &verf_buf);
1179 mic.data = (u8 *)p;
1180 mic.len = len;
1181
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001182 maj_stat = gss_verify_mic(ctx->gc_gss_ctx, &verf_buf, &mic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183 if (maj_stat == GSS_S_CONTEXT_EXPIRED)
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001184 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001185 if (maj_stat) {
Joe Perches014313a2007-11-19 17:53:43 -08001186 dprintk("RPC: %5u gss_validate: gss_verify_mic returned "
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001187 "error 0x%08x\n", task->tk_pid, maj_stat);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188 goto out_bad;
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001189 }
J. Bruce Fields24b26052005-10-13 16:54:53 -04001190 /* We leave it to unwrap to calculate au_rslack. For now we just
1191 * calculate the length of the verifier: */
Trond Myklebust1be27f32007-06-27 14:29:04 -04001192 cred->cr_auth->au_verfsize = XDR_QUADLEN(len) + 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 gss_put_ctx(ctx);
Chuck Lever8885cb32007-01-31 12:14:05 -05001194 dprintk("RPC: %5u gss_validate: gss_verify_mic succeeded.\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 task->tk_pid);
1196 return p + XDR_QUADLEN(len);
1197out_bad:
1198 gss_put_ctx(ctx);
Chuck Lever8885cb32007-01-31 12:14:05 -05001199 dprintk("RPC: %5u gss_validate failed.\n", task->tk_pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 return NULL;
1201}
1202
1203static inline int
1204gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001205 kxdrproc_t encode, struct rpc_rqst *rqstp, __be32 *p, void *obj)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206{
1207 struct xdr_buf *snd_buf = &rqstp->rq_snd_buf;
1208 struct xdr_buf integ_buf;
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001209 __be32 *integ_len = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 struct xdr_netobj mic;
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001211 u32 offset;
1212 __be32 *q;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 struct kvec *iov;
1214 u32 maj_stat = 0;
1215 int status = -EIO;
1216
1217 integ_len = p++;
1218 offset = (u8 *)p - (u8 *)snd_buf->head[0].iov_base;
1219 *p++ = htonl(rqstp->rq_seqno);
1220
Trond Myklebust88a9fe82008-12-23 15:21:31 -05001221 status = encode(rqstp, p, obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 if (status)
1223 return status;
1224
1225 if (xdr_buf_subsegment(snd_buf, &integ_buf,
1226 offset, snd_buf->len - offset))
1227 return status;
1228 *integ_len = htonl(integ_buf.len);
1229
1230 /* guess whether we're in the head or the tail: */
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001231 if (snd_buf->page_len || snd_buf->tail[0].iov_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 iov = snd_buf->tail;
1233 else
1234 iov = snd_buf->head;
1235 p = iov->iov_base + iov->iov_len;
1236 mic.data = (u8 *)(p + 1);
1237
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001238 maj_stat = gss_get_mic(ctx->gc_gss_ctx, &integ_buf, &mic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239 status = -EIO; /* XXX? */
1240 if (maj_stat == GSS_S_CONTEXT_EXPIRED)
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001241 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 else if (maj_stat)
1243 return status;
1244 q = xdr_encode_opaque(p, NULL, mic.len);
1245
1246 offset = (u8 *)q - (u8 *)p;
1247 iov->iov_len += offset;
1248 snd_buf->len += offset;
1249 return 0;
1250}
1251
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001252static void
1253priv_release_snd_buf(struct rpc_rqst *rqstp)
1254{
1255 int i;
1256
1257 for (i=0; i < rqstp->rq_enc_pages_num; i++)
1258 __free_page(rqstp->rq_enc_pages[i]);
1259 kfree(rqstp->rq_enc_pages);
1260}
1261
1262static int
1263alloc_enc_pages(struct rpc_rqst *rqstp)
1264{
1265 struct xdr_buf *snd_buf = &rqstp->rq_snd_buf;
1266 int first, last, i;
1267
1268 if (snd_buf->page_len == 0) {
1269 rqstp->rq_enc_pages_num = 0;
1270 return 0;
1271 }
1272
1273 first = snd_buf->page_base >> PAGE_CACHE_SHIFT;
1274 last = (snd_buf->page_base + snd_buf->page_len - 1) >> PAGE_CACHE_SHIFT;
1275 rqstp->rq_enc_pages_num = last - first + 1 + 1;
1276 rqstp->rq_enc_pages
1277 = kmalloc(rqstp->rq_enc_pages_num * sizeof(struct page *),
1278 GFP_NOFS);
1279 if (!rqstp->rq_enc_pages)
1280 goto out;
1281 for (i=0; i < rqstp->rq_enc_pages_num; i++) {
1282 rqstp->rq_enc_pages[i] = alloc_page(GFP_NOFS);
1283 if (rqstp->rq_enc_pages[i] == NULL)
1284 goto out_free;
1285 }
1286 rqstp->rq_release_snd_buf = priv_release_snd_buf;
1287 return 0;
1288out_free:
Trond Myklebustcdead7c2010-03-19 15:36:22 -04001289 rqstp->rq_enc_pages_num = i;
1290 priv_release_snd_buf(rqstp);
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001291out:
1292 return -EAGAIN;
1293}
1294
1295static inline int
1296gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001297 kxdrproc_t encode, struct rpc_rqst *rqstp, __be32 *p, void *obj)
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001298{
1299 struct xdr_buf *snd_buf = &rqstp->rq_snd_buf;
1300 u32 offset;
1301 u32 maj_stat;
1302 int status;
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001303 __be32 *opaque_len;
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001304 struct page **inpages;
1305 int first;
1306 int pad;
1307 struct kvec *iov;
1308 char *tmp;
1309
1310 opaque_len = p++;
1311 offset = (u8 *)p - (u8 *)snd_buf->head[0].iov_base;
1312 *p++ = htonl(rqstp->rq_seqno);
1313
Trond Myklebust88a9fe82008-12-23 15:21:31 -05001314 status = encode(rqstp, p, obj);
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001315 if (status)
1316 return status;
1317
1318 status = alloc_enc_pages(rqstp);
1319 if (status)
1320 return status;
1321 first = snd_buf->page_base >> PAGE_CACHE_SHIFT;
1322 inpages = snd_buf->pages + first;
1323 snd_buf->pages = rqstp->rq_enc_pages;
1324 snd_buf->page_base -= first << PAGE_CACHE_SHIFT;
Kevin Coffman75610422010-03-17 13:02:47 -04001325 /*
1326 * Give the tail its own page, in case we need extra space in the
1327 * head when wrapping:
1328 *
1329 * call_allocate() allocates twice the slack space required
1330 * by the authentication flavor to rq_callsize.
1331 * For GSS, slack is GSS_CRED_SLACK.
1332 */
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001333 if (snd_buf->page_len || snd_buf->tail[0].iov_len) {
1334 tmp = page_address(rqstp->rq_enc_pages[rqstp->rq_enc_pages_num - 1]);
1335 memcpy(tmp, snd_buf->tail[0].iov_base, snd_buf->tail[0].iov_len);
1336 snd_buf->tail[0].iov_base = tmp;
1337 }
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001338 maj_stat = gss_wrap(ctx->gc_gss_ctx, offset, snd_buf, inpages);
Kevin Coffman75610422010-03-17 13:02:47 -04001339 /* slack space should prevent this ever happening: */
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001340 BUG_ON(snd_buf->len > snd_buf->buflen);
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001341 status = -EIO;
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001342 /* We're assuming that when GSS_S_CONTEXT_EXPIRED, the encryption was
1343 * done anyway, so it's safe to put the request on the wire: */
1344 if (maj_stat == GSS_S_CONTEXT_EXPIRED)
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001345 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001346 else if (maj_stat)
1347 return status;
1348
1349 *opaque_len = htonl(snd_buf->len - offset);
1350 /* guess whether we're in the head or the tail: */
1351 if (snd_buf->page_len || snd_buf->tail[0].iov_len)
1352 iov = snd_buf->tail;
1353 else
1354 iov = snd_buf->head;
1355 p = iov->iov_base + iov->iov_len;
1356 pad = 3 - ((snd_buf->len - offset - 1) & 3);
1357 memset(p, 0, pad);
1358 iov->iov_len += pad;
1359 snd_buf->len += pad;
1360
1361 return 0;
1362}
1363
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364static int
1365gss_wrap_req(struct rpc_task *task,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001366 kxdrproc_t encode, void *rqstp, __be32 *p, void *obj)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367{
1368 struct rpc_cred *cred = task->tk_msg.rpc_cred;
1369 struct gss_cred *gss_cred = container_of(cred, struct gss_cred,
1370 gc_base);
1371 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred);
1372 int status = -EIO;
1373
Chuck Lever8885cb32007-01-31 12:14:05 -05001374 dprintk("RPC: %5u gss_wrap_req\n", task->tk_pid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 if (ctx->gc_proc != RPC_GSS_PROC_DATA) {
1376 /* The spec seems a little ambiguous here, but I think that not
1377 * wrapping context destruction requests makes the most sense.
1378 */
Trond Myklebust88a9fe82008-12-23 15:21:31 -05001379 status = encode(rqstp, p, obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 goto out;
1381 }
1382 switch (gss_cred->gc_service) {
1383 case RPC_GSS_SVC_NONE:
Trond Myklebust88a9fe82008-12-23 15:21:31 -05001384 status = encode(rqstp, p, obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385 break;
1386 case RPC_GSS_SVC_INTEGRITY:
1387 status = gss_wrap_req_integ(cred, ctx, encode,
1388 rqstp, p, obj);
1389 break;
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001390 case RPC_GSS_SVC_PRIVACY:
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001391 status = gss_wrap_req_priv(cred, ctx, encode,
1392 rqstp, p, obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393 break;
1394 }
1395out:
1396 gss_put_ctx(ctx);
Chuck Lever8885cb32007-01-31 12:14:05 -05001397 dprintk("RPC: %5u gss_wrap_req returning %d\n", task->tk_pid, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398 return status;
1399}
1400
1401static inline int
1402gss_unwrap_resp_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001403 struct rpc_rqst *rqstp, __be32 **p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404{
1405 struct xdr_buf *rcv_buf = &rqstp->rq_rcv_buf;
1406 struct xdr_buf integ_buf;
1407 struct xdr_netobj mic;
1408 u32 data_offset, mic_offset;
1409 u32 integ_len;
1410 u32 maj_stat;
1411 int status = -EIO;
1412
1413 integ_len = ntohl(*(*p)++);
1414 if (integ_len & 3)
1415 return status;
1416 data_offset = (u8 *)(*p) - (u8 *)rcv_buf->head[0].iov_base;
1417 mic_offset = integ_len + data_offset;
1418 if (mic_offset > rcv_buf->len)
1419 return status;
1420 if (ntohl(*(*p)++) != rqstp->rq_seqno)
1421 return status;
1422
1423 if (xdr_buf_subsegment(rcv_buf, &integ_buf, data_offset,
1424 mic_offset - data_offset))
1425 return status;
1426
1427 if (xdr_buf_read_netobj(rcv_buf, &mic, mic_offset))
1428 return status;
1429
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001430 maj_stat = gss_verify_mic(ctx->gc_gss_ctx, &integ_buf, &mic);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 if (maj_stat == GSS_S_CONTEXT_EXPIRED)
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001432 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001433 if (maj_stat != GSS_S_COMPLETE)
1434 return status;
1435 return 0;
1436}
1437
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001438static inline int
1439gss_unwrap_resp_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001440 struct rpc_rqst *rqstp, __be32 **p)
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001441{
1442 struct xdr_buf *rcv_buf = &rqstp->rq_rcv_buf;
1443 u32 offset;
1444 u32 opaque_len;
1445 u32 maj_stat;
1446 int status = -EIO;
1447
1448 opaque_len = ntohl(*(*p)++);
1449 offset = (u8 *)(*p) - (u8 *)rcv_buf->head[0].iov_base;
1450 if (offset + opaque_len > rcv_buf->len)
1451 return status;
1452 /* remove padding: */
1453 rcv_buf->len = offset + opaque_len;
1454
J. Bruce Fields00fd6e12005-10-13 16:55:18 -04001455 maj_stat = gss_unwrap(ctx->gc_gss_ctx, offset, rcv_buf);
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001456 if (maj_stat == GSS_S_CONTEXT_EXPIRED)
Trond Myklebustfc432dd2007-06-25 10:15:15 -04001457 clear_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags);
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001458 if (maj_stat != GSS_S_COMPLETE)
1459 return status;
1460 if (ntohl(*(*p)++) != rqstp->rq_seqno)
1461 return status;
1462
1463 return 0;
1464}
1465
1466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467static int
1468gss_unwrap_resp(struct rpc_task *task,
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001469 kxdrproc_t decode, void *rqstp, __be32 *p, void *obj)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470{
1471 struct rpc_cred *cred = task->tk_msg.rpc_cred;
1472 struct gss_cred *gss_cred = container_of(cred, struct gss_cred,
1473 gc_base);
1474 struct gss_cl_ctx *ctx = gss_cred_get_ctx(cred);
Alexey Dobriyand8ed0292006-09-26 22:29:38 -07001475 __be32 *savedp = p;
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001476 struct kvec *head = ((struct rpc_rqst *)rqstp)->rq_rcv_buf.head;
1477 int savedlen = head->iov_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 int status = -EIO;
1479
1480 if (ctx->gc_proc != RPC_GSS_PROC_DATA)
1481 goto out_decode;
1482 switch (gss_cred->gc_service) {
1483 case RPC_GSS_SVC_NONE:
1484 break;
1485 case RPC_GSS_SVC_INTEGRITY:
1486 status = gss_unwrap_resp_integ(cred, ctx, rqstp, &p);
1487 if (status)
1488 goto out;
1489 break;
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001490 case RPC_GSS_SVC_PRIVACY:
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001491 status = gss_unwrap_resp_priv(cred, ctx, rqstp, &p);
1492 if (status)
1493 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 break;
1495 }
J. Bruce Fields24b26052005-10-13 16:54:53 -04001496 /* take into account extra slack for integrity and privacy cases: */
Trond Myklebust1be27f32007-06-27 14:29:04 -04001497 cred->cr_auth->au_rslack = cred->cr_auth->au_verfsize + (p - savedp)
J. Bruce Fields2d2da60c2005-10-13 16:54:58 -04001498 + (savedlen - head->iov_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499out_decode:
Trond Myklebust88a9fe82008-12-23 15:21:31 -05001500 status = decode(rqstp, p, obj);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501out:
1502 gss_put_ctx(ctx);
Chuck Lever8885cb32007-01-31 12:14:05 -05001503 dprintk("RPC: %5u gss_unwrap_resp returning %d\n", task->tk_pid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 status);
1505 return status;
1506}
YOSHIFUJI Hideakicca51722007-02-09 15:38:13 -08001507
Trond Myklebustf1c0a862007-06-23 20:17:58 -04001508static const struct rpc_authops authgss_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509 .owner = THIS_MODULE,
1510 .au_flavor = RPC_AUTH_GSS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511 .au_name = "RPCSEC_GSS",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 .create = gss_create,
1513 .destroy = gss_destroy,
1514 .lookup_cred = gss_lookup_cred,
1515 .crcreate = gss_create_cred
1516};
1517
Trond Myklebustf1c0a862007-06-23 20:17:58 -04001518static const struct rpc_credops gss_credops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 .cr_name = "AUTH_GSS",
1520 .crdestroy = gss_destroy_cred,
Trond Myklebustfba3bad2006-02-01 12:19:27 -05001521 .cr_init = gss_cred_init,
Trond Myklebust5c691042008-03-12 16:21:07 -04001522 .crbind = rpcauth_generic_bind_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523 .crmatch = gss_match,
1524 .crmarshal = gss_marshal,
1525 .crrefresh = gss_refresh,
1526 .crvalidate = gss_validate,
1527 .crwrap_req = gss_wrap_req,
1528 .crunwrap_resp = gss_unwrap_resp,
1529};
1530
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001531static const struct rpc_credops gss_nullops = {
1532 .cr_name = "AUTH_GSS",
Jeff Layton6dcd3922008-12-23 15:21:57 -05001533 .crdestroy = gss_destroy_nullcred,
Trond Myklebust5c691042008-03-12 16:21:07 -04001534 .crbind = rpcauth_generic_bind_cred,
Trond Myklebust0df7fb72007-06-26 17:04:57 -04001535 .crmatch = gss_match,
1536 .crmarshal = gss_marshal,
1537 .crrefresh = gss_refresh_null,
1538 .crvalidate = gss_validate,
1539 .crwrap_req = gss_wrap_req,
1540 .crunwrap_resp = gss_unwrap_resp,
1541};
1542
Trond Myklebustb693ba42009-08-09 15:14:15 -04001543static const struct rpc_pipe_ops gss_upcall_ops_v0 = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544 .upcall = gss_pipe_upcall,
1545 .downcall = gss_pipe_downcall,
1546 .destroy_msg = gss_pipe_destroy_msg,
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -05001547 .open_pipe = gss_pipe_open_v0,
1548 .release_pipe = gss_pipe_release,
1549};
1550
Trond Myklebustb693ba42009-08-09 15:14:15 -04001551static const struct rpc_pipe_ops gss_upcall_ops_v1 = {
\"J. Bruce Fields\34769fc2008-12-23 16:16:37 -05001552 .upcall = gss_pipe_upcall,
1553 .downcall = gss_pipe_downcall,
1554 .destroy_msg = gss_pipe_destroy_msg,
1555 .open_pipe = gss_pipe_open_v1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556 .release_pipe = gss_pipe_release,
1557};
1558
1559/*
1560 * Initialize RPCSEC_GSS module
1561 */
1562static int __init init_rpcsec_gss(void)
1563{
1564 int err = 0;
1565
1566 err = rpcauth_register(&authgss_ops);
1567 if (err)
1568 goto out;
1569 err = gss_svc_init();
1570 if (err)
1571 goto out_unregister;
\"J. Bruce Fields\79a3f202008-12-23 16:10:52 -05001572 rpc_init_wait_queue(&pipe_version_rpc_waitqueue, "gss pipe version");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 return 0;
1574out_unregister:
1575 rpcauth_unregister(&authgss_ops);
1576out:
1577 return err;
1578}
1579
1580static void __exit exit_rpcsec_gss(void)
1581{
1582 gss_svc_shutdown();
1583 rpcauth_unregister(&authgss_ops);
Jesper Dangaard Brouerbf126912009-06-08 03:11:48 +00001584 rcu_barrier(); /* Wait for completion of call_rcu()'s */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585}
1586
1587MODULE_LICENSE("GPL");
1588module_init(init_rpcsec_gss)
1589module_exit(exit_rpcsec_gss)