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 46f26ddd61de3bca2f4ddfb3f2c4da91e0cdf28d (commit)
from 719d7ca571a80ba34e7f2befb96f238e9696a085 (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 46f26ddd61de3bca2f4ddfb3f2c4da91e0cdf28d
Author: Emmanuel Lécharny <elecharny(a)apache.org>
Date: Mon Jun 24 13:34:11 2013 +0200
Added some exclusions in the .gitignore file
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 8 ++++++++
1 files changed, 8 insertions(+), 0 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, master has been updated
via 99e22a4366469c2675f65acf28a0d8f8fbd38f14 (commit)
from 7c6b599de6d7c0e10aa8bf6920ca07d94605e8c2 (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 99e22a4366469c2675f65acf28a0d8f8fbd38f14
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jun 23 19:13:52 2013 -0700
ITS#7628 fix back-mdb txn refcount
If multiple ops used the same opinfo the refcount wasn't being decremented
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/add.c | 2 ++
servers/slapd/back-mdb/bind.c | 2 ++
servers/slapd/back-mdb/compare.c | 2 ++
servers/slapd/back-mdb/delete.c | 2 ++
servers/slapd/back-mdb/id2entry.c | 3 ++-
servers/slapd/back-mdb/modify.c | 2 ++
servers/slapd/back-mdb/modrdn.c | 2 ++
servers/slapd/back-mdb/operational.c | 2 ++
servers/slapd/back-mdb/referral.c | 2 ++
servers/slapd/back-mdb/search.c | 2 ++
10 files changed, 20 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, mdb.master has been updated
via c6f9323b3dc0ae8259af12a1b04edb4bbae7f05b (commit)
via 4a9ee2cb726fe8f5c4f256c1a567cdf6721c10a7 (commit)
from 1d94ea5b55e5bce58502b3c0065cf40983eee9a8 (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 c6f9323b3dc0ae8259af12a1b04edb4bbae7f05b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 20 07:41:35 2013 +0200
Simplify mdb_page_alloc().
Merge if() branches. Restore retry=500 when MDB_PARANOID, for clarity.
commit 4a9ee2cb726fe8f5c4f256c1a567cdf6721c10a7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 20 07:41:35 2013 +0200
ITS#7620: Keep empty IDLs. Tweak mdb_page_alloc().
MDB_env.me_pghead: Don't free it when empty. mdb_ovpage_free()
needs it, but cannot allocate it.
mdb_midl_alloc(): Fill in length=0.
mdb_page_alloc(): Also Skip freeDB if txnid<3, instead of <4,
and consistently DPRINTF consumed IDLs.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 291 +++++++++++++++++----------------------------
libraries/liblmdb/midl.c | 4 +-
2 files changed, 113 insertions(+), 182 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 1d94ea5b55e5bce58502b3c0065cf40983eee9a8 (commit)
from 60086c1bc77fafecef274a165b308b28902dfebb (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 1d94ea5b55e5bce58502b3c0065cf40983eee9a8
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jun 17 22:26:11 2013 +0200
ITS#7623 Clear P_SUBP on conversion from fake page
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 ++++-
1 files changed, 4 insertions(+), 1 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, master has been updated
via 719d7ca571a80ba34e7f2befb96f238e9696a085 (commit)
from b95d48c87fe4223192891d040c515a7bea24cc9b (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 719d7ca571a80ba34e7f2befb96f238e9696a085
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Mon Jun 17 08:24:31 2013 -0500
FC-29 - Add jpeg photo to User
-----------------------------------------------------------------------
Summary of changes:
build.xml | 10 +-
ivy.xml | 3 +-
pom.xml | 5 +
.../java/us/jts/fortress/ldap/DataProvider.java | 126 ++--
src/main/java/us/jts/fortress/rbac/User.java | 33 +-
src/main/java/us/jts/fortress/rbac/UserDAO.java | 17 +-
src/main/java/us/jts/fortress/util/attr/VUtil.java | 15 +
src/test/java/us/jts/fortress/rbac/TestUtils.java | 30 +
.../java/us/jts/fortress/rbac/UserTestData.java | 783 +++++++++++++++++++-
9 files changed, 959 insertions(+), 63 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 b95d48c87fe4223192891d040c515a7bea24cc9b (commit)
from 937be979664b2c4f4ea85650bc4ae8c7772cfa14 (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 b95d48c87fe4223192891d040c515a7bea24cc9b
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Thu Jun 13 18:02:24 2013 -0500
FC-28 - ReviewMgr - Add search SDSets by name
-----------------------------------------------------------------------
Summary of changes:
pom.xml | 5 +
src/main/java/us/jts/fortress/ReviewMgr.java | 27 ++++++
.../java/us/jts/fortress/ldap/ConnectionPool.java | 13 +++-
.../java/us/jts/fortress/rbac/ReviewMgrImpl.java | 42 ++++++++++
src/main/java/us/jts/fortress/rest/HttpIds.java | 2 +
.../us/jts/fortress/rest/ReviewMgrRestImpl.java | 86 +++++++++++++++++++-
.../us/jts/fortress/rbac/FortressJUnitTest.java | 2 +
.../java/us/jts/fortress/rbac/PermTestData.java | 22 +++++
.../us/jts/fortress/rbac/ReviewMgrImplTest.java | 66 +++++++++++++++
src/test/java/us/jts/fortress/rbac/TestUtils.java | 6 ++
10 files changed, 268 insertions(+), 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via d1fe9a0e2516d6a133fbd770171c1078979a99cf (commit)
via 4dc62839c2324b46bfd6a72bbc02784ae6064d3f (commit)
from 5ad1cb2990d3c840e6bbba268cb717cd0c95332e (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 d1fe9a0e2516d6a133fbd770171c1078979a99cf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 13 08:52:57 2013 -0700
ITS#7580
commit 4dc62839c2324b46bfd6a72bbc02784ae6064d3f
Author: Landry Breuil <breuil(a)craig.fr>
Date: Thu Jun 13 14:14:54 2013 +0200
ITS#7580 Fix autogroup when no attrs in URI.
Do not use lvals[], lnvals[] out of scope.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
contrib/slapd-modules/autogroup/autogroup.c | 4 ++--
2 files changed, 3 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, master has been updated
via 7c6b599de6d7c0e10aa8bf6920ca07d94605e8c2 (commit)
from 95241fae6c4298f777cb082f89f2f7ae6696c6db (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 7c6b599de6d7c0e10aa8bf6920ca07d94605e8c2
Author: Landry Breuil <breuil(a)craig.fr>
Date: Thu Jun 13 14:14:54 2013 +0200
ITS#7580 Fix autogroup when no attrs in URI.
Do not use lvals[], lnvals[] out of scope.
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/autogroup/autogroup.c | 4 ++--
1 files changed, 2 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 60086c1bc77fafecef274a165b308b28902dfebb (commit)
via 7030ad16e2b792d5782c328461d09a31c96b86e6 (commit)
via 79844bd44687dd5ecdf8ab36144584db06939dc7 (commit)
via 2bacf6e59ed4510d2540d758c3b079406853b18a (commit)
from 62e4c4f9d0675647ad0d9ca4573060a13df20f34 (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 60086c1bc77fafecef274a165b308b28902dfebb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:58:25 2013 +0200
ITS#7515 Nested MDB txns: Inherit txn flags.
Committing a nested txn lost the MDB_TXN_DIRTY flag
in the parent, unless the child had set it too.
commit 7030ad16e2b792d5782c328461d09a31c96b86e6
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:58:24 2013 +0200
Clean up mdb_page_touch(), mdb_page_copy().
When copying, round up/down to aligned sizes. Skip the unused portion,
this was not done when touching a page dirty in the parent txn.
No other change in behavior.
Simplify mdb_page_touch(), including: Drop test m3==mc, the condition
is caught below. Don't "modify" the parent's pgno into the same pgno,
when a nested txn copies a parent's page into its freelist.
commit 79844bd44687dd5ecdf8ab36144584db06939dc7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:58:24 2013 +0200
ITS#7594 Fix MDB cursor tracking with subDBs.
The tracking code should not change the current cursor.
It did when that was a C_SUB cursor, which should not be
checked against the tracked cursors but their xcursors.
However, do not bother to skip the tracking code for the
current cursor when it would not change that cursor anyway.
commit 2bacf6e59ed4510d2540d758c3b079406853b18a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Jun 13 08:58:24 2013 +0200
ITS#7594 Invalidate a dropped MDB DB's cursors.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 147 +++++++++++++++++++++++------------------------
1 files changed, 71 insertions(+), 76 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git