]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb
Check the ldif file without actually creating the db (but inits the files;
[openldap] / servers / slapd / back-bdb /
2002-01-28 Kurt ZeilengaAdd whoami extended operation. LDBM_PRE_GIANT_RWLOCK
2002-01-26 Howard ChuFix result
2002-01-26 Pierangelo Masaratiappropriately detect index delete failure
2002-01-26 Howard ChuChanged dnParent to void instead of int. (It always...
2002-01-26 Howard ChuChanged be_issuffix and dnParent to struct bervals
2002-01-26 Kurt ZeilengaMissed one db.bv_val in Debug statement
2002-01-26 Kurt ZeilengaStraighten out some argument passing... cache code...
2002-01-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-22 Pierangelo Masaratifinal dn_parent elimination in back-bdb
2002-01-21 Kurt ZeilengaSet lock detector to DEFAULT, not NORUN.
2002-01-20 Kurt ZeilengaITS#1541 fix.
2002-01-19 Kurt ZeilengaMove {add,replace,delete}_value() routines to frontend...
2002-01-19 Kurt ZeilengaFix modify/replace.
2002-01-19 Howard ChuReset Entry->e_ocflags to 0 if objectClass attr is...
2002-01-19 Howard ChuDefined some ObjectClass->soc_flags values, changed...
2002-01-19 Kurt ZeilengaAdd checks for duplicate values.
2002-01-18 Kurt ZeilengaFix compilation error
2002-01-18 Howard ChuAdded ldap_pvt_thread_yield() after txn_abort
2002-01-18 Howard ChuAdded "fewest" lockdetect keyword, to abort txn with...
2002-01-18 Howard ChuUse DB_RMW in idl_fetch_key if called as part of a...
2002-01-18 Howard ChuDo deadlock detection on any conflict, instead of in...
2002-01-18 Howard ChuAdded compatibility macros for BDB3/4 lock_get, txn_id.
2002-01-17 Howard ChuCleanup while loops in dn2id_add/delete
2002-01-17 Pierangelo Masaratidn_parent => dnParent
2002-01-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-17 Pierangelo Masaratianother round replacing dn_parent ...
2002-01-17 Howard ChuIn db_destroy, cannot checkpoint a NULL dbenv.
2002-01-17 Howard ChuDB_NODUPDATA is not a valid open flag
2002-01-17 Kurt ZeilengaDon't use BDB group/attribute callbacks as they may...
2002-01-16 Pierangelo Masaratifix ber_*str renaming
2002-01-16 Howard ChuFix bdb_idl_fetch/insert_key. Still fails test011.
2002-01-16 Kurt ZeilengaRemove unused deprecated DN routines.
2002-01-15 Kurt ZeilengaMisc. cleanup, remove lint, remove unused deprecated...
2002-01-15 Howard ChuDeleted autosubtypes support.
2002-01-14 Howard ChuMore fixes for autosubtype index generation
2002-01-14 Howard ChuFix previous commit
2002-01-14 Howard ChuFix subtype indexing. Really really made it the default.
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
2002-01-13 Howard ChuModify performance patch from Gertjan van Wingerde...
2002-01-13 Howard ChuTurn on BDB_IDL_MULTI by default
2002-01-12 Pierangelo Masaraticonsistently use dn_match macro throughout slapd
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...
next