]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/modrdn.c
Sync with HEAD
[openldap] / servers / slapd / back-bdb / modrdn.c
2004-06-29 Kurt ZeilengaSync with HEAD
2004-06-16 Kurt ZeilengaChanges from HEAD, including
2004-04-12 Kurt ZeilengaFrom HEAD:
2004-04-06 Kurt ZeilengaSuck in changes from HEAD (CHANGES needs ITS #s)
2004-02-23 Kurt ZeilengaSync with HEAD
2004-01-01 Kurt ZeilengaHappy new year
2003-12-30 Kurt ZeilengaSync with HEAD
2003-12-29 Kurt Zeilenga(Partial) Sync with HEAD
2003-12-15 Kurt ZeilengaSync with HEAD
2003-12-01 Kurt ZeilengaSync with HEAD
2003-11-30 Kurt ZeilengaFirst rounded of changes in prep for 2.2.beta3
2003-10-06 Kurt ZeilengaMerge in latest changes from HEAD
2003-09-22 Kurt ZeilengaMore for 2.2beta OPENLDAP_REL_ENG_2_2_1BETA
2003-09-22 Kurt ZeilengaLast(?) set of changes before 2.2beta
2003-09-18 Kurt ZeilengaChanges from HEAD for beta
2003-05-25 Howard ChuRestructured to avoid direct use of sl_malloc functions...
2003-05-24 Howard ChuDon't use single malloc for BDB_HIER e->e_name + e...
2003-05-02 Hallvard FurusethFix printf/Debug format arguments.
2003-04-30 Howard ChuLog errors from dn2id failures
2003-04-29 Kurt Zeilengaremove dnNormalize2
2003-04-23 Howard ChuFunction renaming, make internal funcs static, etc.
2003-04-22 Howard ChuFix args to bdb_cache_modrdn
2003-04-22 Howard ChuPass parent EntryInfo instead of parent DN to dn2id_add...
2003-04-21 Howard Chumemory context tweaks
2003-04-17 Howard ChuAdded CACHE_ENTRY_NO_KIDS flag to bei_state to shortcut...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-12 Howard ChuMemory context tweaks for other ops
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-25 Howard ChuITS#2392 - move cache_commit inside transaction. needs...
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-12 Howard ChuFix cache consistency problems on txn retry
2003-03-12 Howard ChuPlug memory leaks:
2003-02-28 Howard ChuFix LDAP_LOG arg
2003-02-28 Howard ChuITS#2336 - Don't allow rename on subtrees.
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-07 Jong Hyuk Choiuse of pre-assigned locker in bdb_group() / bdb_attribute()
2003-02-05 Jong Hyuk ChoiLDAP Sync Operation (draft-zeilenga-ldup-sync) as a...
2003-01-03 Kurt ZeilengaHappy new year
2002-12-30 Kurt ZeilengaFix typo in last commit
2002-12-30 Kurt ZeilengaACL cleanup
2002-12-30 Kurt ZeilengaFix access_allowed() error checking bug
2002-12-27 Pierangelo Masaratireworking of error handling (should also fix ITS#2235)
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
2002-10-25 Kurt ZeilengaMake sure that newSuperior isn't old superior
2002-10-04 Kurt ZeilengaFix up last commits
2002-10-04 Kurt ZeilengaAdd "entry" ACL checks for add/delete/rename ops
2002-08-31 Pierangelo Masaratidefinitely fix NOOP in back-bdb
2002-08-31 Pierangelo Masaratiimproved support for NOOP; add is fine, the other write...
2002-08-16 Pierangelo Masaratiadd function slap_modrdn2mods that prepares modificatio...
2002-07-31 Kurt ZeilengaoperationsError != Internal Error
2002-07-11 Julius EnarusaiCoverted LDAP_LOG macro to use subsystem ID int values...
2002-06-10 Jong Hyuk ChoiDB_RMW flag to dn2id and id2entry
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
next