]> git.sur5r.net Git - openldap/history - servers/slapd/syncrepl.c
ITS#5376: Drop permissive modify, it isn't necessary
[openldap] / servers / slapd / syncrepl.c
2008-02-13 Quanah Gibson-MountITS#5376: Drop permissive modify, it isn't necessary
2008-02-13 Howard ChuITS#5376 must abandon current session before starting...
2008-02-13 Howard ChuITS#5376 modifies need to be permissive due to refresh...
2008-02-13 Howard ChuITS#5376 - deltasync must fallback for missing entries
2008-02-12 Howard ChuIn do_syncrepl, don't wait if a previous syncrepl threa...
2008-02-10 Howard ChuCleanup debug msg, check for redundant updates
2008-02-10 Howard ChuITS#5362 syncrepl_updateCookie doesn't need to graduate...
2008-01-08 Kurt ZeilengaHappy New Year (belated)
2007-12-15 Pierangelo Masaratifix declarations of buffers for numeric strings; other...
2007-11-26 Howard ChuStreamlined Winsock connection management
2007-11-20 Howard ChuFix test050
2007-11-12 Howard ChuITS#5231 don't maintain presentlist for entries added...
2007-10-22 Howard ChuFix typo
2007-10-05 Pierangelo Masaratide-normalize simple filter values consistently
2007-10-05 Howard ChuFix syncrepl_entry to propagate cookieCSN when present
2007-10-02 Pierangelo Masaratis/strtoul/strtol/ (ITS#5165)
2007-10-02 Pierangelo Masaratidon't malloc the berval separately for presentlist
2007-10-02 Pierangelo Masaratialso log cookie parsing
2007-10-02 Pierangelo Masaratiback out hex RID
2007-09-29 Pierangelo Masaratiremove potential buffer overflow, now that rids can...
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-13 Pierangelo Masaratilog unknown message type
2007-09-09 Howard Chure: prev commit, init j
2007-09-03 Pierangelo Masaratimake sure n,o are non-zero, so j is initialized (coverity)
2007-08-29 Pierangelo Masaratiallow shutdown while syncrepl_del_nonpresent()
2007-08-29 Pierangelo Masaratiplug another leak (hope it's general enough)
2007-08-28 Pierangelo Masaratiback out previous two commits
2007-08-28 Pierangelo Masaratifix uninit'ed var crasher
2007-08-28 Pierangelo Masaratifirst round of CSN normalization consequences
2007-08-26 Pierangelo Masaratiimprove previous commit; fix ITS#5108 by letting both...
2007-08-26 Pierangelo Masaratiadd support for CSNSIDMatch; use it to set contextCSN...
2007-08-25 Howard ChuFix prev commit
2007-08-25 Howard ChuITS#5077 again
2007-08-25 Pierangelo Masaratigetting an abnormal number of empty syncUUID...
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()
next