]> git.sur5r.net Git - openldap/history - servers/slapd/syncrepl.c
ldap_control*_dup() is no longer private; add ldap_pvt_put_control
[openldap] / servers / slapd / syncrepl.c
2007-08-22 Pierangelo Masaratirework controls API
2007-08-20 Howard ChuMore for ITS#5077
2007-08-17 Pierangelo Masaratimake lutil_uuidstr_from_normalized() return the length...
2007-08-17 Pierangelo Masaratimove uuid normalized to string to liblutil
2007-08-16 Hallvard FurusethRemove lint
2007-08-13 Pierangelo Masaratirecent check for syncrepl searchbase broke test048...
2007-08-10 Howard ChuITS#5077 fix attr_cmp loop termination
2007-08-10 Howard ChuITS#5065 don't crash if old cookieCSN is sent
2007-08-08 Pierangelo Masaratisyncrepl searchbase must be within the database naming...
2007-08-03 Ralf HaferkampReworked recent backend API changes, now using a separa...
2007-07-14 Howard ChuFix mirrormode/tool mode
2007-07-13 Howard ChuFallout from ITS#4986 - remove unused param of select_b...
2007-06-19 Howard ChuFix uninit'd op req DN
2007-06-19 Howard ChuITS#4933 use ldap_set_option for search timelimit
2007-06-16 Pierangelo Masaratitest goes __after__ done (ITS#5014 :)
2007-06-14 Pierangelo Masaratidon't forget to log errors (ITS#5014)
2007-05-19 Pierangelo Masaratimore ITS#4973 initialization
2007-05-18 Hallvard FurusethGive OperationBuffer normal struct members instead...
2007-05-10 Howard ChuFix typo in prev commit
2007-05-10 Howard ChuITS#4952 use memcmp to compare CSN values
2007-05-09 Hallvard FurusethStruct/array initializers must be constant expressions...
2007-05-08 Howard Chucoverity scan, ch_realloc won't return NULL
2007-04-06 Howard ChuITS#4915 log failure retry status
2007-04-02 Howard ChuITS#4904 fix delta-sync modlist free
2007-03-20 Pierangelo Masaraticleanup struct declarations
2007-02-24 Pierangelo Masaratire-fix previus commit the other way 'round (rids are...
2007-02-24 Pierangelo Masaratifix type/format mismatch
2007-02-16 Howard ChuPlug leaks
2007-02-14 Howard ChuFix rev 1.312
2007-02-13 Howard Chusyncinfo_free must be able to free multiple syncinfos
2007-02-13 Howard ChuCoverity error
2007-02-07 Howard ChuFix fetching of initial contextCSN, updating from syncprov
2007-02-07 Howard ChuITS#4832 fix unint'd var
2007-02-06 Howard ChuPartially revert prev commit, delete unused parameter...
2007-02-06 Howard ChuFixes for glue and persist chaining
2007-02-06 Howard ChuAdd a debug message when skipping an old entry.
2007-02-05 Howard ChuOptimization: send sid in cookie to avoid getting our...
2007-02-05 Howard ChuFix compare_csns to accept new cookie when there are...
2007-02-05 Howard ChuMore for contextCSN checks
2007-02-05 Howard ChuAdd entryCSN comparison for consistency check
2007-02-05 Howard ChuFix prev commit, doesn't need permissive modify
2007-02-05 Howard ChuUse permissive modify on contextCSN
2007-02-05 Howard ChuPreliminary multi-context support for syncrepl. Passes...
2007-02-04 Howard ChuFix prev commit
2007-02-01 Howard ChuFix ITS#4827, was losing the entryCSN mod.
2007-01-27 Pierangelo Masaratiplug one-time leaks related to configuration
2007-01-27 Pierangelo Masaratifix modify opattrs sync replication (ITS#4820; test019...
2007-01-25 Howard ChuCheck for duplicate UUIDs due to ITS#4813 patch
2007-01-25 Howard ChuITS#4805 plug remaining leak
2007-01-25 Howard ChuListener commit broke test048, skip listener check...
2007-01-24 Howard ChuDon't touch any other opattrs when updating contextCSN
2007-01-24 Howard ChuITS#4809 add reqMod attribute to modrdn records so...
2007-01-24 Howard ChuFinish prev fix, entryUUID was getting dropped
2007-01-22 Howard ChuPartial fix for prev commit
2007-01-22 Howard ChuNew modify handler, compares old and new entry and...
2007-01-21 Howard ChuPreliminary steps to enabling sync replication of confi...
2007-01-15 Pierangelo Masaratifix leak (ITS#4805)
2007-01-12 Howard ChuLog errors in delta sync
2007-01-08 Howard ChuMake syncrepl inherit default TLS settings from main...
2007-01-02 Kurt Zeilengahappy new year
2006-12-24 Pierangelo Masaratifix RID format
2006-12-24 Howard ChuPass op to slap_mods_check()
2006-12-16 Quanah Gibson-Mountcleanup
2006-12-12 Howard ChuITS#4768 more be_add fallout
2006-12-02 Pierangelo Masaratiimprove error message
2006-11-17 Howard ChuITS#4755 add rid to syncrepl debug msgs
2006-11-13 Howard ChuITS#4746 additional leaks
2006-11-13 Howard ChuITS#4746 plug leaks
2006-10-06 Howard ChuITS#4695 same fix for delta-sync
2006-10-05 Howard ChuITS#4695 fix modrdn newSup
2006-09-11 Pierangelo Masaratiadd sb_version to slap_bindconf;
2006-09-11 Pierangelo Masaratimake sure we got the right control...
2006-08-29 Howard ChuEntry/Attribute struct caching, to minimize malloc...
2006-08-04 Pierangelo Masaratifactor connection code out of syncrepl
2006-07-27 Howard ChuITS#4622
2006-07-26 Howard ChuITS#4622 additional fix
2006-07-26 Howard ChuITS#4534, don't update the context cookie with the...
2006-06-08 Howard ChuITS#4582 complain if no rootDN was set when configuring...
2006-05-29 Howard ChuFix modrdn with back-ldap
2006-05-27 Howard ChuITS#4567 use unique timestamps for ops for cascading...
2006-05-11 Howard ChuITS#4534 propagate CSN for delete syncID sets
2006-05-03 Howard ChuDetect TLS config changes
2006-04-29 Howard Chusearchbase is a required config parameter, log missing...
2006-04-27 Howard ChuAdd logging for ITS#4423
2006-04-25 Pierangelo Masaratimore ITS#4503 cleanup
2006-04-13 Pierangelo Masaraticleanup
2006-04-07 Howard ChuUse TLS context stuff in syncrepl
2006-04-02 Hallvard FurusethWarnings: Unused vars. funcptr=0, not =NULL. if(b=...
2006-03-07 Howard ChuAdd "subord" alias for subordinate scope
2006-02-15 Howard ChuFix ITS#4401 teardown persistent clients when unconfiguring
2006-02-08 Howard ChuAdd debug message when deleting nonpresent entries
2006-02-05 Howard Chufilter2bv can't de-normalize UUIDs, must do it explicit...
2006-01-25 Howard ChuITS#4369 add log messages for delta syncrepl ops
2006-01-11 Pierangelo Masarati(incorrect) variable used before set (ITS#4331)
2006-01-11 Pierangelo Masaratifix typos in previus commit
2006-01-11 Howard ChuDon't update in-memory cookie until db update succeeds
2006-01-11 Howard ChuPropagate local errors up, fix test045
2006-01-06 Pierangelo Masaratio_csn memory handling cleanup and more resource release
2006-01-03 Kurt ZeilengaHappy new year!
2006-01-03 Pierangelo Masarati__should__ fix ITS#4296
next