A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via b0fcec8d654f12adf60a0d6a239cd7e4f768f875 (commit) via 6da3e3473c4c93e24c75dbff56ff1d21c89a9a18 (commit) via 249422aa287c788de057534a6580f5fb60420efd (commit) from ceefe132a8af19ee12fe0f072294ecce7bd3973b (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 b0fcec8d654f12adf60a0d6a239cd7e4f768f875 Author: Howard Chu hyc@openldap.org Date: Wed Jun 22 00:29:47 2011 -0700
ITS#6716 Use sorted CSNs in syncrepl too
commit 6da3e3473c4c93e24c75dbff56ff1d21c89a9a18 Author: Howard Chu hyc@openldap.org Date: Tue Jun 21 21:42:44 2011 -0700
ITS#6716 use sorted CSNs, fix sessionlog
track a CSN per SID in the log->sl_mincsn
commit 249422aa287c788de057534a6580f5fb60420efd Author: Howard Chu hyc@openldap.org Date: Tue Jun 21 20:44:53 2011 -0700
ITS#6716 Keep CSN lists sorted by SID
-----------------------------------------------------------------------
Summary of changes: servers/slapd/ldapsync.c | 86 ++++++++++++++++ servers/slapd/overlays/syncprov.c | 205 +++++++++++++++++++++---------------- servers/slapd/proto-slap.h | 4 + servers/slapd/slap.h | 8 +- servers/slapd/syncrepl.c | 104 ++++++++++--------- 5 files changed, 267 insertions(+), 140 deletions(-)