1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796
|
/*
* support/nfs/export.c
*
* Parse the exports file. Derived from the unfsd implementation.
*
* Authors: Donald J. Becker, <becker@super.org>
* Rick Sladkey, <jrs@world.std.com>
* Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
* Olaf Kirch, <okir@monad.swb.de>
* Alexander O. Yuriev, <alex@bach.cis.temple.edu>
*
* This software maybe be used for any purpose provided
* the above copyright notice is retained. It is supplied
* as is, with no warranty expressed or implied.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <sys/param.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
#include <errno.h>
#include "nfslib.h"
#include "exportfs.h"
#include "xmalloc.h"
#include "xlog.h"
#include "xio.h"
#include "pseudoflavors.h"
#define EXPORT_DEFAULT_FLAGS \
(NFSEXP_READONLY|NFSEXP_ROOTSQUASH|NFSEXP_GATHERED_WRITES|NFSEXP_NOSUBTREECHECK)
struct flav_info flav_map[] = {
{ "krb5", RPC_AUTH_GSS_KRB5 },
{ "krb5i", RPC_AUTH_GSS_KRB5I },
{ "krb5p", RPC_AUTH_GSS_KRB5P },
{ "unix", AUTH_UNIX },
{ "sys", AUTH_SYS },
{ "null", AUTH_NULL },
{ "none", AUTH_NONE },
};
const int flav_map_size = sizeof(flav_map)/sizeof(flav_map[0]);
int export_errno;
static char *efname = NULL;
static XFILE *efp = NULL;
static int first;
static int has_default_opts, has_default_subtree_opts;
static int *squids = NULL, nsquids = 0,
*sqgids = NULL, nsqgids = 0;
static int getexport(char *exp, int len);
static int getpath(char *path, int len);
static int parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr);
static int parsesquash(char *list, int **idp, int *lenp, char **ep);
static int parsenum(char **cpp);
static void freesquash(void);
static void syntaxerr(char *msg);
void
setexportent(char *fname, char *type)
{
if (efp)
endexportent();
if (!fname)
fname = _PATH_EXPORTS;
if (!(efp = xfopen(fname, type)))
xlog(L_ERROR, "can't open %s for %sing",
fname, strcmp(type, "r")? "writ" : "read");
efname = strdup(fname);
first = 1;
}
static void init_exportent (struct exportent *ee, int fromkernel)
{
ee->e_flags = EXPORT_DEFAULT_FLAGS;
/* some kernels assume the default is sync rather than
* async. More recent kernels always report one or other,
* but this test makes sure we assume same as kernel
* Ditto for wgather
*/
if (fromkernel) {
ee->e_flags &= ~NFSEXP_ASYNC;
ee->e_flags &= ~NFSEXP_GATHERED_WRITES;
}
ee->e_anonuid = 65534;
ee->e_anongid = 65534;
ee->e_squids = NULL;
ee->e_sqgids = NULL;
ee->e_mountpoint = NULL;
ee->e_fslocmethod = FSLOC_NONE;
ee->e_fslocdata = NULL;
ee->e_secinfo[0].flav = NULL;
ee->e_nsquids = 0;
ee->e_nsqgids = 0;
ee->e_uuid = NULL;
ee->e_ttl = DEFAULT_TTL;
}
struct exportent *
getexportent(int fromkernel, int fromexports)
{
static struct exportent ee, def_ee;
char exp[512], *hostname;
char rpath[MAXPATHLEN+1];
char *opt, *sp;
int ok;
if (!efp)
return NULL;
freesquash();
if (first || (ok = getexport(exp, sizeof(exp))) == 0) {
has_default_opts = 0;
has_default_subtree_opts = 0;
init_exportent(&def_ee, fromkernel);
ok = getpath(def_ee.e_path, sizeof(def_ee.e_path));
if (ok <= 0)
return NULL;
ok = getexport(exp, sizeof(exp));
}
if (ok < 0) {
xlog(L_ERROR, "expected client(options...)");
export_errno = EINVAL;
return NULL;
}
first = 0;
/*
* Check for default options. The kernel will never have default
* options in /proc/fs/nfs/exports, however due to the initial '-' in
* the -test-client- string from the test export we have to check that
* we're not reading from the kernel.
*/
if (exp[0] == '-' && !fromkernel) {
if (parseopts(exp + 1, &def_ee, 0, &has_default_subtree_opts) < 0)
return NULL;
has_default_opts = 1;
ok = getexport(exp, sizeof(exp));
if (ok < 0) {
xlog(L_ERROR, "expected client(options...)");
export_errno = EINVAL;
return NULL;
}
}
ee = def_ee;
/* Check for default client */
if (ok == 0)
exp[0] = '\0';
hostname = exp;
if ((opt = strchr(exp, '(')) != NULL) {
if (opt == exp) {
xlog(L_WARNING, "No host name given with %s %s, suggest *%s to avoid warning", ee.e_path, exp, exp);
hostname = "*";
}
*opt++ = '\0';
if (!(sp = strchr(opt, ')')) || sp[1] != '\0') {
syntaxerr("bad option list");
export_errno = EINVAL;
return NULL;
}
*sp = '\0';
} else {
if (!has_default_opts)
xlog(L_WARNING, "No options for %s %s: suggest %s(sync) to avoid warning", ee.e_path, exp, exp);
}
xfree(ee.e_hostname);
ee.e_hostname = xstrdup(hostname);
if (parseopts(opt, &ee, fromexports && !has_default_subtree_opts, NULL) < 0)
return NULL;
/* resolve symlinks */
if (realpath(ee.e_path, rpath) != NULL) {
rpath[sizeof (rpath) - 1] = '\0';
strncpy(ee.e_path, rpath, sizeof (ee.e_path) - 1);
ee.e_path[sizeof (ee.e_path) - 1] = '\0';
}
return ⅇ
}
void secinfo_show(FILE *fp, struct exportent *ep)
{
struct sec_entry *p1, *p2;
int flags;
for (p1=ep->e_secinfo; p1->flav; p1=p2) {
fprintf(fp, ",sec=%s", p1->flav->flavour);
for (p2=p1+1; (p2->flav != NULL) && (p1->flags == p2->flags);
p2++) {
fprintf(fp, ":%s", p2->flav->flavour);
}
flags = p1->flags;
fprintf(fp, ",%s", (flags & NFSEXP_READONLY) ? "ro" : "rw");
fprintf(fp, ",%sroot_squash", (flags & NFSEXP_ROOTSQUASH)?
"" : "no_");
fprintf(fp, ",%sall_squash", (flags & NFSEXP_ALLSQUASH)?
"" : "no_");
}
}
void
putexportent(struct exportent *ep)
{
FILE *fp;
int *id, i;
char *esc=ep->e_path;
if (!efp)
return;
fp = efp->x_fp;
for (i=0; esc[i]; i++)
if (iscntrl(esc[i]) || esc[i] == '"' || esc[i] == '\\' || esc[i] == '#' || isspace(esc[i]))
fprintf(fp, "\\%03o", esc[i]);
else
fprintf(fp, "%c", esc[i]);
fprintf(fp, "\t%s(", ep->e_hostname);
fprintf(fp, "%s,", (ep->e_flags & NFSEXP_READONLY)? "ro" : "rw");
fprintf(fp, "%ssync,", (ep->e_flags & NFSEXP_ASYNC)? "a" : "");
fprintf(fp, "%swdelay,", (ep->e_flags & NFSEXP_GATHERED_WRITES)?
"" : "no_");
fprintf(fp, "%shide,", (ep->e_flags & NFSEXP_NOHIDE)?
"no" : "");
fprintf(fp, "%scrossmnt,", (ep->e_flags & NFSEXP_CROSSMOUNT)?
"" : "no");
fprintf(fp, "%ssecure,", (ep->e_flags & NFSEXP_INSECURE_PORT)?
"in" : "");
fprintf(fp, "%sroot_squash,", (ep->e_flags & NFSEXP_ROOTSQUASH)?
"" : "no_");
fprintf(fp, "%sall_squash,", (ep->e_flags & NFSEXP_ALLSQUASH)?
"" : "no_");
fprintf(fp, "%ssubtree_check,", (ep->e_flags & NFSEXP_NOSUBTREECHECK)?
"no_" : "");
fprintf(fp, "%ssecure_locks,", (ep->e_flags & NFSEXP_NOAUTHNLM)?
"in" : "");
fprintf(fp, "%sacl,", (ep->e_flags & NFSEXP_NOACL)?
"no_" : "");
if (ep->e_flags & NFSEXP_FSID) {
fprintf(fp, "fsid=%d,", ep->e_fsid);
}
if (ep->e_uuid)
fprintf(fp, "fsid=%s,", ep->e_uuid);
if (ep->e_mountpoint)
fprintf(fp, "mountpoint%s%s,",
ep->e_mountpoint[0]?"=":"", ep->e_mountpoint);
switch (ep->e_fslocmethod) {
case FSLOC_NONE:
break;
case FSLOC_REFER:
fprintf(fp, "refer=%s,", ep->e_fslocdata);
break;
case FSLOC_REPLICA:
fprintf(fp, "replicas=%s,", ep->e_fslocdata);
break;
#ifdef DEBUG
case FSLOC_STUB:
fprintf(fp, "fsloc=stub,");
break;
#endif
default:
xlog(L_ERROR, "unknown fsloc method for %s:%s",
ep->e_hostname, ep->e_path);
}
if ((id = ep->e_squids) != NULL) {
fprintf(fp, "squash_uids=");
for (i = 0; i < ep->e_nsquids; i += 2)
if (id[i] != id[i+1])
fprintf(fp, "%d-%d,", id[i], id[i+1]);
else
fprintf(fp, "%d,", id[i]);
}
if ((id = ep->e_sqgids) != NULL) {
fprintf(fp, "squash_gids=");
for (i = 0; i < ep->e_nsquids; i += 2)
if (id[i] != id[i+1])
fprintf(fp, "%d-%d,", id[i], id[i+1]);
else
fprintf(fp, "%d,", id[i]);
}
fprintf(fp, "anonuid=%d,anongid=%d", ep->e_anonuid, ep->e_anongid);
secinfo_show(fp, ep);
fprintf(fp, ")\n");
}
void
endexportent(void)
{
if (efp)
xfclose(efp);
efp = NULL;
if (efname)
free(efname);
efname = NULL;
freesquash();
}
void
dupexportent(struct exportent *dst, struct exportent *src)
{
int n;
*dst = *src;
if ((n = src->e_nsquids) != 0) {
dst->e_squids = (int *) xmalloc(n * sizeof(int));
memcpy(dst->e_squids, src->e_squids, n * sizeof(int));
}
if ((n = src->e_nsqgids) != 0) {
dst->e_sqgids = (int *) xmalloc(n * sizeof(int));
memcpy(dst->e_sqgids, src->e_sqgids, n * sizeof(int));
}
if (src->e_mountpoint)
dst->e_mountpoint = strdup(src->e_mountpoint);
if (src->e_fslocdata)
dst->e_fslocdata = strdup(src->e_fslocdata);
if (src->e_uuid)
dst->e_uuid = strdup(src->e_uuid);
dst->e_hostname = NULL;
}
struct exportent *
mkexportent(char *hname, char *path, char *options)
{
static struct exportent ee;
init_exportent(&ee, 0);
xfree(ee.e_hostname);
ee.e_hostname = xstrdup(hname);
if (strlen(path) >= sizeof(ee.e_path)) {
xlog(L_WARNING, "path name %s too long", path);
return NULL;
}
strncpy(ee.e_path, path, sizeof (ee.e_path));
ee.e_path[sizeof (ee.e_path) - 1] = '\0';
if (parseopts(options, &ee, 0, NULL) < 0)
return NULL;
return ⅇ
}
int
updateexportent(struct exportent *eep, char *options)
{
if (parseopts(options, eep, 0, NULL) < 0)
return 0;
return 1;
}
static int valid_uuid(char *uuid)
{
/* must have 32 hex digits */
int cnt;
for (cnt = 0 ; *uuid; uuid++)
if (isxdigit(*uuid))
cnt++;
return cnt == 32;
}
/*
* Append the given flavor to the exportent's e_secinfo array, or
* do nothing if it's already there. Returns the index of flavor
* in the resulting array in any case.
*/
int secinfo_addflavor(struct flav_info *flav, struct exportent *ep)
{
struct sec_entry *p;
for (p=ep->e_secinfo; p->flav; p++) {
if (p->flav == flav)
return p - ep->e_secinfo;
}
if (p - ep->e_secinfo >= SECFLAVOR_COUNT) {
xlog(L_ERROR, "more than %d security flavors on an export\n",
SECFLAVOR_COUNT);
return -1;
}
p->flav = flav;
p->flags = ep->e_flags;
(p+1)->flav = NULL;
return p - ep->e_secinfo;
}
static struct flav_info *find_flavor(char *name)
{
struct flav_info *flav;
for (flav = flav_map; flav < flav_map + flav_map_size; flav++)
if (strcmp(flav->flavour, name) == 0)
return flav;
return NULL;
}
/* @str is a colon seperated list of security flavors. Their order
* is recorded in @ep, and a bitmap corresponding to the list is returned.
* A zero return indicates an error.
*/
static unsigned int parse_flavors(char *str, struct exportent *ep)
{
unsigned int out=0;
char *flavor;
int bit;
while ( (flavor=strsep(&str, ":")) ) {
struct flav_info *flav = find_flavor(flavor);
if (flav == NULL) {
xlog(L_ERROR, "unknown flavor %s\n", flavor);
return 0;
}
bit = secinfo_addflavor(flav, ep);
if (bit < 0)
return 0;
out |= 1<<bit;
}
return out;
}
/* Sets the bits in @mask for the appropriate security flavor flags. */
static void setflags(int mask, unsigned int active, struct exportent *ep)
{
int bit=0;
ep->e_flags |= mask;
while (active) {
if (active & 1)
ep->e_secinfo[bit].flags |= mask;
bit++;
active >>= 1;
}
}
/* Clears the bits in @mask for the appropriate security flavor flags. */
static void clearflags(int mask, unsigned int active, struct exportent *ep)
{
int bit=0;
ep->e_flags &= ~mask;
while (active) {
if (active & 1)
ep->e_secinfo[bit].flags &= ~mask;
bit++;
active >>= 1;
}
}
/*
* For those flags which are not allowed to vary by pseudoflavor,
* ensure that the export flags agree with the flags on each
* pseudoflavor:
*/
void fix_pseudoflavor_flags(struct exportent *ep)
{
struct export_features *ef;
struct sec_entry *p;
ef = get_export_features();
for (p = ep->e_secinfo; p->flav; p++)
p->flags |= ep->e_flags & ~ef->secinfo_flags;
}
/*
* Parse option string pointed to by cp and set mount options accordingly.
*/
static int
parseopts(char *cp, struct exportent *ep, int warn, int *had_subtree_opt_ptr)
{
int had_subtree_opt = 0;
char *flname = efname?efname:"command line";
int flline = efp?efp->x_line:0;
unsigned int active = 0;
squids = ep->e_squids; nsquids = ep->e_nsquids;
sqgids = ep->e_sqgids; nsqgids = ep->e_nsqgids;
if (!cp)
goto out;
while (isblank(*cp))
cp++;
while (*cp) {
char *opt = strdup(cp);
char *optstart = cp;
while (*cp && *cp != ',')
cp++;
if (*cp) {
opt[cp-optstart] = '\0';
cp++;
}
/* process keyword */
if (strcmp(opt, "ro") == 0)
setflags(NFSEXP_READONLY, active, ep);
else if (strcmp(opt, "rw") == 0)
clearflags(NFSEXP_READONLY, active, ep);
else if (!strcmp(opt, "secure"))
clearflags(NFSEXP_INSECURE_PORT, active, ep);
else if (!strcmp(opt, "insecure"))
setflags(NFSEXP_INSECURE_PORT, active, ep);
else if (!strcmp(opt, "sync"))
clearflags(NFSEXP_ASYNC, active, ep);
else if (!strcmp(opt, "async"))
setflags(NFSEXP_ASYNC, active, ep);
else if (!strcmp(opt, "nohide"))
setflags(NFSEXP_NOHIDE, active, ep);
else if (!strcmp(opt, "hide"))
clearflags(NFSEXP_NOHIDE, active, ep);
else if (!strcmp(opt, "crossmnt"))
setflags(NFSEXP_CROSSMOUNT, active, ep);
else if (!strcmp(opt, "nocrossmnt"))
clearflags(NFSEXP_CROSSMOUNT, active, ep);
else if (!strcmp(opt, "wdelay"))
setflags(NFSEXP_GATHERED_WRITES, active, ep);
else if (!strcmp(opt, "no_wdelay"))
clearflags(NFSEXP_GATHERED_WRITES, active, ep);
else if (strcmp(opt, "root_squash") == 0)
setflags(NFSEXP_ROOTSQUASH, active, ep);
else if (!strcmp(opt, "no_root_squash"))
clearflags(NFSEXP_ROOTSQUASH, active, ep);
else if (strcmp(opt, "all_squash") == 0)
setflags(NFSEXP_ALLSQUASH, active, ep);
else if (strcmp(opt, "no_all_squash") == 0)
clearflags(NFSEXP_ALLSQUASH, active, ep);
else if (strcmp(opt, "subtree_check") == 0) {
had_subtree_opt = 1;
clearflags(NFSEXP_NOSUBTREECHECK, active, ep);
} else if (strcmp(opt, "no_subtree_check") == 0) {
had_subtree_opt = 1;
setflags(NFSEXP_NOSUBTREECHECK, active, ep);
} else if (strcmp(opt, "auth_nlm") == 0)
clearflags(NFSEXP_NOAUTHNLM, active, ep);
else if (strcmp(opt, "no_auth_nlm") == 0)
setflags(NFSEXP_NOAUTHNLM, active, ep);
else if (strcmp(opt, "secure_locks") == 0)
clearflags(NFSEXP_NOAUTHNLM, active, ep);
else if (strcmp(opt, "insecure_locks") == 0)
setflags(NFSEXP_NOAUTHNLM, active, ep);
else if (strcmp(opt, "acl") == 0)
clearflags(NFSEXP_NOACL, active, ep);
else if (strcmp(opt, "no_acl") == 0)
setflags(NFSEXP_NOACL, active, ep);
else if (strncmp(opt, "anonuid=", 8) == 0) {
char *oe;
ep->e_anonuid = strtol(opt+8, &oe, 10);
if (opt[8]=='\0' || *oe != '\0') {
xlog(L_ERROR, "%s: %d: bad anonuid \"%s\"\n",
flname, flline, opt);
bad_option:
free(opt);
export_errno = EINVAL;
return -1;
}
} else if (strncmp(opt, "anongid=", 8) == 0) {
char *oe;
ep->e_anongid = strtol(opt+8, &oe, 10);
if (opt[8]=='\0' || *oe != '\0') {
xlog(L_ERROR, "%s: %d: bad anongid \"%s\"\n",
flname, flline, opt);
goto bad_option;
}
} else if (strncmp(opt, "squash_uids=", 12) == 0) {
if (parsesquash(opt+12, &squids, &nsquids, &cp) < 0) {
goto bad_option;
}
} else if (strncmp(opt, "squash_gids=", 12) == 0) {
if (parsesquash(opt+12, &sqgids, &nsqgids, &cp) < 0) {
goto bad_option;
}
} else if (strncmp(opt, "fsid=", 5) == 0) {
char *oe;
if (strcmp(opt+5, "root") == 0) {
ep->e_fsid = 0;
setflags(NFSEXP_FSID, active, ep);
} else {
ep->e_fsid = strtoul(opt+5, &oe, 0);
if (opt[5]!='\0' && *oe == '\0')
setflags(NFSEXP_FSID, active, ep);
else if (valid_uuid(opt+5))
ep->e_uuid = strdup(opt+5);
else {
xlog(L_ERROR, "%s: %d: bad fsid \"%s\"\n",
flname, flline, opt);
goto bad_option;
}
}
} else if (strcmp(opt, "mountpoint")==0 ||
strcmp(opt, "mp") == 0 ||
strncmp(opt, "mountpoint=", 11)==0 ||
strncmp(opt, "mp=", 3) == 0) {
char * mp = strchr(opt, '=');
if (mp)
ep->e_mountpoint = strdup(mp+1);
else
ep->e_mountpoint = strdup("");
#ifdef DEBUG
} else if (strncmp(opt, "fsloc=", 6) == 0) {
if (strcmp(opt+6, "stub") == 0)
ep->e_fslocmethod = FSLOC_STUB;
else {
xlog(L_ERROR, "%s:%d: bad option %s\n",
flname, flline, opt);
goto bad_option;
}
#endif
} else if (strncmp(opt, "refer=", 6) == 0) {
ep->e_fslocmethod = FSLOC_REFER;
ep->e_fslocdata = strdup(opt+6);
} else if (strncmp(opt, "replicas=", 9) == 0) {
ep->e_fslocmethod = FSLOC_REPLICA;
ep->e_fslocdata = strdup(opt+9);
} else if (strncmp(opt, "sec=", 4) == 0) {
active = parse_flavors(opt+4, ep);
if (!active)
goto bad_option;
} else {
xlog(L_ERROR, "%s:%d: unknown keyword \"%s\"\n",
flname, flline, opt);
setflags(NFSEXP_ALLSQUASH | NFSEXP_READONLY, active, ep);
goto bad_option;
}
free(opt);
while (isblank(*cp))
cp++;
}
if (ep->e_secinfo[0].flav == NULL)
secinfo_addflavor(find_flavor("sys"), ep);
fix_pseudoflavor_flags(ep);
ep->e_squids = squids;
ep->e_sqgids = sqgids;
ep->e_nsquids = nsquids;
ep->e_nsqgids = nsqgids;
out:
if (warn && !had_subtree_opt)
xlog(L_WARNING, "%s [%d]: Neither 'subtree_check' or 'no_subtree_check' specified for export \"%s:%s\".\n"
" Assuming default behaviour ('no_subtree_check').\n"
" NOTE: this default has changed since nfs-utils version 1.0.x\n",
flname, flline,
ep->e_hostname, ep->e_path);
if (had_subtree_opt_ptr)
*had_subtree_opt_ptr = had_subtree_opt;
return 1;
}
static int
parsesquash(char *list, int **idp, int *lenp, char **ep)
{
char *cp = list;
int id0, id1;
int len = *lenp;
int *id = *idp;
if (**ep)
*--(*ep) = ',';
do {
id0 = parsenum(&cp);
if (*cp == '-') {
cp++;
id1 = parsenum(&cp);
} else {
id1 = id0;
}
if (id0 == -1 || id1 == -1) {
syntaxerr("uid/gid -1 not permitted");
return -1;
}
if ((len % 8) == 0)
id = (int *) xrealloc(id, (len + 8) * sizeof(*id));
id[len++] = id0;
id[len++] = id1;
if (!*cp || *cp == ')' || (*cp == ',' && !isdigit(cp[1])))
break;
if (*cp != ',') {
syntaxerr("bad uid/gid list");
return -1;
}
cp++;
} while(1);
if (**ep == ',') (*ep)++;
*lenp = len;
*idp = id;
return 1;
}
static void
freesquash(void)
{
if (squids) {
xfree (squids);
squids = NULL;
nsquids = 0;
}
if (sqgids) {
xfree (sqgids);
sqgids = NULL;
nsqgids = 0;
}
}
static int
parsenum(char **cpp)
{
char *cp = *cpp, c;
int num = 0;
if (**cpp == '-')
(*cpp)++;
while (isdigit(**cpp))
(*cpp)++;
c = **cpp; **cpp = '\0'; num = atoi(cp); **cpp = c;
return num;
}
static int
getpath(char *path, int len)
{
xskip(efp, " \t\n");
return xgettok(efp, 0, path, len);
}
static int
getexport(char *exp, int len)
{
int ok;
xskip(efp, " \t");
if ((ok = xgettok(efp, 0, exp, len)) < 0)
xlog(L_ERROR, "%s:%d: syntax error",
efname?"command line":efname, efp->x_line);
return ok;
}
static void
syntaxerr(char *msg)
{
xlog(L_ERROR, "%s:%d: syntax error: %s",
efname, efp?efp->x_line:0, msg);
}
struct export_features *get_export_features(void)
{
static char *path = "/proc/fs/nfsd/export_features";
static struct export_features ef;
static int cached = 0;
char buf[50];
int c;
int fd;
if (cached)
return &ef;
ef.flags = NFSEXP_OLDFLAGS;
ef.secinfo_flags = NFSEXP_OLD_SECINFO_FLAGS;
fd = open(path, O_RDONLY);
if (fd == -1)
goto good;
c = read(fd, buf, 50);
close(fd);
if (c == -1)
goto err;
c = sscanf(buf, "%x %x", &ef.flags, &ef.secinfo_flags);
if (c != 2)
goto err;
good:
cached = 1;
return &ef;
err:
xlog(L_WARNING, "unexpected error reading %s", path);
return &ef;
}
|