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 32be36367d5ca1b63cd8e4954d9ee0f73fcdd29c (commit)
from d514394beb168b93f047a87c7aef29f92b2bb0a9 (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 32be36367d5ca1b63cd8e4954d9ee0f73fcdd29c
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Nov 10 22:08:33 2013 -0600
FC-82 - User-Role Temporal constraints improperly parsing raw data
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/rbac/UserRole.java | 913 +++++++++++-----------
1 files changed, 460 insertions(+), 453 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 d514394beb168b93f047a87c7aef29f92b2bb0a9 (commit)
from 6307bd93b082e4ffb8113a3e2ab50f4d1ec7d30b (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 d514394beb168b93f047a87c7aef29f92b2bb0a9
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Nov 10 22:06:04 2013 -0600
FC-81 - addActiveRole not validating temporal constraints
-----------------------------------------------------------------------
Summary of changes:
.../java/us/jts/fortress/rbac/AccessMgrImpl.java | 7 ++++++-
1 files changed, 6 insertions(+), 1 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 6307bd93b082e4ffb8113a3e2ab50f4d1ec7d30b (commit)
from e27ecb0980a1935f59e44b85dfbf6a77203f6f11 (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 6307bd93b082e4ffb8113a3e2ab50f4d1ec7d30b
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Nov 10 22:04:10 2013 -0600
FC-80 - Add tenant and thread IDs to log statement
-----------------------------------------------------------------------
Summary of changes:
src/main/java/us/jts/fortress/util/LogUtil.java | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 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 e27ecb0980a1935f59e44b85dfbf6a77203f6f11 (commit)
from 0036716d27e5ebf2e36bbb3280467fca6b78716e (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 e27ecb0980a1935f59e44b85dfbf6a77203f6f11
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Nov 10 22:02:03 2013 -0600
FC-79 - RC32 Cleanup
-----------------------------------------------------------------------
Summary of changes:
build.xml | 16 ++++++++++++----
config/log4j.xml | 2 +-
ivy.xml | 8 +++-----
3 files changed, 16 insertions(+), 10 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 92f71f50f9f2a9e93c7d757538688376a6f6debb (commit)
via fc87d405f1636d2241306584189f6b1266bbb833 (commit)
via 9d6e4a916367e85ffdf37b1cb7b5cdb7ac0e15b5 (commit)
via 25d370cb2e13a6959e78fa20da750bfc1643d837 (commit)
from 550bbe3788fafdf0fddcb2130173c1349fbc477f (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 92f71f50f9f2a9e93c7d757538688376a6f6debb
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Nov 7 23:41:30 2013 +0100
Add MDB_CLEANMEM option.
Initialize unused portions of DB pages, for security or to silence
checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
commit fc87d405f1636d2241306584189f6b1266bbb833
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Nov 7 23:38:15 2013 +0100
Fix MDB_MAXKEYSIZE doc: Account for MDB_DUPSORT.
A node may need room for [key, subpage with 2 items] = 3 keys.
commit 9d6e4a916367e85ffdf37b1cb7b5cdb7ac0e15b5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Nov 7 23:38:15 2013 +0100
ITS#7713 Handle bigger OS page sizes
Use DB page size = min(32k, OS pagesize). Previous limit was 8k
(MDB_MINKEYS*MDB_PAGESIZE).
Handle DB pagesize < OS pagesize. That's an I/O pessimization,
but transactions remain atomic: Only writing the MDB_meta must
be atomic, and it fits in one OS page.
Don't truncate desired subpage size: Asssign it to a size_t
(mv_size), not an uint16_t (mp_upper).
commit 25d370cb2e13a6959e78fa20da750bfc1643d837
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Nov 7 23:38:15 2013 +0100
mdb_cursor_put(): Factor out code. Kill a label.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 26 ++++++
libraries/liblmdb/mdb.c | 215 ++++++++++++++++++++++++++------------------
libraries/liblmdb/mtest.c | 2 +-
libraries/liblmdb/mtest2.c | 2 +-
4 files changed, 155 insertions(+), 90 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 550bbe3788fafdf0fddcb2130173c1349fbc477f (commit)
from 4a1717708cf1127c3d5d9f4101af69d67d8296d7 (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 550bbe3788fafdf0fddcb2130173c1349fbc477f
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Nov 7 09:37:48 2013 -0800
Fix prev commit, cursor depth comparison
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +---
1 files changed, 1 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 4a1717708cf1127c3d5d9f4101af69d67d8296d7 (commit)
from 8c9a26c90d603a6040a74042ae995a95cadddda7 (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 4a1717708cf1127c3d5d9f4101af69d67d8296d7
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Nov 6 16:49:25 2013 -0800
Fix cursor_del0 cursor fixup
Skip cursors that aren't as deep as current cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 ++
1 files changed, 2 insertions(+), 0 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 a4cf03560435c02da9184079227c5b64b19420fd (commit)
via 36437cf4bdd8f64393b42ecacb0ca3bf72a83a5a (commit)
from 243bea00a754049b57425f301838d555166dc1b5 (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 a4cf03560435c02da9184079227c5b64b19420fd
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 6 10:25:33 2013 -0800
ITS#7741
commit 36437cf4bdd8f64393b42ecacb0ca3bf72a83a5a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Nov 6 09:39:38 2013 -0800
ITS#7741 Fix entryDN index lookup
DN notfound is authoritative, don't ignore the result
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
servers/slapd/back-bdb/filterindex.c | 4 ++++
servers/slapd/back-mdb/filterindex.c | 4 ++++
3 files changed, 10 insertions(+), 0 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_5 has been updated
via 0c25e37ec44bbfe836e692a9e89c01203810a10f (commit)
from 7c24632022e2b676efc9fb1d3a872cdc8336d70a (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 0c25e37ec44bbfe836e692a9e89c01203810a10f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Nov 6 09:39:38 2013 -0800
ITS#7741 Fix entryDN index lookup
DN notfound is authoritative, don't ignore the result
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/filterindex.c | 4 ++++
servers/slapd/back-mdb/filterindex.c | 4 ++++
2 files changed, 8 insertions(+), 0 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 3d1a0bb17ea27950b9a62789e4a1bf0ce4ff5f63 (commit)
from ef90999f49a83a7fa3cc43f47387aedd95965395 (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 3d1a0bb17ea27950b9a62789e4a1bf0ce4ff5f63
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Nov 6 09:39:38 2013 -0800
ITS#7741 Fix entryDN index lookup
DN notfound is authoritative, don't ignore the result
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/filterindex.c | 4 ++++
servers/slapd/back-mdb/filterindex.c | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git