]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/modrdn.c
remove dbenv->lock_put() call from transaction-protected operations
[openldap] / servers / slapd / back-bdb / modrdn.c
2002-06-06 Jong Hyuk Choiremove dbenv->lock_put() call from transaction-protecte...
2002-05-31 Jong Hyuk Choiredesign of back-bdb locking :
2002-04-29 Jong Hyuk Choipointer initialization
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-03-18 Howard ChuFix previous commit, missing semicolon
2002-03-14 Julius EnarusaiAdded LDAP_LOG messages to these files to match the...
2002-02-13 Pierangelo Masaratiuse ldap_bv2[r]dn and turn ldap_str2[r]dn into wrappers
2002-02-11 Kurt ZeilengaFix bug in last commit
2002-02-11 Kurt ZeilengaUse UUID to generate a GID for txn_prepare. Based...
2002-02-09 Kurt ZeilengaAdd ACL state recording to avoid multiple evaluation of
2002-02-02 Kurt ZeilengaAdd cache txn_prepare code based upon submission (ITS...
2002-01-29 Kurt ZeilengaBDB_ALIASES and BDB_SUBENTRIES cleanup
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
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-25 Howard ChuEntry caching. Based on ITS#1545 from Jong Hyuk Choi...
2002-01-18 Howard ChuAdded ldap_pvt_thread_yield() after txn_abort
2002-01-17 Pierangelo Masaratidn_parent => dnParent
2002-01-14 Howard ChuRenamed BVarray to BerVarray. Moved slapd:bvarray_...
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-04 Kurt ZeilengaUpdate copyright statements
2002-01-02 Howard ChuChange struct berval ** to BVarray
2002-01-01 Howard ChuFix dnParent to return "" for root
2002-01-01 Howard ChuUse ldap_str2rdn instead of rdn_attr
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 ZeilengaQuick patch to support struct berval dn2entry changes
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-25 Kurt ZeilengaMore struct berval DNs
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 ChuChanged sai_dn, sai_ndn to struct berval. (Affects...
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-07 Howard ChuBare minimum changes to support BDB 4.0
2001-12-06 Howard ChuMinor rearrangement, give pdn to dn2id_add to avoid...
2001-11-28 Howard ChuAdded experimental support for DB_DIRTY_READ.
2001-11-27 Kurt ZeilengaReplace existing SLAP_MR_ matching flags with:
2001-11-27 Kurt ZeilengaMisc code cleanup
2001-11-27 Howard ChuAdded "dbnotxn" config keyword. If present, back-bdb...
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-14 Pierangelo Masaratifix a couple of misformats
2001-11-13 Kurt ZeilengaPort ITS#1430 changes from ldbm
2001-11-05 Howard ChuPorted referral patches from back-ldbm. I believe searc...
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-13 Kurt ZeilengaBDB updates... haven't had a chance to work on this...
2001-10-02 Pierangelo Masaratiforward porting of empty parent dn checks from back...
2001-10-02 Pierangelo Masaratiforward porting of composite rdn handling from back...
2001-06-15 Kurt ZeilengaWork in progress codes. !UNTESTED!
2000-09-28 Kurt Zeilengareport retries
2000-09-28 Kurt ZeilengaAdd txn_checkpoint()'ing
2000-09-28 Kurt Zeilengaworking modrdn...
2000-09-28 Kurt Zeilengafix up bdb_entry_return() calls
2000-09-28 Kurt ZeilengaMostly working modify
2000-09-27 Kurt ZeilengaRough in extended ops, modify, and modrdn.