]> git.sur5r.net Git - openldap/history - servers/slapd/overlays/syncprov.c
ITS#4589 slap_get_commit_csn occasionally returns a curcsn that points
[openldap] / servers / slapd / overlays / syncprov.c
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-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
2005-10-02 Howard ChuMinimize base lookups
2005-10-02 Howard ChuAlways queue psearch responses (ITS#3671 revisited)
2005-09-14 Howard ChuAdd a "nopresent" keyword to skip the present phase...
2005-09-09 Howard ChuITS#3989 more fixes
2005-09-08 Howard ChuITS#3989 fix crash - don't access freed psearch records
2005-09-02 Howard ChuITS#3989 fix ID used for syncprov_findbase
2005-08-26 Hallvard FurusethRemove unused variable
2005-08-25 Kurt ZeilengaUpdate build tools based upon OPENLDAP_AC work
2005-08-25 Pierangelo Masaratineed stricter sanity checks...
2005-08-23 Howard ChuITS#3961 better fix - provide a context for the main...
2005-08-23 Howard ChuITS#3961 provide ldap_pvt_thread_pool_fake_context_init...
2005-08-15 Howard ChuMore optimization for CSN filter checks
2005-08-15 Howard ChuFix prev commit
2005-08-15 Howard ChuOptimize FINDCSN case
2005-08-14 Howard ChuITS#3935 tweak sessionlog description
2005-08-09 Howard ChuITS#3922 don't leak ber buffer on decode/parse errors
2005-08-09 Howard ChuITS#3922 plug another cookie parsing leak
2005-08-08 Howard ChuITS#3922 fix syncrepl ctxcsn leak
2005-08-02 Hallvard FurusethFix off-by-one pointer error. Garbage byte between...
2005-07-18 Hallvard Furusethassert expects int. (int)<nonnull ptr/long> can be...
2005-07-14 Hallvard FurusethSilence warnings
2005-07-10 Hallvard Furusethfbuf in syncprov_findcsn() got used before it was fully...
2005-06-30 Howard ChuITS#3456 better fix, use a child thread.
2005-06-30 Howard ChuITS#3456 - omit FIND_MAXCSN call from syncprov_db_open...
2005-06-04 Howard ChuAdd SLAP_MOD_INTERNAL flag to Modifications, allow...
2005-05-09 Howard ChuFix debug msg
2005-05-09 Howard ChuTable-driven config
2005-04-28 Howard ChuITS#3671 more abandon/error checks
2005-04-28 Howard ChuMroe abandon checks for ITS#3671
2005-04-28 Howard ChuMore for ITS#3671, check for Abandon before replaying...
2005-04-26 Howard ChuITS#3682, dup entry and free the DB's copy before sendi...
2005-04-25 Howard ChuITS#3671 make sure to flush queue when able
2005-04-25 Howard ChuFix modify deadlock
2005-04-24 Howard ChuBetter fix for #3671
2005-04-24 Howard ChuITS#3671 free all locks before calling send_search_...
2005-04-15 Howard ChuITS#3616 store contextCSN in glue entry if database...
2005-04-09 Howard ChuDon't do ctxcsn checks in Tool mode, don't generate...
2005-03-29 Sang Seok LimFixing memory leakage in attribute aliasing
2005-03-14 Howard ChuITS#3596 partial fix - allow abandoning a locked operation
2005-02-18 Howard ChuFix cancel cleanup
2005-02-18 Howard ChuITS#3549 acknowledge CANCEL requests
2005-01-25 Pierangelo Masaratifix dynamically registered controls check; NOTE: contro...
2005-01-14 Pierangelo Masaratisilence warnings
2005-01-14 Howard ChuMore consolidation for single consumer-context syncrepl
2005-01-13 Howard ChuFix prev commit
2005-01-13 Howard ChuUse a single sessionlog per context, delete sid
2005-01-12 Howard ChuMore cleanup for prev commit
2005-01-12 Howard ChuITS#3463 don't muck with frontend's operations, just...
2005-01-11 Howard ChuFix findmax when multiple matches are found
2005-01-08 Pierangelo Masaratimake sure the attribute exists
2005-01-01 Kurt ZeilengaHappy New Year!
2004-12-31 Kurt Zeilengacleanup
2004-12-12 Howard ChuFix playlog uninit'd fields
2004-12-10 Howard ChuMoved cookie validation into slap_parse_sync_cookie...
next