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 27b1c5f366dca98cfe6924dec5d7c989fbd91dba (commit)
from 5db0b54ca127eda9777771b3a5e3c956491e7660 (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 27b1c5f366dca98cfe6924dec5d7c989fbd91dba
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 7 18:28:29 2016 +0000
Add MDB_PREV_MULTIPLE
Logical counterpart to GET_MULTIPLE, NEXT_MULTIPLE
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 4 +++-
libraries/liblmdb/mdb.c | 22 ++++++++++++++++++++++
2 files changed, 25 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_4 has been updated
via 53d167220b5361f62af06a3241edd779bdeb9bef (commit)
via cd841f5b373abce6024890a14460de983dcfeed7 (commit)
via 67c9ddaf4f41ab4759cc2165ba022296bd7aaa1c (commit)
via fbea1a8463b97f9fdb1930f347b55bfe31f9c03c (commit)
via ca35cce94bbe4c8db6704a3c4933badd00222dd1 (commit)
via df1266cdb7a3d38105c248dee05c0826228216be (commit)
via 3c85df44866ae52ed02549ba63dbe93ccb025eba (commit)
from 7eda0c2e442bbf39d323200541152a843972efbb (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 53d167220b5361f62af06a3241edd779bdeb9bef
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 4 15:25:16 2016 -0600
ITS#8337
commit cd841f5b373abce6024890a14460de983dcfeed7
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Dec 12 16:14:02 2015 +0000
ITS#8337 fix missing olcDbChecksum config attr
commit 67c9ddaf4f41ab4759cc2165ba022296bd7aaa1c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 4 15:24:20 2016 -0600
ITS#8329
commit fbea1a8463b97f9fdb1930f347b55bfe31f9c03c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 3 19:25:32 2015 +0000
ITS#8329 finish prev commit
commit ca35cce94bbe4c8db6704a3c4933badd00222dd1
Author: Paul Terry <p.a.terry(a)gmail.com>
Date: Thu Dec 3 17:44:21 2015 +0000
ITS#8329 Add the id_query config item.
commit df1266cdb7a3d38105c248dee05c0826228216be
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 4 15:22:36 2016 -0600
ITS#8327
commit 3c85df44866ae52ed02549ba63dbe93ccb025eba
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Dec 3 00:58:33 2015 +0000
ITS#8327 fix ppolicy_get_default
pwdMaxRecordedFailure must never be zero
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
servers/slapd/back-bdb/config.c | 4 ++--
servers/slapd/back-sql/config.c | 7 ++++++-
servers/slapd/overlays/ppolicy.c | 2 ++
4 files changed, 13 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, OPENLDAP_REL_ENG_2_4 has been updated
via 7eda0c2e442bbf39d323200541152a843972efbb (commit)
via 03f1c12bbe66e6841cb7261cd739ee74c469fb8d (commit)
via fd7bfbc0df0ade534bea84914d385ecf2a73f678 (commit)
via ac6947401ba290f7e8c4dcf1d522505ef986195f (commit)
via e8760b474d3a2a4ae78dd7dc7a17698ac5425575 (commit)
via 3fd0d5fb80089729594af089dff11ade66e00375 (commit)
via ec32e90022f43af86db5330ed5a28a38644f1692 (commit)
via 18caeaa70b1aaa376b85ebc2a9be6f1bc222deed (commit)
via 14ce42f434170895373ea452e46f858f59e27dd9 (commit)
via 19d135af54d185d0b5687af7cfd20986af406820 (commit)
via 8738e5e306a37220d9ee5fac1c32802eff0aa5ca (commit)
via 99427fcab8b0faed55e2017eb4c20619fdeefedd (commit)
from b7f65f365a478d173ae8df9839ba92c11c3c2db6 (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 7eda0c2e442bbf39d323200541152a843972efbb
Merge: b7f65f3 03f1c12
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 4 13:47:43 2016 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 11 +++
libraries/liblmdb/Doxyfile | 2 +-
libraries/liblmdb/Makefile | 21 +++--
libraries/liblmdb/intro.doc | 192 +++++++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/lmdb.h | 10 ++-
libraries/liblmdb/mdb.c | 49 ++++++++---
6 files changed, 261 insertions(+), 24 deletions(-)
create mode 100644 libraries/liblmdb/intro.doc
---
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 fead3f8e08ff8d11a44594cc0b03295acc501826 (commit)
via 13a8b6110acb64afac50002aac76ac027ae5f1b4 (commit)
via 03f1c12bbe66e6841cb7261cd739ee74c469fb8d (commit)
via fd7bfbc0df0ade534bea84914d385ecf2a73f678 (commit)
via ac6947401ba290f7e8c4dcf1d522505ef986195f (commit)
via 71f1a1c3205e4a34a1289f01fdcd7f12f1be42b6 (commit)
via e8760b474d3a2a4ae78dd7dc7a17698ac5425575 (commit)
via 3fd0d5fb80089729594af089dff11ade66e00375 (commit)
via ec32e90022f43af86db5330ed5a28a38644f1692 (commit)
via 18caeaa70b1aaa376b85ebc2a9be6f1bc222deed (commit)
via 901fe3318f1c4ea7adac45f906d5447d71e43f8a (commit)
via 04ff9674514d4fda39a4ad72d6a79baa0599d8e4 (commit)
via af0c7ae038dac888d9fd39d577562f669c834b50 (commit)
via 33ed03a64b581503057e3a3498c0afac72c493f2 (commit)
via 14ce42f434170895373ea452e46f858f59e27dd9 (commit)
via 19d135af54d185d0b5687af7cfd20986af406820 (commit)
via 8738e5e306a37220d9ee5fac1c32802eff0aa5ca (commit)
via 99427fcab8b0faed55e2017eb4c20619fdeefedd (commit)
via 3a305253a09a637cc86c4941cbadab0c0ca4f2dd (commit)
from 8bbbaea0b4ec58ad51b9fb1b09e7b6e996ee0361 (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 fead3f8e08ff8d11a44594cc0b03295acc501826
Merge: 8bbbaea 13a8b61
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 4 13:47:16 2016 -0600
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 11 +++
libraries/liblmdb/Doxyfile | 2 +-
libraries/liblmdb/Makefile | 21 +++--
libraries/liblmdb/intro.doc | 192 ++++++++++++++++++++++++++++++++++++++
libraries/liblmdb/lmdb.h | 10 +-
libraries/liblmdb/mdb.c | 49 +++++++---
servers/slapd/back-bdb/config.c | 4 +-
servers/slapd/back-sql/config.c | 7 +-
servers/slapd/overlays/ppolicy.c | 2 +
9 files changed, 271 insertions(+), 27 deletions(-)
create mode 100644 libraries/liblmdb/intro.doc
---
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 13a8b6110acb64afac50002aac76ac027ae5f1b4 (commit)
via 03f1c12bbe66e6841cb7261cd739ee74c469fb8d (commit)
via fd7bfbc0df0ade534bea84914d385ecf2a73f678 (commit)
via ac6947401ba290f7e8c4dcf1d522505ef986195f (commit)
from 71f1a1c3205e4a34a1289f01fdcd7f12f1be42b6 (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 13a8b6110acb64afac50002aac76ac027ae5f1b4
Merge: 71f1a1c 03f1c12
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 4 19:37:49 2016 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/lmdb.h | 3 ++-
libraries/liblmdb/mdb.c | 6 +++++-
3 files changed, 8 insertions(+), 2 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.RE/0.9 has been updated
via 03f1c12bbe66e6841cb7261cd739ee74c469fb8d (commit)
via fd7bfbc0df0ade534bea84914d385ecf2a73f678 (commit)
from ac6947401ba290f7e8c4dcf1d522505ef986195f (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 03f1c12bbe66e6841cb7261cd739ee74c469fb8d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 4 19:35:40 2016 +0000
ITS#8336
commit fd7bfbc0df0ade534bea84914d385ecf2a73f678
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 8 18:17:24 2015 +0000
ITS#8336 fix page_search_root assert on FreeDB
Let "illegal" branch pages thru on the FreeDB - the condition
is only temporary and will be fixed by the time rebalance finishes.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 6 +++++-
2 files changed, 6 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, mdb.master has been updated
via 5db0b54ca127eda9777771b3a5e3c956491e7660 (commit)
from 53f624bff0d7d08b64b48ab0c6683f4145b9bcac (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 5db0b54ca127eda9777771b3a5e3c956491e7660
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Jan 2 12:19:42 2016 +0000
Fixups for env_copy with large files
wsize was being truncated to 32bits on Windows.
Only try to write 1GB at a time on Windows64;
larger writes fail with ERROR_WORKING_SET_QUOTA.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git