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 64d47b170f75895b1d7ce261dc08081facccefc6 (commit)
from 376c7947be0362e1309eca1ba7c40446b58e9392 (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 64d47b170f75895b1d7ce261dc08081facccefc6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 2 16:14:12 2014 -0700
ITS#7877 update GnuTLS version to 2.12.0
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/appendix-recommended-versions.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, master has been updated
via 376c7947be0362e1309eca1ba7c40446b58e9392 (commit)
from cf193ce089a016f29798f659933be598750e925e (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 376c7947be0362e1309eca1ba7c40446b58e9392
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 2 15:51:52 2014 -0700
Disallow BDB 6.0.20+
-----------------------------------------------------------------------
Summary of changes:
build/openldap.m4 | 12 +++++++++---
configure | 16 +++++++++++-----
2 files changed, 20 insertions(+), 8 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 8836b78e945d6cabb0e21c04f89a40bd0478359f (commit)
from af3c3407585fe9a75e750434135645512f58d846 (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 8836b78e945d6cabb0e21c04f89a40bd0478359f
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 2 11:44:06 2014 -0700
Fix subDB/ovpage copying
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 57 ++++++++++++++++++++++++++++++++++-------------
1 file changed, 42 insertions(+), 15 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 af3c3407585fe9a75e750434135645512f58d846 (commit)
from 342cd72f2574a050469a8f37b0bf54786ad9c954 (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 af3c3407585fe9a75e750434135645512f58d846
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 2 08:06:19 2014 -0700
Larger WBUF still better on large DB
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 12 +++++++-----
1 file changed, 7 insertions(+), 5 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 342cd72f2574a050469a8f37b0bf54786ad9c954 (commit)
from 4009c9ae65144e3da5879477ba8696908593c26a (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 342cd72f2574a050469a8f37b0bf54786ad9c954
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 2 07:45:12 2014 -0700
Don't check LEAF2 pages for subnodes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 61 +++++++++++++++++++++++++----------------------
1 file changed, 32 insertions(+), 29 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 4009c9ae65144e3da5879477ba8696908593c26a (commit)
from 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (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 4009c9ae65144e3da5879477ba8696908593c26a
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 1 21:45:43 2014 -0700
Add mdb_env_copy2()
And mdb_env_copyfd2(). Perform compaction on the copy. Trims out
freed pages and renumbers data pages in sequential order. This is
more CPU-intensive since it copies and modifies data pages.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 37 +++
libraries/liblmdb/mdb.c | 668 +++++++++++++++++++++++++++++++-----------
libraries/liblmdb/mdb_copy.1 | 7 +
libraries/liblmdb/mdb_copy.c | 20 +-
4 files changed, 557 insertions(+), 175 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 4d65cf13265e6936ffca9047dbd2e323b1ace7c5 (commit)
from c5be1292ac21fed2242ad98f3ae5b491d8b8cdea (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 4d65cf13265e6936ffca9047dbd2e323b1ace7c5
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 1 18:53:47 2014 -0700
dump/load need mapsize etc.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_dump.c | 8 +++++++
libraries/liblmdb/mdb_load.c | 54 +++++++++++++++++++++++++++++++++++++++---
2 files changed, 59 insertions(+), 3 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 c5be1292ac21fed2242ad98f3ae5b491d8b8cdea (commit)
from ee599c525052948b623e8980db67c7032feedb4e (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 c5be1292ac21fed2242ad98f3ae5b491d8b8cdea
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 1 05:11:43 2014 -0700
All diagnostics should go to stderr
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_dump.c | 8 ++++----
libraries/liblmdb/mdb_load.c | 12 ++++++------
libraries/liblmdb/mdb_stat.c | 16 ++++++++--------
3 files changed, 18 insertions(+), 18 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 cf193ce089a016f29798f659933be598750e925e (commit)
via 6559e3c18c9bc26d2461a36528e8a1a41d555abf (commit)
via 7d2f9c62775f520cb0f198d248c0b66b0b329afa (commit)
via 0fd0f24f03a76a4377379bec37b47ca181dc0aa5 (commit)
via 829027945f0d6b03283e55530443d55272763838 (commit)
from d10652d33cbeed3faa69291862ba5ec0c5c8e99d (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 cf193ce089a016f29798f659933be598750e925e
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 30 20:23:11 2014 -0700
ITS#7877 regenerate configure
commit 6559e3c18c9bc26d2461a36528e8a1a41d555abf
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 30 20:22:43 2014 -0700
ITS#7877 require GnuTLS 2.12.0 or newer
commit 7d2f9c62775f520cb0f198d248c0b66b0b329afa
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Jun 30 11:38:05 2014 -0700
ITS#7877 assume gnutls is at least 2.12.0
commit 0fd0f24f03a76a4377379bec37b47ca181dc0aa5
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Jun 30 11:36:40 2014 -0700
ITS#7877 assume gnutls provides cipher suites
commit 829027945f0d6b03283e55530443d55272763838
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Mon Jun 30 11:02:15 2014 -0700
ITS#7877 use nettle instead of gcrypt
-----------------------------------------------------------------------
Summary of changes:
configure | 1504 +++++++++++++++--------------
configure.in | 7 +
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 34 +-
libraries/libldap/tls_g.c | 215 +----
4 files changed, 785 insertions(+), 975 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git