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 e34f911579fee05ab684490aef6d1df78eb83dbf (commit) via bdb4b48cd759f06901cb310793d310aed78dd39c (commit) via 7db169a32dc0335f92be616e15ae8c84b5c482e2 (commit) from 31f9d83062f56e8160d194c2d261e9f9eb976fbe (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 e34f911579fee05ab684490aef6d1df78eb83dbf Author: Howard Chu hyc@openldap.org Date: Wed Jun 22 00:29:47 2011 -0700
ITS#6716 Use sorted CSNs in syncrepl too
commit bdb4b48cd759f06901cb310793d310aed78dd39c 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 7db169a32dc0335f92be616e15ae8c84b5c482e2 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(-)