- 24 Aug, 2020 1 commit
-
-
Just poll for available data, same as Persist mode. Clarify retry/return states from do_syncrep2
-
- 29 Jul, 2020 1 commit
-
-
Howard Chu authored
For delta-sync as well as regular sync
-
- 22 Jul, 2020 4 commits
-
-
-
Quanah Gibson-Mount authored
-
-
-
- 18 Jul, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 23 Jun, 2020 2 commits
-
-
- 08 May, 2020 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 22 Apr, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 14 Apr, 2020 1 commit
-
-
Ondřej Kuzník authored
-
- 02 Feb, 2020 2 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
ITS#8966 - Remove DO_DSEE ifdef Remove ifdef for DO_DSEE as it's required to be defined for syncrepl.c to compile
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 08 May, 2019 1 commit
-
-
Ondřej Kuzník authored
-
- 20 Mar, 2019 1 commit
-
-
Howard Chu authored
-
- 15 Feb, 2019 2 commits
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
- 30 Jan, 2019 1 commit
-
-
Howard Chu authored
Tested against DSEE7. The DSEE binaries must be in your path to run the test script.
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Dec, 2018 2 commits
-
-
Howard Chu authored
Don't hijack whenCreated attribute for createTimestamp Don't add RDN to entry on modrdn free cookie on cleanup
-
Howard Chu authored
Delete could try to queue a NULL syncCSN (dirsync has none) Modrdn could try to delete a nonexistent oldRDN (leftover from #7144)
-
- 18 Dec, 2018 1 commit
-
-
Howard Chu authored
Requires "attribute_option range=" in config. No test script provided yet, since testing requires an actual AD server.
-
- 14 Dec, 2018 1 commit
-
-
Howard Chu authored
-
- 13 Dec, 2018 1 commit
-
-
Howard Chu authored
Reverts bea2c5d4 535cf92f 5a3a5433 afa9a9c3 due to backend deadlocks
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 28 Feb, 2018 1 commit
-
-
Howard Chu authored
And try another approach. Always write contextCSN updates, but don't set dont_replicate for updates we want propagated.
-
- 21 Feb, 2018 1 commit
-
-
Howard Chu authored
If syncprov is present, only write contextCSN attribute on actual state changes, not on per-entry modifications. Continue to update in-memory cookieState. Saves overhead, syncprov will eventually checkpoint it into the DB anyway.
-
- 13 Oct, 2017 1 commit
-
-
Howard Chu authored
Must release cookieState->cs_mutex before invoking backend. Add a condvar to serialize calls of updateCookie, so we can release the mutex and still update sequentially. Also added tid logging, useful in conjunction with 7ab0e1aff0cc48cdfb299ca7dbd27900a9e3d1a8
-
- 11 Oct, 2017 1 commit
-
-
- 06 Oct, 2017 1 commit
-
-
sca+openldap@andreasschulze.de authored
-
- 05 Oct, 2017 1 commit
-
-
Howard Chu authored
Make sure it's last in callback stack
-
- 07 Apr, 2017 1 commit
-
-
Make two successive modifications of the same attribute separate. This lets the consumer interpret the log entry the same way as the server that produced it. Still depends on the log entry attributes being read in the same order as they were written.
-
- 15 Mar, 2017 1 commit
-
-
Howard Chu authored
Remove poolq_hash, it wasn't distributing work evenly to the queues. Just walk through all queues and use the one with smallest active+pending count. Since pool_retract also relied on the hash, a different means of locating the thread to retract was needed. Add pool_submit2 which returns the threadpool task structure, and record which poolq this task lives on.
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 12 Jun, 2016 1 commit
-
-
Hallvard Furuseth authored
-
- 09 Jun, 2016 1 commit
-
-
Howard Chu authored
-
- 28 Apr, 2016 1 commit
-
-
Howard Chu authored
Filter needs AttributeAssertions
-