]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Changed search attrs to struct berval **.
[openldap] / servers / slapd / back-bdb /
2001-12-26 Howard ChuChanged search attrs to struct berval **.
2001-12-26 Howard ChuMinor cleanup
2001-12-25 Kurt ZeilengaMore struct berval DNs
2001-12-25 Kurt ZeilengaFIx up replog calls, add replog call to bdb passwd
2001-12-25 Kurt ZeilengaAdjust e_name.bv_len on modrdn
2001-12-25 Kurt ZeilengaUse struct berval DNs for root DN and update DN
2001-12-24 Howard ChuFix uninitialized struct berval* to avoid assert in...
2001-12-24 Kurt ZeilengaEvery quick mod to use a struct berval for e_dn/e_ndn...
2001-12-24 Howard ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
2001-12-24 Kurt ZeilengaClean up some symbol scoping
2001-12-20 Howard ChuFix - don't free constant database names
2001-12-18 Howard Chumore cleanup from jon@symas.com
2001-12-18 Howard ChuBDB_MULTI still needs the dupsort function.
2001-12-16 Howard ChuUse a 4-byte constant for the presence index key. Set...
2001-12-15 Howard ChuUse DB_HASH instead of DB_BTREE for index databases...
2001-12-15 Howard ChuRevert previous checkin, DB_NODUPDATA is not valid...
2001-12-15 Howard ChuMore cleanup for bdb_db_close
2001-12-15 Howard ChuDo a regular entry_free on entries from do_add
2001-12-10 Howard ChuFixed suffix DN_SUBTREE again. Index was still being...
2001-12-10 Howard ChuFix check for DN_SUBTREE on be suffix
2001-12-10 Howard ChuRevert previous commit. Checked in by mistake.
2001-12-10 Howard ChuChanged backglue configuration. Added noSubordinates...
2001-12-09 Kurt Zeilengamisc cleanup
2001-12-09 Kurt ZeilengaRemove lint and misc MSVC updates
2001-12-09 Howard ChuClean up bdb_entry_release / bdb_entry_return
2001-12-08 Howard ChuFix previous commit...
2001-12-08 Howard ChuCleanup previous commit
2001-12-08 Howard ChuAdded dn_rdnlen. Fixed rdn leak in limits.c.
2001-12-08 Howard ChuConverted all use of dn_parent to the in-place version...
2001-12-08 Howard ChuSwitched to dn_parent1, cleaned up dn2id_add/delete
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-08 Howard ChuChanged be_nsuffix from char ** to struct berval *...
2001-12-08 Kurt ZeilengaDisallow duplicate duplicate data
2001-12-08 Howard ChuFix typos in previous commit
2001-12-07 Kurt ZeilengaPort reference scope fix from back-ldbm
2001-12-07 Howard ChuSome fixes for BDB_IDL_MULTI. Experimental back-hdb...
2001-12-07 Howard ChuRe-introduce BDB_ID2ENTRY_PAGESIZE. Even if the index...
2001-12-07 Howard ChuMinor fixes for BDB_IDL_MULTI
2001-12-07 Howard ChuMissed a spot where root DN_SUBTREE index was still...
2001-12-07 Howard ChuBare minimum changes to support BDB 4.0
2001-12-07 Howard ChuNT updates from jon@symas.com.
2001-12-07 Howard ChuWhen using BDB_IDL_MULTI, there are no longer any issue...
2001-12-06 Howard ChuFix for BDB_IDL_MULTI to work.
2001-12-06 Howard ChuExperimental index management. Uncomment BDB_IDL_MULTI...
2001-12-06 Howard ChuFix previous commit
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-12-06 Howard ChuFix, index databases were not being closed on shutdown.
2001-12-05 Howard Chutool_reindex now regenerates the dn2id index as well...
2001-12-05 Howard ChuFixup bdb_entry_release now that entry_decode uses...
2001-12-05 Kurt ZeilengaRework indexing code, removing "autolang" and making
2001-12-03 Howard ChuDon't maintain a DN_SUBTREE index for the backend suffi...
2001-12-03 Howard ChuRewrote entry_encode/entry_decode again, uses 50% less...
2001-11-30 Howard ChuIn presence_candidates(), always return a full match...
2001-11-28 Howard ChuRenamed BDB_ID2ENTRY_PAGESIZE to just BDB_PAGESIZE...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Howard ChuCleanup a while() loop.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Howard ChuSet the id2entry database pagesize to BDB_ID2ENTRY_PAGE...
2001-11-27 Howard ChuEliminated nextid database. id2entry database is now...
2001-11-27 Howard ChuFix segv in slapcat. Tool must use be_entry_return...
2001-11-27 Howard ChuAdd #define SLAP_BDB_ALLOW_DBNOTXN to control dbnotxn...
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
2001-11-27 Howard ChuFixed exit code processing. passwd.c never committed...
2001-11-26 Howard ChuSome tweaks to cut down on IDL stack usage. idl_interse...
2001-11-24 Howard ChuMore indexing fixes. Now passes tests 0-7, 10, and 11.
2001-11-24 Howard ChuFixed exit condition code checks and log msg, was retur...
2001-11-24 Howard ChuRemoved unused "range" argument from indexing functions...
2001-11-24 Howard ChuFixed initialization bug.
2001-11-24 Howard ChuFix initialization bugs
2001-11-24 Howard ChuFix typo that prevented rootdn logins.
2001-11-17 Howard Chuequality_candidates: s/BDB_IDL_RANGE_CPY/BDB_IDL_CPY/
2001-11-17 Howard ChuFirst pass at indexing cleanup. Both filterindex.c...
2001-11-16 Pierangelo Masaratimoved the empty dn static entry into a global const...
2001-11-16 Pierangelo Masaratiupdate dn can add/modrdn/delete entries rooted at ...
2001-11-16 Pierangelo Masaraticheck children access for old and new parent when = ''
2001-11-16 Howard ChuChanged AttributeType.sat_cname from char * to struct...
2001-11-14 Pierangelo Masaratihack to make '' base work; please check side-effects
2001-11-14 Pierangelo Masaratifix a couple of misformats
2001-11-14 Pierangelo Masaratinon-root add/delete of entries rooted at '' checks...
2001-11-13 Kurt ZeilengaPort ITS#1430 changes from ldbm
2001-11-12 Howard ChuAdded bdb_attribute and bdb_group ACL support routines
2001-11-12 Howard ChuFix missing case
2001-11-12 Pierangelo MasaratiFixes ITS#1433
2001-11-05 Kurt ZeilengaDon't use indices to support not [!] filters.
2001-11-05 Howard ChuFix for dbnosync - DB_TXN_NOSYNC is not a valid flag...
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
2001-10-23 Julio Sánchez Fern... Remove bogus refusal to index ;binary attributes. ...
2001-10-23 Julio Sánchez Fern... Compares get values in the matching rule syntax (see...
2001-10-22 Howard ChuDon't free entries since the tools realloc the buffers.
2001-10-22 Howard ChuFix some uninitialized variables
2001-10-22 Howard ChuMoved binary entry_encode/entry_decode into main code...
2001-10-22 Howard ChuMoved AttributeDescription caching into main code:
2001-10-19 Howard ChuPatches for modify/modrdn to work with BDB_USE_BINARY_RW.
2001-10-19 Howard ChuAdded new bdb_encode/bdb_decode functions, must #define...
2001-10-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-05 Kurt ZeilengaBDB_INDEX code does no harm (but no good yet, not used...
2001-10-05 Kurt ZeilengaAnother round. BDB_INDEX almost ready for functional...
2001-10-05 Kurt ZeilengaInitial idl fetch code, undef BDB_INDEX for now, other...
2001-10-04 Kurt ZeilengaAdd some initial BDB_INDEX code... needs much work.
next