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 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004
|
/*
* This is a data store backend for the Citadel server which uses Berkeley DB.
*
* Copyright (c) 1987-2016 by the citadel.org team
*
* This program is open source software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 3.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
/*****************************************************************************
Tunable configuration parameters for the Berkeley DB back end
*****************************************************************************/
/* Citadel will checkpoint the db at the end of every session, but only if
* the specified number of kilobytes has been written, or if the specified
* number of minutes has passed, since the last checkpoint.
*/
#define MAX_CHECKPOINT_KBYTES 256
#define MAX_CHECKPOINT_MINUTES 15
/*****************************************************************************/
#include "sysdep.h"
#include <stdio.h>
#include <dirent.h>
#include <zlib.h>
#ifdef HAVE_DB_H
#include <db.h>
#elif defined(HAVE_DB4_DB_H)
#include <db4/db.h>
#else
#error Neither <db.h> nor <db4/db.h> was found by configure. Install db4-devel.
#endif
#if DB_VERSION_MAJOR < 4 || DB_VERSION_MINOR < 1
#error Citadel requires Berkeley DB v4.1 or newer. Please upgrade.
#endif
#include <libcitadel.h>
#include "ctdl_module.h"
#include "control.h"
#include "citserver.h"
#include "config.h"
static DB *dbp[MAXCDB]; /* One DB handle for each Citadel database */
static DB_ENV *dbenv; /* The DB environment (global) */
void cdb_abort(void) {
syslog(LOG_DEBUG,
"citserver is stopping in order to prevent data loss. uid=%d gid=%d euid=%d egid=%d",
getuid(),
getgid(),
geteuid(),
getegid()
);
cit_backtrace();
exit(CTDLEXIT_DB);
}
/* Verbose logging callback */
void cdb_verbose_log(const DB_ENV *dbenv, const char *msg)
{
if (!IsEmptyStr(msg)) {
syslog(LOG_DEBUG, "DB: %s", msg);
cit_backtrace();
}
}
/* Verbose logging callback */
void cdb_verbose_err(const DB_ENV *dbenv, const char *errpfx, const char *msg)
{
int *FOO = NULL;
syslog(LOG_ALERT, "DB: %s", msg);
cit_backtrace();
*FOO = 1;
}
/* just a little helper function */
static void txabort(DB_TXN * tid)
{
int ret;
ret = tid->abort(tid);
if (ret) {
syslog(LOG_EMERG, "bdb(): txn_abort: %s", db_strerror(ret));
cdb_abort();
}
}
/* this one is even more helpful than the last. */
static void txcommit(DB_TXN * tid)
{
int ret;
ret = tid->commit(tid, 0);
if (ret) {
syslog(LOG_EMERG, "bdb(): txn_commit: %s", db_strerror(ret));
cdb_abort();
}
}
/* are you sensing a pattern yet? */
static void txbegin(DB_TXN ** tid)
{
int ret;
ret = dbenv->txn_begin(dbenv, NULL, tid, 0);
if (ret) {
syslog(LOG_EMERG, "bdb(): txn_begin: %s", db_strerror(ret));
cdb_abort();
}
}
static void dbpanic(DB_ENV * env, int errval)
{
syslog(LOG_EMERG, "bdb(): PANIC: %s", db_strerror(errval));
cit_backtrace();
}
static void cclose(DBC * cursor)
{
int ret;
if ((ret = cursor->c_close(cursor))) {
syslog(LOG_EMERG, "bdb(): c_close: %s", db_strerror(ret));
cdb_abort();
}
}
static void bailIfCursor(DBC ** cursors, const char *msg)
{
int i;
for (i = 0; i < MAXCDB; i++)
if (cursors[i] != NULL) {
syslog(LOG_EMERG, "bdb(): cursor still in progress on cdb %02x: %s", i, msg);
cdb_abort();
}
}
void cdb_check_handles(void)
{
bailIfCursor(TSD->cursors, "in check_handles");
if (TSD->tid != NULL) {
syslog(LOG_EMERG, "bdb(): transaction still in progress!");
cdb_abort();
}
}
/*
* Cull the database logs
*/
void cdb_cull_logs(void)
{
u_int32_t flags;
int ret;
char **file, **list;
char errmsg[SIZ];
flags = DB_ARCH_ABS;
/* Get the list of names. */
if ((ret = dbenv->log_archive(dbenv, &list, flags)) != 0) {
syslog(LOG_ERR, "cdb_cull_logs: %s", db_strerror(ret));
return;
}
/* Print the list of names. */
if (list != NULL) {
for (file = list; *file != NULL; ++file) {
syslog(LOG_DEBUG, "Deleting log: %s", *file);
ret = unlink(*file);
if (ret != 0) {
snprintf(errmsg, sizeof(errmsg),
" ** ERROR **\n \n \n "
"Citadel was unable to delete the "
"database log file '%s' because of the "
"following error:\n \n %s\n \n"
" This log file is no longer in use "
"and may be safely deleted.\n",
*file, strerror(errno));
CtdlAideMessage(errmsg, "Database Warning Message");
}
}
free(list);
}
}
/*
* Request a checkpoint of the database. Called once per minute by the thread manager.
*/
void cdb_checkpoint(void)
{
int ret;
MARKM_syslog(LOG_DEBUG, "-- db checkpoint --");
ret = dbenv->txn_checkpoint(dbenv, MAX_CHECKPOINT_KBYTES, MAX_CHECKPOINT_MINUTES, 0);
if (ret != 0) {
syslog(LOG_EMERG, "cdb_checkpoint: txn_checkpoint: %s", db_strerror(ret));
cdb_abort();
}
/* After a successful checkpoint, we can cull the unused logs */
if (CtdlGetConfigInt("c_auto_cull")) {
cdb_cull_logs();
}
}
/*
* Open the various databases we'll be using. Any database which
* does not exist should be created. Note that we don't need a
* critical section here, because there aren't any active threads
* manipulating the database yet.
*/
void open_databases(void)
{
int ret;
int i;
char dbfilename[32];
u_int32_t flags = 0;
int dbversion_major, dbversion_minor, dbversion_patch;
syslog(LOG_DEBUG, "bdb(): open_databases() starting");
syslog(LOG_DEBUG, "Compiled db: %s", DB_VERSION_STRING);
syslog(LOG_INFO, " Linked db: %s", db_version(&dbversion_major, &dbversion_minor, &dbversion_patch));
syslog(LOG_INFO, "Linked zlib: %s\n", zlibVersion());
/*
* Silently try to create the database subdirectory. If it's
* already there, no problem.
*/
if ((mkdir(ctdl_data_dir, 0700) != 0) && (errno != EEXIST)){
syslog(LOG_EMERG,
"unable to create database directory [%s]: %s",
ctdl_data_dir, strerror(errno));
}
if (chmod(ctdl_data_dir, 0700) != 0){
syslog(LOG_EMERG,
"unable to set database directory accessrights [%s]: %s",
ctdl_data_dir, strerror(errno));
}
if (chown(ctdl_data_dir, CTDLUID, (-1)) != 0){
syslog(LOG_EMERG,
"unable to set the owner for [%s]: %s",
ctdl_data_dir, strerror(errno));
}
syslog(LOG_DEBUG, "bdb(): Setting up DB environment\n");
/* db_env_set_func_yield((int (*)(u_long, u_long))sched_yield); */
ret = db_env_create(&dbenv, 0);
if (ret) {
syslog(LOG_EMERG, "bdb(): db_env_create: %s\n", db_strerror(ret));
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
dbenv->set_errpfx(dbenv, "citserver");
dbenv->set_paniccall(dbenv, dbpanic);
dbenv->set_errcall(dbenv, cdb_verbose_err);
dbenv->set_errpfx(dbenv, "ctdl");
#if (DB_VERSION_MAJOR > 4) || ( (DB_VERSION_MAJOR == 4) && (DB_VERSION_MINOR >= 3) )
dbenv->set_msgcall(dbenv, cdb_verbose_log);
#endif
dbenv->set_verbose(dbenv, DB_VERB_DEADLOCK, 1);
dbenv->set_verbose(dbenv, DB_VERB_RECOVERY, 1);
/*
* We want to specify the shared memory buffer pool cachesize,
* but everything else is the default.
*/
ret = dbenv->set_cachesize(dbenv, 0, 64 * 1024, 0);
if (ret) {
syslog(LOG_EMERG, "bdb(): set_cachesize: %s\n", db_strerror(ret));
dbenv->close(dbenv, 0);
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
if ((ret = dbenv->set_lk_detect(dbenv, DB_LOCK_DEFAULT))) {
syslog(LOG_EMERG, "bdb(): set_lk_detect: %s\n", db_strerror(ret));
dbenv->close(dbenv, 0);
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
flags = DB_CREATE | DB_INIT_MPOOL | DB_PRIVATE | DB_INIT_TXN | DB_INIT_LOCK | DB_THREAD | DB_RECOVER;
syslog(LOG_DEBUG, "dbenv->open(dbenv, %s, %d, 0)\n", ctdl_data_dir, flags);
ret = dbenv->open(dbenv, ctdl_data_dir, flags, 0);
if (ret == DB_RUNRECOVERY) {
syslog(LOG_ALERT, "dbenv->open: %s\n", db_strerror(ret));
syslog(LOG_ALERT, "Attempting recovery...\n");
flags |= DB_RECOVER;
ret = dbenv->open(dbenv, ctdl_data_dir, flags, 0);
}
if (ret == DB_RUNRECOVERY) {
syslog(LOG_ALERT, "dbenv->open: %s\n", db_strerror(ret));
syslog(LOG_ALERT, "Attempting catastrophic recovery...\n");
flags &= ~DB_RECOVER;
flags |= DB_RECOVER_FATAL;
ret = dbenv->open(dbenv, ctdl_data_dir, flags, 0);
}
if (ret) {
syslog(LOG_EMERG, "dbenv->open: %s\n", db_strerror(ret));
dbenv->close(dbenv, 0);
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
syslog(LOG_INFO, "Starting up DB\n");
for (i = 0; i < MAXCDB; ++i) {
/* Create a database handle */
ret = db_create(&dbp[i], dbenv, 0);
if (ret) {
syslog(LOG_EMERG, "db_create: %s\n", db_strerror(ret));
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
/* Arbitrary names for our tables -- we reference them by
* number, so we don't have string names for them.
*/
snprintf(dbfilename, sizeof dbfilename, "cdb.%02x", i);
ret = dbp[i]->open(dbp[i],
NULL,
dbfilename,
NULL,
DB_BTREE,
DB_CREATE | DB_AUTO_COMMIT | DB_THREAD,
0600
);
if (ret) {
syslog(LOG_EMERG, "db_open[%02x]: %s\n", i, db_strerror(ret));
if (ret == ENOMEM) {
syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php?id=faq:troubleshooting:out_of_lock_entries for more information.");
}
syslog(LOG_EMERG, "exit code %d\n", ret);
exit(CTDLEXIT_DB);
}
}
}
/* Make sure we own all the files, because in a few milliseconds
* we're going to drop root privs.
*/
void cdb_chmod_data(void) {
DIR *dp;
struct dirent *d;
char filename[PATH_MAX];
dp = opendir(ctdl_data_dir);
if (dp != NULL) {
while (d = readdir(dp), d != NULL) {
if (d->d_name[0] != '.') {
snprintf(filename, sizeof filename,
"%s/%s", ctdl_data_dir, d->d_name);
syslog(LOG_DEBUG, "chmod(%s, 0600) returned %d\n",
filename, chmod(filename, 0600)
);
syslog(LOG_DEBUG, "chown(%s, CTDLUID, -1) returned %d\n",
filename, chown(filename, CTDLUID, (-1))
);
}
}
closedir(dp);
}
syslog(LOG_DEBUG, "open_databases() finished\n");
}
/*
* Close all of the db database files we've opened. This can be done
* in a loop, since it's just a bunch of closes.
*/
void close_databases(void)
{
int a;
int ret;
if ((ret = dbenv->txn_checkpoint(dbenv, 0, 0, 0))) {
syslog(LOG_EMERG,
"txn_checkpoint: %s\n", db_strerror(ret));
}
/* print some statistics... */
#ifdef DB_STAT_ALL
dbenv->lock_stat_print(dbenv, DB_STAT_ALL);
#endif
/* close the tables */
for (a = 0; a < MAXCDB; ++a) {
syslog(LOG_INFO, "Closing database %02x\n", a);
ret = dbp[a]->close(dbp[a], 0);
if (ret) {
syslog(LOG_EMERG, "db_close: %s\n", db_strerror(ret));
}
}
/* Close the handle. */
ret = dbenv->close(dbenv, 0);
if (ret) {
syslog(LOG_EMERG, "DBENV->close: %s\n", db_strerror(ret));
}
}
/*
* Decompress a database item if it was compressed on disk
*/
void cdb_decompress_if_necessary(struct cdbdata *cdb)
{
static int magic = COMPRESS_MAGIC;
if ((cdb == NULL) ||
(cdb->ptr == NULL) ||
(cdb->len < sizeof(magic)) ||
(memcmp(cdb->ptr, &magic, sizeof(magic))))
return;
/* At this point we know we're looking at a compressed item. */
struct CtdlCompressHeader zheader;
char *uncompressed_data;
char *compressed_data;
uLongf destLen, sourceLen;
size_t cplen;
memset(&zheader, 0, sizeof(struct CtdlCompressHeader));
cplen = sizeof(struct CtdlCompressHeader);
if (sizeof(struct CtdlCompressHeader) > cdb->len)
cplen = cdb->len;
memcpy(&zheader, cdb->ptr, cplen);
compressed_data = cdb->ptr;
compressed_data += sizeof(struct CtdlCompressHeader);
sourceLen = (uLongf) zheader.compressed_len;
destLen = (uLongf) zheader.uncompressed_len;
uncompressed_data = malloc(zheader.uncompressed_len);
if (uncompress((Bytef *) uncompressed_data,
(uLongf *) & destLen,
(const Bytef *) compressed_data,
(uLong) sourceLen) != Z_OK) {
syslog(LOG_EMERG, "uncompress() error\n");
cdb_abort();
}
free(cdb->ptr);
cdb->len = (size_t) destLen;
cdb->ptr = uncompressed_data;
}
/*
* Store a piece of data. Returns 0 if the operation was successful. If a
* key already exists it should be overwritten.
*/
int cdb_store(int cdb, const void *ckey, int ckeylen, void *cdata, int cdatalen)
{
DBT dkey, ddata;
DB_TXN *tid;
int ret = 0;
struct CtdlCompressHeader zheader;
char *compressed_data = NULL;
int compressing = 0;
size_t buffer_len = 0;
uLongf destLen = 0;
memset(&dkey, 0, sizeof(DBT));
memset(&ddata, 0, sizeof(DBT));
dkey.size = ckeylen;
/* no, we don't care for this error. */
dkey.data = ckey;
ddata.size = cdatalen;
ddata.data = cdata;
/* Only compress Visit records. Everything else is uncompressed. */
if (cdb == CDB_VISIT) {
compressing = 1;
zheader.magic = COMPRESS_MAGIC;
zheader.uncompressed_len = cdatalen;
buffer_len = ((cdatalen * 101) / 100) + 100
+ sizeof(struct CtdlCompressHeader);
destLen = (uLongf) buffer_len;
compressed_data = malloc(buffer_len);
if (compress2((Bytef *) (compressed_data + sizeof(struct CtdlCompressHeader)),
&destLen, (Bytef *) cdata, (uLongf) cdatalen, 1) != Z_OK)
{
syslog(LOG_EMERG, "compress2() error\n");
cdb_abort();
}
zheader.compressed_len = (size_t) destLen;
memcpy(compressed_data, &zheader, sizeof(struct CtdlCompressHeader));
ddata.size = (size_t) (sizeof(struct CtdlCompressHeader) + zheader.compressed_len);
ddata.data = compressed_data;
}
if (TSD->tid != NULL) {
ret = dbp[cdb]->put(dbp[cdb], /* db */
TSD->tid, /* transaction ID */
&dkey, /* key */
&ddata, /* data */
0); /* flags */
if (ret) {
syslog(LOG_EMERG, "cdb_store(%d): %s", cdb, db_strerror(ret));
cdb_abort();
}
if (compressing)
free(compressed_data);
return ret;
} else {
bailIfCursor(TSD->cursors, "attempt to write during r/o cursor");
retry:
txbegin(&tid);
if ((ret = dbp[cdb]->put(dbp[cdb], /* db */
tid, /* transaction ID */
&dkey, /* key */
&ddata, /* data */
0))) { /* flags */
if (ret == DB_LOCK_DEADLOCK) {
txabort(tid);
goto retry;
} else {
syslog(LOG_EMERG, "cdb_store(%d): %s", cdb, db_strerror(ret));
cdb_abort();
}
} else {
txcommit(tid);
if (compressing) {
free(compressed_data);
}
return ret;
}
}
return ret;
}
/*
* Delete a piece of data. Returns 0 if the operation was successful.
*/
int cdb_delete(int cdb, void *key, int keylen)
{
DBT dkey;
DB_TXN *tid;
int ret;
memset(&dkey, 0, sizeof dkey);
dkey.size = keylen;
dkey.data = key;
if (TSD->tid != NULL) {
ret = dbp[cdb]->del(dbp[cdb], TSD->tid, &dkey, 0);
if (ret) {
syslog(LOG_EMERG, "cdb_delete(%d): %s\n", cdb, db_strerror(ret));
if (ret != DB_NOTFOUND) {
cdb_abort();
}
}
} else {
bailIfCursor(TSD->cursors, "attempt to delete during r/o cursor");
retry:
txbegin(&tid);
if ((ret = dbp[cdb]->del(dbp[cdb], tid, &dkey, 0))
&& ret != DB_NOTFOUND) {
if (ret == DB_LOCK_DEADLOCK) {
txabort(tid);
goto retry;
} else {
syslog(LOG_EMERG, "cdb_delete(%d): %s\n",
cdb, db_strerror(ret));
cdb_abort();
}
} else {
txcommit(tid);
}
}
return ret;
}
static DBC *localcursor(int cdb)
{
int ret;
DBC *curs;
if (TSD->cursors[cdb] == NULL)
ret = dbp[cdb]->cursor(dbp[cdb], TSD->tid, &curs, 0);
else
ret = TSD->cursors[cdb]->c_dup(TSD->cursors[cdb], &curs, DB_POSITION);
if (ret) {
syslog(LOG_EMERG, "localcursor: %s\n", db_strerror(ret));
cdb_abort();
}
return curs;
}
/*
* Fetch a piece of data. If not found, returns NULL. Otherwise, it returns
* a struct cdbdata which it is the caller's responsibility to free later on
* using the cdb_free() routine.
*/
struct cdbdata *cdb_fetch(int cdb, const void *key, int keylen)
{
struct cdbdata *tempcdb;
DBT dkey, dret;
int ret;
memset(&dkey, 0, sizeof(DBT));
dkey.size = keylen;
/* no we don't care about this error. */
dkey.data = key;
if (TSD->tid != NULL) {
memset(&dret, 0, sizeof(DBT));
dret.flags = DB_DBT_MALLOC;
ret = dbp[cdb]->get(dbp[cdb], TSD->tid, &dkey, &dret, 0);
} else {
DBC *curs;
do {
memset(&dret, 0, sizeof(DBT));
dret.flags = DB_DBT_MALLOC;
curs = localcursor(cdb);
ret = curs->c_get(curs, &dkey, &dret, DB_SET);
cclose(curs);
}
while (ret == DB_LOCK_DEADLOCK);
}
if ((ret != 0) && (ret != DB_NOTFOUND)) {
syslog(LOG_EMERG, "cdb_fetch(%d): %s\n", cdb, db_strerror(ret));
cdb_abort();
}
if (ret != 0)
return NULL;
tempcdb = (struct cdbdata *) malloc(sizeof(struct cdbdata));
if (tempcdb == NULL) {
syslog(LOG_EMERG, "cdb_fetch: Cannot allocate memory for tempcdb\n");
cdb_abort();
return NULL; /* make it easier for static analysis... */
}
else
{
tempcdb->len = dret.size;
tempcdb->ptr = dret.data;
cdb_decompress_if_necessary(tempcdb);
return (tempcdb);
}
}
/*
* Free a cdbdata item.
*
* Note that we only free the 'ptr' portion if it is not NULL. This allows
* other code to assume ownership of that memory simply by storing the
* pointer elsewhere and then setting 'ptr' to NULL. cdb_free() will then
* avoid freeing it.
*/
void cdb_free(struct cdbdata *cdb)
{
if (cdb->ptr) {
free(cdb->ptr);
}
free(cdb);
}
void cdb_close_cursor(int cdb)
{
if (TSD->cursors[cdb] != NULL) {
cclose(TSD->cursors[cdb]);
}
TSD->cursors[cdb] = NULL;
}
/*
* Prepare for a sequential search of an entire database.
* (There is guaranteed to be no more than one traversal in
* progress per thread at any given time.)
*/
void cdb_rewind(int cdb)
{
int ret = 0;
if (TSD->cursors[cdb] != NULL) {
syslog(LOG_EMERG,
"cdb_rewind: must close cursor on database %d before reopening.\n", cdb);
cdb_abort();
/* cclose(TSD->cursors[cdb]); */
}
/*
* Now initialize the cursor
*/
ret = dbp[cdb]->cursor(dbp[cdb], TSD->tid, &TSD->cursors[cdb], 0);
if (ret) {
syslog(LOG_EMERG, "cdb_rewind: db_cursor: %s\n", db_strerror(ret));
cdb_abort();
}
}
/*
* Fetch the next item in a sequential search. Returns a pointer to a
* cdbdata structure, or NULL if we've hit the end.
*/
struct cdbdata *cdb_next_item(int cdb)
{
DBT key, data;
struct cdbdata *cdbret;
int ret = 0;
/* Initialize the key/data pair so the flags aren't set. */
memset(&key, 0, sizeof(key));
memset(&data, 0, sizeof(data));
data.flags = DB_DBT_MALLOC;
ret = TSD->cursors[cdb]->c_get(TSD->cursors[cdb], &key, &data, DB_NEXT);
if (ret) {
if (ret != DB_NOTFOUND) {
syslog(LOG_EMERG, "cdb_next_item(%d): %s\n", cdb, db_strerror(ret));
cdb_abort();
}
cdb_close_cursor(cdb);
return NULL; /* presumably, end of file */
}
cdbret = (struct cdbdata *) malloc(sizeof(struct cdbdata));
cdbret->len = data.size;
cdbret->ptr = data.data;
cdb_decompress_if_necessary(cdbret);
return (cdbret);
}
/*
* Transaction-based stuff. I'm writing this as I bake cookies...
*/
void cdb_begin_transaction(void)
{
bailIfCursor(TSD->cursors, "can't begin transaction during r/o cursor");
if (TSD->tid != NULL) {
syslog(LOG_EMERG, "cdb_begin_transaction: ERROR: nested transaction\n");
cdb_abort();
}
txbegin(&TSD->tid);
}
void cdb_end_transaction(void)
{
int i;
for (i = 0; i < MAXCDB; i++)
if (TSD->cursors[i] != NULL) {
syslog(LOG_WARNING,
"cdb_end_transaction: WARNING: cursor %d still open at transaction end\n",
i);
cclose(TSD->cursors[i]);
TSD->cursors[i] = NULL;
}
if (TSD->tid == NULL) {
syslog(LOG_EMERG,
"cdb_end_transaction: ERROR: txcommit(NULL) !!\n");
cdb_abort();
} else {
txcommit(TSD->tid);
}
TSD->tid = NULL;
}
/*
* Truncate (delete every record)
*/
void cdb_trunc(int cdb)
{
/* DB_TXN *tid; */
int ret;
u_int32_t count;
if (TSD->tid != NULL) {
syslog(LOG_EMERG, "cdb_trunc must not be called in a transaction.");
cdb_abort();
} else {
bailIfCursor(TSD->cursors, "attempt to write during r/o cursor");
retry:
/* txbegin(&tid); */
if ((ret = dbp[cdb]->truncate(dbp[cdb], /* db */
NULL, /* transaction ID */
&count, /* #rows deleted */
0))) { /* flags */
if (ret == DB_LOCK_DEADLOCK) {
/* txabort(tid); */
goto retry;
} else {
syslog(LOG_EMERG, "cdb_truncate(%d): %s\n", cdb, db_strerror(ret));
if (ret == ENOMEM) {
syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php?id=faq:troubleshooting:out_of_lock_entries for more information.");
}
exit(CTDLEXIT_DB);
}
} else {
/* txcommit(tid); */
}
}
}
int SeentDebugEnabled = 0;
#define DBGLOG(LEVEL) if ((LEVEL != LOG_DEBUG) || (SeentDebugEnabled != 0))
#define SEENM_syslog(LEVEL, FORMAT) \
DBGLOG(LEVEL) syslog(LEVEL, \
"%s[%ld]CC[%ld] SEEN[%s][%d] " FORMAT, \
IOSTR, ioid, ccid, Facility, cType)
#define SEEN_syslog(LEVEL, FORMAT, ...) \
DBGLOG(LEVEL) syslog(LEVEL, \
"%s[%ld]CC[%ld] SEEN[%s][%d] " FORMAT, \
IOSTR, ioid, ccid, Facility, cType, \
__VA_ARGS__)
time_t CheckIfAlreadySeen(const char *Facility,
StrBuf *guid,
time_t now,
time_t antiexpire,
eCheckType cType,
long ccid,
long ioid)
{
time_t InDBTimeStamp = 0;
struct UseTable ut;
struct cdbdata *cdbut;
if (cType != eWrite)
{
SEEN_syslog(LOG_DEBUG, "Loading [%s]", ChrPtr(guid));
cdbut = cdb_fetch(CDB_USETABLE, SKEY(guid));
if ((cdbut != NULL) && (cdbut->ptr != NULL)) {
memcpy(&ut, cdbut->ptr,
((cdbut->len > sizeof(struct UseTable)) ?
sizeof(struct UseTable) : cdbut->len));
InDBTimeStamp = now - ut.ut_timestamp;
if (InDBTimeStamp < antiexpire)
{
SEEN_syslog(LOG_DEBUG, "Found - Not expired %ld < %ld", InDBTimeStamp, antiexpire);
cdb_free(cdbut);
return InDBTimeStamp;
}
else
{
SEEN_syslog(LOG_DEBUG, "Found - Expired. %ld >= %ld", InDBTimeStamp, antiexpire);
cdb_free(cdbut);
}
}
else
{
if (cdbut) cdb_free(cdbut);
SEENM_syslog(LOG_DEBUG, "not Found");
if (cType == eCheckUpdate)
return 0;
}
if (cType == eCheckExist)
return InDBTimeStamp;
}
memcpy(ut.ut_msgid, SKEY(guid));
ut.ut_timestamp = now;
SEENM_syslog(LOG_DEBUG, "Saving new Timestamp");
/* rewrite the record anyway, to update the timestamp */
cdb_store(CDB_USETABLE,
SKEY(guid),
&ut, sizeof(struct UseTable) );
SEENM_syslog(LOG_DEBUG, "Done Saving");
return InDBTimeStamp;
}
void cmd_rsen(char *argbuf) {
char Token[SIZ];
long TLen;
char Time[SIZ];
struct UseTable ut;
struct cdbdata *cdbut;
if (CtdlAccessCheck(ac_aide)) return;
TLen = extract_token(Token, argbuf, 1, '|', sizeof Token);
if (strncmp(argbuf, "GET", 3) == 0) {
cdbut = cdb_fetch(CDB_USETABLE, Token, TLen);
if (cdbut != NULL) {
memcpy(&ut, cdbut->ptr,
((cdbut->len > sizeof(struct UseTable)) ?
sizeof(struct UseTable) : cdbut->len));
cprintf("%d %ld\n", CIT_OK, ut.ut_timestamp);
}
else {
cprintf("%d not found\n", ERROR + NOT_HERE);
}
}
else if (strncmp(argbuf, "SET", 3) == 0) {
memcpy(ut.ut_msgid, Token, TLen);
extract_token(Time, argbuf, 2, '|', sizeof Time);
ut.ut_timestamp = atol(Time);
cdb_store(CDB_USETABLE,
Token, TLen,
&ut, sizeof(struct UseTable) );
cprintf("%d token updated\n", CIT_OK);
}
else if (strncmp(argbuf, "DEL", 3) == 0) {
if (cdb_delete(CDB_USETABLE, Token, TLen))
cprintf("%d not found\n", ERROR + NOT_HERE);
else
cprintf("%d deleted.\n", CIT_OK);
}
else {
cprintf("%d Usage: [GET|SET|DEL]|Token|timestamp\n", ERROR);
}
}
void LogDebugEnableSeenEnable(const int n)
{
SeentDebugEnabled = n;
}
CTDL_MODULE_INIT(database)
{
if (!threading)
{
CtdlRegisterDebugFlagHook(HKEY("SeenDebug"), LogDebugEnableSeenEnable, &SeentDebugEnabled);
CtdlRegisterProtoHook(cmd_rsen, "RSEN", "manipulate Aggregators seen database");
}
/* return our module id for the log */
return "database";
}
|