]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
fix schema definitions (duplicate objectClass OID still there)
[openldap] / servers / slapd / back-bdb /
2003-04-12 Howard ChuNew ldap_pvt_thread_pool_context()
2003-04-11 Howard ChuMore memory context tweaks
2003-04-08 Pierangelo Masaratifree cache only if required
2003-04-08 Jong Hyuk Choibdb->bi_idl_tree_lrulock initialize
2003-04-08 Howard ChuBetter detection of new search scopes
2003-04-08 Jong Hyuk ChoiIDL cache locking change (mutex -> rwlock)
2003-04-05 Howard ChuDefine MINIMUM_SEARCH_STACK_DEPTH=8, search_aliases...
2003-04-05 Pierangelo Masaraticleanup & more
2003-04-05 Howard ChuRange check cleanup, added alias processing comments
2003-04-05 Howard ChuFix cursor initialization, scope IDs
2003-04-05 Kurt ZeilengaCleanup
2003-04-05 Howard ChuFix locking etc. in prev commit
2003-04-05 Howard ChuAdded code for BDB_ALIASES. Please test.
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-05 Kurt Zeilenga#unifdef -DSLAP_NVALUES_ON_DISK
2003-04-03 Howard ChuFix return of DB error code to LDAP client
2003-04-01 Howard ChuConsolidated slap_callbacks into one function. Removed...
2003-03-31 Howard ChuRemove psearch.c
2003-03-30 Howard ChuFix typo in prev commit
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-29 Howard ChuDeleted bi_database_mutex, use DB_LOCK instead. Changed...
2003-03-27 Howard ChuDon't use subdatabases for indexes. This patch is an...
2003-03-27 Howard ChuFix previous commit
2003-03-26 Howard ChuSave DB_LOCK structure so it can be released later.
2003-03-26 Howard ChuRemove attribute.c, group.c from build
2003-03-26 Howard ChuDeleted BackendInfo->bi_acl_attribute, bi_acl_group.
2003-03-25 Howard Chu#if out unused cache rdwr locks
2003-03-25 Howard ChuSimplify indexer - remove redundant dbname parameter
2003-03-25 Howard ChuITS#2392 - move cache_commit inside transaction. needs...
2003-03-24 Howard ChuSLAP_NVALUES fix
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-23 Howard ChuBDB_HIER was defined by accident, undef
2003-03-22 Howard ChuPlug ndn leak (re: ITS#2390)
2003-03-22 Kurt ZeilengaITS#2390 fix for back-bdb
2003-03-22 Howard ChuStill need DB_AUTO_COMMIT flag
2003-03-18 Howard ChuDon't use DB_AUTO_COMMIT when opening a database
2003-03-16 Kurt Zeilengareorder to statements for debugging purposes
2003-03-16 Kurt ZeilengaSLAP_NVALUES updates
2003-03-15 Kurt ZeilengaNVALUES: fix a couple of value_find_ex() calls
2003-03-13 Howard ChuITS#2371, fix BDB_SUBDIRs
2003-03-13 Kurt Zeilengaminor cleanup
2003-03-12 Howard ChuITS#2368 - fix deleting key from range IDL
2003-03-12 Howard ChuFix error messages
2003-03-12 Jong Hyuk ChoiError checking code for ITS#2367
2003-03-12 Jong Hyuk Choideclaration of bdb_idl_entry_cmp()
2003-03-12 Jong Hyuk ChoiAVL delete upon shutdown (ITS#2367)
2003-03-12 Howard ChuFix cache consistency problems on txn retry
2003-03-12 Howard ChuPlug memory leaks:
2003-03-11 Howard ChuAdded lutil_passwd_init, _destroy, _add for dynamically...
2003-03-09 Kurt Zeilenganeed to use ch_malloc/realloc
2003-03-05 Jong Hyuk Choimisc : not activating idl cache in tool mode run
2003-03-04 Howard ChuMultiple-suffix fail msg should be logged at ERR/ANY...
2003-03-03 Pierangelo Masaratiinit var
2003-03-01 Pierangelo Masaratitrim unnecessary varaible
2003-03-01 Kurt ZeilengaSLAP_NVALUES: index normalized values
2003-02-28 Howard ChuFix LDAP_LOG arg
2003-02-28 Howard ChuITS#2336 - Don't allow rename on subtrees.
2003-02-27 Kurt ZeilengaSLAP_NVALUES:
2003-02-26 Howard ChuComplain about holes in database at end of slapadd
2003-02-26 Howard ChuDelete extraneous log msg
2003-02-26 Howard ChuOnly check opinfo.boi_err when ACL check failed.
2003-02-26 Howard ChuFix attribute/group to allow TXN to abort on lock failu...
2003-02-26 Howard ChuDon't need TXN/opinfo support in read-only operations
2003-02-26 Howard ChuITS#2122 - actually use the passed in txn handle!!
2003-02-26 Howard Chubdb_entry_return must explicitly check for/free attr...
2003-02-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-26 Kurt ZeilengaChange MR flag names and add comments as to what they...
2003-02-25 Kurt ZeilengaSLAP_NVALUES: fix up modify password exop
2003-02-25 Kurt ZeilengaSLAP_NVALUES, round 2
2003-02-25 Jong Hyuk Choilog message fix
2003-02-22 Howard ChuFix? For bdb_cache_find_entry*, COMMITTED entries are...
2003-02-21 Howard ChuChange - bdb_tool_entry_put always "sorts" entries:
2003-02-16 Howard ChuUse struct berval for exop reqoid everywhere. Define...
2003-02-14 Howard ChuUse bdb_unlocked_cache_return; lock ended when TXN...
2003-02-14 Kurt ZeilengaUse function pointers to get at backend routines.
2003-02-09 Kurt ZeilengaMisc LCUP cleanup
2003-02-09 Kurt ZeilengaCancel exop updates
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
2003-02-08 Kurt ZeilengaUse DB_VERSION_ to set BDB_ENOUGH
2003-02-08 Kurt ZeilengaReword BDB 4.0 bug comment now that configure requires...
2003-02-08 Kurt Zeilengaminor code cleanup
2003-02-07 Kurt Zeilengacleanup
2003-02-07 Jong Hyuk Choicleanup
2003-02-07 Jong Hyuk Choiuse of normalized dn (fix for a deadlock case ITS#2195)
2003-02-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-07 Pierangelo Masaratimore exaustive logging in case of trouble
2003-02-05 Jong Hyuk ChoiFilename change : servers/slapd/back-bdb/lcup.c ->...
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-31 Howard ChuTweak previous commit
2003-01-31 Howard ChuFix subtree and matched search in back-hdb
2003-01-30 Howard ChuDisallow multiple suffixes by default. Otherwise subtre...
2003-01-25 Jong Hyuk ChoiLDAP cancel operation
2003-01-24 Hallvard FurusethFix typo in comment.
2003-01-24 Howard ChuDelete redundant ch_free().
2003-01-24 Luke HowardHonour PermitModify control when adding or deleting...
2003-01-20 Kurt Zeilengaworks without SLAPI
2003-01-19 Hallvard FurusethSilence gcc warnings (signed vs. unsigned, implicit...
2003-01-19 Hallvard FurusethInsert missing initializers, to silence gcc warnings.
2003-01-19 Hallvard FurusethFix LBER_ERROR vs. -1 confusion.
next