]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/modrdn.c
Happy new year! (belated)
[openldap] / servers / slapd / back-bdb / modrdn.c
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-12 Quanah Gibson-MountITS#5319
2008-02-08 Quanah Gibson-MountITS#5358
2007-12-06 Howard ChuITS#5262 fixes from HEAD
2007-01-02 Kurt Zeilengahappy new year
2006-05-10 Kurt ZeilengaITS#4532 fix
2006-02-13 Kurt ZeilengaFixed slapd context CSN not updating issue (ITS#4384)
2006-01-16 Kurt Zeilengaremove yields
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-21 Kurt ZeilengaSync back-bdb with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-04-29 Kurt ZeilengaInitial round of changes for 2.3 beta
2005-03-14 Kurt ZeilengaSync with HEAD
2005-01-20 Kurt ZeilengaSync with HEAD
2004-12-05 Howard ChuBetter fix for ITS#3365, manage back-bdb's read locks...
2004-11-26 Howard ChuMore BDB_PSEARCH cleanup
2004-11-25 Howard ChuDisable back-bdb native syncrepl support, enable syncpr...
2004-11-17 Pierangelo Masaratilog the right function names
2004-11-11 Pierangelo Masaratirework static backend initialization
2004-11-10 Jong Hyuk Choifix slap_sl_free() calls in pre / post read controls
2004-11-05 Kurt Zeilengaunifdef -DBDB_ALIASES
2004-10-30 Howard ChuDon't access entry after commit; it may be gone if...
2004-10-06 Howard ChuRevert ITS#3353 patch, it needs to be reworked.
2004-10-01 Howard ChuITS#3353 consolidate slapd globals into a single struct
2004-09-14 Jong Hyuk Choireferral mem leak fix
2004-09-04 Kurt Zeilengaunifdef -UNEW_LOGGING
2004-07-05 Howard ChuBetter fix for ITS#3213, plug mem leaks. Also fix postr...
2004-06-28 Jong Hyuk Choilogging psearch return code
2004-06-25 Howard ChuMore locking cleanup (ITS#3201, etc)
2004-06-23 Kurt ZeilengaRework pre/post read controls to handle retry conditions...
2004-06-23 Kurt ZeilengaMove pre/post read calls into outer transaction.
2004-06-23 Jong Hyuk Choiusing write lock in accessing pslist
2004-06-16 Howard ChuMore for ITS#3188
2004-04-10 Pierangelo Masaratifirst round of SHADOW flags/isupdate test unification
2004-04-07 Jong Hyuk Choiupdatedn fix for syncrepl
2004-04-06 Kurt Zeilengacleanup
2004-04-06 Pierangelo Masaratirework be_isupdate accordingly to be_isroot
2004-04-06 Kurt Zeilengaswap be_isroot and be_isroot_dn symbols
2004-04-05 Pierangelo Masaratiexploit new isroot_dn helper
2004-02-23 Jong Hyuk ChoiGlue entry pruning : delete parent entries after modrdn...
2004-01-01 Kurt ZeilengaHappy new year
2003-12-29 Kurt ZeilengaUpdate no-op control to return LDAP_NO_OPERATION instea...
2003-12-24 Howard ChuITS#2895 TXN_PREPARE is not needed since we use nested...
2003-12-11 Jong Hyuk Choifix for concurrent persistent searches
2003-11-28 Kurt ZeilengaNotices
2003-11-26 Jong Hyuk ChoiSupport multiple sync replication at the consumer :
2003-11-10 Jong Hyuk Choi1. Session history support
2003-10-22 Kurt ZeilengaSyncrepl code cleanup (namely prefix struct field names)
2003-09-27 Howard ChuITS#2741 yield before backing off
2003-09-24 Howard ChuAdd memctx param to build_new_dn(). cleanup DN leaks.
2003-09-24 Howard ChuSilence valgrind warnings of uninit'd memory
2003-09-23 Howard ChuPlug a leak.
2003-09-22 Howard Chuback-hdb caching updates, use EntryInfo cache for hdb_d...
2003-09-20 Howard Chucn=ldapsync berval cleanup
2003-09-16 Kurt ZeilengaInitial support for pre/post read controls.
2003-08-27 Jong Hyuk Choiunifdef LDAP_SYNC and LDAP_SYNCREPL
2003-08-26 Jong Hyuk ChoiContext CSN Patch (5)
2003-08-25 Jong Hyuk ChoiContext CSN Patch (4)
2003-07-15 Jong Hyuk ChoiVarious udpates for SyncRepl
2003-07-02 Jong Hyuk Choi- partial attribute replication tested ok
2003-07-01 Jong Hyuk ChoiBerkeley DB congestion avoidance
2003-06-28 Jong Hyuk ChoiGlueing code changes for replica promotion scenario
2003-06-27 Jong Hyuk ChoiLCUP primitive routines removed
2003-06-10 Kurt ZeilengaAdd server side assert control support.
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
next