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 0822c20faf80b657a1c9c78ee5fc2662caefb280 (commit) via 875ae02d228ebe4b07d65bc2982615ffceb44e5b (commit) via 1911f9b3d84ddf0f9a328a9fc6c3a576753afc85 (commit) via 68a5b0d7c63e6fa37d6d39e94a3278c065ce9678 (commit) via b5c0bc260f65f7b3981deeed3d971cc0e463544e (commit) via 9e26c4e169584b4bda582d8d3b0ceb5b78563f65 (commit) via 4563ce66126f1f1c1f9e7f425a57de26c4e72921 (commit) via c9635e0686174bdf305a1fd61c58b0813793c525 (commit) via 1c6900a56c1b71f9bac96a0a3b7545a4d17c52a2 (commit) via b176c7fa90ed336646e078f58221aec3de24eac3 (commit) via ee2036fbf522db276040b6edab977cb23fbb0ee2 (commit) via 209fcd92eaf7666085878797f7fc0bf52897abf5 (commit) via 4c83d03bdc5de3bc17fbe2877f52e83dbbb56a6f (commit) via fc8c55f80f2aec2e4096ddefd867dda660eb16f0 (commit) via c979a251e4ca308967e40b28bfaa6dfdb132ff37 (commit) from f7993f65c287775812b5a243a69bc22ccf2c9831 (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 0822c20faf80b657a1c9c78ee5fc2662caefb280 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:37:46 2014 -0600
ITS#8001
commit 875ae02d228ebe4b07d65bc2982615ffceb44e5b Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 22:58:33 2014 +0000
ITS#8001 fix ldap_sync_initialize
commit 1911f9b3d84ddf0f9a328a9fc6c3a576753afc85 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:36:24 2014 -0600
ITS#7997, 7998, 8000
commit 68a5b0d7c63e6fa37d6d39e94a3278c065ce9678 Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 22:24:25 2014 +0000
ITS#8000 silence warnings
commit b5c0bc260f65f7b3981deeed3d971cc0e463544e Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 21:59:45 2014 +0000
ITS#7998 silence warning
commit 9e26c4e169584b4bda582d8d3b0ceb5b78563f65 Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 21:57:44 2014 +0000
ITS#7997 silence warning
commit 4563ce66126f1f1c1f9e7f425a57de26c4e72921 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:31:34 2014 -0600
ITS#7995
commit c9635e0686174bdf305a1fd61c58b0813793c525 Author: Howard Chu hyc@openldap.org Date: Wed Dec 10 02:06:50 2014 +0000
ITS#7995 fix slap_bv2undef_ad
commit 1c6900a56c1b71f9bac96a0a3b7545a4d17c52a2 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:22:57 2014 -0600
ITS#7968
commit b176c7fa90ed336646e078f58221aec3de24eac3 Author: Leo Yuriev leo@yuriev.ru Date: Fri Dec 5 19:41:40 2014 +0000
ITS#7968 add locks for syncrepl cookiestate
Mutex must be held even for a read-access of a cookie state, as there may be a race with write in other thread.
commit ee2036fbf522db276040b6edab977cb23fbb0ee2 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:22:18 2014 -0600
ITS#7977
commit 209fcd92eaf7666085878797f7fc0bf52897abf5 Author: HAMANO Tsukasa hamano@osstech.co.jp Date: Wed Nov 5 09:26:35 2014 +0000
ITS#7977 Add PBKDF2 -SHA256 and -SHA512
commit 4c83d03bdc5de3bc17fbe2877f52e83dbbb56a6f Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:18:42 2014 -0600
ITS#7976
commit fc8c55f80f2aec2e4096ddefd867dda660eb16f0 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Dec 10 18:17:12 2014 -0600
ITS#7976 fix delta-mmr/accesslog interaction
commit c979a251e4ca308967e40b28bfaa6dfdb132ff37 Author: Howard Chu hyc@openldap.org Date: Wed Oct 15 11:21:19 2014 +0100
Fix typo in cancel config
-----------------------------------------------------------------------
Summary of changes: CHANGES | 10 ++ contrib/slapd-modules/dupent/dupent.c | 2 +- contrib/slapd-modules/noopsrch/noopsrch.c | 3 +- contrib/slapd-modules/passwd/pbkdf2/README | 18 +++- contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 117 ++++++++++++++++------- contrib/slapd-modules/passwd/sha2/sha2.c | 10 +- libraries/libldap/ldap_sync.c | 4 +- servers/slapd/ad.c | 3 +- servers/slapd/back-meta/config.c | 2 +- servers/slapd/backover.c | 9 +- servers/slapd/syncrepl.c | 16 +++- 11 files changed, 143 insertions(+), 51 deletions(-)