A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 669a4d29c3e8258a9411d36dcb4cece23ad0908f (commit) via 5a4f9915965f81c9088b0b1468e4c3af7941c1e7 (commit) via bb6438fb7ae32a622f456af8c4c9b8d479d5b209 (commit) from 15ee6a05f2e27b6b9f74aa99e6c44c0a22aadd77 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 669a4d29c3e8258a9411d36dcb4cece23ad0908f Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Fri Sep 8 12:03:02 2017 -0700 Fix typo "errror" -> "error" commit 5a4f9915965f81c9088b0b1468e4c3af7941c1e7 Author: Quanah Gibson-Mount <qua...@openldap.org> Date: Tue Sep 12 16:40:05 2017 -0700 ITS#8444 commit bb6438fb7ae32a622f456af8c4c9b8d479d5b209 Author: OndÅej KuznÃk <on...@mistotebe.net> Date: Fri Aug 25 16:25:23 2017 +0100 ITS#8444 Do not clear the pending operation when checkpointing When a checkpoint happens, if we remove the CSN from the pending list, accesslog won't pass it onto the accesslog DB. But in a delta-mmr scenario, an accesslog entry without a CSN faces a race where it might be applied twice - that usually fails and causes a full refresh, other times it can cause a silent desync - both are undesirable. ----------------------------------------------------------------------- Summary of changes: CHANGES | 1 + libraries/libldap/os-local.c | 2 +- servers/slapd/overlays/syncprov.c | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) --- http://www.openldap.org/devel/gitweb.cgi?p=openldap.git