]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
sync with HEAD, re-fix ITS#5401
[openldap] / servers / slapd / overlays / syncprov.c
2008-05-29 Howard Chusync with HEAD, re-fix ITS#5401
2008-05-28 Quanah Gibson-MountITS#5488
2008-05-28 Quanah Gibson-MountITS#5487
2008-05-20 Quanah Gibson-MountITS#5503
2008-05-20 Quanah Gibson-MountITS#5506
2008-05-20 Quanah Gibson-MountITS#5493
2008-05-06 Howard ChuITS#5486 fix from HEAD
2008-05-01 Quanah Gibson-MountITS#5484,ITS#5451
2008-04-17 Howard ChuRevert prev commit
2008-04-16 Howard ChuITS#5470 don't return any data at all until we have...
2008-04-11 Howard ChuSync with HEAD: ITS#5434, #5437, #5444, #5445
2008-04-03 Howard ChuITS#5437, #5444 if numcsns don't match, set changed...
2008-03-31 Pierangelo Masaratifix bitwise test (ITS#5445)
2008-03-25 Howard ChuITS#5434 again
2008-03-21 Howard ChuSync with HEAD:
2008-03-21 Howard ChuITS#5432 don't send cookie with delete set if there...
2008-03-20 Howard ChuITS#5434 search thru other overlays when present
2008-03-20 Howard ChuITS#5433 checkpoint must write to master DB
2008-03-14 Howard ChuUse <ldap_queue.h> macros for prev commit
2008-03-13 Howard ChuITS#5401 make sure connection is still alive before...
2008-03-12 Pierangelo Masaratiuse the replication persistent search identity to check...
2008-03-08 Howard ChuITS#5407 more checks for pool pausing
2008-03-08 Howard ChuFix prev commit (thanks Ando)
2008-03-08 Howard ChuITS#5405 fix race condition
2008-02-12 Quanah Gibson-MountRevert prev commit (ITS#5367)
2008-02-12 Quanah Gibson-MountCleanup
2008-02-12 Kurt ZeilengaHappy new year! (belated)
2008-02-11 Howard ChuITS#5367 revert prev commit
2008-02-10 Howard ChuCleanup
2008-02-09 Quanah Gibson-MountITS5261
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-22 Howard ChuITS#5261 quick fix, don't checkpoint on first write...
2007-12-10 Quanah Gibson-Mount Fixed slapd replication of dSAOperation attribu...
2007-12-08 Howard ChuITS#5268 omit contextCSN when replicating
2007-11-27 Quanah Gibson-Mountfirst round of s/sprintf/snprintf/; the rationale is...
2007-11-08 Quanah Gibson-MountITS#5210 Don't send cookie at end of refresh if nothing...
2007-11-04 Howard ChuITS#5211 spec says we must ignore invalid cookies
2007-11-02 Howard ChuMore for prev commit, ITS#5120.
2007-11-02 Howard ChuDon't send cookie at end of refresh if nothing changed...
2007-10-18 Quanah Gibson-MountITS#5192
2007-10-08 Howard ChuITS#5177 pass new entries in search_response for Persis...
2007-10-08 Howard ChuFix unprotected checks for psearches
2007-10-08 Howard ChuPlug leak
2007-10-02 Howard ChuDon't queue zero-length CSNs
2007-10-02 Pierangelo Masaratilog cookie (until we find what's going on...)
2007-09-29 Pierangelo Masaratifirst round of s/sprintf/snprintf/; the rationale is...
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-27 Ralf Haferkamp/tmp/msg
2007-09-24 Howard ChuUse attr_valfind instead of value_find_ex to optimize...
2007-09-24 Howard ChuPreliminary sorted value support
2007-09-23 Howard ChuMore for a_numvals
2007-09-21 Howard ChuAttribute/Modification value counters
2007-09-15 Pierangelo Masaratiadd helper for internal searchs for objectClass=*
2007-09-01 Quanah Gibson-MountSync with HEAD for OL 2.4.5
2007-08-29 Pierangelo Masaratiplug yet another leak
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-25 Ralf HaferkampAdded a new parameter (ConfigArgs*) to the _db_init...
2007-07-20 Howard ChuITS#5048 fully initialize fc_limits
2007-07-18 Hallvard FurusethITS#5049: Initialize conn in syncprov_db_close() before...
2007-06-08 Howard ChuITS#4977 check for cookie parse failure
2007-05-19 Pierangelo Masaratimore ITS#4973 initialization
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-14 Howard ChuITS#4961 disable schema checking on contextCSN update
2007-04-20 Kurt ZeilengaDistinguish absent control value from empty control...
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-16 Howard ChuMem leak fixes from HEAD
2007-02-16 Howard ChuPlug leaks
2007-02-15 Kurt ZeilengaImport recent changes in 2.4 for release
2007-02-14 Howard ChuAdded "slapd" rewrite map handler, connection_fake_init...
2007-02-13 Kurt ZeilengaQuick merge: everything from HEAD
2007-02-13 Howard ChuCleanup si_ctxcsn and si_sids in db_destroy
2007-02-13 Howard ChuCoverity leak
2007-02-10 Pierangelo Masaratifix crash related to ITS#4839; other issues seem to...
2007-02-07 Howard ChuImprove prev commit
2007-02-07 Howard ChuRe-fix ITS#4720, use rwlock
2007-02-06 Howard ChuPartially revert prev commit, delete unused parameter...
2007-02-06 Howard ChuITS#4623, entry_get has to pass thru glue layer too
2007-02-06 Howard ChuFix typo
2007-02-05 Howard ChuFix prev commit - cannot shortcut initial sync
2007-02-05 Howard ChuOptimization: send sid in cookie to avoid getting our...
2007-02-05 Howard ChuFix prev commit, don't generate a new ctxcsn if we...
2007-02-05 Howard ChuPreliminary multi-context support for syncrepl. Passes...
2007-01-25 Howard ChuFix debug args
2007-01-25 Howard ChuLog the error code too
2007-01-25 Howard ChuITS#4810 log a message if be_entry_get doesn't return...
2007-01-25 Howard ChuITS#4813 don't limit the presence list to the current...
2007-01-21 Howard ChuDon't use ldap_pvt_thread_pool_context_reset(), it...
2007-01-02 Kurt Zeilengahappy new year
2006-12-02 Pierangelo Masaraticomplain if instantiated outside of a database definition
2006-11-12 Howard ChuITS#4742 cleanup config error reporting
2006-10-26 Howard ChuITS#4720 release csn mutex before checkpointing.
2006-10-19 Kurt ZeilengaSync with HEAD
2006-09-21 Howard ChuTweak prev commit, avoid referencing syncop when resett...
2006-09-21 Howard ChuITS#4658 propagate errors from syncprov_sendresp; drop...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-18 Kurt ZeilengaSync with HEAD
2006-08-15 Howard ChuTS#4622 deletes in psearch didn't always propagate
2006-08-15 Howard ChuITS#4622 if any present list was sent, must send refres...
2006-08-15 Howard ChuITS#4622 make sure queued psearch responses get played...
2006-08-15 Howard ChuDelete curcsn arg to slap_get_commit_csn, redundant...
next