nfs_syscalls.c revision 1.104 1 1.104 yamt /* $NetBSD: nfs_syscalls.c,v 1.104 2007/01/17 12:40:36 yamt Exp $ */
2 1.11 cgd
3 1.1 cgd /*
4 1.10 mycroft * Copyright (c) 1989, 1993
5 1.10 mycroft * The Regents of the University of California. All rights reserved.
6 1.1 cgd *
7 1.1 cgd * This code is derived from software contributed to Berkeley by
8 1.1 cgd * Rick Macklem at The University of Guelph.
9 1.1 cgd *
10 1.1 cgd * Redistribution and use in source and binary forms, with or without
11 1.1 cgd * modification, are permitted provided that the following conditions
12 1.1 cgd * are met:
13 1.1 cgd * 1. Redistributions of source code must retain the above copyright
14 1.1 cgd * notice, this list of conditions and the following disclaimer.
15 1.1 cgd * 2. Redistributions in binary form must reproduce the above copyright
16 1.1 cgd * notice, this list of conditions and the following disclaimer in the
17 1.1 cgd * documentation and/or other materials provided with the distribution.
18 1.70 agc * 3. Neither the name of the University nor the names of its contributors
19 1.1 cgd * may be used to endorse or promote products derived from this software
20 1.1 cgd * without specific prior written permission.
21 1.1 cgd *
22 1.1 cgd * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
23 1.1 cgd * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 1.1 cgd * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 1.1 cgd * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26 1.1 cgd * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27 1.1 cgd * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28 1.1 cgd * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29 1.1 cgd * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30 1.1 cgd * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 1.1 cgd * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 1.1 cgd * SUCH DAMAGE.
33 1.1 cgd *
34 1.19 fvdl * @(#)nfs_syscalls.c 8.5 (Berkeley) 3/30/95
35 1.1 cgd */
36 1.49 lukem
37 1.49 lukem #include <sys/cdefs.h>
38 1.104 yamt __KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.104 2007/01/17 12:40:36 yamt Exp $");
39 1.28 thorpej
40 1.28 thorpej #include "fs_nfs.h"
41 1.43 bjh21 #include "opt_nfs.h"
42 1.30 thorpej #include "opt_nfsserver.h"
43 1.31 jonathan #include "opt_iso.h"
44 1.41 fvdl #include "opt_inet.h"
45 1.39 tsarna #include "opt_compat_netbsd.h"
46 1.1 cgd
47 1.7 mycroft #include <sys/param.h>
48 1.7 mycroft #include <sys/systm.h>
49 1.7 mycroft #include <sys/kernel.h>
50 1.7 mycroft #include <sys/file.h>
51 1.7 mycroft #include <sys/stat.h>
52 1.7 mycroft #include <sys/vnode.h>
53 1.7 mycroft #include <sys/mount.h>
54 1.7 mycroft #include <sys/proc.h>
55 1.10 mycroft #include <sys/uio.h>
56 1.7 mycroft #include <sys/malloc.h>
57 1.7 mycroft #include <sys/buf.h>
58 1.7 mycroft #include <sys/mbuf.h>
59 1.7 mycroft #include <sys/socket.h>
60 1.7 mycroft #include <sys/socketvar.h>
61 1.39 tsarna #include <sys/signalvar.h>
62 1.7 mycroft #include <sys/domain.h>
63 1.7 mycroft #include <sys/protosw.h>
64 1.10 mycroft #include <sys/namei.h>
65 1.10 mycroft #include <sys/syslog.h>
66 1.18 christos #include <sys/filedesc.h>
67 1.39 tsarna #include <sys/kthread.h>
68 1.92 elad #include <sys/kauth.h>
69 1.1 cgd
70 1.53 thorpej #include <sys/sa.h>
71 1.13 cgd #include <sys/syscallargs.h>
72 1.13 cgd
73 1.7 mycroft #include <netinet/in.h>
74 1.7 mycroft #include <netinet/tcp.h>
75 1.10 mycroft #ifdef ISO
76 1.10 mycroft #include <netiso/iso.h>
77 1.10 mycroft #endif
78 1.19 fvdl #include <nfs/xdr_subs.h>
79 1.10 mycroft #include <nfs/rpcv2.h>
80 1.19 fvdl #include <nfs/nfsproto.h>
81 1.7 mycroft #include <nfs/nfs.h>
82 1.19 fvdl #include <nfs/nfsm_subs.h>
83 1.7 mycroft #include <nfs/nfsrvcache.h>
84 1.10 mycroft #include <nfs/nfsmount.h>
85 1.10 mycroft #include <nfs/nfsnode.h>
86 1.10 mycroft #include <nfs/nfsrtt.h>
87 1.18 christos #include <nfs/nfs_var.h>
88 1.1 cgd
89 1.1 cgd /* Global defs. */
90 1.19 fvdl extern int32_t (*nfsrv3_procs[NFS_NPROCS]) __P((struct nfsrv_descript *,
91 1.19 fvdl struct nfssvc_sock *,
92 1.84 christos struct lwp *, struct mbuf **));
93 1.19 fvdl extern int nfsrvw_procrastinate;
94 1.51 matt
95 1.47 chs struct nfssvc_sock *nfs_udpsock;
96 1.47 chs #ifdef ISO
97 1.47 chs struct nfssvc_sock *nfs_cltpsock;
98 1.47 chs #endif
99 1.41 fvdl #ifdef INET6
100 1.41 fvdl struct nfssvc_sock *nfs_udp6sock;
101 1.41 fvdl #endif
102 1.10 mycroft int nuidhash_max = NFS_MAXUIDHASH;
103 1.18 christos int nfsd_waiting = 0;
104 1.18 christos #ifdef NFSSERVER
105 1.10 mycroft static int nfs_numnfsd = 0;
106 1.10 mycroft static struct nfsdrt nfsdrt;
107 1.18 christos #endif
108 1.51 matt
109 1.66 yamt #ifdef NFSSERVER
110 1.66 yamt struct simplelock nfsd_slock = SIMPLELOCK_INITIALIZER;
111 1.51 matt struct nfssvc_sockhead nfssvc_sockhead;
112 1.66 yamt struct nfssvc_sockhead nfssvc_sockpending;
113 1.51 matt struct nfsdhead nfsd_head;
114 1.66 yamt struct nfsdidlehead nfsd_idle_head;
115 1.51 matt
116 1.51 matt int nfssvc_sockhead_flag;
117 1.51 matt int nfsd_head_flag;
118 1.66 yamt #endif
119 1.1 cgd
120 1.54 thorpej MALLOC_DEFINE(M_NFSUID, "NFS uid", "Nfs uid mapping structure");
121 1.1 cgd
122 1.24 thorpej #ifdef NFS
123 1.58 yamt struct nfs_iod nfs_asyncdaemon[NFS_MAXASYNCDAEMON];
124 1.40 tsarna int nfs_niothreads = -1; /* == "0, and has never been set" */
125 1.23 thorpej #endif
126 1.19 fvdl
127 1.18 christos #ifdef NFSSERVER
128 1.65 yamt static struct nfssvc_sock *nfsrv_sockalloc __P((void));
129 1.77 yamt static void nfsrv_sockfree __P((struct nfssvc_sock *));
130 1.86 yamt static void nfsd_rt __P((int, struct nfsrv_descript *, int));
131 1.18 christos #endif
132 1.19 fvdl
133 1.1 cgd /*
134 1.1 cgd * NFS server system calls
135 1.1 cgd */
136 1.1 cgd
137 1.1 cgd
138 1.1 cgd /*
139 1.19 fvdl * Nfs server pseudo system call for the nfsd's
140 1.10 mycroft * Based on the flag value it either:
141 1.10 mycroft * - adds a socket to the selection list
142 1.10 mycroft * - remains in the kernel as an nfsd
143 1.10 mycroft * - remains in the kernel as an nfsiod
144 1.1 cgd */
145 1.18 christos int
146 1.99 yamt sys_nfssvc(struct lwp *l, void *v, register_t *retval)
147 1.15 thorpej {
148 1.38 augustss struct sys_nfssvc_args /* {
149 1.13 cgd syscallarg(int) flag;
150 1.13 cgd syscallarg(caddr_t) argp;
151 1.15 thorpej } */ *uap = v;
152 1.23 thorpej int error;
153 1.18 christos #ifdef NFSSERVER
154 1.67 yamt int s;
155 1.1 cgd struct file *fp;
156 1.10 mycroft struct mbuf *nam;
157 1.10 mycroft struct nfsd_args nfsdarg;
158 1.10 mycroft struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs;
159 1.10 mycroft struct nfsd *nfsd;
160 1.10 mycroft struct nfssvc_sock *slp;
161 1.18 christos struct nfsuid *nuidp;
162 1.18 christos #endif
163 1.1 cgd
164 1.1 cgd /*
165 1.1 cgd * Must be super user
166 1.1 cgd */
167 1.96 ad error = kauth_authorize_generic(l->l_cred, KAUTH_GENERIC_ISSUSER,
168 1.103 elad NULL);
169 1.71 thorpej if (error)
170 1.1 cgd return (error);
171 1.83 thorpej
172 1.83 thorpej /* Initialize NFS server / client shared data. */
173 1.83 thorpej nfs_init();
174 1.83 thorpej
175 1.67 yamt #ifdef NFSSERVER
176 1.66 yamt s = splsoftnet();
177 1.66 yamt simple_lock(&nfsd_slock);
178 1.12 mycroft while (nfssvc_sockhead_flag & SLP_INIT) {
179 1.71 thorpej nfssvc_sockhead_flag |= SLP_WANTINIT;
180 1.66 yamt (void) ltsleep(&nfssvc_sockhead, PSOCK, "nfsd init", 0,
181 1.66 yamt &nfsd_slock);
182 1.10 mycroft }
183 1.66 yamt simple_unlock(&nfsd_slock);
184 1.66 yamt splx(s);
185 1.67 yamt #endif
186 1.13 cgd if (SCARG(uap, flag) & NFSSVC_BIOD) {
187 1.39 tsarna #if defined(NFS) && defined(COMPAT_14)
188 1.53 thorpej error = nfssvc_iod(l);
189 1.19 fvdl #else
190 1.10 mycroft error = ENOSYS;
191 1.19 fvdl #endif
192 1.13 cgd } else if (SCARG(uap, flag) & NFSSVC_MNTD) {
193 1.10 mycroft error = ENOSYS;
194 1.13 cgd } else if (SCARG(uap, flag) & NFSSVC_ADDSOCK) {
195 1.10 mycroft #ifndef NFSSERVER
196 1.10 mycroft error = ENOSYS;
197 1.19 fvdl #else
198 1.18 christos error = copyin(SCARG(uap, argp), (caddr_t)&nfsdarg,
199 1.19 fvdl sizeof(nfsdarg));
200 1.18 christos if (error)
201 1.10 mycroft return (error);
202 1.35 thorpej /* getsock() will use the descriptor for us */
203 1.96 ad error = getsock(l->l_proc->p_fd, nfsdarg.sock, &fp);
204 1.19 fvdl if (error)
205 1.10 mycroft return (error);
206 1.10 mycroft /*
207 1.10 mycroft * Get the client address for connected sockets.
208 1.10 mycroft */
209 1.10 mycroft if (nfsdarg.name == NULL || nfsdarg.namelen == 0)
210 1.10 mycroft nam = (struct mbuf *)0;
211 1.18 christos else {
212 1.18 christos error = sockargs(&nam, nfsdarg.name, nfsdarg.namelen,
213 1.19 fvdl MT_SONAME);
214 1.35 thorpej if (error) {
215 1.35 thorpej FILE_UNUSE(fp, NULL);
216 1.18 christos return (error);
217 1.35 thorpej }
218 1.18 christos }
219 1.10 mycroft error = nfssvc_addsock(fp, nam);
220 1.35 thorpej FILE_UNUSE(fp, NULL);
221 1.10 mycroft #endif /* !NFSSERVER */
222 1.82 jmmv } else if (SCARG(uap, flag) & NFSSVC_SETEXPORTSLIST) {
223 1.82 jmmv #ifndef NFSSERVER
224 1.82 jmmv error = ENOSYS;
225 1.82 jmmv #else
226 1.82 jmmv struct export_args *args;
227 1.82 jmmv struct mountd_exports_list mel;
228 1.82 jmmv
229 1.82 jmmv error = copyin(SCARG(uap, argp), &mel, sizeof(mel));
230 1.82 jmmv if (error != 0)
231 1.82 jmmv return error;
232 1.82 jmmv
233 1.82 jmmv args = (struct export_args *)malloc(mel.mel_nexports *
234 1.82 jmmv sizeof(struct export_args), M_TEMP, M_WAITOK);
235 1.82 jmmv error = copyin(mel.mel_exports, args, mel.mel_nexports *
236 1.82 jmmv sizeof(struct export_args));
237 1.82 jmmv if (error != 0) {
238 1.82 jmmv free(args, M_TEMP);
239 1.82 jmmv return error;
240 1.82 jmmv }
241 1.82 jmmv mel.mel_exports = args;
242 1.82 jmmv
243 1.84 christos error = mountd_set_exports_list(&mel, l);
244 1.82 jmmv
245 1.82 jmmv free(args, M_TEMP);
246 1.82 jmmv #endif /* !NFSSERVER */
247 1.10 mycroft } else {
248 1.10 mycroft #ifndef NFSSERVER
249 1.10 mycroft error = ENOSYS;
250 1.19 fvdl #else
251 1.18 christos error = copyin(SCARG(uap, argp), (caddr_t)nsd, sizeof (*nsd));
252 1.18 christos if (error)
253 1.10 mycroft return (error);
254 1.13 cgd if ((SCARG(uap, flag) & NFSSVC_AUTHIN) &&
255 1.19 fvdl ((nfsd = nsd->nsd_nfsd)) != NULL &&
256 1.19 fvdl (nfsd->nfsd_slp->ns_flag & SLP_VALID)) {
257 1.19 fvdl slp = nfsd->nfsd_slp;
258 1.10 mycroft
259 1.10 mycroft /*
260 1.10 mycroft * First check to see if another nfsd has already
261 1.10 mycroft * added this credential.
262 1.10 mycroft */
263 1.92 elad LIST_FOREACH(nuidp, NUIDHASH(slp, nsd->nsd_cr.cr_uid),
264 1.57 yamt nu_hash) {
265 1.93 yamt if (kauth_cred_geteuid(nuidp->nu_cr) ==
266 1.93 yamt nsd->nsd_cr.cr_uid &&
267 1.19 fvdl (!nfsd->nfsd_nd->nd_nam2 ||
268 1.19 fvdl netaddr_match(NU_NETFAM(nuidp),
269 1.19 fvdl &nuidp->nu_haddr, nfsd->nfsd_nd->nd_nam2)))
270 1.10 mycroft break;
271 1.10 mycroft }
272 1.19 fvdl if (nuidp) {
273 1.93 yamt kauth_cred_hold(nuidp->nu_cr);
274 1.93 yamt nfsd->nfsd_nd->nd_cr = nuidp->nu_cr;
275 1.19 fvdl nfsd->nfsd_nd->nd_flag |= ND_KERBFULL;
276 1.19 fvdl } else {
277 1.10 mycroft /*
278 1.10 mycroft * Nope, so we will.
279 1.10 mycroft */
280 1.10 mycroft if (slp->ns_numuids < nuidhash_max) {
281 1.10 mycroft slp->ns_numuids++;
282 1.10 mycroft nuidp = (struct nfsuid *)
283 1.10 mycroft malloc(sizeof (struct nfsuid), M_NFSUID,
284 1.10 mycroft M_WAITOK);
285 1.10 mycroft } else
286 1.10 mycroft nuidp = (struct nfsuid *)0;
287 1.10 mycroft if ((slp->ns_flag & SLP_VALID) == 0) {
288 1.10 mycroft if (nuidp)
289 1.10 mycroft free((caddr_t)nuidp, M_NFSUID);
290 1.10 mycroft } else {
291 1.10 mycroft if (nuidp == (struct nfsuid *)0) {
292 1.57 yamt nuidp = TAILQ_FIRST(&slp->ns_uidlruhead);
293 1.12 mycroft LIST_REMOVE(nuidp, nu_hash);
294 1.12 mycroft TAILQ_REMOVE(&slp->ns_uidlruhead, nuidp,
295 1.12 mycroft nu_lru);
296 1.19 fvdl if (nuidp->nu_flag & NU_NAM)
297 1.19 fvdl m_freem(nuidp->nu_nam);
298 1.10 mycroft }
299 1.19 fvdl nuidp->nu_flag = 0;
300 1.98 pooka kauth_uucred_to_cred(nuidp->nu_cr,
301 1.98 pooka &nsd->nsd_cr);
302 1.19 fvdl nuidp->nu_timestamp = nsd->nsd_timestamp;
303 1.95 kardel nuidp->nu_expire = time_second + nsd->nsd_ttl;
304 1.19 fvdl /*
305 1.19 fvdl * and save the session key in nu_key.
306 1.19 fvdl */
307 1.32 perry memcpy(nuidp->nu_key, nsd->nsd_key,
308 1.32 perry sizeof(nsd->nsd_key));
309 1.19 fvdl if (nfsd->nfsd_nd->nd_nam2) {
310 1.19 fvdl struct sockaddr_in *saddr;
311 1.19 fvdl
312 1.19 fvdl saddr = mtod(nfsd->nfsd_nd->nd_nam2,
313 1.19 fvdl struct sockaddr_in *);
314 1.19 fvdl switch (saddr->sin_family) {
315 1.19 fvdl case AF_INET:
316 1.19 fvdl nuidp->nu_flag |= NU_INETADDR;
317 1.19 fvdl nuidp->nu_inetaddr =
318 1.19 fvdl saddr->sin_addr.s_addr;
319 1.19 fvdl break;
320 1.19 fvdl case AF_ISO:
321 1.19 fvdl default:
322 1.19 fvdl nuidp->nu_flag |= NU_NAM;
323 1.19 fvdl nuidp->nu_nam = m_copym(
324 1.19 fvdl nfsd->nfsd_nd->nd_nam2, 0,
325 1.19 fvdl M_COPYALL, M_WAIT);
326 1.19 fvdl break;
327 1.19 fvdl };
328 1.19 fvdl }
329 1.12 mycroft TAILQ_INSERT_TAIL(&slp->ns_uidlruhead, nuidp,
330 1.19 fvdl nu_lru);
331 1.12 mycroft LIST_INSERT_HEAD(NUIDHASH(slp, nsd->nsd_uid),
332 1.19 fvdl nuidp, nu_hash);
333 1.93 yamt kauth_cred_hold(nuidp->nu_cr);
334 1.93 yamt nfsd->nfsd_nd->nd_cr = nuidp->nu_cr;
335 1.19 fvdl nfsd->nfsd_nd->nd_flag |= ND_KERBFULL;
336 1.10 mycroft }
337 1.10 mycroft }
338 1.10 mycroft }
339 1.13 cgd if ((SCARG(uap, flag) & NFSSVC_AUTHINFAIL) &&
340 1.13 cgd (nfsd = nsd->nsd_nfsd))
341 1.19 fvdl nfsd->nfsd_flag |= NFSD_AUTHFAIL;
342 1.53 thorpej error = nfssvc_nfsd(nsd, SCARG(uap, argp), l);
343 1.10 mycroft #endif /* !NFSSERVER */
344 1.10 mycroft }
345 1.10 mycroft if (error == EINTR || error == ERESTART)
346 1.10 mycroft error = 0;
347 1.10 mycroft return (error);
348 1.10 mycroft }
349 1.10 mycroft
350 1.10 mycroft #ifdef NFSSERVER
351 1.54 thorpej MALLOC_DEFINE(M_NFSD, "NFS daemon", "Nfs server daemon structure");
352 1.54 thorpej MALLOC_DEFINE(M_NFSSVC, "NFS srvsock", "Nfs server structure");
353 1.54 thorpej
354 1.65 yamt static struct nfssvc_sock *
355 1.65 yamt nfsrv_sockalloc()
356 1.65 yamt {
357 1.65 yamt struct nfssvc_sock *slp;
358 1.66 yamt int s;
359 1.78 perry
360 1.65 yamt slp = (struct nfssvc_sock *)
361 1.65 yamt malloc(sizeof (struct nfssvc_sock), M_NFSSVC, M_WAITOK);
362 1.65 yamt memset(slp, 0, sizeof (struct nfssvc_sock));
363 1.85 yamt simple_lock_init(&slp->ns_lock);
364 1.65 yamt TAILQ_INIT(&slp->ns_uidlruhead);
365 1.86 yamt LIST_INIT(&slp->ns_tq);
366 1.86 yamt SIMPLEQ_INIT(&slp->ns_sendq);
367 1.66 yamt s = splsoftnet();
368 1.66 yamt simple_lock(&nfsd_slock);
369 1.65 yamt TAILQ_INSERT_TAIL(&nfssvc_sockhead, slp, ns_chain);
370 1.66 yamt simple_unlock(&nfsd_slock);
371 1.66 yamt splx(s);
372 1.65 yamt
373 1.65 yamt return slp;
374 1.65 yamt }
375 1.65 yamt
376 1.77 yamt static void
377 1.77 yamt nfsrv_sockfree(struct nfssvc_sock *slp)
378 1.77 yamt {
379 1.77 yamt
380 1.77 yamt KASSERT(slp->ns_so == NULL);
381 1.77 yamt KASSERT(slp->ns_fp == NULL);
382 1.85 yamt KASSERT((slp->ns_flag & SLP_VALID) == 0);
383 1.77 yamt free(slp, M_NFSSVC);
384 1.77 yamt }
385 1.77 yamt
386 1.10 mycroft /*
387 1.10 mycroft * Adds a socket to the list for servicing by nfsds.
388 1.10 mycroft */
389 1.18 christos int
390 1.10 mycroft nfssvc_addsock(fp, mynam)
391 1.10 mycroft struct file *fp;
392 1.10 mycroft struct mbuf *mynam;
393 1.10 mycroft {
394 1.38 augustss struct mbuf *m;
395 1.38 augustss int siz;
396 1.38 augustss struct nfssvc_sock *slp;
397 1.38 augustss struct socket *so;
398 1.10 mycroft struct nfssvc_sock *tslp;
399 1.10 mycroft int error, s;
400 1.10 mycroft
401 1.1 cgd so = (struct socket *)fp->f_data;
402 1.10 mycroft tslp = (struct nfssvc_sock *)0;
403 1.10 mycroft /*
404 1.10 mycroft * Add it to the list, as required.
405 1.10 mycroft */
406 1.10 mycroft if (so->so_proto->pr_protocol == IPPROTO_UDP) {
407 1.41 fvdl #ifdef INET6
408 1.41 fvdl if (so->so_proto->pr_domain->dom_family == AF_INET6)
409 1.41 fvdl tslp = nfs_udp6sock;
410 1.41 fvdl else
411 1.41 fvdl #endif
412 1.10 mycroft tslp = nfs_udpsock;
413 1.10 mycroft if (tslp->ns_flag & SLP_VALID) {
414 1.10 mycroft m_freem(mynam);
415 1.10 mycroft return (EPERM);
416 1.10 mycroft }
417 1.10 mycroft #ifdef ISO
418 1.10 mycroft } else if (so->so_proto->pr_protocol == ISOPROTO_CLTP) {
419 1.10 mycroft tslp = nfs_cltpsock;
420 1.10 mycroft if (tslp->ns_flag & SLP_VALID) {
421 1.10 mycroft m_freem(mynam);
422 1.10 mycroft return (EPERM);
423 1.10 mycroft }
424 1.10 mycroft #endif /* ISO */
425 1.10 mycroft }
426 1.10 mycroft if (so->so_type == SOCK_STREAM)
427 1.19 fvdl siz = NFS_MAXPACKET + sizeof (u_long);
428 1.10 mycroft else
429 1.1 cgd siz = NFS_MAXPACKET;
430 1.78 perry error = soreserve(so, siz, siz);
431 1.19 fvdl if (error) {
432 1.10 mycroft m_freem(mynam);
433 1.10 mycroft return (error);
434 1.10 mycroft }
435 1.1 cgd
436 1.1 cgd /*
437 1.1 cgd * Set protocol specific options { for now TCP only } and
438 1.1 cgd * reserve some space. For datagram sockets, this can get called
439 1.1 cgd * repeatedly for the same socket, but that isn't harmful.
440 1.1 cgd */
441 1.10 mycroft if (so->so_type == SOCK_STREAM) {
442 1.55 matt m = m_get(M_WAIT, MT_SOOPTS);
443 1.55 matt MCLAIM(m, &nfs_mowner);
444 1.19 fvdl *mtod(m, int32_t *) = 1;
445 1.19 fvdl m->m_len = sizeof(int32_t);
446 1.1 cgd sosetopt(so, SOL_SOCKET, SO_KEEPALIVE, m);
447 1.1 cgd }
448 1.41 fvdl if ((so->so_proto->pr_domain->dom_family == AF_INET
449 1.41 fvdl #ifdef INET6
450 1.41 fvdl || so->so_proto->pr_domain->dom_family == AF_INET6
451 1.41 fvdl #endif
452 1.41 fvdl ) &&
453 1.10 mycroft so->so_proto->pr_protocol == IPPROTO_TCP) {
454 1.55 matt m = m_get(M_WAIT, MT_SOOPTS);
455 1.55 matt MCLAIM(m, &nfs_mowner);
456 1.19 fvdl *mtod(m, int32_t *) = 1;
457 1.19 fvdl m->m_len = sizeof(int32_t);
458 1.1 cgd sosetopt(so, IPPROTO_TCP, TCP_NODELAY, m);
459 1.1 cgd }
460 1.1 cgd so->so_rcv.sb_flags &= ~SB_NOINTR;
461 1.1 cgd so->so_rcv.sb_timeo = 0;
462 1.1 cgd so->so_snd.sb_flags &= ~SB_NOINTR;
463 1.1 cgd so->so_snd.sb_timeo = 0;
464 1.10 mycroft if (tslp)
465 1.10 mycroft slp = tslp;
466 1.10 mycroft else {
467 1.65 yamt slp = nfsrv_sockalloc();
468 1.10 mycroft }
469 1.10 mycroft slp->ns_so = so;
470 1.10 mycroft slp->ns_nam = mynam;
471 1.10 mycroft fp->f_count++;
472 1.10 mycroft slp->ns_fp = fp;
473 1.14 mycroft s = splsoftnet();
474 1.10 mycroft so->so_upcallarg = (caddr_t)slp;
475 1.10 mycroft so->so_upcall = nfsrv_rcv;
476 1.29 matt so->so_rcv.sb_flags |= SB_UPCALL;
477 1.10 mycroft slp->ns_flag = (SLP_VALID | SLP_NEEDQ);
478 1.10 mycroft nfsrv_wakenfsd(slp);
479 1.10 mycroft splx(s);
480 1.10 mycroft return (0);
481 1.10 mycroft }
482 1.1 cgd
483 1.10 mycroft /*
484 1.10 mycroft * Called by nfssvc() for nfsds. Just loops around servicing rpc requests
485 1.10 mycroft * until it is killed by a signal.
486 1.10 mycroft */
487 1.18 christos int
488 1.53 thorpej nfssvc_nfsd(nsd, argp, l)
489 1.10 mycroft struct nfsd_srvargs *nsd;
490 1.10 mycroft caddr_t argp;
491 1.53 thorpej struct lwp *l;
492 1.10 mycroft {
493 1.95 kardel struct timeval tv;
494 1.38 augustss struct mbuf *m;
495 1.38 augustss struct nfssvc_sock *slp;
496 1.19 fvdl struct nfsd *nfsd = nsd->nsd_nfsd;
497 1.19 fvdl struct nfsrv_descript *nd = NULL;
498 1.19 fvdl struct mbuf *mreq;
499 1.19 fvdl u_quad_t cur_usec;
500 1.95 kardel int error = 0, cacherep, s, siz, sotype, writes_todo;
501 1.53 thorpej struct proc *p = l->l_proc;
502 1.19 fvdl
503 1.19 fvdl #ifndef nolint
504 1.19 fvdl cacherep = RC_DOIT;
505 1.19 fvdl writes_todo = 0;
506 1.19 fvdl #endif
507 1.14 mycroft s = splsoftnet();
508 1.19 fvdl if (nfsd == (struct nfsd *)0) {
509 1.19 fvdl nsd->nsd_nfsd = nfsd = (struct nfsd *)
510 1.10 mycroft malloc(sizeof (struct nfsd), M_NFSD, M_WAITOK);
511 1.32 perry memset((caddr_t)nfsd, 0, sizeof (struct nfsd));
512 1.19 fvdl nfsd->nfsd_procp = p;
513 1.66 yamt simple_lock(&nfsd_slock);
514 1.19 fvdl TAILQ_INSERT_TAIL(&nfsd_head, nfsd, nfsd_chain);
515 1.10 mycroft nfs_numnfsd++;
516 1.66 yamt simple_unlock(&nfsd_slock);
517 1.10 mycroft }
518 1.53 thorpej PHOLD(l);
519 1.1 cgd /*
520 1.10 mycroft * Loop getting rpc requests until SIGKILL.
521 1.1 cgd */
522 1.1 cgd for (;;) {
523 1.85 yamt if (nfsd->nfsd_slp == NULL) {
524 1.66 yamt simple_lock(&nfsd_slock);
525 1.85 yamt while (nfsd->nfsd_slp == NULL &&
526 1.12 mycroft (nfsd_head_flag & NFSD_CHECKSLP) == 0) {
527 1.66 yamt SLIST_INSERT_HEAD(&nfsd_idle_head, nfsd,
528 1.66 yamt nfsd_idle);
529 1.10 mycroft nfsd_waiting++;
530 1.66 yamt error = ltsleep(nfsd, PSOCK | PCATCH, "nfsd",
531 1.66 yamt 0, &nfsd_slock);
532 1.10 mycroft nfsd_waiting--;
533 1.66 yamt if (error) {
534 1.66 yamt slp = nfsd->nfsd_slp;
535 1.66 yamt nfsd->nfsd_slp = NULL;
536 1.66 yamt if (!slp)
537 1.66 yamt SLIST_REMOVE(&nfsd_idle_head,
538 1.66 yamt nfsd, nfsd, nfsd_idle);
539 1.66 yamt simple_unlock(&nfsd_slock);
540 1.66 yamt if (slp) {
541 1.66 yamt nfsrv_wakenfsd(slp);
542 1.66 yamt nfsrv_slpderef(slp);
543 1.66 yamt }
544 1.10 mycroft goto done;
545 1.66 yamt }
546 1.10 mycroft }
547 1.85 yamt if (nfsd->nfsd_slp == NULL &&
548 1.12 mycroft (nfsd_head_flag & NFSD_CHECKSLP) != 0) {
549 1.66 yamt slp = TAILQ_FIRST(&nfssvc_sockpending);
550 1.66 yamt if (slp) {
551 1.66 yamt KASSERT((slp->ns_flag &
552 1.63 yamt (SLP_VALID | SLP_DOREC))
553 1.66 yamt == (SLP_VALID | SLP_DOREC));
554 1.66 yamt TAILQ_REMOVE(&nfssvc_sockpending, slp,
555 1.66 yamt ns_pending);
556 1.66 yamt slp->ns_flag &= ~SLP_DOREC;
557 1.66 yamt slp->ns_sref++;
558 1.66 yamt nfsd->nfsd_slp = slp;
559 1.66 yamt } else
560 1.12 mycroft nfsd_head_flag &= ~NFSD_CHECKSLP;
561 1.10 mycroft }
562 1.66 yamt simple_unlock(&nfsd_slock);
563 1.85 yamt if ((slp = nfsd->nfsd_slp) == NULL)
564 1.10 mycroft continue;
565 1.10 mycroft if (slp->ns_flag & SLP_VALID) {
566 1.10 mycroft if (slp->ns_flag & SLP_DISCONN)
567 1.10 mycroft nfsrv_zapsock(slp);
568 1.85 yamt else if ((slp->ns_flag & SLP_NEEDQ) != 0) {
569 1.85 yamt nfsrv_rcv(slp->ns_so, (void *)slp,
570 1.85 yamt M_WAIT);
571 1.10 mycroft }
572 1.19 fvdl error = nfsrv_dorec(slp, nfsd, &nd);
573 1.95 kardel getmicrotime(&tv);
574 1.95 kardel cur_usec = (u_quad_t)tv.tv_sec * 1000000 +
575 1.95 kardel (u_quad_t)tv.tv_usec;
576 1.57 yamt if (error && LIST_FIRST(&slp->ns_tq) &&
577 1.57 yamt LIST_FIRST(&slp->ns_tq)->nd_time <=
578 1.57 yamt cur_usec) {
579 1.19 fvdl error = 0;
580 1.19 fvdl cacherep = RC_DOIT;
581 1.19 fvdl writes_todo = 1;
582 1.19 fvdl } else
583 1.19 fvdl writes_todo = 0;
584 1.85 yamt if (error == 0 && slp->ns_rec != NULL) {
585 1.85 yamt nfsrv_wakenfsd(slp);
586 1.85 yamt }
587 1.1 cgd }
588 1.10 mycroft } else {
589 1.10 mycroft error = 0;
590 1.19 fvdl slp = nfsd->nfsd_slp;
591 1.10 mycroft }
592 1.10 mycroft if (error || (slp->ns_flag & SLP_VALID) == 0) {
593 1.19 fvdl if (nd) {
594 1.93 yamt nfsdreq_free(nd);
595 1.19 fvdl nd = NULL;
596 1.19 fvdl }
597 1.85 yamt nfsd->nfsd_slp = NULL;
598 1.10 mycroft nfsrv_slpderef(slp);
599 1.1 cgd continue;
600 1.1 cgd }
601 1.10 mycroft splx(s);
602 1.86 yamt sotype = slp->ns_so->so_type;
603 1.19 fvdl if (nd) {
604 1.95 kardel getmicrotime(&nd->nd_starttime);
605 1.63 yamt if (nd->nd_nam2)
606 1.63 yamt nd->nd_nam = nd->nd_nam2;
607 1.63 yamt else
608 1.63 yamt nd->nd_nam = slp->ns_nam;
609 1.63 yamt
610 1.63 yamt /*
611 1.63 yamt * Check to see if authorization is needed.
612 1.63 yamt */
613 1.63 yamt if (nfsd->nfsd_flag & NFSD_NEEDAUTH) {
614 1.63 yamt nfsd->nfsd_flag &= ~NFSD_NEEDAUTH;
615 1.63 yamt nsd->nsd_haddr = mtod(nd->nd_nam,
616 1.63 yamt struct sockaddr_in *)->sin_addr.s_addr;
617 1.63 yamt nsd->nsd_authlen = nfsd->nfsd_authlen;
618 1.63 yamt nsd->nsd_verflen = nfsd->nfsd_verflen;
619 1.63 yamt if (!copyout(nfsd->nfsd_authstr,
620 1.63 yamt nsd->nsd_authstr, nfsd->nfsd_authlen) &&
621 1.63 yamt !copyout(nfsd->nfsd_verfstr,
622 1.63 yamt nsd->nsd_verfstr, nfsd->nfsd_verflen) &&
623 1.63 yamt !copyout(nsd, argp, sizeof (*nsd))) {
624 1.63 yamt PRELE(l);
625 1.63 yamt return (ENEEDAUTH);
626 1.63 yamt }
627 1.63 yamt cacherep = RC_DROPIT;
628 1.10 mycroft } else
629 1.63 yamt cacherep = nfsrv_getcache(nd, slp, &mreq);
630 1.63 yamt
631 1.100 yamt if (nfsd->nfsd_flag & NFSD_AUTHFAIL) {
632 1.63 yamt nfsd->nfsd_flag &= ~NFSD_AUTHFAIL;
633 1.10 mycroft nd->nd_procnum = NFSPROC_NOOP;
634 1.63 yamt nd->nd_repstat =
635 1.63 yamt (NFSERR_AUTHERR | AUTH_TOOWEAK);
636 1.10 mycroft cacherep = RC_DOIT;
637 1.63 yamt }
638 1.10 mycroft }
639 1.10 mycroft
640 1.19 fvdl /*
641 1.19 fvdl * Loop to get all the write rpc relies that have been
642 1.19 fvdl * gathered together.
643 1.19 fvdl */
644 1.19 fvdl do {
645 1.34 sommerfe #ifdef DIAGNOSTIC
646 1.63 yamt int lockcount;
647 1.34 sommerfe #endif
648 1.63 yamt switch (cacherep) {
649 1.63 yamt case RC_DOIT:
650 1.34 sommerfe #ifdef DIAGNOSTIC
651 1.63 yamt /*
652 1.63 yamt * NFS server procs should neither release
653 1.63 yamt * locks already held, nor leave things
654 1.63 yamt * locked. Catch this sooner, rather than
655 1.63 yamt * later (when we try to relock something we
656 1.63 yamt * already have locked). Careful inspection
657 1.63 yamt * of the failing routine usually turns up the
658 1.63 yamt * lock leak.. once we know what it is..
659 1.63 yamt */
660 1.63 yamt lockcount = l->l_locks;
661 1.34 sommerfe #endif
662 1.80 onoe mreq = NULL;
663 1.88 yamt netexport_rdlock();
664 1.90 christos if (writes_todo || nd == NULL ||
665 1.90 christos (!(nd->nd_flag & ND_NFSV3) &&
666 1.63 yamt nd->nd_procnum == NFSPROC_WRITE &&
667 1.100 yamt nfsrvw_procrastinate > 0))
668 1.63 yamt error = nfsrv_writegather(&nd, slp,
669 1.84 christos l, &mreq);
670 1.63 yamt else
671 1.63 yamt error =
672 1.63 yamt (*(nfsrv3_procs[nd->nd_procnum]))
673 1.84 christos (nd, slp, l, &mreq);
674 1.88 yamt netexport_rdunlock();
675 1.34 sommerfe #ifdef DIAGNOSTIC
676 1.63 yamt if (l->l_locks != lockcount) {
677 1.63 yamt /*
678 1.63 yamt * If you see this panic, audit
679 1.63 yamt * nfsrv3_procs[nd->nd_procnum] for
680 1.63 yamt * vnode locking errors (usually, it's
681 1.63 yamt * due to forgetting to vput()
682 1.63 yamt * something).
683 1.63 yamt */
684 1.46 matt #ifdef DEBUG
685 1.63 yamt extern void printlockedvnodes(void);
686 1.63 yamt printlockedvnodes();
687 1.46 matt #endif
688 1.63 yamt printf("nfsd: locking botch in op %d"
689 1.63 yamt " (before %d, after %d)\n",
690 1.63 yamt nd ? nd->nd_procnum : -1,
691 1.63 yamt lockcount, l->l_locks);
692 1.63 yamt }
693 1.34 sommerfe #endif
694 1.80 onoe if (mreq == NULL) {
695 1.80 onoe if (nd != NULL) {
696 1.80 onoe if (nd->nd_nam2)
697 1.80 onoe m_free(nd->nd_nam2);
698 1.80 onoe if (nd->nd_mrep)
699 1.80 onoe m_freem(nd->nd_mrep);
700 1.80 onoe }
701 1.63 yamt break;
702 1.80 onoe }
703 1.63 yamt if (error) {
704 1.100 yamt nfsstats.srv_errs++;
705 1.63 yamt nfsrv_updatecache(nd, FALSE, mreq);
706 1.63 yamt if (nd->nd_nam2)
707 1.63 yamt m_freem(nd->nd_nam2);
708 1.63 yamt break;
709 1.63 yamt }
710 1.63 yamt nfsstats.srvrpccnt[nd->nd_procnum]++;
711 1.63 yamt nfsrv_updatecache(nd, TRUE, mreq);
712 1.63 yamt nd->nd_mrep = (struct mbuf *)0;
713 1.63 yamt case RC_REPLY:
714 1.63 yamt m = mreq;
715 1.63 yamt siz = 0;
716 1.63 yamt while (m) {
717 1.63 yamt siz += m->m_len;
718 1.63 yamt m = m->m_next;
719 1.63 yamt }
720 1.63 yamt if (siz <= 0 || siz > NFS_MAXPACKET) {
721 1.63 yamt printf("mbuf siz=%d\n",siz);
722 1.63 yamt panic("Bad nfs svc reply");
723 1.63 yamt }
724 1.63 yamt m = mreq;
725 1.63 yamt m->m_pkthdr.len = siz;
726 1.63 yamt m->m_pkthdr.rcvif = (struct ifnet *)0;
727 1.63 yamt /*
728 1.63 yamt * For stream protocols, prepend a Sun RPC
729 1.63 yamt * Record Mark.
730 1.63 yamt */
731 1.63 yamt if (sotype == SOCK_STREAM) {
732 1.63 yamt M_PREPEND(m, NFSX_UNSIGNED, M_WAIT);
733 1.63 yamt *mtod(m, u_int32_t *) =
734 1.63 yamt htonl(0x80000000 | siz);
735 1.63 yamt }
736 1.86 yamt nd->nd_mreq = m;
737 1.86 yamt if (nfsrtton) {
738 1.86 yamt nfsd_rt(slp->ns_so->so_type, nd,
739 1.86 yamt cacherep);
740 1.63 yamt }
741 1.87 yamt s = splsoftnet();
742 1.86 yamt error = nfsdsock_sendreply(slp, nd);
743 1.86 yamt nd = NULL;
744 1.63 yamt if (error == EPIPE)
745 1.63 yamt nfsrv_zapsock(slp);
746 1.63 yamt if (error == EINTR || error == ERESTART) {
747 1.63 yamt nfsrv_slpderef(slp);
748 1.63 yamt goto done;
749 1.63 yamt }
750 1.87 yamt splx(s);
751 1.19 fvdl break;
752 1.63 yamt case RC_DROPIT:
753 1.63 yamt if (nfsrtton)
754 1.63 yamt nfsd_rt(sotype, nd, cacherep);
755 1.63 yamt m_freem(nd->nd_mrep);
756 1.63 yamt m_freem(nd->nd_nam2);
757 1.1 cgd break;
758 1.1 cgd }
759 1.63 yamt if (nd) {
760 1.93 yamt nfsdreq_free(nd);
761 1.63 yamt nd = NULL;
762 1.63 yamt }
763 1.63 yamt
764 1.1 cgd /*
765 1.63 yamt * Check to see if there are outstanding writes that
766 1.63 yamt * need to be serviced.
767 1.1 cgd */
768 1.95 kardel getmicrotime(&tv);
769 1.95 kardel cur_usec = (u_quad_t)tv.tv_sec * 1000000 +
770 1.95 kardel (u_quad_t)tv.tv_usec;
771 1.63 yamt s = splsoftclock();
772 1.63 yamt if (LIST_FIRST(&slp->ns_tq) &&
773 1.63 yamt LIST_FIRST(&slp->ns_tq)->nd_time <= cur_usec) {
774 1.63 yamt cacherep = RC_DOIT;
775 1.63 yamt writes_todo = 1;
776 1.63 yamt } else
777 1.63 yamt writes_todo = 0;
778 1.63 yamt splx(s);
779 1.19 fvdl } while (writes_todo);
780 1.14 mycroft s = splsoftnet();
781 1.19 fvdl if (nfsrv_dorec(slp, nfsd, &nd)) {
782 1.19 fvdl nfsd->nfsd_slp = NULL;
783 1.10 mycroft nfsrv_slpderef(slp);
784 1.10 mycroft }
785 1.1 cgd }
786 1.10 mycroft done:
787 1.53 thorpej PRELE(l);
788 1.66 yamt simple_lock(&nfsd_slock);
789 1.19 fvdl TAILQ_REMOVE(&nfsd_head, nfsd, nfsd_chain);
790 1.66 yamt simple_unlock(&nfsd_slock);
791 1.10 mycroft splx(s);
792 1.19 fvdl free((caddr_t)nfsd, M_NFSD);
793 1.10 mycroft nsd->nsd_nfsd = (struct nfsd *)0;
794 1.10 mycroft if (--nfs_numnfsd == 0)
795 1.10 mycroft nfsrv_init(TRUE); /* Reinitialize everything */
796 1.1 cgd return (error);
797 1.1 cgd }
798 1.1 cgd
799 1.10 mycroft /*
800 1.10 mycroft * Shut down a socket associated with an nfssvc_sock structure.
801 1.10 mycroft * Should be called with the send lock set, if required.
802 1.10 mycroft * The trick here is to increment the sref at the start, so that the nfsds
803 1.10 mycroft * will stop using it and clear ns_flag at the end so that it will not be
804 1.10 mycroft * reassigned during cleanup.
805 1.73 yamt *
806 1.73 yamt * called at splsoftnet.
807 1.10 mycroft */
808 1.18 christos void
809 1.10 mycroft nfsrv_zapsock(slp)
810 1.38 augustss struct nfssvc_sock *slp;
811 1.10 mycroft {
812 1.38 augustss struct nfsuid *nuidp, *nnuidp;
813 1.38 augustss struct nfsrv_descript *nwp, *nnwp;
814 1.10 mycroft struct socket *so;
815 1.104 yamt struct mbuf *m;
816 1.19 fvdl int s;
817 1.10 mycroft
818 1.85 yamt if (nfsdsock_drain(slp)) {
819 1.74 yamt return;
820 1.74 yamt }
821 1.85 yamt simple_lock(&nfsd_slock);
822 1.73 yamt if (slp->ns_flag & SLP_DOREC) {
823 1.73 yamt TAILQ_REMOVE(&nfssvc_sockpending, slp, ns_pending);
824 1.73 yamt }
825 1.73 yamt simple_unlock(&nfsd_slock);
826 1.77 yamt
827 1.77 yamt so = slp->ns_so;
828 1.77 yamt KASSERT(so != NULL);
829 1.77 yamt so->so_upcall = NULL;
830 1.77 yamt so->so_upcallarg = NULL;
831 1.77 yamt so->so_rcv.sb_flags &= ~SB_UPCALL;
832 1.77 yamt soshutdown(so, SHUT_RDWR);
833 1.77 yamt
834 1.77 yamt if (slp->ns_nam)
835 1.77 yamt m_free(slp->ns_nam);
836 1.77 yamt m_freem(slp->ns_raw);
837 1.104 yamt m = slp->ns_rec;
838 1.104 yamt while (m != NULL) {
839 1.104 yamt struct mbuf *n;
840 1.104 yamt
841 1.104 yamt n = m->m_nextpkt;
842 1.104 yamt m_freem(m);
843 1.104 yamt m = n;
844 1.104 yamt }
845 1.77 yamt for (nuidp = TAILQ_FIRST(&slp->ns_uidlruhead); nuidp != 0;
846 1.77 yamt nuidp = nnuidp) {
847 1.77 yamt nnuidp = TAILQ_NEXT(nuidp, nu_lru);
848 1.77 yamt LIST_REMOVE(nuidp, nu_hash);
849 1.77 yamt TAILQ_REMOVE(&slp->ns_uidlruhead, nuidp, nu_lru);
850 1.77 yamt if (nuidp->nu_flag & NU_NAM)
851 1.77 yamt m_freem(nuidp->nu_nam);
852 1.77 yamt free((caddr_t)nuidp, M_NFSUID);
853 1.77 yamt }
854 1.77 yamt s = splsoftclock();
855 1.77 yamt for (nwp = LIST_FIRST(&slp->ns_tq); nwp; nwp = nnwp) {
856 1.77 yamt nnwp = LIST_NEXT(nwp, nd_tq);
857 1.77 yamt LIST_REMOVE(nwp, nd_tq);
858 1.93 yamt nfsdreq_free(nwp);
859 1.10 mycroft }
860 1.77 yamt splx(s);
861 1.10 mycroft }
862 1.10 mycroft
863 1.10 mycroft /*
864 1.10 mycroft * Derefence a server socket structure. If it has no more references and
865 1.10 mycroft * is no longer valid, you can throw it away.
866 1.10 mycroft */
867 1.10 mycroft void
868 1.10 mycroft nfsrv_slpderef(slp)
869 1.38 augustss struct nfssvc_sock *slp;
870 1.10 mycroft {
871 1.66 yamt LOCK_ASSERT(!simple_lock_held(&nfsd_slock));
872 1.66 yamt
873 1.10 mycroft if (--(slp->ns_sref) == 0 && (slp->ns_flag & SLP_VALID) == 0) {
874 1.85 yamt struct file *fp;
875 1.66 yamt int s = splsoftnet();
876 1.66 yamt simple_lock(&nfsd_slock);
877 1.12 mycroft TAILQ_REMOVE(&nfssvc_sockhead, slp, ns_chain);
878 1.66 yamt simple_unlock(&nfsd_slock);
879 1.66 yamt splx(s);
880 1.85 yamt
881 1.85 yamt fp = slp->ns_fp;
882 1.85 yamt if (fp != NULL) {
883 1.85 yamt slp->ns_fp = NULL;
884 1.85 yamt KASSERT(fp != NULL);
885 1.85 yamt KASSERT(fp->f_data == slp->ns_so);
886 1.85 yamt simple_lock(&fp->f_slock);
887 1.85 yamt FILE_USE(fp);
888 1.85 yamt closef(fp, (struct lwp *)0);
889 1.85 yamt slp->ns_so = NULL;
890 1.85 yamt }
891 1.85 yamt
892 1.77 yamt nfsrv_sockfree(slp);
893 1.10 mycroft }
894 1.10 mycroft }
895 1.10 mycroft
896 1.10 mycroft /*
897 1.10 mycroft * Initialize the data structures for the server.
898 1.10 mycroft * Handshake with any new nfsds starting up to avoid any chance of
899 1.10 mycroft * corruption.
900 1.10 mycroft */
901 1.10 mycroft void
902 1.10 mycroft nfsrv_init(terminating)
903 1.10 mycroft int terminating;
904 1.10 mycroft {
905 1.66 yamt struct nfssvc_sock *slp;
906 1.66 yamt int s;
907 1.10 mycroft
908 1.66 yamt s = splsoftnet();
909 1.66 yamt simple_lock(&nfsd_slock);
910 1.12 mycroft if (nfssvc_sockhead_flag & SLP_INIT)
911 1.10 mycroft panic("nfsd init");
912 1.12 mycroft nfssvc_sockhead_flag |= SLP_INIT;
913 1.66 yamt
914 1.10 mycroft if (terminating) {
915 1.66 yamt while ((slp = TAILQ_FIRST(&nfssvc_sockhead)) != NULL) {
916 1.66 yamt simple_unlock(&nfsd_slock);
917 1.85 yamt KASSERT(slp->ns_sref == 0);
918 1.85 yamt slp->ns_sref++;
919 1.85 yamt nfsrv_zapsock(slp);
920 1.85 yamt nfsrv_slpderef(slp);
921 1.66 yamt simple_lock(&nfsd_slock);
922 1.10 mycroft }
923 1.66 yamt simple_unlock(&nfsd_slock);
924 1.66 yamt splx(s);
925 1.10 mycroft nfsrv_cleancache(); /* And clear out server cache */
926 1.66 yamt } else {
927 1.66 yamt simple_unlock(&nfsd_slock);
928 1.66 yamt splx(s);
929 1.26 fvdl nfs_pub.np_valid = 0;
930 1.66 yamt }
931 1.12 mycroft
932 1.12 mycroft TAILQ_INIT(&nfssvc_sockhead);
933 1.66 yamt TAILQ_INIT(&nfssvc_sockpending);
934 1.12 mycroft nfssvc_sockhead_flag &= ~SLP_INIT;
935 1.12 mycroft
936 1.12 mycroft TAILQ_INIT(&nfsd_head);
937 1.66 yamt SLIST_INIT(&nfsd_idle_head);
938 1.12 mycroft nfsd_head_flag &= ~NFSD_CHECKSLP;
939 1.12 mycroft
940 1.65 yamt nfs_udpsock = nfsrv_sockalloc();
941 1.41 fvdl
942 1.41 fvdl #ifdef INET6
943 1.65 yamt nfs_udp6sock = nfsrv_sockalloc();
944 1.41 fvdl #endif
945 1.12 mycroft
946 1.47 chs #ifdef ISO
947 1.65 yamt nfs_cltpsock = nfsrv_sockalloc();
948 1.47 chs #endif
949 1.66 yamt
950 1.66 yamt simple_lock(&nfsd_slock);
951 1.66 yamt if (nfssvc_sockhead_flag & SLP_WANTINIT) {
952 1.66 yamt nfssvc_sockhead_flag &= ~SLP_WANTINIT;
953 1.66 yamt wakeup(&nfssvc_sockhead);
954 1.66 yamt }
955 1.66 yamt simple_unlock(&nfsd_slock);
956 1.66 yamt splx(s);
957 1.10 mycroft }
958 1.10 mycroft
959 1.10 mycroft /*
960 1.10 mycroft * Add entries to the server monitor log.
961 1.10 mycroft */
962 1.10 mycroft static void
963 1.19 fvdl nfsd_rt(sotype, nd, cacherep)
964 1.10 mycroft int sotype;
965 1.38 augustss struct nfsrv_descript *nd;
966 1.10 mycroft int cacherep;
967 1.10 mycroft {
968 1.95 kardel struct timeval tv;
969 1.38 augustss struct drt *rt;
970 1.10 mycroft
971 1.10 mycroft rt = &nfsdrt.drt[nfsdrt.pos];
972 1.10 mycroft if (cacherep == RC_DOIT)
973 1.10 mycroft rt->flag = 0;
974 1.10 mycroft else if (cacherep == RC_REPLY)
975 1.10 mycroft rt->flag = DRT_CACHEREPLY;
976 1.10 mycroft else
977 1.10 mycroft rt->flag = DRT_CACHEDROP;
978 1.10 mycroft if (sotype == SOCK_STREAM)
979 1.10 mycroft rt->flag |= DRT_TCP;
980 1.102 yamt if (nd->nd_flag & ND_NFSV3)
981 1.19 fvdl rt->flag |= DRT_NFSV3;
982 1.10 mycroft rt->proc = nd->nd_procnum;
983 1.19 fvdl if (mtod(nd->nd_nam, struct sockaddr *)->sa_family == AF_INET)
984 1.19 fvdl rt->ipadr = mtod(nd->nd_nam, struct sockaddr_in *)->sin_addr.s_addr;
985 1.10 mycroft else
986 1.19 fvdl rt->ipadr = INADDR_ANY;
987 1.95 kardel getmicrotime(&tv);
988 1.95 kardel rt->resptime = ((tv.tv_sec - nd->nd_starttime.tv_sec) * 1000000) +
989 1.95 kardel (tv.tv_usec - nd->nd_starttime.tv_usec);
990 1.95 kardel rt->tstamp = tv;
991 1.10 mycroft nfsdrt.pos = (nfsdrt.pos + 1) % NFSRTTLOGSIZ;
992 1.10 mycroft }
993 1.3 glass #endif /* NFSSERVER */
994 1.3 glass
995 1.24 thorpej #ifdef NFS
996 1.22 thorpej
997 1.22 thorpej int nfs_defect = 0;
998 1.1 cgd /*
999 1.39 tsarna * Asynchronous I/O threads for client nfs.
1000 1.10 mycroft * They do read-ahead and write-behind operations on the block I/O cache.
1001 1.10 mycroft * Never returns unless it fails or gets killed.
1002 1.1 cgd */
1003 1.39 tsarna
1004 1.18 christos int
1005 1.53 thorpej nfssvc_iod(l)
1006 1.53 thorpej struct lwp *l;
1007 1.1 cgd {
1008 1.38 augustss struct buf *bp;
1009 1.58 yamt int i;
1010 1.58 yamt struct nfs_iod *myiod;
1011 1.22 thorpej struct nfsmount *nmp;
1012 1.22 thorpej int error = 0;
1013 1.89 christos struct proc *p = l->l_proc;
1014 1.1 cgd
1015 1.1 cgd /*
1016 1.1 cgd * Assign my position or return error if too many already running
1017 1.1 cgd */
1018 1.58 yamt myiod = NULL;
1019 1.1 cgd for (i = 0; i < NFS_MAXASYNCDAEMON; i++)
1020 1.58 yamt if (nfs_asyncdaemon[i].nid_proc == NULL) {
1021 1.58 yamt myiod = &nfs_asyncdaemon[i];
1022 1.1 cgd break;
1023 1.1 cgd }
1024 1.58 yamt if (myiod == NULL)
1025 1.1 cgd return (EBUSY);
1026 1.58 yamt myiod->nid_proc = p;
1027 1.1 cgd nfs_numasync++;
1028 1.53 thorpej PHOLD(l);
1029 1.1 cgd /*
1030 1.42 nathanw * Just loop around doing our stuff until SIGKILL
1031 1.1 cgd */
1032 1.1 cgd for (;;) {
1033 1.60 yamt while (/*CONSTCOND*/ TRUE) {
1034 1.60 yamt simple_lock(&myiod->nid_slock);
1035 1.60 yamt nmp = myiod->nid_mount;
1036 1.60 yamt if (nmp) {
1037 1.60 yamt simple_lock(&nmp->nm_slock);
1038 1.60 yamt if (!TAILQ_EMPTY(&nmp->nm_bufq)) {
1039 1.60 yamt simple_unlock(&myiod->nid_slock);
1040 1.60 yamt break;
1041 1.60 yamt }
1042 1.59 yamt nmp->nm_bufqiods--;
1043 1.60 yamt simple_unlock(&nmp->nm_slock);
1044 1.60 yamt }
1045 1.59 yamt myiod->nid_want = p;
1046 1.59 yamt myiod->nid_mount = NULL;
1047 1.60 yamt error = ltsleep(&myiod->nid_want,
1048 1.60 yamt PWAIT | PCATCH | PNORELOCK, "nfsidl", 0,
1049 1.60 yamt &myiod->nid_slock);
1050 1.60 yamt if (error)
1051 1.60 yamt goto quit;
1052 1.59 yamt }
1053 1.60 yamt
1054 1.60 yamt while ((bp = TAILQ_FIRST(&nmp->nm_bufq)) != NULL) {
1055 1.59 yamt /* Take one off the front of the list */
1056 1.59 yamt TAILQ_REMOVE(&nmp->nm_bufq, bp, b_freelist);
1057 1.59 yamt nmp->nm_bufqlen--;
1058 1.59 yamt if (nmp->nm_bufqwant &&
1059 1.59 yamt nmp->nm_bufqlen < 2 * nfs_numasync) {
1060 1.59 yamt nmp->nm_bufqwant = FALSE;
1061 1.59 yamt wakeup(&nmp->nm_bufq);
1062 1.59 yamt }
1063 1.60 yamt simple_unlock(&nmp->nm_slock);
1064 1.79 christos (void)nfs_doio(bp);
1065 1.60 yamt simple_lock(&nmp->nm_slock);
1066 1.59 yamt /*
1067 1.81 rpaulo * If there are more than one iod on this mount,
1068 1.81 rpaulo * then defect so that the iods can be shared out
1069 1.81 rpaulo * fairly between the mounts
1070 1.59 yamt */
1071 1.59 yamt if (nfs_defect && nmp->nm_bufqiods > 1) {
1072 1.59 yamt myiod->nid_mount = NULL;
1073 1.59 yamt nmp->nm_bufqiods--;
1074 1.59 yamt break;
1075 1.59 yamt }
1076 1.59 yamt }
1077 1.60 yamt simple_unlock(&nmp->nm_slock);
1078 1.1 cgd }
1079 1.60 yamt quit:
1080 1.53 thorpej PRELE(l);
1081 1.45 chs if (nmp)
1082 1.45 chs nmp->nm_bufqiods--;
1083 1.58 yamt myiod->nid_want = NULL;
1084 1.58 yamt myiod->nid_mount = NULL;
1085 1.58 yamt myiod->nid_proc = NULL;
1086 1.33 mycroft nfs_numasync--;
1087 1.39 tsarna
1088 1.60 yamt return error;
1089 1.60 yamt }
1090 1.60 yamt
1091 1.60 yamt void
1092 1.60 yamt nfs_iodinit()
1093 1.60 yamt {
1094 1.60 yamt int i;
1095 1.60 yamt
1096 1.60 yamt for (i = 0; i < NFS_MAXASYNCDAEMON; i++)
1097 1.60 yamt simple_lock_init(&nfs_asyncdaemon[i].nid_slock);
1098 1.1 cgd }
1099 1.3 glass
1100 1.39 tsarna void
1101 1.99 yamt start_nfsio(void *arg)
1102 1.39 tsarna {
1103 1.53 thorpej nfssvc_iod(curlwp);
1104 1.78 perry
1105 1.39 tsarna kthread_exit(0);
1106 1.39 tsarna }
1107 1.39 tsarna
1108 1.39 tsarna void
1109 1.39 tsarna nfs_getset_niothreads(set)
1110 1.39 tsarna int set;
1111 1.39 tsarna {
1112 1.39 tsarna int i, have, start;
1113 1.78 perry
1114 1.39 tsarna for (have = 0, i = 0; i < NFS_MAXASYNCDAEMON; i++)
1115 1.58 yamt if (nfs_asyncdaemon[i].nid_proc != NULL)
1116 1.39 tsarna have++;
1117 1.39 tsarna
1118 1.39 tsarna if (set) {
1119 1.39 tsarna /* clamp to sane range */
1120 1.39 tsarna nfs_niothreads = max(0, min(nfs_niothreads, NFS_MAXASYNCDAEMON));
1121 1.39 tsarna
1122 1.39 tsarna start = nfs_niothreads - have;
1123 1.39 tsarna
1124 1.39 tsarna while (start > 0) {
1125 1.39 tsarna kthread_create1(start_nfsio, NULL, NULL, "nfsio");
1126 1.39 tsarna start--;
1127 1.39 tsarna }
1128 1.39 tsarna
1129 1.39 tsarna for (i = 0; (start < 0) && (i < NFS_MAXASYNCDAEMON); i++)
1130 1.58 yamt if (nfs_asyncdaemon[i].nid_proc != NULL) {
1131 1.58 yamt psignal(nfs_asyncdaemon[i].nid_proc, SIGKILL);
1132 1.39 tsarna start++;
1133 1.39 tsarna }
1134 1.39 tsarna } else {
1135 1.40 tsarna if (nfs_niothreads >= 0)
1136 1.40 tsarna nfs_niothreads = have;
1137 1.39 tsarna }
1138 1.39 tsarna }
1139 1.19 fvdl
1140 1.10 mycroft /*
1141 1.10 mycroft * Get an authorization string for the uid by having the mount_nfs sitting
1142 1.10 mycroft * on this mount point porpous out of the kernel and do it.
1143 1.10 mycroft */
1144 1.18 christos int
1145 1.19 fvdl nfs_getauth(nmp, rep, cred, auth_str, auth_len, verf_str, verf_len, key)
1146 1.38 augustss struct nfsmount *nmp;
1147 1.10 mycroft struct nfsreq *rep;
1148 1.92 elad kauth_cred_t cred;
1149 1.10 mycroft char **auth_str;
1150 1.10 mycroft int *auth_len;
1151 1.19 fvdl char *verf_str;
1152 1.19 fvdl int *verf_len;
1153 1.19 fvdl NFSKERBKEY_T key; /* return session key */
1154 1.10 mycroft {
1155 1.10 mycroft int error = 0;
1156 1.10 mycroft
1157 1.27 fvdl while ((nmp->nm_iflag & NFSMNT_WAITAUTH) == 0) {
1158 1.27 fvdl nmp->nm_iflag |= NFSMNT_WANTAUTH;
1159 1.10 mycroft (void) tsleep((caddr_t)&nmp->nm_authtype, PSOCK,
1160 1.10 mycroft "nfsauth1", 2 * hz);
1161 1.84 christos error = nfs_sigintr(nmp, rep, rep->r_lwp);
1162 1.18 christos if (error) {
1163 1.27 fvdl nmp->nm_iflag &= ~NFSMNT_WANTAUTH;
1164 1.10 mycroft return (error);
1165 1.10 mycroft }
1166 1.10 mycroft }
1167 1.27 fvdl nmp->nm_iflag &= ~(NFSMNT_WAITAUTH | NFSMNT_WANTAUTH);
1168 1.10 mycroft nmp->nm_authstr = *auth_str = (char *)malloc(RPCAUTH_MAXSIZ, M_TEMP, M_WAITOK);
1169 1.19 fvdl nmp->nm_authlen = RPCAUTH_MAXSIZ;
1170 1.19 fvdl nmp->nm_verfstr = verf_str;
1171 1.19 fvdl nmp->nm_verflen = *verf_len;
1172 1.92 elad nmp->nm_authuid = kauth_cred_geteuid(cred);
1173 1.10 mycroft wakeup((caddr_t)&nmp->nm_authstr);
1174 1.3 glass
1175 1.10 mycroft /*
1176 1.10 mycroft * And wait for mount_nfs to do its stuff.
1177 1.10 mycroft */
1178 1.27 fvdl while ((nmp->nm_iflag & NFSMNT_HASAUTH) == 0 && error == 0) {
1179 1.10 mycroft (void) tsleep((caddr_t)&nmp->nm_authlen, PSOCK,
1180 1.10 mycroft "nfsauth2", 2 * hz);
1181 1.84 christos error = nfs_sigintr(nmp, rep, rep->r_lwp);
1182 1.10 mycroft }
1183 1.27 fvdl if (nmp->nm_iflag & NFSMNT_AUTHERR) {
1184 1.27 fvdl nmp->nm_iflag &= ~NFSMNT_AUTHERR;
1185 1.10 mycroft error = EAUTH;
1186 1.10 mycroft }
1187 1.10 mycroft if (error)
1188 1.10 mycroft free((caddr_t)*auth_str, M_TEMP);
1189 1.10 mycroft else {
1190 1.10 mycroft *auth_len = nmp->nm_authlen;
1191 1.19 fvdl *verf_len = nmp->nm_verflen;
1192 1.52 chs memcpy(key, nmp->nm_key, sizeof (NFSKERBKEY_T));
1193 1.10 mycroft }
1194 1.27 fvdl nmp->nm_iflag &= ~NFSMNT_HASAUTH;
1195 1.27 fvdl nmp->nm_iflag |= NFSMNT_WAITAUTH;
1196 1.27 fvdl if (nmp->nm_iflag & NFSMNT_WANTAUTH) {
1197 1.27 fvdl nmp->nm_iflag &= ~NFSMNT_WANTAUTH;
1198 1.10 mycroft wakeup((caddr_t)&nmp->nm_authtype);
1199 1.10 mycroft }
1200 1.19 fvdl return (error);
1201 1.19 fvdl }
1202 1.19 fvdl
1203 1.19 fvdl /*
1204 1.19 fvdl * Get a nickname authenticator and verifier.
1205 1.19 fvdl */
1206 1.19 fvdl int
1207 1.99 yamt nfs_getnickauth(struct nfsmount *nmp, kauth_cred_t cred, char **auth_str,
1208 1.99 yamt int *auth_len, char *verf_str, int verf_len)
1209 1.19 fvdl {
1210 1.95 kardel struct timeval ktvin, ktvout, tv;
1211 1.38 augustss struct nfsuid *nuidp;
1212 1.38 augustss u_int32_t *nickp, *verfp;
1213 1.19 fvdl
1214 1.91 mrg memset(&ktvout, 0, sizeof ktvout); /* XXX gcc */
1215 1.91 mrg
1216 1.19 fvdl #ifdef DIAGNOSTIC
1217 1.19 fvdl if (verf_len < (4 * NFSX_UNSIGNED))
1218 1.19 fvdl panic("nfs_getnickauth verf too small");
1219 1.19 fvdl #endif
1220 1.92 elad LIST_FOREACH(nuidp, NMUIDHASH(nmp, kauth_cred_geteuid(cred)), nu_hash) {
1221 1.92 elad if (kauth_cred_geteuid(nuidp->nu_cr) == kauth_cred_geteuid(cred))
1222 1.19 fvdl break;
1223 1.19 fvdl }
1224 1.95 kardel if (!nuidp || nuidp->nu_expire < time_second)
1225 1.19 fvdl return (EACCES);
1226 1.19 fvdl
1227 1.19 fvdl /*
1228 1.19 fvdl * Move to the end of the lru list (end of lru == most recently used).
1229 1.19 fvdl */
1230 1.19 fvdl TAILQ_REMOVE(&nmp->nm_uidlruhead, nuidp, nu_lru);
1231 1.19 fvdl TAILQ_INSERT_TAIL(&nmp->nm_uidlruhead, nuidp, nu_lru);
1232 1.19 fvdl
1233 1.19 fvdl nickp = (u_int32_t *)malloc(2 * NFSX_UNSIGNED, M_TEMP, M_WAITOK);
1234 1.19 fvdl *nickp++ = txdr_unsigned(RPCAKN_NICKNAME);
1235 1.19 fvdl *nickp = txdr_unsigned(nuidp->nu_nickname);
1236 1.19 fvdl *auth_str = (char *)nickp;
1237 1.19 fvdl *auth_len = 2 * NFSX_UNSIGNED;
1238 1.19 fvdl
1239 1.19 fvdl /*
1240 1.19 fvdl * Now we must encrypt the verifier and package it up.
1241 1.19 fvdl */
1242 1.19 fvdl verfp = (u_int32_t *)verf_str;
1243 1.19 fvdl *verfp++ = txdr_unsigned(RPCAKN_NICKNAME);
1244 1.95 kardel getmicrotime(&tv);
1245 1.95 kardel if (tv.tv_sec > nuidp->nu_timestamp.tv_sec ||
1246 1.95 kardel (tv.tv_sec == nuidp->nu_timestamp.tv_sec &&
1247 1.95 kardel tv.tv_usec > nuidp->nu_timestamp.tv_usec))
1248 1.95 kardel nuidp->nu_timestamp = tv;
1249 1.19 fvdl else
1250 1.19 fvdl nuidp->nu_timestamp.tv_usec++;
1251 1.19 fvdl ktvin.tv_sec = txdr_unsigned(nuidp->nu_timestamp.tv_sec);
1252 1.19 fvdl ktvin.tv_usec = txdr_unsigned(nuidp->nu_timestamp.tv_usec);
1253 1.19 fvdl
1254 1.19 fvdl /*
1255 1.19 fvdl * Now encrypt the timestamp verifier in ecb mode using the session
1256 1.19 fvdl * key.
1257 1.19 fvdl */
1258 1.19 fvdl #ifdef NFSKERB
1259 1.19 fvdl XXX
1260 1.19 fvdl #endif
1261 1.19 fvdl
1262 1.19 fvdl *verfp++ = ktvout.tv_sec;
1263 1.19 fvdl *verfp++ = ktvout.tv_usec;
1264 1.19 fvdl *verfp = 0;
1265 1.19 fvdl return (0);
1266 1.19 fvdl }
1267 1.19 fvdl
1268 1.19 fvdl /*
1269 1.19 fvdl * Save the current nickname in a hash list entry on the mount point.
1270 1.19 fvdl */
1271 1.19 fvdl int
1272 1.19 fvdl nfs_savenickauth(nmp, cred, len, key, mdp, dposp, mrep)
1273 1.38 augustss struct nfsmount *nmp;
1274 1.92 elad kauth_cred_t cred;
1275 1.19 fvdl int len;
1276 1.19 fvdl NFSKERBKEY_T key;
1277 1.19 fvdl struct mbuf **mdp;
1278 1.19 fvdl char **dposp;
1279 1.19 fvdl struct mbuf *mrep;
1280 1.19 fvdl {
1281 1.38 augustss struct nfsuid *nuidp;
1282 1.38 augustss u_int32_t *tl;
1283 1.38 augustss int32_t t1;
1284 1.19 fvdl struct mbuf *md = *mdp;
1285 1.19 fvdl struct timeval ktvin, ktvout;
1286 1.19 fvdl u_int32_t nick;
1287 1.19 fvdl char *dpos = *dposp, *cp2;
1288 1.19 fvdl int deltasec, error = 0;
1289 1.19 fvdl
1290 1.91 mrg memset(&ktvout, 0, sizeof ktvout); /* XXX gcc */
1291 1.91 mrg
1292 1.19 fvdl if (len == (3 * NFSX_UNSIGNED)) {
1293 1.19 fvdl nfsm_dissect(tl, u_int32_t *, 3 * NFSX_UNSIGNED);
1294 1.19 fvdl ktvin.tv_sec = *tl++;
1295 1.19 fvdl ktvin.tv_usec = *tl++;
1296 1.19 fvdl nick = fxdr_unsigned(u_int32_t, *tl);
1297 1.19 fvdl
1298 1.19 fvdl /*
1299 1.19 fvdl * Decrypt the timestamp in ecb mode.
1300 1.19 fvdl */
1301 1.19 fvdl #ifdef NFSKERB
1302 1.19 fvdl XXX
1303 1.19 fvdl #endif
1304 1.19 fvdl ktvout.tv_sec = fxdr_unsigned(long, ktvout.tv_sec);
1305 1.19 fvdl ktvout.tv_usec = fxdr_unsigned(long, ktvout.tv_usec);
1306 1.95 kardel deltasec = time_second - ktvout.tv_sec;
1307 1.19 fvdl if (deltasec < 0)
1308 1.19 fvdl deltasec = -deltasec;
1309 1.19 fvdl /*
1310 1.19 fvdl * If ok, add it to the hash list for the mount point.
1311 1.19 fvdl */
1312 1.19 fvdl if (deltasec <= NFS_KERBCLOCKSKEW) {
1313 1.19 fvdl if (nmp->nm_numuids < nuidhash_max) {
1314 1.19 fvdl nmp->nm_numuids++;
1315 1.19 fvdl nuidp = (struct nfsuid *)
1316 1.19 fvdl malloc(sizeof (struct nfsuid), M_NFSUID,
1317 1.19 fvdl M_WAITOK);
1318 1.19 fvdl } else {
1319 1.57 yamt nuidp = TAILQ_FIRST(&nmp->nm_uidlruhead);
1320 1.19 fvdl LIST_REMOVE(nuidp, nu_hash);
1321 1.19 fvdl TAILQ_REMOVE(&nmp->nm_uidlruhead, nuidp,
1322 1.19 fvdl nu_lru);
1323 1.19 fvdl }
1324 1.19 fvdl nuidp->nu_flag = 0;
1325 1.92 elad kauth_cred_seteuid(nuidp->nu_cr, kauth_cred_geteuid(cred));
1326 1.95 kardel nuidp->nu_expire = time_second + NFS_KERBTTL;
1327 1.19 fvdl nuidp->nu_timestamp = ktvout;
1328 1.19 fvdl nuidp->nu_nickname = nick;
1329 1.52 chs memcpy(nuidp->nu_key, key, sizeof (NFSKERBKEY_T));
1330 1.19 fvdl TAILQ_INSERT_TAIL(&nmp->nm_uidlruhead, nuidp,
1331 1.19 fvdl nu_lru);
1332 1.92 elad LIST_INSERT_HEAD(NMUIDHASH(nmp, kauth_cred_geteuid(cred)),
1333 1.19 fvdl nuidp, nu_hash);
1334 1.19 fvdl }
1335 1.19 fvdl } else
1336 1.19 fvdl nfsm_adv(nfsm_rndup(len));
1337 1.19 fvdl nfsmout:
1338 1.19 fvdl *mdp = md;
1339 1.19 fvdl *dposp = dpos;
1340 1.10 mycroft return (error);
1341 1.10 mycroft }
1342 1.24 thorpej #endif /* NFS */
1343