- Oct 28, 2020
-
-
Howard Chu authored
-
- Oct 23, 2020
-
-
- Oct 19, 2020
-
-
Howard Chu authored
Just skip normalization if there's no equality rule. We accept DNs without equality rules already.
-
Howard Chu authored
We should probably just check in dnNormalize instead, and catch this everywhere DNs are received. It might make us reject some DNs that are already in use, though (e.g. received from other directory servers that don't do schema checking).
-
- Oct 13, 2020
-
-
Howard Chu authored
-
Howard Chu authored
-
- Oct 02, 2020
-
-
Howard Chu authored
-
- Oct 01, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
if the entryCSN is older. Previous patch breaks if writes are received out of order, e.g. during a refresh.
-
- Sep 30, 2020
-
-
-
Ondřej Kuzník authored
-
Ondřej Kuzník authored
-
This check is only needed for ops received without a CSN in their cookie. This only occurs when the ops completed out of order on the provider.
-
This mostly reverts commit 1915cb96. Too many concurrency issues. Retains the improvement to syncprov_sessionlog_cmp
-
- Sep 29, 2020
-
-
Howard Chu authored
Don't truncate trailing zeroes in reqStart/reqEnd timestamps
-
- Sep 25, 2020
-
-
Ondřej Kuzník authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Saves about 20% CPU time and RAM
-
-
Fix logmsg uuidstr. Shortcut finding start of playback. Allow dup CSNs in log, but with different UUIDs. All non-present deletes in a refresh use the same CSN.
-
-
Quanah Gibson-Mount authored
-
- Sep 24, 2020
-
-
-
-
Avoid using sys_errlist unless there's no other choice
-
After initial contact, don't exit if a server goes down. Also, don't wait forever for responses, use a timeout and mention when a timeout occurs. Simplify csn/sid handling, we know the max we expect so just allocate the space in advance and keep a fixed sid to slot mapping.
-
- Sep 23, 2020
-
-
Ondřej Kuzník authored
-
- Sep 22, 2020
-
-
Howard Chu authored
-
- Sep 21, 2020
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- Sep 20, 2020
-
-
Howard Chu authored
Use the correct database entry instead of the frontendDB entry
-
- Sep 18, 2020
-
-
Quanah Gibson-Mount authored
-
- Sep 17, 2020
-
-
Howard Chu authored
-
Performance improvement for indexed attributes removal
-
Howard Chu authored
Calling from backend.c only works if back-monitor is a static backend
-
- Sep 16, 2020
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-