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 3d46d5502aa4065b9a08ddb3711aa4dfd14ddca2 (commit)
from b711c07f3432d104612fd3186a22dab6f2369570 (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 3d46d5502aa4065b9a08ddb3711aa4dfd14ddca2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jul 10 22:11:44 2013 +0200
Do not follow uninited cursors' page pointers.
Nor uninited cursors' subcursors' page pointers.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 ++-
1 files changed, 2 insertions(+), 1 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 9b60fa9bb3bc018854b4bda263184027f1cf1cc9 (commit)
from 60720f5d9cdc19092d0aad6b0a94e196e5525d1c (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 9b60fa9bb3bc018854b4bda263184027f1cf1cc9
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 10 12:56:04 2013 -0700
ITS#7636 slapi: don't free filterstr if filter didn't change
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapi/slapi_overlay.c | 7 +++++--
1 files changed, 5 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.master has been updated
via b711c07f3432d104612fd3186a22dab6f2369570 (commit)
from f81eb631ffec43b53d051664cf7e8a62852f4693 (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 b711c07f3432d104612fd3186a22dab6f2369570
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 10 11:03:51 2013 -0700
Fix rebalance/cursor adjust
When collapsing root, must also move cursor index down,
not just the page pointer.
Also in mtest, break from NEXT loops on error, otherwise it just
prints the previous key/data again, which looks confusing.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 ++
libraries/liblmdb/mtest.c | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, fortress-dao has been updated
via de7f18b4e9de3af340c7668233ed56761f600d29 (commit)
via 5fdf039a0ddfbc4339ac2a452abc87cd16c09e8a (commit)
from 1c69e85dbb88c5c8ba8cde3c46cbe705c322e5fc (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 de7f18b4e9de3af340c7668233ed56761f600d29
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Tue Jul 9 18:45:40 2013 +0200
Fixed the creation of entries
commit 5fdf039a0ddfbc4339ac2a452abc87cd16c09e8a
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Tue Jul 9 18:13:34 2013 +0200
The created entry was copied with the DN in it, which is not allowed
-----------------------------------------------------------------------
Summary of changes:
.../jts/fortress/rbac/dao/apache/AdminRoleDAO.java | 3 +-
.../jts/fortress/rbac/dao/apache/OrgUnitDAO.java | 16 ++++----
.../us/jts/fortress/rbac/dao/apache/PermDAO.java | 39 +++++++++-----------
.../us/jts/fortress/rbac/dao/apache/PolicyDAO.java | 39 ++++++++++----------
.../us/jts/fortress/rbac/dao/apache/SdDAO.java | 4 +-
5 files changed, 47 insertions(+), 54 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 f81eb631ffec43b53d051664cf7e8a62852f4693 (commit)
from 64676da8d9c46d5a40eaca713bf0735e241ea4cf (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 f81eb631ffec43b53d051664cf7e8a62852f4693
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Jul 10 08:49:29 2013 -0700
Cursors: Clear C_EOF when clearing C_INITIALIZED
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 +++++++++-----------
1 files changed, 9 insertions(+), 11 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 64676da8d9c46d5a40eaca713bf0735e241ea4cf (commit)
from a77767013a7cc60bd22ef598ebf5c6e7021bba88 (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 64676da8d9c46d5a40eaca713bf0735e241ea4cf
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 9 14:21:35 2013 -0700
Fixup other cursors after delete op
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 31 +++++++++++++++++++++++++++++--
1 files changed, 29 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, fortress-dao has been updated
via f0eab16e5fe938d55df7819c250f5eedcb167b32 (commit)
via cedb68faf71307d2bbee7f82f963501a28016d54 (commit)
via 6b4a91102195b1fa48994490ce4eb840c98088be (commit)
from 63cbd79307bc1599c284e747d2c966787d425f4d (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 f0eab16e5fe938d55df7819c250f5eedcb167b32
Merge: 63cbd79 cedb68f
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Tue Jul 9 01:25:16 2013 +0200
Merged with master
-----------------------------------------------------------------------
Summary of changes:
build.properties | 4 ++--
pom.xml | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via cedb68faf71307d2bbee7f82f963501a28016d54 (commit)
from 6b4a91102195b1fa48994490ce4eb840c98088be (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 cedb68faf71307d2bbee7f82f963501a28016d54
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Mon Jul 8 09:32:02 2013 -0500
cleanup/reformat POM
-----------------------------------------------------------------------
Summary of changes:
pom.xml | 413 ++++++++++++++++++++++++++++++++-------------------------------
1 files changed, 209 insertions(+), 204 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git