A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via e394e023e491ca0338ad1f485fd70a9dd3790ed2 (commit)
from 3f62ddc81c891f10c65b672e268ff2cb2b5fe228 (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 e394e023e491ca0338ad1f485fd70a9dd3790ed2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jan 28 19:45:01 2016 +0100
Fix MDB_VL32 mdb_cursor_count()/entrycount types
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 3f62ddc81c891f10c65b672e268ff2cb2b5fe228 (commit)
from 5bf313e820b8a6e122510e4571d9c6a3ec0136c1 (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 3f62ddc81c891f10c65b672e268ff2cb2b5fe228
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 28 14:23:02 2016 +0000
MDB_VL32 change overflow page scan
Just check the requested page, don't worry about any other pages
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 41 ++++++++++-------------------------------
1 file changed, 10 insertions(+), 31 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 5bf313e820b8a6e122510e4571d9c6a3ec0136c1 (commit)
from 6f653ca205d7358be7c639b8711492560de3de2a (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 5bf313e820b8a6e122510e4571d9c6a3ec0136c1
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 28 04:18:14 2016 +0000
ITS#8363 Fix off-by-one in mdb_midl_shrink
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/midl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.RE/0.9 has been updated
via eb5a99832bc497dc3c874ca5f770a199ad40b418 (commit)
via c322c4c76cc39cb69dd80890a9075a6f2c3fe403 (commit)
from c06c3c7732e8bb9bf53d72f61a656b002811ad07 (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 eb5a99832bc497dc3c874ca5f770a199ad40b418
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 28 04:22:26 2016 +0000
ITS#8363
commit c322c4c76cc39cb69dd80890a9075a6f2c3fe403
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 28 04:18:14 2016 +0000
ITS#8363 Fix off-by-one in mdb_midl_shrink
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/midl.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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_5 has been updated
via 5b8fdcbb50e09dcafe9e6cd3d16b5542c2272769 (commit)
via f5afd17a9c989431c5959b2acfdb990a05f6965e (commit)
via f3a7bf79dbfe9f38c77e7720c90206309c9333cd (commit)
via 4a9f4439be4353441496d89f98307ba1bb8214c7 (commit)
via 4001eb054f234543be845d50a49cfe8787f8f0a3 (commit)
via 528b256e09e27c016692e8c5e2d9afe4327db77e (commit)
via c06c3c7732e8bb9bf53d72f61a656b002811ad07 (commit)
via 6c0900c3536075af9481ce0014c303185b382e70 (commit)
via 90a07a398b10c5fc4945ca4ef9d05a4795aeb82a (commit)
via a9df031d0daef6c5c5325549f18bf7bf5f2614ac (commit)
via 6d2eb36ccbf3c0d0ad28fd1dd16aa2564f658a0f (commit)
via 4773850d428d60cf495950e7df996fb998a3800e (commit)
via f2d0aa7d2294eaf1d85eaaeb68fd7fd8433207ec (commit)
via 81d0d29bbc3f850d94571abdd5a53637f6c783f3 (commit)
via 05709ce6fa4ef5952116b5e8937ce268c73afdcf (commit)
via 935a90dfc4d3ca9cbbf8c468f057874de66318a7 (commit)
via 25fd09df6daa7e0609d419dad44e5d8a05cf80db (commit)
from 385e524233c4e70ca71988756b7217c8039768ea (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 5b8fdcbb50e09dcafe9e6cd3d16b5542c2272769
Merge: 385e524 f5afd17
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 27 21:51:52 2016 -0600
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/install.sdf | 2 +-
libraries/libldap/tls_o.c | 11 +++++++++--
libraries/liblmdb/CHANGES | 4 ++++
libraries/liblmdb/lmdb.h | 6 ++++--
libraries/liblmdb/mdb.c | 24 +++++++++++++-----------
servers/slapd/back-mdb/add.c | 4 ++++
servers/slapd/back-mdb/id2entry.c | 3 +++
servers/slapd/back-mdb/modify.c | 5 +++++
servers/slapd/back-mdb/tools.c | 2 ++
servers/slapd/overlays/syncprov.c | 7 ++++++-
10 files changed, 51 insertions(+), 17 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 f5afd17a9c989431c5959b2acfdb990a05f6965e (commit)
from f3a7bf79dbfe9f38c77e7720c90206309c9333cd (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 f5afd17a9c989431c5959b2acfdb990a05f6965e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 27 12:24:30 2016 -0600
ITS 8362 - Fix link to BerkeleyDB download location
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/install.sdf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 6f653ca205d7358be7c639b8711492560de3de2a (commit)
from 8f88b1b0ba208c51da70736626aeeb5daac6e3f2 (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 6f653ca205d7358be7c639b8711492560de3de2a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 27 11:48:22 2016 +0000
MDB_VL32 more for 1ba5adb2ec262405f9207d6015d4f29eea548d25
fix 32bit overflow in set_mapsize
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 8f88b1b0ba208c51da70736626aeeb5daac6e3f2 (commit)
from 8c215aa970215a58ee0df458813c0405ad27a6e9 (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 8f88b1b0ba208c51da70736626aeeb5daac6e3f2
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 26 22:13:01 2016 +0000
ITS#8324 fix a6ccef73ed288271f9b5871909d14a2e481c81ae
Removing the WRITEMAP test dropped this into the MDB_VL32 code path,
which was wrong.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 f3a7bf79dbfe9f38c77e7720c90206309c9333cd (commit)
from 4a9f4439be4353441496d89f98307ba1bb8214c7 (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 f3a7bf79dbfe9f38c77e7720c90206309c9333cd
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 26 18:06:46 2016 +0000
ITS#8353 partial fix
Use newly added SSL_CTX_up_ref()
Still waiting for X509_NAME accessor
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 4a9f4439be4353441496d89f98307ba1bb8214c7 (commit)
from 4001eb054f234543be845d50a49cfe8787f8f0a3 (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 4a9f4439be4353441496d89f98307ba1bb8214c7
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 26 13:39:53 2016 +0000
ITS#8360 tweak for LDAP_TXNs too
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 3 +++
1 file changed, 3 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git