]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
error message from be_entry_put tool backend function
[openldap] / servers / slapd / back-bdb /
2002-01-12 Pierangelo Masaratierror message from be_entry_put tool backend function
2002-01-11 Kurt ZeilengaAdd system schema flags to backends supporting system...
2002-01-10 Kurt ZeilengaAdd Backend argument to entry_schema_check() to support...
2002-01-10 Kurt ZeilengaAdd start of subentry support... still need to sort out
2002-01-09 Kurt ZeilengaRound 2 of subentry changes
2002-01-09 Kurt ZeilengaAdd very basic subentry search support.
2002-01-09 Kurt ZeilengaFix problems caused by lint removal
2002-01-09 Kurt ZeilengaRemove some lint caused by the changes in const'ification
2002-01-06 Howard ChuFix some debug statements
2002-01-06 Howard ChuUse 'm' ber_scanf format where convenient
2002-01-05 Kurt ZeilengaFix compile errors
2002-01-05 Pierangelo Masaratileftover ber_bvdup eliminated; rewritten ber_bvdup...
2002-01-04 Kurt ZeilengaUpdate copyright statements
2002-01-03 Howard ChuFix from Jonghyuk Choi jongchoi@us.ibm.com; return...
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuFix dnParent to return "" for root
2002-01-01 Howard ChuRemove abandon cruft
2002-01-01 Howard ChuUse ldap_str2rdn instead of rdn_attr
2001-12-31 Howard ChuChanged search attrs from struct berval ** to Attribute...
2001-12-30 Howard ChuUse dnIsSuffix
2001-12-29 Howard ChuChange struct berval * to struct berval in various...
2001-12-29 Howard ChuMore cleanup
2001-12-29 Howard ChuMisc cleanup
2001-12-29 Howard ChuAdded dnPretty2/dnNormalize2 using preallocated destina...
2001-12-29 Howard ChuFix newSuperior handling. Back out previous commit.
2001-12-28 Howard ChuFix modrdn newSuperior checks
2001-12-28 Howard ChuChanged dn_rdn/dn_rdnlen to struct berval
2001-12-27 Kurt ZeilengaMore struct berval DN changes
2001-12-27 Howard ChuMore struct berval fixes
2001-12-27 Howard ChuMore struct berval fixes for modrdn
2001-12-27 Kurt ZeilengaMisc cleanup
2001-12-27 Kurt ZeilengaQuick struct berval DN support for defer alias API.
2001-12-27 Kurt Zeilengaadd group.c
2001-12-27 Kurt ZeilengaQuick patch to support struct berval dn2entry changes
2001-12-26 Kurt ZeilengaUpdate groups to use struct berval DNs.
2001-12-26 Kurt ZeilengaMore struct berval DNs changes
2001-12-26 Howard ChuChanged Filter.f_dn to struct berval*
2001-12-26 Howard ChuSome more (incomplete) struct berval conversion
2001-12-26 Kurt ZeilengaUpdate referral handling to use struct berval DNs.
2001-12-26 Kurt ZeilengaMove search, modify, and modrdn APIs to struct berval...
2001-12-26 Kurt Zeilengamove compare and delete to struct berval DNs
2001-12-26 Kurt Zeilengamodify be_referral to use struct berval DNs.
2001-12-26 Howard ChuMoved bdb_strcopy to slap_strcopy
2001-12-26 Howard ChuChanged get_limits to struct berval*
2001-12-26 Howard ChuFirst pass at converting bind to struct bervals
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.
next