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 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840
|
/** BEGIN COPYRIGHT BLOCK
* Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
* Copyright (C) 2005 Red Hat, Inc.
* All rights reserved.
*
* License: GPL (version 3 or any later version).
* See LICENSE for details.
* END COPYRIGHT BLOCK **/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* vlv_srch.c */
#include "back-ldbm.h"
#include "vlv_srch.h"
/* Attributes for vlvSearch */
char *const type_vlvName = "cn";
char *const type_vlvBase = "vlvBase";
char *const type_vlvScope = "vlvScope";
char *const type_vlvFilter = "vlvFilter";
/* Attributes for vlvIndex */
char *const type_vlvSort = "vlvSort";
char *const type_vlvFilename = "vlvFilename";
char *const type_vlvEnabled = "vlvEnabled";
char *const type_vlvUses = "vlvUses";
static const char *file_prefix = "vlv#"; /* '#' used to avoid collision with real attributes */
static int vlvIndex_createfilename(struct vlvIndex *pIndex, char **ppc);
static int vlvIndex_equal(const struct vlvIndex *p1, const sort_spec *sort_control);
static void vlvIndex_checkforindex(struct vlvIndex *p, backend *be);
/*
* Create a new vlvSearch object
*/
struct vlvSearch *
vlvSearch_new()
{
struct vlvSearch *p = (struct vlvSearch *)slapi_ch_calloc(1, sizeof(struct vlvSearch));
if (p != NULL) {
p->vlv_e = NULL;
p->vlv_dn = NULL;
p->vlv_name = NULL;
p->vlv_base = NULL;
p->vlv_scope = LDAP_SCOPE_BASE;
p->vlv_filter = NULL;
p->vlv_slapifilter = NULL;
p->vlv_index = NULL;
p->vlv_next = NULL;
}
return p;
}
/*
* Trim spaces off the end of the string
*/
static void
trimspaces(char *s)
{
if (s) {
PRUint32 i = strlen(s) - 1;
while (i > 0 && isascii(s[i]) && isspace(s[i])) {
s[i] = '\0';
i--;
}
}
}
/*
* Re-Initialise a vlvSearch object
*/
void
vlvSearch_reinit(struct vlvSearch *p, const struct backentry *base)
{
if (p->vlv_initialized) {
return; /* no work to do */
}
if (LDAP_SCOPE_ONELEVEL != p->vlv_scope) {
/* Only kind we re-init is onelevel searches */
return;
}
/* Now down to work */
if (NULL != p->vlv_slapifilter) {
slapi_filter_free(p->vlv_slapifilter, 1);
}
p->vlv_slapifilter = slapi_str2filter(p->vlv_filter);
filter_normalize(p->vlv_slapifilter);
/* make (&(parentid=idofbase)(|(originalfilter)(objectclass=referral))) */
p->vlv_slapifilter = create_onelevel_filter(p->vlv_slapifilter, base, 0 /* managedsait */);
slapi_filter_optimise(p->vlv_slapifilter);
}
/*
* Initialise a vlvSearch object
*/
void
vlvSearch_init(struct vlvSearch *p, Slapi_PBlock *pb, const Slapi_Entry *e, ldbm_instance *inst)
{
/* VLV specification */
/* Need to copy the entry here because this one is in the cache,
* not forever ! */
p->vlv_e = slapi_entry_dup(e);
p->vlv_dn = slapi_sdn_dup(slapi_entry_get_sdn_const(e));
p->vlv_name = slapi_entry_attr_get_charptr(e, type_vlvName);
p->vlv_base = slapi_sdn_new_dn_passin(slapi_entry_attr_get_charptr(e, type_vlvBase));
p->vlv_scope = slapi_entry_attr_get_int(e, type_vlvScope);
p->vlv_filter = slapi_entry_attr_get_charptr(e, type_vlvFilter);
p->vlv_initialized = 1;
/* JCM: Should perform some validation and report errors to the error log */
/* JCM: Add brackets around the filter if none are there... */
trimspaces(p->vlv_name);
trimspaces(p->vlv_filter);
if (strlen(p->vlv_filter) > 0) {
/* Convert the textual filter, into a Slapi_Filter structure */
p->vlv_slapifilter = slapi_str2filter(p->vlv_filter);
filter_normalize(p->vlv_slapifilter);
}
/* JCM: Really should convert the slapifilter into a string and use that. */
/* Convert the filter based on the scope of the search */
switch (p->vlv_scope) {
case LDAP_SCOPE_BASE:
/* Don't need to alter the filter */
break;
case LDAP_SCOPE_ONELEVEL: {
/*
* Get the base object for the search.
* The entry "" will never be contained in the database,
* so treat it as a special case.
*/
struct backentry *e = NULL;
if (!slapi_sdn_isempty(p->vlv_base)) {
Slapi_Backend *oldbe = NULL;
entry_address addr;
back_txn txn = {NULL};
/* switch context to the target backend */
slapi_pblock_get(pb, SLAPI_BACKEND, &oldbe);
slapi_pblock_set(pb, SLAPI_BACKEND, inst->inst_be);
slapi_pblock_set(pb, SLAPI_PLUGIN, inst->inst_be->be_database);
slapi_pblock_get(pb, SLAPI_TXN, &txn.back_txn_txn);
addr.sdn = p->vlv_base;
addr.uniqueid = NULL;
e = find_entry(pb, inst->inst_be, &addr, &txn, NULL);
/* Check to see if the entry is absent. If it is, mark this search
* as not initialized */
if (NULL == e) {
p->vlv_initialized = 0;
/* We crash on anyhow, and rely on the fact that the filter
* we create is bogus to prevent chaos */
}
/* switch context back to the DSE backend */
/* coverity[var_deref_model] */
slapi_pblock_set(pb, SLAPI_BACKEND, oldbe);
if (oldbe) {
slapi_pblock_set(pb, SLAPI_PLUGIN, oldbe->be_database);
}
}
/* make (&(parentid=idofbase)(|(originalfilter)(objectclass=referral))) */
{
p->vlv_slapifilter = create_onelevel_filter(p->vlv_slapifilter, e, 0 /* managedsait */);
slapi_filter_optimise(p->vlv_slapifilter);
CACHE_RETURN(&inst->inst_cache, &e);
}
} break;
case LDAP_SCOPE_SUBTREE: {
/* make (|(originalfilter)(objectclass=referral))) */
/* No need for scope-filter since we apply a scope test before the filter test */
p->vlv_slapifilter = create_subtree_filter(p->vlv_slapifilter, 0 /* managedsait */);
slapi_filter_optimise(p->vlv_slapifilter);
} break;
}
}
/*
* Destroy an existing vlvSearch object
*/
void
vlvSearch_delete(struct vlvSearch **ppvs)
{
if (ppvs != NULL && *ppvs != NULL) {
struct vlvIndex *pi, *ni;
slapi_sdn_free(&((*ppvs)->vlv_dn));
slapi_ch_free((void **)&((*ppvs)->vlv_name));
slapi_sdn_free(&((*ppvs)->vlv_base));
slapi_ch_free((void **)&((*ppvs)->vlv_filter));
slapi_filter_free((*ppvs)->vlv_slapifilter, 1);
for (pi = (*ppvs)->vlv_index; pi != NULL;) {
ni = pi->vlv_next;
if (pi->vlv_be != NULL) {
vlvIndex_go_offline(pi, pi->vlv_be);
}
vlvIndex_delete(&pi);
pi = ni;
}
slapi_ch_free((void **)ppvs);
*ppvs = NULL;
}
}
/*
* Add a search to a list.
*
* We add it to the end of the list because there could
* be other threads traversing the list at this time.
*/
void
vlvSearch_addtolist(struct vlvSearch *p, struct vlvSearch **pplist)
{
if (pplist != NULL && p != NULL) {
p->vlv_next = NULL;
if (*pplist == NULL) {
*pplist = p;
} else {
struct vlvSearch *last = *pplist;
for (; last->vlv_next != NULL; last = last->vlv_next)
;
last->vlv_next = p;
}
}
}
/*
* Compare two VLV Searches to see if they're the same, based on their VLV Search specification.
*/
static struct vlvIndex *
vlvSearch_equal(const struct vlvSearch *p1, const Slapi_DN *base, int scope, const char *filter, const sort_spec *sort_control)
{
struct vlvIndex *pi = NULL;
int r = (slapi_sdn_compare(p1->vlv_base, base) == 0);
if (r)
r = (p1->vlv_scope == scope);
if (r)
r = (strcasecmp(p1->vlv_filter, filter) == 0);
if (r) {
pi = p1->vlv_index;
r = 0;
for (; !r && pi != NULL;) {
r = vlvIndex_equal(pi, sort_control);
if (!r) {
pi = pi->vlv_next;
}
}
}
return pi;
}
/*
* Find an enabled VLV Search in a list which matches the
* description provided in "base, scope, filter, sort_control"
*/
struct vlvIndex *
vlvSearch_findenabled(backend *be, struct vlvSearch *plist, const Slapi_DN *base, int scope, const char *filter, const sort_spec *sort_control)
{
struct vlvSearch *t = plist;
struct vlvIndex *pi = NULL;
for (; (t != NULL) && (pi == NULL); t = t->vlv_next) {
pi = vlvSearch_equal(t, base, scope, filter, sort_control);
if (pi != NULL) {
if (!vlvIndex_enabled(pi)) {
/*
* A VLV Spec which matched the search criteria was found.
* But it hasn't been enabled yet. Check to see if the
* index is there. But, only check once every 60 seconds.
*/
if (slapi_timespec_expire_check(&(pi->vlv_nextcheck)) == TIMER_EXPIRED) {
vlvIndex_checkforindex(pi, be);
slapi_timespec_expire_at(60, &(pi->vlv_nextcheck));
}
}
if (!vlvIndex_enabled(pi)) {
pi = NULL;
}
}
}
return pi;
}
/*
* Find a VLV Search in a list which matches the name
*/
struct vlvIndex *
vlvSearch_findname(const struct vlvSearch *plist, const char *name)
{
const struct vlvSearch *t = plist;
for (; t != NULL; t = t->vlv_next) {
struct vlvIndex *pi = t->vlv_index;
for (; pi != NULL; pi = pi->vlv_next) {
if (strcasecmp(pi->vlv_name, name) == 0) {
return pi;
}
}
}
return NULL;
}
/*
* Find a VLV Search in a list which matches the index name
*/
struct vlvIndex *
vlvSearch_findindexname(const struct vlvSearch *plist, const char *name)
{
const struct vlvSearch *t = plist;
if (NULL == name) {
return NULL;
}
for (; t != NULL; t = t->vlv_next) {
struct vlvIndex *pi = t->vlv_index;
for (; pi != NULL; pi = pi->vlv_next) {
if (strcasecmp(pi->vlv_attrinfo->ai_type, name) == 0) {
return pi;
}
}
}
return NULL;
}
/*
* Get a list of VLV Index names.
* The returned pointer must be freed with slapi_ch_free
*/
char *
vlvSearch_getnames(const struct vlvSearch *plist)
{
/* Work out how long the string will be */
char *text;
int length = 5; /* enough to hold 'none' */
const struct vlvSearch *t = plist;
for (; t != NULL; t = t->vlv_next) {
struct vlvIndex *pi = t->vlv_index;
for (; pi != NULL; pi = pi->vlv_next) {
length += strlen(pi->vlv_name) + 4;
}
}
/* Build a comma delimited list of Index names */
text = slapi_ch_malloc(length);
if (length == 5) {
strcpy(text, "none");
} else {
text[0] = '\0';
t = plist;
for (; t != NULL; t = t->vlv_next) {
struct vlvIndex *pi = t->vlv_index;
for (; pi != NULL; pi = pi->vlv_next) {
sprintf(text + strlen(text), "'%s', ", pi->vlv_name);
}
}
}
return text;
}
/*
* Find a VLV Search in a list, based on the DN.
*/
struct vlvSearch *
vlvSearch_finddn(const struct vlvSearch *plist, const Slapi_DN *dn)
{
const struct vlvSearch *curr = plist;
for (; curr != NULL && slapi_sdn_compare(curr->vlv_dn, dn) != 0; curr = curr->vlv_next)
;
return (struct vlvSearch *)curr;
}
/*
* Remove a VLV Search from a list, based on the DN.
*/
void
vlvSearch_removefromlist(struct vlvSearch **pplist, const Slapi_DN *dn)
{
int done = 0;
struct vlvSearch *prev = NULL;
struct vlvSearch *curr = *pplist;
while (curr != NULL && !done) {
if (slapi_sdn_compare(curr->vlv_dn, dn) == 0) {
if (curr == *pplist) {
*pplist = curr->vlv_next;
} else {
if (prev)
prev->vlv_next = curr->vlv_next;
}
done = 1;
} else {
prev = curr;
curr = curr->vlv_next;
}
}
}
/*
* Access Control Check to see if the client is allowed to use this VLV Search.
*/
int
vlvSearch_accessallowed(struct vlvSearch *p, Slapi_PBlock *pb)
{
char *attrs[2] = {NULL, NULL};
attrs[0] = type_vlvName;
return (plugin_call_acl_plugin(pb, (Slapi_Entry *)p->vlv_e, attrs, NULL,
SLAPI_ACL_READ, ACLPLUGIN_ACCESS_READ_ON_VLV, NULL));
}
const Slapi_DN *
vlvSearch_getBase(struct vlvSearch *p)
{
return p->vlv_base;
}
int
vlvSearch_getScope(struct vlvSearch *p)
{
return p->vlv_scope;
}
Slapi_Filter *
vlvSearch_getFilter(struct vlvSearch *p)
{
return p->vlv_slapifilter;
}
int
vlvSearch_isVlvSearchEntry(Slapi_Entry *e)
{
return slapi_entry_attr_hasvalue(e, "objectclass", "vlvsearch");
}
void
vlvSearch_addIndex(struct vlvSearch *pSearch, struct vlvIndex *pIndex)
{
pIndex->vlv_next = NULL;
if (pSearch->vlv_index == NULL) {
pSearch->vlv_index = pIndex;
} else {
struct vlvIndex *last = pSearch->vlv_index;
for (; last->vlv_next != NULL; last = last->vlv_next)
;
last->vlv_next = pIndex;
}
}
/* ============================================================================================== */
/*
* Create a new vlvIndex object
*/
struct vlvIndex *
vlvIndex_new()
{
struct vlvIndex *p = (struct vlvIndex *)slapi_ch_calloc(1, sizeof(struct vlvIndex));
if (p != NULL) {
p->vlv_attrinfo = attrinfo_new();
p->vlv_indexlength_lock = PR_NewLock();
p->vlv_online = 1;
}
return p;
}
/*
* Destroy an existing vlvIndex object
*/
void
vlvIndex_delete(struct vlvIndex **ppvs)
{
if (ppvs != NULL && *ppvs != NULL) {
slapi_ch_free((void **)&((*ppvs)->vlv_sortspec));
{
int n;
for (n = 0; (*ppvs)->vlv_sortkey[n] != NULL; n++) {
if ((*ppvs)->vlv_mrpb[n] != NULL) {
destroy_matchrule_indexer((*ppvs)->vlv_mrpb[n]);
slapi_pblock_destroy((*ppvs)->vlv_mrpb[n]);
}
}
}
internal_ldap_free_sort_keylist((*ppvs)->vlv_sortkey);
dblayer_erase_index_file((*ppvs)->vlv_be, (*ppvs)->vlv_attrinfo, PR_FALSE, 1 /* chkpt if not busy */);
attrinfo_delete(&((*ppvs)->vlv_attrinfo));
slapi_ch_free((void **)&((*ppvs)->vlv_name));
slapi_ch_free((void **)&((*ppvs)->vlv_filename));
slapi_ch_free((void **)&((*ppvs)->vlv_mrpb));
PR_DestroyLock((*ppvs)->vlv_indexlength_lock);
slapi_ch_free((void **)ppvs);
*ppvs = NULL;
}
}
/*
* Initialise a vlvSearch object
*/
void
vlvIndex_init(struct vlvIndex *p, backend *be, struct vlvSearch *pSearch, const Slapi_Entry *e)
{
struct ldbminfo *li = (struct ldbminfo *)be->be_database->plg_private;
const char *file_suffix = dblayer_get_db_suffix(be);
char *filename = NULL;
if (NULL == p)
return;
/* JCM: Should perform some validation and report errors to the error log */
/* JCM: Add brackets around the filter if none are there... */
p->vlv_sortspec = slapi_entry_attr_get_charptr(e, type_vlvSort);
trimspaces(p->vlv_sortspec);
p->vlv_name = slapi_entry_attr_get_charptr(e, type_vlvName);
trimspaces(p->vlv_name);
p->vlv_search = pSearch;
/* Convert the textual sort specification into a keylist structure */
internal_ldap_create_sort_keylist(&(p->vlv_sortkey), p->vlv_sortspec);
{
/*
* For each sort attribute find the appropriate syntax plugin,
* and if it has a matching rule, create a matching rule indexer object.
*/
int n;
for (n = 0; p->vlv_sortkey[n] != NULL; n++)
;
p->vlv_mrpb = (Slapi_PBlock **)slapi_ch_calloc(n + 1, sizeof(Slapi_PBlock *));
for (n = 0; p->vlv_sortkey[n] != NULL; n++) {
if (p->vlv_sortkey[n]->sk_matchruleoid != NULL) {
create_matchrule_indexer(&p->vlv_mrpb[n], p->vlv_sortkey[n]->sk_matchruleoid, p->vlv_sortkey[n]->sk_attrtype);
}
}
}
/* Create an index filename for the search */
if (vlvIndex_createfilename(p, &filename)) {
p->vlv_filename = slapi_ch_smprintf("%s%s%s", file_prefix, filename, file_suffix);
/* Create an attrinfo structure */
p->vlv_attrinfo->ai_type = slapi_ch_smprintf("%s%s", file_prefix, filename);
p->vlv_attrinfo->ai_indexmask = INDEX_VLV;
/* Check if the index file actually exists */
if (li != NULL) {
vlvIndex_checkforindex(p, be);
}
slapi_timespec_expire_at(60, &(p->vlv_nextcheck));
}
slapi_ch_free((void **)&filename);
}
/*
* Determine how many {key,data} pairs there are in the VLV Index.
* We only work out the length of the index once, then we cache
* it and maintain it.
*/
PRUint32
vlvIndex_get_indexlength(backend *be, struct vlvIndex *p, dbi_db_t *db, back_txn *txn)
{
int nbentries = 0;
int err = 0;
if (NULL == p)
return 0;
if (!p->vlv_indexlength_cached) {
PR_Lock(p->vlv_indexlength_lock);
err = dblayer_get_entries_count(be, db, (txn ? txn->back_txn_txn : NULL), &nbentries);
if (err == 0) {
p->vlv_indexlength_cached = 1;
p->vlv_indexlength = nbentries;
}
PR_Unlock(p->vlv_indexlength_lock);
}
return p->vlv_indexlength;
}
/*
* Increment the index length count.
* We keep track of the index length for efficiency.
*/
void
vlvIndex_increment_indexlength(backend *be, struct vlvIndex *p, dbi_db_t *db, back_txn *txn)
{
if (NULL == p)
return;
if (p->vlv_indexlength_cached) {
PR_Lock(p->vlv_indexlength_lock);
p->vlv_indexlength++;
PR_Unlock(p->vlv_indexlength_lock);
} else {
p->vlv_indexlength = vlvIndex_get_indexlength(be, p, db, txn);
}
}
/*
* Decrement the index length count.
* We keep track of the index length for efficiency.
*/
void
vlvIndex_decrement_indexlength(backend *be, struct vlvIndex *p, dbi_db_t *db, back_txn *txn)
{
if (NULL == p)
return;
if (p->vlv_indexlength_cached) {
/* jcm: Check for underflow? */
PR_Lock(p->vlv_indexlength_lock);
p->vlv_indexlength--;
PR_Unlock(p->vlv_indexlength_lock);
} else {
p->vlv_indexlength = vlvIndex_get_indexlength(be, p, db, txn);
}
}
/*
* Increment the usage counter
*/
void
vlvIndex_incrementUsage(struct vlvIndex *p)
{
if (NULL == p)
return;
p->vlv_uses++;
}
/*
* Get the filename of the index.
*/
const char *
vlvIndex_filename(const struct vlvIndex *p)
{
if (NULL == p)
return NULL;
return p->vlv_filename;
}
/*
* Check if the index is available.
*/
int
vlvIndex_enabled(const struct vlvIndex *p)
{
if (NULL == p)
return 0;
return p->vlv_enabled;
}
int
vlvIndex_online(const struct vlvIndex *p)
{
if (NULL == p)
return 0;
return p->vlv_online;
}
void
vlvIndex_go_offline(struct vlvIndex *p, backend *be)
{
if (NULL == p)
return;
p->vlv_online = 0;
p->vlv_enabled = 0;
p->vlv_indexlength = 0;
p->vlv_attrinfo->ai_indexmask |= INDEX_OFFLINE;
dblayer_erase_index_file(be, p->vlv_attrinfo, PR_FALSE, 1 /* chkpt if not busy */);
}
void
vlvIndex_go_online(struct vlvIndex *p, backend *be)
{
if (NULL == p)
return;
p->vlv_attrinfo->ai_indexmask &= ~INDEX_OFFLINE;
p->vlv_online = 1;
vlvIndex_checkforindex(p, be);
}
/*
* Access Control Check to see if the client is allowed to use this VLV Index.
*/
int
vlvIndex_accessallowed(struct vlvIndex *p, Slapi_PBlock *pb)
{
if (NULL == p)
return 0;
return vlvSearch_accessallowed(p->vlv_search, pb);
}
const Slapi_DN *
vlvIndex_getBase(struct vlvIndex *p)
{
if (NULL == p)
return NULL;
return vlvSearch_getBase(p->vlv_search);
}
int
vlvIndex_getScope(struct vlvIndex *p)
{
if (NULL == p)
return 0;
return vlvSearch_getScope(p->vlv_search);
}
Slapi_Filter *
vlvIndex_getFilter(struct vlvIndex *p)
{
if (NULL == p)
return NULL;
return vlvSearch_getFilter(p->vlv_search);
}
const char *
vlvIndex_getName(struct vlvIndex *p)
{
if (NULL == p)
return NULL;
return p->vlv_name;
}
/*
* JCM: Could also match reverse sense of index and use in reverse.
*/
static int
vlvIndex_equal(const struct vlvIndex *p1, const sort_spec *sort_control)
{
int r = 1;
const sort_spec *t1 = sort_control;
LDAPsortkey *t2 = p1->vlv_sortkey[0];
int n = 1;
for (; t1 != NULL && t2 != NULL && r; t1 = t1->next, t2 = p1->vlv_sortkey[n], n++) {
r = (t1->order && t2->sk_reverseorder) || (!t1->order && !t2->sk_reverseorder);
if (r)
r = (strcasecmp(t1->type, t2->sk_attrtype) == 0);
if (r) {
if (t1->matchrule == NULL && t2->sk_matchruleoid == NULL) {
r = 1;
} else if (t1->matchrule != NULL && t2->sk_matchruleoid != NULL) {
r = (strcasecmp(t1->matchrule, t2->sk_matchruleoid) == 0);
} else {
r = 0;
}
}
}
if (r)
r = (t1 == NULL && t2 == NULL);
return r;
}
/*
* Check if the index file actually exists,
* and set vlv_enabled appropriately
*/
static void
vlvIndex_checkforindex(struct vlvIndex *p, backend *be)
{
struct ldbminfo *li = (struct ldbminfo *)be->be_database->plg_private;
dbi_db_t *db = NULL;
/* if the vlv index is offline (being generated), don't even look */
if (!p->vlv_online) {
/* In lmdb case, always open the dbi */
if (li->li_flags & LI_LMDB_IMPL) {
(void) dblayer_get_index_file(be, p->vlv_attrinfo, &db, 0) ;
}
return;
}
if (dblayer_get_index_file(be, p->vlv_attrinfo, &db, 0) == 0) {
p->vlv_enabled = 1;
dblayer_release_index_file(be, p->vlv_attrinfo, db);
} else {
p->vlv_enabled = 0;
}
}
int
vlvIndex_isVlvIndexEntry(Slapi_Entry *e)
{
return slapi_entry_attr_hasvalue(e, "objectclass", "vlvindex");
}
/*
* Create the filename for the index.
* Extract all the alphanumeric characters from the descriptive name.
* Convert to all lower case.
*/
static int
vlvIndex_createfilename(struct vlvIndex *pIndex, char **ppc)
{
int filenameValid = 1;
unsigned int i;
char *p, *filename;
filename = slapi_ch_malloc(strlen(pIndex->vlv_name) + 1);
p = filename;
for (i = 0; i < strlen(pIndex->vlv_name); i++) {
if (isalnum(pIndex->vlv_name[i])) {
*p = TOLOWER(pIndex->vlv_name[i]);
p++;
}
}
*p = '\0';
if (strlen(filename) == 0) {
slapi_log_err(SLAPI_LOG_ERR, "vlvIndex_createfilename - Couldn't generate valid filename from Virtual List View Index Name (%s). Need some alphabetical characters.\n", pIndex->vlv_name, 0, 0);
filenameValid = 0;
}
/* JCM: Check if this file clashes with another VLV Index filename */
*ppc = filename;
return filenameValid;
}
int
vlv_isvlv(char *filename)
{
if (0 == strncmp(filename, file_prefix, 4))
return 1;
return 0;
}
void
internal_ldap_free_sort_keylist(LDAPsortkey **sortKeyList)
{
ldap_free_sort_keylist((LDAPSortKey **)sortKeyList);
}
int
internal_ldap_create_sort_keylist(LDAPsortkey ***sortKeyList, const char *string_rep)
{
return ldap_create_sort_keylist((LDAPSortKey ***)sortKeyList, (char *)string_rep);
}
|