blob: fa038df63ac8dbea24c47789a13c7a933d8c54b0 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * ioctl.c
3 *
4 * Copyright (C) 1995, 1996 by Volker Lendecke
5 * Modified 1997 Peter Waltenberg, Bill Hawes, David Woodhouse for 2.1 dcache
6 * Modified 1998, 1999 Wolfram Pienkoss for NLS
7 *
8 */
9
Randy Dunlap16f7e0f2006-01-11 12:17:46 -080010#include <linux/capability.h>
Petr Vandrovec54f67f62006-09-30 23:27:55 -070011#include <linux/compat.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <linux/errno.h>
13#include <linux/fs.h>
14#include <linux/ioctl.h>
15#include <linux/time.h>
16#include <linux/mm.h>
Dave Hansena761a1c2008-02-15 14:37:39 -080017#include <linux/mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/highuid.h>
Petr Vandrovec54f67f62006-09-30 23:27:55 -070019#include <linux/smp_lock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/vmalloc.h>
Alexey Dobriyane8edc6e2007-05-21 01:22:52 +040021#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022
23#include <linux/ncp_fs.h>
24
Petr Vandrovec54f67f62006-09-30 23:27:55 -070025#include <asm/uaccess.h>
26
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "ncplib_kernel.h"
28
29/* maximum limit for ncp_objectname_ioctl */
30#define NCP_OBJECT_NAME_MAX_LEN 4096
31/* maximum limit for ncp_privatedata_ioctl */
32#define NCP_PRIVATE_DATA_MAX_LEN 8192
33/* maximum negotiable packet size */
34#define NCP_PACKET_SIZE_INTERNAL 65536
35
36static int
Christoph Hellwig8c744fb2005-11-08 21:35:04 -080037ncp_get_fs_info(struct ncp_server * server, struct file *file,
38 struct ncp_fs_info __user *arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070039{
Josef Sipek92e5bae2006-12-08 02:37:22 -080040 struct inode *inode = file->f_path.dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -070041 struct ncp_fs_info info;
42
David Howells48937022008-11-14 10:38:58 +110043 if (file_permission(file, MAY_WRITE) != 0
44 && current_uid() != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -070045 return -EACCES;
David Howells48937022008-11-14 10:38:58 +110046
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 if (copy_from_user(&info, arg, sizeof(info)))
48 return -EFAULT;
49
50 if (info.version != NCP_GET_FS_INFO_VERSION) {
51 DPRINTK("info.version invalid: %d\n", info.version);
52 return -EINVAL;
53 }
54 /* TODO: info.addr = server->m.serv_addr; */
55 SET_UID(info.mounted_uid, server->m.mounted_uid);
56 info.connection = server->connection;
57 info.buffer_size = server->buffer_size;
58 info.volume_number = NCP_FINFO(inode)->volNumber;
59 info.directory_id = NCP_FINFO(inode)->DosDirNum;
60
61 if (copy_to_user(arg, &info, sizeof(info)))
62 return -EFAULT;
63 return 0;
64}
65
66static int
Christoph Hellwig8c744fb2005-11-08 21:35:04 -080067ncp_get_fs_info_v2(struct ncp_server * server, struct file *file,
68 struct ncp_fs_info_v2 __user * arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070069{
Josef Sipek92e5bae2006-12-08 02:37:22 -080070 struct inode *inode = file->f_path.dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 struct ncp_fs_info_v2 info2;
72
David Howells48937022008-11-14 10:38:58 +110073 if (file_permission(file, MAY_WRITE) != 0
74 && current_uid() != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 return -EACCES;
David Howells48937022008-11-14 10:38:58 +110076
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 if (copy_from_user(&info2, arg, sizeof(info2)))
78 return -EFAULT;
79
80 if (info2.version != NCP_GET_FS_INFO_VERSION_V2) {
81 DPRINTK("info.version invalid: %d\n", info2.version);
82 return -EINVAL;
83 }
84 info2.mounted_uid = server->m.mounted_uid;
85 info2.connection = server->connection;
86 info2.buffer_size = server->buffer_size;
87 info2.volume_number = NCP_FINFO(inode)->volNumber;
88 info2.directory_id = NCP_FINFO(inode)->DosDirNum;
89 info2.dummy1 = info2.dummy2 = info2.dummy3 = 0;
90
91 if (copy_to_user(arg, &info2, sizeof(info2)))
92 return -EFAULT;
93 return 0;
94}
95
Petr Vandrovec54f67f62006-09-30 23:27:55 -070096#ifdef CONFIG_COMPAT
97struct compat_ncp_objectname_ioctl
98{
99 s32 auth_type;
100 u32 object_name_len;
Frederik Schwarzer0211a9c2008-12-29 22:14:56 +0100101 compat_caddr_t object_name; /* a userspace data, in most cases user name */
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700102};
103
104struct compat_ncp_fs_info_v2 {
105 s32 version;
106 u32 mounted_uid;
107 u32 connection;
108 u32 buffer_size;
109
110 u32 volume_number;
111 u32 directory_id;
112
113 u32 dummy1;
114 u32 dummy2;
115 u32 dummy3;
116};
117
118struct compat_ncp_ioctl_request {
119 u32 function;
120 u32 size;
121 compat_caddr_t data;
122};
123
124struct compat_ncp_privatedata_ioctl
125{
126 u32 len;
127 compat_caddr_t data; /* ~1000 for NDS */
128};
129
130#define NCP_IOC_GET_FS_INFO_V2_32 _IOWR('n', 4, struct compat_ncp_fs_info_v2)
131#define NCP_IOC_NCPREQUEST_32 _IOR('n', 1, struct compat_ncp_ioctl_request)
132#define NCP_IOC_GETOBJECTNAME_32 _IOWR('n', 9, struct compat_ncp_objectname_ioctl)
133#define NCP_IOC_SETOBJECTNAME_32 _IOR('n', 9, struct compat_ncp_objectname_ioctl)
134#define NCP_IOC_GETPRIVATEDATA_32 _IOWR('n', 10, struct compat_ncp_privatedata_ioctl)
135#define NCP_IOC_SETPRIVATEDATA_32 _IOR('n', 10, struct compat_ncp_privatedata_ioctl)
136
137static int
138ncp_get_compat_fs_info_v2(struct ncp_server * server, struct file *file,
139 struct compat_ncp_fs_info_v2 __user * arg)
140{
Josef Sipek92e5bae2006-12-08 02:37:22 -0800141 struct inode *inode = file->f_path.dentry->d_inode;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700142 struct compat_ncp_fs_info_v2 info2;
143
David Howells48937022008-11-14 10:38:58 +1100144 if (file_permission(file, MAY_WRITE) != 0
145 && current_uid() != server->m.mounted_uid)
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700146 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100147
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700148 if (copy_from_user(&info2, arg, sizeof(info2)))
149 return -EFAULT;
150
151 if (info2.version != NCP_GET_FS_INFO_VERSION_V2) {
152 DPRINTK("info.version invalid: %d\n", info2.version);
153 return -EINVAL;
154 }
155 info2.mounted_uid = server->m.mounted_uid;
156 info2.connection = server->connection;
157 info2.buffer_size = server->buffer_size;
158 info2.volume_number = NCP_FINFO(inode)->volNumber;
159 info2.directory_id = NCP_FINFO(inode)->DosDirNum;
160 info2.dummy1 = info2.dummy2 = info2.dummy3 = 0;
161
162 if (copy_to_user(arg, &info2, sizeof(info2)))
163 return -EFAULT;
164 return 0;
165}
166#endif
167
168#define NCP_IOC_GETMOUNTUID16 _IOW('n', 2, u16)
169#define NCP_IOC_GETMOUNTUID32 _IOW('n', 2, u32)
170#define NCP_IOC_GETMOUNTUID64 _IOW('n', 2, u64)
171
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172#ifdef CONFIG_NCPFS_NLS
173/* Here we are select the iocharset and the codepage for NLS.
174 * Thanks Petr Vandrovec for idea and many hints.
175 */
176static int
177ncp_set_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg)
178{
179 struct ncp_nls_ioctl user;
180 struct nls_table *codepage;
181 struct nls_table *iocharset;
182 struct nls_table *oldset_io;
183 struct nls_table *oldset_cp;
184
185 if (!capable(CAP_SYS_ADMIN))
186 return -EACCES;
187 if (server->root_setuped)
188 return -EBUSY;
189
190 if (copy_from_user(&user, arg, sizeof(user)))
191 return -EFAULT;
192
193 codepage = NULL;
194 user.codepage[NCP_IOCSNAME_LEN] = 0;
195 if (!user.codepage[0] || !strcmp(user.codepage, "default"))
196 codepage = load_nls_default();
197 else {
198 codepage = load_nls(user.codepage);
199 if (!codepage) {
200 return -EBADRQC;
201 }
202 }
203
204 iocharset = NULL;
205 user.iocharset[NCP_IOCSNAME_LEN] = 0;
206 if (!user.iocharset[0] || !strcmp(user.iocharset, "default")) {
207 iocharset = load_nls_default();
208 NCP_CLR_FLAG(server, NCP_FLAG_UTF8);
209 } else if (!strcmp(user.iocharset, "utf8")) {
210 iocharset = load_nls_default();
211 NCP_SET_FLAG(server, NCP_FLAG_UTF8);
212 } else {
213 iocharset = load_nls(user.iocharset);
214 if (!iocharset) {
215 unload_nls(codepage);
216 return -EBADRQC;
217 }
218 NCP_CLR_FLAG(server, NCP_FLAG_UTF8);
219 }
220
221 oldset_cp = server->nls_vol;
222 server->nls_vol = codepage;
223 oldset_io = server->nls_io;
224 server->nls_io = iocharset;
225
226 if (oldset_cp)
227 unload_nls(oldset_cp);
228 if (oldset_io)
229 unload_nls(oldset_io);
230
231 return 0;
232}
233
234static int
235ncp_get_charsets(struct ncp_server* server, struct ncp_nls_ioctl __user *arg)
236{
237 struct ncp_nls_ioctl user;
238 int len;
239
240 memset(&user, 0, sizeof(user));
241 if (server->nls_vol && server->nls_vol->charset) {
242 len = strlen(server->nls_vol->charset);
243 if (len > NCP_IOCSNAME_LEN)
244 len = NCP_IOCSNAME_LEN;
245 strncpy(user.codepage, server->nls_vol->charset, len);
246 user.codepage[len] = 0;
247 }
248
249 if (NCP_IS_FLAG(server, NCP_FLAG_UTF8))
250 strcpy(user.iocharset, "utf8");
251 else if (server->nls_io && server->nls_io->charset) {
252 len = strlen(server->nls_io->charset);
253 if (len > NCP_IOCSNAME_LEN)
254 len = NCP_IOCSNAME_LEN;
255 strncpy(user.iocharset, server->nls_io->charset, len);
256 user.iocharset[len] = 0;
257 }
258
259 if (copy_to_user(arg, &user, sizeof(user)))
260 return -EFAULT;
261 return 0;
262}
263#endif /* CONFIG_NCPFS_NLS */
264
Dave Hansena761a1c2008-02-15 14:37:39 -0800265static int __ncp_ioctl(struct inode *inode, struct file *filp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 unsigned int cmd, unsigned long arg)
267{
268 struct ncp_server *server = NCP_SERVER(inode);
269 int result;
270 struct ncp_ioctl_request request;
271 char* bouncebuffer;
272 void __user *argp = (void __user *)arg;
David Howells48937022008-11-14 10:38:58 +1100273 uid_t uid = current_uid();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274
275 switch (cmd) {
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700276#ifdef CONFIG_COMPAT
277 case NCP_IOC_NCPREQUEST_32:
278#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 case NCP_IOC_NCPREQUEST:
David Howells48937022008-11-14 10:38:58 +1100280 if (file_permission(filp, MAY_WRITE) != 0
281 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100283
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700284#ifdef CONFIG_COMPAT
285 if (cmd == NCP_IOC_NCPREQUEST_32) {
286 struct compat_ncp_ioctl_request request32;
287 if (copy_from_user(&request32, argp, sizeof(request32)))
288 return -EFAULT;
289 request.function = request32.function;
290 request.size = request32.size;
291 request.data = compat_ptr(request32.data);
292 } else
293#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 if (copy_from_user(&request, argp, sizeof(request)))
295 return -EFAULT;
296
297 if ((request.function > 255)
298 || (request.size >
299 NCP_PACKET_SIZE - sizeof(struct ncp_request_header))) {
300 return -EINVAL;
301 }
302 bouncebuffer = vmalloc(NCP_PACKET_SIZE_INTERNAL);
303 if (!bouncebuffer)
304 return -ENOMEM;
305 if (copy_from_user(bouncebuffer, request.data, request.size)) {
306 vfree(bouncebuffer);
307 return -EFAULT;
308 }
309 ncp_lock_server(server);
310
311 /* FIXME: We hack around in the server's structures
312 here to be able to use ncp_request */
313
314 server->has_subfunction = 0;
315 server->current_size = request.size;
316 memcpy(server->packet, bouncebuffer, request.size);
317
318 result = ncp_request2(server, request.function,
319 bouncebuffer, NCP_PACKET_SIZE_INTERNAL);
320 if (result < 0)
321 result = -EIO;
322 else
323 result = server->reply_size;
324 ncp_unlock_server(server);
325 DPRINTK("ncp_ioctl: copy %d bytes\n",
326 result);
327 if (result >= 0)
328 if (copy_to_user(request.data, bouncebuffer, result))
329 result = -EFAULT;
330 vfree(bouncebuffer);
331 return result;
332
333 case NCP_IOC_CONN_LOGGED_IN:
334
335 if (!capable(CAP_SYS_ADMIN))
336 return -EACCES;
337 if (!(server->m.int_flags & NCP_IMOUNT_LOGGEDIN_POSSIBLE))
338 return -EINVAL;
339 if (server->root_setuped)
340 return -EBUSY;
341 server->root_setuped = 1;
342 return ncp_conn_logged_in(inode->i_sb);
343
344 case NCP_IOC_GET_FS_INFO:
Christoph Hellwig8c744fb2005-11-08 21:35:04 -0800345 return ncp_get_fs_info(server, filp, argp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346
347 case NCP_IOC_GET_FS_INFO_V2:
Christoph Hellwig8c744fb2005-11-08 21:35:04 -0800348 return ncp_get_fs_info_v2(server, filp, argp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700350#ifdef CONFIG_COMPAT
351 case NCP_IOC_GET_FS_INFO_V2_32:
352 return ncp_get_compat_fs_info_v2(server, filp, argp);
353#endif
354 /* we have too many combinations of CONFIG_COMPAT,
355 * CONFIG_64BIT and CONFIG_UID16, so just handle
356 * any of the possible ioctls */
357 case NCP_IOC_GETMOUNTUID16:
358 case NCP_IOC_GETMOUNTUID32:
359 case NCP_IOC_GETMOUNTUID64:
David Howells48937022008-11-14 10:38:58 +1100360 if (file_permission(filp, MAY_READ) != 0
361 && uid != server->m.mounted_uid)
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700362 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100363
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700364 if (cmd == NCP_IOC_GETMOUNTUID16) {
365 u16 uid;
366 SET_UID(uid, server->m.mounted_uid);
367 if (put_user(uid, (u16 __user *)argp))
368 return -EFAULT;
369 } else if (cmd == NCP_IOC_GETMOUNTUID32) {
370 if (put_user(server->m.mounted_uid,
371 (u32 __user *)argp))
372 return -EFAULT;
373 } else {
374 if (put_user(server->m.mounted_uid,
375 (u64 __user *)argp))
376 return -EFAULT;
377 }
378 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379
380 case NCP_IOC_GETROOT:
381 {
382 struct ncp_setroot_ioctl sr;
383
David Howells48937022008-11-14 10:38:58 +1100384 if (file_permission(filp, MAY_READ) != 0
385 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 if (server->m.mounted_vol[0]) {
389 struct dentry* dentry = inode->i_sb->s_root;
390
391 if (dentry) {
Harvey Harrison305787e2008-04-28 02:14:00 -0700392 struct inode* s_inode = dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393
Harvey Harrison305787e2008-04-28 02:14:00 -0700394 if (s_inode) {
395 sr.volNumber = NCP_FINFO(s_inode)->volNumber;
396 sr.dirEntNum = NCP_FINFO(s_inode)->dirEntNum;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 sr.namespace = server->name_space[sr.volNumber];
398 } else
399 DPRINTK("ncpfs: s_root->d_inode==NULL\n");
400 } else
401 DPRINTK("ncpfs: s_root==NULL\n");
402 } else {
403 sr.volNumber = -1;
404 sr.namespace = 0;
405 sr.dirEntNum = 0;
406 }
407 if (copy_to_user(argp, &sr, sizeof(sr)))
408 return -EFAULT;
409 return 0;
410 }
David Howells48937022008-11-14 10:38:58 +1100411
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 case NCP_IOC_SETROOT:
413 {
414 struct ncp_setroot_ioctl sr;
415 __u32 vnum;
416 __le32 de;
417 __le32 dosde;
418 struct dentry* dentry;
419
420 if (!capable(CAP_SYS_ADMIN))
421 {
422 return -EACCES;
423 }
424 if (server->root_setuped) return -EBUSY;
425 if (copy_from_user(&sr, argp, sizeof(sr)))
426 return -EFAULT;
427 if (sr.volNumber < 0) {
428 server->m.mounted_vol[0] = 0;
429 vnum = NCP_NUMBER_OF_VOLUMES;
430 de = 0;
431 dosde = 0;
432 } else if (sr.volNumber >= NCP_NUMBER_OF_VOLUMES) {
433 return -EINVAL;
434 } else if (ncp_mount_subdir(server, sr.volNumber,
435 sr.namespace, sr.dirEntNum,
436 &vnum, &de, &dosde)) {
437 return -ENOENT;
438 }
439
440 dentry = inode->i_sb->s_root;
441 server->root_setuped = 1;
442 if (dentry) {
Harvey Harrison305787e2008-04-28 02:14:00 -0700443 struct inode* s_inode = dentry->d_inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444
445 if (inode) {
Harvey Harrison305787e2008-04-28 02:14:00 -0700446 NCP_FINFO(s_inode)->volNumber = vnum;
447 NCP_FINFO(s_inode)->dirEntNum = de;
448 NCP_FINFO(s_inode)->DosDirNum = dosde;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449 } else
450 DPRINTK("ncpfs: s_root->d_inode==NULL\n");
451 } else
452 DPRINTK("ncpfs: s_root==NULL\n");
453
454 return 0;
455 }
456
457#ifdef CONFIG_NCPFS_PACKET_SIGNING
458 case NCP_IOC_SIGN_INIT:
David Howells48937022008-11-14 10:38:58 +1100459 if (file_permission(filp, MAY_WRITE) != 0
460 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100462
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 if (argp) {
464 if (server->sign_wanted)
465 {
466 struct ncp_sign_init sign;
467
468 if (copy_from_user(&sign, argp, sizeof(sign)))
469 return -EFAULT;
470 memcpy(server->sign_root,sign.sign_root,8);
471 memcpy(server->sign_last,sign.sign_last,16);
472 server->sign_active = 1;
473 }
474 /* ignore when signatures not wanted */
475 } else {
476 server->sign_active = 0;
477 }
478 return 0;
479
480 case NCP_IOC_SIGN_WANTED:
David Howells48937022008-11-14 10:38:58 +1100481 if (file_permission(filp, MAY_READ) != 0
482 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700483 return -EACCES;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484
485 if (put_user(server->sign_wanted, (int __user *)argp))
486 return -EFAULT;
487 return 0;
David Howells48937022008-11-14 10:38:58 +1100488
Linus Torvalds1da177e2005-04-16 15:20:36 -0700489 case NCP_IOC_SET_SIGN_WANTED:
490 {
491 int newstate;
492
David Howells48937022008-11-14 10:38:58 +1100493 if (file_permission(filp, MAY_WRITE) != 0
494 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100496
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497 /* get only low 8 bits... */
498 if (get_user(newstate, (unsigned char __user *)argp))
499 return -EFAULT;
500 if (server->sign_active) {
501 /* cannot turn signatures OFF when active */
502 if (!newstate) return -EINVAL;
503 } else {
504 server->sign_wanted = newstate != 0;
505 }
506 return 0;
507 }
508
509#endif /* CONFIG_NCPFS_PACKET_SIGNING */
510
511#ifdef CONFIG_NCPFS_IOCTL_LOCKING
512 case NCP_IOC_LOCKUNLOCK:
David Howells48937022008-11-14 10:38:58 +1100513 if (file_permission(filp, MAY_WRITE) != 0
514 && uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100516
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 {
518 struct ncp_lock_ioctl rqdata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519
520 if (copy_from_user(&rqdata, argp, sizeof(rqdata)))
521 return -EFAULT;
522 if (rqdata.origin != 0)
523 return -EINVAL;
524 /* check for cmd */
525 switch (rqdata.cmd) {
526 case NCP_LOCK_EX:
527 case NCP_LOCK_SH:
528 if (rqdata.timeout == 0)
529 rqdata.timeout = NCP_LOCK_DEFAULT_TIMEOUT;
530 else if (rqdata.timeout > NCP_LOCK_MAX_TIMEOUT)
531 rqdata.timeout = NCP_LOCK_MAX_TIMEOUT;
532 break;
533 case NCP_LOCK_LOG:
534 rqdata.timeout = NCP_LOCK_DEFAULT_TIMEOUT; /* has no effect */
535 case NCP_LOCK_CLEAR:
536 break;
537 default:
538 return -EINVAL;
539 }
540 /* locking needs both read and write access */
541 if ((result = ncp_make_open(inode, O_RDWR)) != 0)
542 {
543 return result;
544 }
545 result = -EIO;
546 if (!ncp_conn_valid(server))
547 goto outrel;
548 result = -EISDIR;
549 if (!S_ISREG(inode->i_mode))
550 goto outrel;
551 if (rqdata.cmd == NCP_LOCK_CLEAR)
552 {
553 result = ncp_ClearPhysicalRecord(NCP_SERVER(inode),
554 NCP_FINFO(inode)->file_handle,
555 rqdata.offset,
556 rqdata.length);
557 if (result > 0) result = 0; /* no such lock */
558 }
559 else
560 {
561 int lockcmd;
562
563 switch (rqdata.cmd)
564 {
565 case NCP_LOCK_EX: lockcmd=1; break;
566 case NCP_LOCK_SH: lockcmd=3; break;
567 default: lockcmd=0; break;
568 }
569 result = ncp_LogPhysicalRecord(NCP_SERVER(inode),
570 NCP_FINFO(inode)->file_handle,
571 lockcmd,
572 rqdata.offset,
573 rqdata.length,
574 rqdata.timeout);
575 if (result > 0) result = -EAGAIN;
576 }
577outrel:
578 ncp_inode_close(inode);
579 return result;
580 }
581#endif /* CONFIG_NCPFS_IOCTL_LOCKING */
582
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700583#ifdef CONFIG_COMPAT
584 case NCP_IOC_GETOBJECTNAME_32:
David Howells48937022008-11-14 10:38:58 +1100585 if (uid != server->m.mounted_uid)
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700586 return -EACCES;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700587 {
588 struct compat_ncp_objectname_ioctl user;
589 size_t outl;
590
591 if (copy_from_user(&user, argp, sizeof(user)))
592 return -EFAULT;
593 user.auth_type = server->auth.auth_type;
594 outl = user.object_name_len;
595 user.object_name_len = server->auth.object_name_len;
596 if (outl > user.object_name_len)
597 outl = user.object_name_len;
598 if (outl) {
599 if (copy_to_user(compat_ptr(user.object_name),
600 server->auth.object_name,
601 outl)) return -EFAULT;
602 }
603 if (copy_to_user(argp, &user, sizeof(user)))
604 return -EFAULT;
605 return 0;
606 }
607#endif
David Howells48937022008-11-14 10:38:58 +1100608
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 case NCP_IOC_GETOBJECTNAME:
David Howells48937022008-11-14 10:38:58 +1100610 if (uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 return -EACCES;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 {
613 struct ncp_objectname_ioctl user;
614 size_t outl;
615
616 if (copy_from_user(&user, argp, sizeof(user)))
617 return -EFAULT;
618 user.auth_type = server->auth.auth_type;
619 outl = user.object_name_len;
620 user.object_name_len = server->auth.object_name_len;
621 if (outl > user.object_name_len)
622 outl = user.object_name_len;
623 if (outl) {
624 if (copy_to_user(user.object_name,
625 server->auth.object_name,
626 outl)) return -EFAULT;
627 }
628 if (copy_to_user(argp, &user, sizeof(user)))
629 return -EFAULT;
630 return 0;
631 }
David Howells48937022008-11-14 10:38:58 +1100632
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700633#ifdef CONFIG_COMPAT
634 case NCP_IOC_SETOBJECTNAME_32:
635#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 case NCP_IOC_SETOBJECTNAME:
David Howells48937022008-11-14 10:38:58 +1100637 if (uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 return -EACCES;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 {
640 struct ncp_objectname_ioctl user;
641 void* newname;
642 void* oldname;
643 size_t oldnamelen;
644 void* oldprivate;
645 size_t oldprivatelen;
646
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700647#ifdef CONFIG_COMPAT
648 if (cmd == NCP_IOC_SETOBJECTNAME_32) {
649 struct compat_ncp_objectname_ioctl user32;
650 if (copy_from_user(&user32, argp, sizeof(user32)))
651 return -EFAULT;
652 user.auth_type = user32.auth_type;
653 user.object_name_len = user32.object_name_len;
654 user.object_name = compat_ptr(user32.object_name);
655 } else
656#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 if (copy_from_user(&user, argp, sizeof(user)))
658 return -EFAULT;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700659
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 if (user.object_name_len > NCP_OBJECT_NAME_MAX_LEN)
661 return -ENOMEM;
662 if (user.object_name_len) {
Li Zefana9482eb2009-04-08 15:08:53 +0800663 newname = memdup_user(user.object_name,
664 user.object_name_len);
665 if (IS_ERR(newname))
666 return PTR_ERR(newname);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 } else {
668 newname = NULL;
669 }
670 /* enter critical section */
671 /* maybe that kfree can sleep so do that this way */
672 /* it is at least more SMP friendly (in future...) */
673 oldname = server->auth.object_name;
674 oldnamelen = server->auth.object_name_len;
675 oldprivate = server->priv.data;
676 oldprivatelen = server->priv.len;
677 server->auth.auth_type = user.auth_type;
678 server->auth.object_name_len = user.object_name_len;
679 server->auth.object_name = newname;
680 server->priv.len = 0;
681 server->priv.data = NULL;
682 /* leave critical section */
Pekka Enberg44db77f2006-01-14 13:21:12 -0800683 kfree(oldprivate);
684 kfree(oldname);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 return 0;
686 }
David Howells48937022008-11-14 10:38:58 +1100687
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700688#ifdef CONFIG_COMPAT
689 case NCP_IOC_GETPRIVATEDATA_32:
690#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700691 case NCP_IOC_GETPRIVATEDATA:
David Howells48937022008-11-14 10:38:58 +1100692 if (uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 return -EACCES;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 {
695 struct ncp_privatedata_ioctl user;
696 size_t outl;
697
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700698#ifdef CONFIG_COMPAT
699 if (cmd == NCP_IOC_GETPRIVATEDATA_32) {
700 struct compat_ncp_privatedata_ioctl user32;
701 if (copy_from_user(&user32, argp, sizeof(user32)))
702 return -EFAULT;
703 user.len = user32.len;
704 user.data = compat_ptr(user32.data);
705 } else
706#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700707 if (copy_from_user(&user, argp, sizeof(user)))
708 return -EFAULT;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 outl = user.len;
711 user.len = server->priv.len;
712 if (outl > user.len) outl = user.len;
713 if (outl) {
714 if (copy_to_user(user.data,
715 server->priv.data,
716 outl)) return -EFAULT;
717 }
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700718#ifdef CONFIG_COMPAT
719 if (cmd == NCP_IOC_GETPRIVATEDATA_32) {
720 struct compat_ncp_privatedata_ioctl user32;
721 user32.len = user.len;
722 user32.data = (unsigned long) user.data;
Al Viro5c09d962006-10-09 20:24:49 +0100723 if (copy_to_user(argp, &user32, sizeof(user32)))
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700724 return -EFAULT;
725 } else
726#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700727 if (copy_to_user(argp, &user, sizeof(user)))
728 return -EFAULT;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700729
Linus Torvalds1da177e2005-04-16 15:20:36 -0700730 return 0;
731 }
David Howells48937022008-11-14 10:38:58 +1100732
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700733#ifdef CONFIG_COMPAT
734 case NCP_IOC_SETPRIVATEDATA_32:
735#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 case NCP_IOC_SETPRIVATEDATA:
David Howells48937022008-11-14 10:38:58 +1100737 if (uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 return -EACCES;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 {
740 struct ncp_privatedata_ioctl user;
741 void* new;
742 void* old;
743 size_t oldlen;
744
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700745#ifdef CONFIG_COMPAT
746 if (cmd == NCP_IOC_SETPRIVATEDATA_32) {
747 struct compat_ncp_privatedata_ioctl user32;
748 if (copy_from_user(&user32, argp, sizeof(user32)))
749 return -EFAULT;
750 user.len = user32.len;
751 user.data = compat_ptr(user32.data);
752 } else
753#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 if (copy_from_user(&user, argp, sizeof(user)))
755 return -EFAULT;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 if (user.len > NCP_PRIVATE_DATA_MAX_LEN)
758 return -ENOMEM;
759 if (user.len) {
Li Zefana9482eb2009-04-08 15:08:53 +0800760 new = memdup_user(user.data, user.len);
761 if (IS_ERR(new))
762 return PTR_ERR(new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700763 } else {
764 new = NULL;
765 }
766 /* enter critical section */
767 old = server->priv.data;
768 oldlen = server->priv.len;
769 server->priv.len = user.len;
770 server->priv.data = new;
771 /* leave critical section */
Pekka Enberg44db77f2006-01-14 13:21:12 -0800772 kfree(old);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 return 0;
774 }
775
776#ifdef CONFIG_NCPFS_NLS
777 case NCP_IOC_SETCHARSETS:
778 return ncp_set_charsets(server, argp);
779
780 case NCP_IOC_GETCHARSETS:
781 return ncp_get_charsets(server, argp);
782
783#endif /* CONFIG_NCPFS_NLS */
784
785 case NCP_IOC_SETDENTRYTTL:
David Howells48937022008-11-14 10:38:58 +1100786 if (file_permission(filp, MAY_WRITE) != 0 &&
787 uid != server->m.mounted_uid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 return -EACCES;
David Howells48937022008-11-14 10:38:58 +1100789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 {
791 u_int32_t user;
792
793 if (copy_from_user(&user, argp, sizeof(user)))
794 return -EFAULT;
795 /* 20 secs at most... */
796 if (user > 20000)
797 return -EINVAL;
798 user = (user * HZ) / 1000;
799 server->dentry_ttl = user;
800 return 0;
801 }
802
803 case NCP_IOC_GETDENTRYTTL:
804 {
805 u_int32_t user = (server->dentry_ttl * 1000) / HZ;
806 if (copy_to_user(argp, &user, sizeof(user)))
807 return -EFAULT;
808 return 0;
809 }
810
811 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 return -EINVAL;
813}
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700814
Dave Hansena761a1c2008-02-15 14:37:39 -0800815static int ncp_ioctl_need_write(unsigned int cmd)
816{
817 switch (cmd) {
818 case NCP_IOC_GET_FS_INFO:
819 case NCP_IOC_GET_FS_INFO_V2:
820 case NCP_IOC_NCPREQUEST:
821 case NCP_IOC_SETDENTRYTTL:
822 case NCP_IOC_SIGN_INIT:
823 case NCP_IOC_LOCKUNLOCK:
824 case NCP_IOC_SET_SIGN_WANTED:
825 return 1;
826 case NCP_IOC_GETOBJECTNAME:
827 case NCP_IOC_SETOBJECTNAME:
828 case NCP_IOC_GETPRIVATEDATA:
829 case NCP_IOC_SETPRIVATEDATA:
830 case NCP_IOC_SETCHARSETS:
831 case NCP_IOC_GETCHARSETS:
832 case NCP_IOC_CONN_LOGGED_IN:
833 case NCP_IOC_GETDENTRYTTL:
834 case NCP_IOC_GETMOUNTUID2:
835 case NCP_IOC_SIGN_WANTED:
836 case NCP_IOC_GETROOT:
837 case NCP_IOC_SETROOT:
838 return 0;
839 default:
840 /* unkown IOCTL command, assume write */
841 return 1;
842 }
843}
844
845int ncp_ioctl(struct inode *inode, struct file *filp,
846 unsigned int cmd, unsigned long arg)
847{
848 int ret;
849
850 if (ncp_ioctl_need_write(cmd)) {
851 /*
852 * inside the ioctl(), any failures which
853 * are because of file_permission() are
854 * -EACCESS, so it seems consistent to keep
855 * that here.
856 */
857 if (mnt_want_write(filp->f_path.mnt))
858 return -EACCES;
859 }
860 ret = __ncp_ioctl(inode, filp, cmd, arg);
861 if (ncp_ioctl_need_write(cmd))
862 mnt_drop_write(filp->f_path.mnt);
863 return ret;
864}
865
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700866#ifdef CONFIG_COMPAT
867long ncp_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
868{
Josef Sipek92e5bae2006-12-08 02:37:22 -0800869 struct inode *inode = file->f_path.dentry->d_inode;
Petr Vandrovec54f67f62006-09-30 23:27:55 -0700870 int ret;
871
872 lock_kernel();
873 arg = (unsigned long) compat_ptr(arg);
874 ret = ncp_ioctl(inode, file, cmd, arg);
875 unlock_kernel();
876 return ret;
877}
878#endif