]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
Fixed slapd replication of dSAOperation attributes (ITS#5268)
[openldap] / servers / slapd / overlays / syncprov.c
2007-12-10 Quanah Gibson-Mount Fixed slapd replication of dSAOperation attribu...
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-10-18 Quanah Gibson-MountITS#5192
2007-09-29 Howard ChuITS#5153 from HEAD - sorted values
2007-09-27 Ralf Haferkamp/tmp/msg
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...
2006-07-28 Howard ChuITS#4589 slap_get_commit_csn occasionally returns a...
2006-07-27 Howard ChuITS#4622
2006-07-24 Howard ChuITS#4613 - fail to start if lastmod is off
2006-05-26 Howard ChuITS#4562 - don't assume syncprov_op_response only runs...
2006-05-15 Kurt ZeilengaSync with HEAD
2006-05-11 Howard ChuITS#4534 propagate CSN for delete syncID sets
2006-05-02 Howard ChuITS#4423, fix sessionlog lower bound in playlog
2006-04-28 Howard ChuMore logging for ITS#4423
2006-04-02 Hallvard FurusethInit & destroy so.s_mutex around syncprov_findbase...
2006-03-31 Howard ChuCleanup
2006-02-27 Howard ChuITS#4417 backglue must pass intermediate responses...
2006-01-23 Howard ChuITS#4365 reset frs.sr_nentries before searching in...
2006-01-23 Howard ChuITS#4364 add filter_dup, don't use str2filter to dup...
2006-01-07 Pierangelo Masaratisilence (harmless) warnings
2006-01-06 Howard Chuwake listener when scheduling qtask so it can run immed...
2006-01-06 Pierangelo Masaratiresource release (more is needed: a report is coming...)
2006-01-03 Kurt ZeilengaHappy new year!
2005-12-26 Pierangelo Masaratitypos in comments (very pedantic...)
2005-12-15 Howard ChuITS#4238 don't hide syncrepl control from rootDSE
2005-12-15 Pierangelo Masaratia back-ldap consumer segfaults when accessing members...
2005-12-07 Howard ChuImprove previous commit
2005-12-07 Pierangelo Masaratirework previous commit?
2005-12-07 Pierangelo Masaratidon't search max CSN if don't have a value; try the...
2005-12-06 Pierangelo Masaratiplug leaks
2005-11-26 Kurt ZeilengaRemove some unnecessary #ifdefs
2005-11-25 Pierangelo Masaratistreamline overlay configuration
2005-11-24 Pierangelo Masaratiuse lutil_ato*() whenever appropriate
2005-11-20 Howard ChuMore for ITS#3939
2005-11-20 Howard ChuFix back-bdb inequality_candidates to use unchecked...
2005-11-16 Pierangelo Masaratiimprove fix to ITS#4173 OPENLDAP_REL_ENG_2_2_MP
2005-11-15 Pierangelo Masaratidon't muck with SlapReply during response (ITS#4173)
2005-11-08 Pierangelo Masaratigdb is much more clever with enums...
2005-11-03 Pierangelo Masaratiplug one-time leak
2005-11-03 Kurt ZeilengaUpdate result code to IANA-assigned values
2005-10-15 Howard ChuUse generic filter for findbase
2005-10-15 Howard ChuThe rest of the reloadHint support...
2005-10-15 Howard ChuAdd option to enable using the reloadHint. 2.2 consumer...
2005-10-13 Howard ChuMove CSN invocations to backends
2005-10-12 Kurt ZeilengaAlign Operation buffers using LBER_ALIGNED_BUFFER
2005-10-07 Howard ChuITS#4068 fix queued UUIDs
2005-10-06 Howard ChuPlug memleaks
2005-10-04 Howard ChuDon't flush psearch queue in main search, let the qtask...
2005-10-03 Howard ChuFix abandon checks, syncop use count.
2005-10-03 Howard ChuFix prev commit op initialization, runqueue startup...
2005-10-02 Howard ChuTweak prev commit, avoid rescheduling running qtask
2005-10-02 Howard ChuFix runq scheduling
2005-10-02 Howard ChuFix prev commit modrdn
next