]> git.sur5r.net Git - openldap/history - servers/slapd/back-bdb/modify.c
ITS#4532 fix
[openldap] / servers / slapd / back-bdb / modify.c
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-18 Kurt ZeilengaMore changes from HEAD for 2.3.12
2005-11-14 Kurt ZeilengaSync with HEAD
2005-11-14 Kurt ZeilengaSync with HEAD
2005-11-03 Kurt ZeilengaSync with HEAD
2005-09-28 Kurt ZeilengaSync with HEAD
2005-08-09 Kurt ZeilengaSync with HEAD
2005-06-03 Kurt ZeilengaMerge in recent changes to 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-10-30 Howard ChuDon't access entry after commit; it may be gone if...
2004-10-12 Jong Hyuk Choisyncrepl consistency patch: utilize BDB txn rollback
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-09 Ralf HaferkampITS#3226: Clear attribute flags after schema_check...
2004-07-05 Howard ChuBetter fix for ITS#3213, plug mem leaks. Also fix postr...
2004-06-29 Pierangelo Masarati`err' might be used uninitialized
2004-06-29 Ralf HaferkampTS#3213: free copy of e_attrs before retrying the trans...
2004-06-28 Jong Hyuk Choilogging psearch return code
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-22 Kurt ZeilengaAdd pre-read FIXME comment
2004-06-15 Kurt ZeilengaPartial fix for ITS#3188.
2004-02-24 Jong Hyuk Choimisc addition to the previous glueing commit
2004-02-22 Jong Hyuk Choisyncrepl update: 1) improve error handling 2) glueing...
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-21 Howard ChuRevert broken index optimizations
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 (2)
2003-08-23 Jong Hyuk ChoiContext CSN patch (1)
2003-08-07 Kurt ZeilengaAdd initial support for modify/increment. No over...
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-13 Howard ChuMore fixes for modify - don't delete index keys that...
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-14 Luke HowardDon't crash if attr_find() fails (Howard, you might...
2003-05-13 Howard ChuOptimize modify_internal, only reindex the actual modif...
2003-04-16 Howard ChuHierarchical cache management.
2003-04-15 Howard ChuFix for modrdn retries
2003-04-11 Howard ChuMore memory context tweaks
2003-04-05 Kurt Zeilenga#ifdef -DSLAP_NVALUES
2003-04-03 Howard ChuFix return of DB error code to LDAP client
2003-03-30 Howard ChuMajor API change - (SLAP_OP_BLOCKS) All request paramet...
2003-03-24 Howard ChuSLAP_NVALUES tweaks - after input, a_nvals is always...
2003-03-12 Howard ChuPlug memory leaks:
2003-03-01 Kurt ZeilengaSLAP_NVALUES: index normalized values
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-26 Kurt ZeilengaSLAP_NVALUES, round 3
2003-02-09 Kurt Zeilengarename "permit modify" control to "permissive modify"
2003-02-08 Kurt ZeilengaRework #ifdef'ing of expermental controls to ease relea...
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-24 Luke HowardHonour PermitModify control when adding or deleting...
2003-01-03 Kurt ZeilengaHappy new year
2002-10-25 Jong Hyuk ChoiLCUP persistent search code drop
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-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-05-23 Kurt ZeilengaDelete extranous assert()
2002-04-29 Jong Hyuk Choipointer initialization
2002-04-19 Jong Hyuk ChoiPatch for ITS# 1643
2002-03-14 Julius EnarusaiAdded LDAP_LOG messages to these files to match the...
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 ZeilengaFix Debug() statement
2002-01-29 Kurt ZeilengaAdd first cut BDB no-op control support.
2002-01-28 Kurt ZeilengaDelete CDB (no transactions) support
next