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 fdbe89e8777d407e1e56c23fd606133bf57c2f7b (commit)
from 32be36367d5ca1b63cd8e4954d9ee0f73fcdd29c (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 fdbe89e8777d407e1e56c23fd606133bf57c2f7b
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Sun Nov 10 22:11:52 2013 -0600
FC-83 - Add Multitenant Demo
-----------------------------------------------------------------------
Summary of changes:
mtDemo.xml | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mttest.sh | 9 +++++
2 files changed, 117 insertions(+), 0 deletions(-)
create mode 100644 mtDemo.xml
create mode 100755 mttest.sh
---
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 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
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 7c24632022e2b676efc9fb1d3a872cdc8336d70a (commit)
from c35f1babbf82909075a5f10f6416f069422bc553 (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 7c24632022e2b676efc9fb1d3a872cdc8336d70a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 15:57:43 2013 -0800
ITS#7700
Update sections 6.2.2.1, 6.2.3.3
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/slapdconf2.sdf | 8 +++++---
doc/guide/admin/slapdconfig.sdf | 8 +++++---
2 files changed, 10 insertions(+), 6 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 ef90999f49a83a7fa3cc43f47387aedd95965395 (commit)
from 6711876a3552b0de1cb8b67e8d36c89f93ca2b1c (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 ef90999f49a83a7fa3cc43f47387aedd95965395
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 15:57:43 2013 -0800
ITS#7700
Update sections 6.2.2.1, 6.2.3.3
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/slapdconf2.sdf | 8 +++++---
doc/guide/admin/slapdconfig.sdf | 8 +++++---
2 files changed, 10 insertions(+), 6 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 243bea00a754049b57425f301838d555166dc1b5 (commit)
from f70ae7a965fe991c8c17e6ea61ba003b2f14c8fc (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 243bea00a754049b57425f301838d555166dc1b5
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 12:59:56 2013 -0800
Fix CONFIG_DELETE crash
Closing a connection can abandon its ops without going thru the threadpool,
so make sure to lock the si_ops_mutex before walking the list.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.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_5 has been updated
via c35f1babbf82909075a5f10f6416f069422bc553 (commit)
from 54aad246086416bd55f2be2d1cabca0f86f86b87 (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 c35f1babbf82909075a5f10f6416f069422bc553
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 12:59:56 2013 -0800
Fix CONFIG_DELETE crash
Closing a connection can abandon its ops without going thru the threadpool,
so make sure to lock the si_ops_mutex before walking the list.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.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, master has been updated
via 6711876a3552b0de1cb8b67e8d36c89f93ca2b1c (commit)
from a12bedc2d8643dcc45435943908777c67a9de9d3 (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 6711876a3552b0de1cb8b67e8d36c89f93ca2b1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 12:59:56 2013 -0800
Fix CONFIG_DELETE crash
Closing a connection can abandon its ops without going thru the threadpool,
so make sure to lock the si_ops_mutex before walking the list.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.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 f70ae7a965fe991c8c17e6ea61ba003b2f14c8fc (commit)
from 642a845cf640cbc9b6da055ab3fd59cfa46d7452 (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 f70ae7a965fe991c8c17e6ea61ba003b2f14c8fc
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 11:49:43 2013 -0800
ITS#7735 fix memctx usage in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ldapsync.c | 3 +--
1 files changed, 1 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, OPENLDAP_REL_ENG_2_5 has been updated
via 54aad246086416bd55f2be2d1cabca0f86f86b87 (commit)
from ebf4dc7396f4353d45d80652dcb395b7c2977a23 (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 54aad246086416bd55f2be2d1cabca0f86f86b87
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 11:49:43 2013 -0800
ITS#7735 fix memctx usage in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ldapsync.c | 3 +--
1 files changed, 1 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 a12bedc2d8643dcc45435943908777c67a9de9d3 (commit)
from de896ea1dff2c3e4e709e2257329167b4ed6c687 (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 a12bedc2d8643dcc45435943908777c67a9de9d3
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 11:49:43 2013 -0800
ITS#7735 fix memctx usage in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ldapsync.c | 3 +--
1 files changed, 1 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, OPENLDAP_REL_ENG_2_4 has been updated
via 642a845cf640cbc9b6da055ab3fd59cfa46d7452 (commit)
from 9df3bd087a2dc53bcd4c887c648dd5e01a9808e3 (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 642a845cf640cbc9b6da055ab3fd59cfa46d7452
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:19:38 2013 -0800
More for ITS#7589
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 files changed, 1 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 9df3bd087a2dc53bcd4c887c648dd5e01a9808e3 (commit)
via 236b5cd0cf93315d173ab6e6c0f46401de87d1d0 (commit)
via 0240fd969df00e2c05082fb3264f4d0cd4c28665 (commit)
via 9b9cc5d68bdb5db70cd6cff32a6e27ddd29e0e70 (commit)
via 374c25c47d4465f921b6184371324baec3e776ec (commit)
via d6fcda4c7f3fa37d2532a40d083bcc54d5222ce5 (commit)
via cbfc827a362e59e5918777f7d782440279c515ca (commit)
via 3d416910913efe72ddcb5942cb22dafe0d9056da (commit)
via 8c9a26c90d603a6040a74042ae995a95cadddda7 (commit)
from 08c3ab2bb7c795dee20f991951cac812b9aa0575 (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 9df3bd087a2dc53bcd4c887c648dd5e01a9808e3
Merge: 236b5cd 8c9a26c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:18:47 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
commit 236b5cd0cf93315d173ab6e6c0f46401de87d1d0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:18:35 2013 -0800
ITS#7739
commit 0240fd969df00e2c05082fb3264f4d0cd4c28665
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 07:34:30 2013 -0800
ITS#7739 fix for empty nested include
commit 9b9cc5d68bdb5db70cd6cff32a6e27ddd29e0e70
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:18:05 2013 -0800
ITS#7740
commit 374c25c47d4465f921b6184371324baec3e776ec
Author: Jorge Perez Burgos <jorge.perez.burgos(a)ericsson.com>
Date: Tue Nov 5 10:12:41 2013 +0100
ITS#7740 back-meta: avoid blocking other threads
Don't lock other threads while trying to connect to remote node.
commit d6fcda4c7f3fa37d2532a40d083bcc54d5222ce5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:17:20 2013 -0800
ITS#7735
commit cbfc827a362e59e5918777f7d782440279c515ca
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Nov 2 14:20:15 2013 -0700
Fix slap_reparse_sync_cookie prototype
commit 3d416910913efe72ddcb5942cb22dafe0d9056da
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 1 11:07:51 2013 -0700
ITS#7735 plug memleak
Introduced in commit 48cdd54d9accb9283807ed592369b72654fb302d
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
libraries/liblmdb/mdb.c | 9 +--------
servers/slapd/back-meta/bind.c | 18 ++++++++++++++++++
servers/slapd/bconfig.c | 2 +-
servers/slapd/ldapsync.c | 17 +++++++++++++++++
servers/slapd/proto-slap.h | 2 ++
servers/slapd/syncrepl.c | 3 ++-
7 files changed, 44 insertions(+), 10 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 de896ea1dff2c3e4e709e2257329167b4ed6c687 (commit)
from eef667fd49911b50c18fd87bf2cc8b9e86ffee0d (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 de896ea1dff2c3e4e709e2257329167b4ed6c687
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 30 10:43:31 2013 -0700
Another BDB to MDB bit
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/quickstart.sdf | 2 +-
1 files changed, 1 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, OPENLDAP_REL_ENG_2_5 has been updated
via ebf4dc7396f4353d45d80652dcb395b7c2977a23 (commit)
via 7576570fd8fb3475b39538d1d0594f6259a78a4f (commit)
via 70e0358775a2093659c1b0092d70e98d93ec3e19 (commit)
via c6958730b534359f09de67bd67dc1083466ea214 (commit)
via 114ccbda61a83395b98be82a98f7a37e2ee2c317 (commit)
via 8c9a26c90d603a6040a74042ae995a95cadddda7 (commit)
from bd3dd5732d1ed5d62f35cdb69d52e5965b9b811e (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 ebf4dc7396f4353d45d80652dcb395b7c2977a23
Merge: 7576570 8c9a26c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Nov 5 11:15:14 2013 -0800
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
commit 7576570fd8fb3475b39538d1d0594f6259a78a4f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 07:34:30 2013 -0800
ITS#7739 fix for empty nested include
commit 70e0358775a2093659c1b0092d70e98d93ec3e19
Author: Jorge Perez Burgos <jorge.perez.burgos(a)ericsson.com>
Date: Tue Nov 5 10:12:41 2013 +0100
ITS#7740 back-meta: avoid blocking other threads
Don't lock other threads while trying to connect to remote node.
commit c6958730b534359f09de67bd67dc1083466ea214
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Nov 2 14:20:15 2013 -0700
Fix slap_reparse_sync_cookie prototype
commit 114ccbda61a83395b98be82a98f7a37e2ee2c317
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Nov 1 11:07:51 2013 -0700
ITS#7735 plug memleak
Introduced in commit 48cdd54d9accb9283807ed592369b72654fb302d
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 +--------
servers/slapd/back-meta/bind.c | 18 ++++++++++++++++++
servers/slapd/bconfig.c | 2 +-
servers/slapd/ldapsync.c | 17 +++++++++++++++++
servers/slapd/proto-slap.h | 2 ++
servers/slapd/syncrepl.c | 3 ++-
6 files changed, 41 insertions(+), 10 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 eef667fd49911b50c18fd87bf2cc8b9e86ffee0d (commit)
from d14b05159e1acc6b5dcb27437714d12bb546140f (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 eef667fd49911b50c18fd87bf2cc8b9e86ffee0d
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 07:34:30 2013 -0800
ITS#7739 fix for empty nested include
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 2 +-
1 files changed, 1 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 d14b05159e1acc6b5dcb27437714d12bb546140f (commit)
via 8c9a26c90d603a6040a74042ae995a95cadddda7 (commit)
from 66e0d6017a0eab51337593be52d42dcba464afd9 (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 d14b05159e1acc6b5dcb27437714d12bb546140f
Merge: 66e0d60 8c9a26c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 5 06:47:14 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git