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 8f213b254d6711e91dd26e454d9911c37b929a97 (commit) via 01afcd2263a59187f79fb912598aeedbe615a6e7 (commit) via cafef36482b9871e6c8d394bc7466b58cbb7b94c (commit) via fee51a5c65d9e68020e7be786d742adc9032eda8 (commit) via 2e7426c6c8b8167556471c9ec5233bcf5a45506a (commit) via 4e817240093c4fbd69c8c97b69bb5c62368cad19 (commit) via 9d16e17341455280cd6c7e719d51c41c41150f35 (commit) via 90243e7779a119e4e73fb053b8e1d5841f7509d2 (commit) via feef2c30b117f3355fec837ff75ee015b56b4a4f (commit) via e76fcce3f149a2d52856de013308fd8d56976934 (commit) via ae963b89ed21f40de2283bac10dd1ae916a08c34 (commit) via 429d9e85393e8ec6e7cc9a0908c8f7f08fe32c70 (commit) via f7f7be7164dabc9ab66185b5ad7f79b0f37579ed (commit) via 389465d3c43804f1bb213062c8c8ec380c2bb084 (commit) via ee96f43a9c277bdd8463b319b3cc4da7f6dd51a3 (commit) via d3ceb2e6bec2a18a11bf5b5201f6292be91a154c (commit) via dceaf05f3a3c1d11f229e45190cf7ec1cf6dc433 (commit) via 4a60e78e7491ab6a7560f065b626e188fa1f764b (commit) via 9e5af51072ad62b4657a9d05029f5ae4cf294e59 (commit) from a6a20e536d1fb8f5f1bf43de89c2d6c807b01e26 (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 8f213b254d6711e91dd26e454d9911c37b929a97 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 6 13:02:43 2011 -0700
ITS#6873
commit 01afcd2263a59187f79fb912598aeedbe615a6e7 Author: Pierangelo Masarati ando@OpenLDAP.org Date: Thu Jun 30 21:52:28 2011 +0200
authTimestamp should be manageable (ITS#6873)
commit cafef36482b9871e6c8d394bc7466b58cbb7b94c Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 6 13:01:20 2011 -0700
ITS#6886
commit fee51a5c65d9e68020e7be786d742adc9032eda8 Author: Pierangelo Masarati ando@OpenLDAP.org Date: Thu Jun 30 21:20:54 2011 +0200
response tag is [1] according to RFC 2589 (ITS#6886)
commit 2e7426c6c8b8167556471c9ec5233bcf5a45506a Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 6 13:00:04 2011 -0700
ITS#6980
commit 4e817240093c4fbd69c8c97b69bb5c62368cad19 Author: Rich Megginson rmeggins@redhat.com Date: Wed Jun 29 10:47:10 2011 -0600
ITS#6980 free the result of SSL_PeerCertificate
In tlsm_auth_cert_handler, we get the peer's cert from the socket using SSL_PeerCertificate. This value is allocated and/or cached. We must destroy it using CERT_DestroyCertificate.
commit 9d16e17341455280cd6c7e719d51c41c41150f35 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 6 12:57:09 2011 -0700
ITS#6734,ITS#7029,ITS#7031: Add support for delta-syncrepl based MMR
commit 90243e7779a119e4e73fb053b8e1d5841f7509d2 Author: Howard Chu hyc@openldap.org Date: Tue Aug 30 19:14:56 2011 -0700
For test063
add hex timestamp to lutil_debug() output Fix LASTMOD race condition in accesslog.c Set refreshInterval even if using refreshAndPersist, since fallbacks will use refresh params
commit feef2c30b117f3355fec837ff75ee015b56b4a4f Author: Howard Chu hyc@openldap.org Date: Fri Aug 26 16:56:18 2011 -0700
ITS#7029,#7031 More for prev commit
commit e76fcce3f149a2d52856de013308fd8d56976934 Author: Howard Chu hyc@openldap.org Date: Wed Aug 24 16:09:37 2011 -0700
ITS#7029 fix uninit'd nvalue
commit ae963b89ed21f40de2283bac10dd1ae916a08c34 Author: Howard Chu hyc@openldap.org Date: Mon Jun 20 10:57:57 2011 -0700
More fixes, add test script
commit 429d9e85393e8ec6e7cc9a0908c8f7f08fe32c70 Author: Howard Chu hyc@openldap.org Date: Mon Jun 20 06:51:33 2011 -0700
Fix missing si_syncCookie numcsns
commit f7f7be7164dabc9ab66185b5ad7f79b0f37579ed Author: Howard Chu hyc@openldap.org Date: Mon Jun 20 04:27:11 2011 -0700
More tweaks for delta-mmr
commit 389465d3c43804f1bb213062c8c8ec380c2bb084 Author: Howard Chu hyc@openldap.org Date: Sun Jun 19 20:03:01 2011 -0700
delta-mmr conflict resolution
commit ee96f43a9c277bdd8463b319b3cc4da7f6dd51a3 Author: Howard Chu hyc@openldap.org Date: Sun Jun 19 17:04:19 2011 -0700
More for conflict detection
commit d3ceb2e6bec2a18a11bf5b5201f6292be91a154c Author: Howard Chu hyc@openldap.org Date: Sun Jun 19 15:54:45 2011 -0700
Setup delta-mmr using an overlay
commit dceaf05f3a3c1d11f229e45190cf7ec1cf6dc433 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Sep 6 12:47:42 2011 -0700
ITS#6561 (Required for delta-syncrepl MMR support)
commit 4a60e78e7491ab6a7560f065b626e188fa1f764b Author: Howard Chu hyc@openldap.org Date: Fri Mar 4 07:54:06 2011 +0000
More for #6561 - delete returns NO_SUCH_ATTRIBUTE, not TYPE_OR_VALUE_EXISTS
commit 9e5af51072ad62b4657a9d05029f5ae4cf294e59 Author: Pierangelo Masarati ando@openldap.org Date: Tue Sep 7 13:21:20 2010 +0000
add support for ADD_IF_NOT_PRESENT and SOFTDEL internal modification types (ITS#6561)
-----------------------------------------------------------------------
Summary of changes: CHANGES | 5 + contrib/slapd-modules/lastbind/lastbind.c | 2 + include/ldap.h | 2 +- libraries/liblber/debug.c | 3 +- libraries/libldap/tls_m.c | 4 +- servers/slapd/acl.c | 8 + servers/slapd/back-bdb/modify.c | 51 +++- servers/slapd/back-ldif/ldif.c | 25 ++ servers/slapd/back-ndb/modify.cpp | 43 +++ servers/slapd/back-sql/add.c | 2 + servers/slapd/bconfig.c | 19 +- servers/slapd/modify.c | 1 + servers/slapd/overlays/accesslog.c | 5 +- servers/slapd/overlays/constraint.c | 23 ++ servers/slapd/overlays/dds.c | 4 +- servers/slapd/slap.h | 23 +- servers/slapd/syncrepl.c | 452 ++++++++++++++++++++++-- tests/scripts/test063-delta-multimaster | 546 +++++++++++++++++++++++++++++ 18 files changed, 1177 insertions(+), 41 deletions(-) create mode 100755 tests/scripts/test063-delta-multimaster