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 6f53771687751673b6c79cdbfd5a2de8d0620d30 (commit)
from 8bdadf68c5809df197cb562a5c759dd536e0c244 (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 6f53771687751673b6c79cdbfd5a2de8d0620d30
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 4 03:02:04 2015 +0100
ITS#8258
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
1 file changed, 1 insertion(+)
---
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 b6974ccd9f2c8cd9cf3f10d9466edcc043681363 (commit)
via 8bdadf68c5809df197cb562a5c759dd536e0c244 (commit)
via eccea851ff90d3cacd99aba16111026719d87695 (commit)
from db3175eaba867406581d419dc89c3dde7eabdd1c (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 b6974ccd9f2c8cd9cf3f10d9466edcc043681363
Merge: db3175e 8bdadf6
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 4 02:50:50 2015 +0100
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++-------
libraries/liblmdb/mdb_dump.1 | 2 +-
libraries/liblmdb/mdb_dump.c | 2 +-
libraries/liblmdb/mdb_load.1 | 2 +-
libraries/liblmdb/mdb_load.c | 2 +-
libraries/liblmdb/mdb_stat.1 | 2 +-
libraries/liblmdb/mdb_stat.c | 2 +-
7 files changed, 12 insertions(+), 13 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 8b46dcc26d1e9897ab1da3a4a164cad4a4479a52 (commit)
from 436333b16c54fdfa5dce0aeaa5a81eeb2f5ceb17 (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 8b46dcc26d1e9897ab1da3a4a164cad4a4479a52
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 4 01:56:25 2015 +0100
ITS#8258 fix rebalance/split
The tree height can also increase during rebalance, not just shrink.
This can happen if update_key needs to split a parent branch page.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 8bdadf68c5809df197cb562a5c759dd536e0c244 (commit)
from eccea851ff90d3cacd99aba16111026719d87695 (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 8bdadf68c5809df197cb562a5c759dd536e0c244
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 4 01:56:25 2015 +0100
ITS#8258 fix rebalance/split
The tree height can also increase during rebalance, not just shrink.
This can happen if update_key needs to split a parent branch page.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 db3175eaba867406581d419dc89c3dde7eabdd1c (commit)
from 34ccd14f3e8c6a02ceae11c7b0d475e17d011984 (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 db3175eaba867406581d419dc89c3dde7eabdd1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 2 05:14:53 2015 +0100
ITS#8262 more
extended ops
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/compare.c | 2 +
libraries/libldap/extended.c | 89 +++++++++++++++++++++++++-----------------
libraries/libldap/ldap-int.h | 12 ++++++
3 files changed, 68 insertions(+), 35 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 34ccd14f3e8c6a02ceae11c7b0d475e17d011984 (commit)
from 756a6b868321805d23fe84bf2043c11b13b13e8e (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 34ccd14f3e8c6a02ceae11c7b0d475e17d011984
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 2 05:02:15 2015 +0100
ITS#8262 add ldap_build_*_req functions
Basic ops except abandon and unbind; since they get no reply
it's not important for the caller to know their msgID.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/add.c | 120 ++++++++++++++++++++++++------------------
libraries/libldap/compare.c | 72 +++++++++++++++----------
libraries/libldap/delete.c | 68 +++++++++++++++---------
libraries/libldap/ldap-int.h | 73 +++++++++++++++++++++++++
libraries/libldap/modify.c | 106 +++++++++++++++++++++----------------
libraries/libldap/modrdn.c | 85 +++++++++++++++++++-----------
libraries/libldap/sasl.c | 90 ++++++++++++++++++-------------
7 files changed, 397 insertions(+), 217 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 756a6b868321805d23fe84bf2043c11b13b13e8e (commit)
from 94d6581b50fa2d877cf4a1e20ca6766454094ef8 (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 756a6b868321805d23fe84bf2043c11b13b13e8e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 1 23:55:10 2015 +0100
ITS#8261 change sl_mem_detach to sl_mem_setctx
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/proto-slap.h | 2 +-
servers/slapd/sl_malloc.c | 7 ++++---
2 files changed, 5 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 436333b16c54fdfa5dce0aeaa5a81eeb2f5ceb17 (commit)
from e034bd3d84661dbe4a083c530746f1b137cf2857 (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 436333b16c54fdfa5dce0aeaa5a81eeb2f5ceb17
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Oct 1 19:43:58 2015 +0200
Fix typo in mdb_tassert().
No effect on current code.
-----------------------------------------------------------------------
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