A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 8e855f64cff0935ac1cd5b8c06b2edb5746b3e1c (commit)
from 56c0d0d0cdf0a91591c11151920ef53a21ed19ff (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 8e855f64cff0935ac1cd5b8c06b2edb5746b3e1c
Author: Shawn McKinney <shawn.mckinney(a)jts.us>
Date: Wed Aug 6 10:48:26 2014 -0500
SEN-24 - Add SSL to Unbound connection pool
-----------------------------------------------------------------------
Summary of changes:
build.properties | 8 ++++++++
build.xml | 6 +++++-
buildWs.xml | 5 +++++
conf/fortress.properties.src | 7 +++++++
4 files changed, 25 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 2d731f88767860dbb3c8bd20583e60900461fc94 (commit)
via 899b23f89dd9f0eeb795d0772c0a8cd046c84ec3 (commit)
via ae0c9f484d4ac8530364b1681a1f1f56fbfea3af (commit)
via 9cf1749f7329a7c3f53f461aab776685602d7ff6 (commit)
via f21f15e5a054546430e6acfa9d639f770184ecbc (commit)
via 9febe03eb595d72c1fe933b706559bf66789d1f0 (commit)
from 8b89b456153863e24988faa6d29b27899c956456 (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 2d731f88767860dbb3c8bd20583e60900461fc94
Merge: 8b89b45 899b23f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 6 08:36:17 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 ++++-
libraries/liblmdb/mdb.c | 37 +++++++++++++++++++++++++++++++------
2 files changed, 35 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 8b89b456153863e24988faa6d29b27899c956456 (commit)
via 08792a77fddcf993ddd6eaa94a8d425dd8f68774 (commit)
from 7f7a82c0f5b87fcee8bab28f46b301cf3cb38442 (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 8b89b456153863e24988faa6d29b27899c956456
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 5 19:37:28 2014 -0700
ITS#7906 minor cleanup
rename ppolicy_close -> ppolicy_db_close for consistency
commit 08792a77fddcf993ddd6eaa94a8d425dd8f68774
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 5 19:36:30 2014 -0700
ITS#7906 better fix
don't free pwcons unless we're actually destroying this DB
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 22 +++++++++++++++-------
1 file changed, 15 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, OPENLDAP_REL_ENG_2_4 has been updated
via 5e4cc6d1c515ace1e0c151ca8986bf805f203834 (commit)
via 04b9475e3b7acfd18fe4235a5c30a222940d75d3 (commit)
via b3047fee4b7b4e442b3417ae727c198d720610d2 (commit)
via d2d534b3119b59fa93f6b43a4db205b1d55488ac (commit)
from e8b9dff2b92e9620fb220f58915303df93d581ef (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 5e4cc6d1c515ace1e0c151ca8986bf805f203834
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 4 16:03:10 2014 -0500
ITS#7895, ITS#7915
commit 04b9475e3b7acfd18fe4235a5c30a222940d75d3
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:37:34 2014 -0700
ITS#7915 fix translucent_modify
Go directly to local backend when fetching local entry
commit b3047fee4b7b4e442b3417ae727c198d720610d2
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:35:02 2014 -0700
ITS#7915 fix mdb_entry_release
In server mode, make sure the entry was actually ours
commit d2d534b3119b59fa93f6b43a4db205b1d55488ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 2 11:17:12 2014 -0700
ITS#7895 drop toolmode checks in str2entry
They were obsoleted by ITS#6737 and have been redundant ever since.
(commit 15f1e7bdb7ae487424f19934b0d5dbf4bc30bea6)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 5 +++-
servers/slapd/back-mdb/id2entry.c | 4 ++-
servers/slapd/entry.c | 48 +++-------------------------------
servers/slapd/overlays/translucent.c | 8 +++---
4 files changed, 14 insertions(+), 51 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 7c0f2ce5879bf0b03e639f1c90c82e3fca5feec4 (commit)
from 22b6504abefc110f73619aac0b1050fadc3368b8 (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 7c0f2ce5879bf0b03e639f1c90c82e3fca5feec4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 4 15:59:24 2014 -0500
Notes from hyc about things needing doing in 2.5
-----------------------------------------------------------------------
Summary of changes:
TODO | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
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 22b6504abefc110f73619aac0b1050fadc3368b8 (commit)
via 8347cb8056e07b92ca5e166b361c6e4ec69d58e5 (commit)
via bd91683644e0f462b42d97497bcd984fc36262f2 (commit)
from d4097bb42783cb63ba54be8dcf288247ff825de3 (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 22b6504abefc110f73619aac0b1050fadc3368b8
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:37:34 2014 -0700
ITS#7915 fix translucent_modify
Go directly to local backend when fetching local entry
commit 8347cb8056e07b92ca5e166b361c6e4ec69d58e5
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:35:02 2014 -0700
ITS#7915 fix mdb_entry_release
In server mode, make sure the entry was actually ours
commit bd91683644e0f462b42d97497bcd984fc36262f2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 2 11:17:12 2014 -0700
ITS#7895 drop toolmode checks in str2entry
They were obsoleted by ITS#6737 and have been redundant ever since.
(commit 15f1e7bdb7ae487424f19934b0d5dbf4bc30bea6)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 4 ++-
servers/slapd/entry.c | 48 +++-------------------------------
servers/slapd/overlays/translucent.c | 8 +++---
3 files changed, 10 insertions(+), 50 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 7f7a82c0f5b87fcee8bab28f46b301cf3cb38442 (commit)
via d8c060104dadbd3045016bdc790c06a9e99abbab (commit)
from f7a243811260532d72c765e96acde6e4254f2e93 (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 7f7a82c0f5b87fcee8bab28f46b301cf3cb38442
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:37:34 2014 -0700
ITS#7915 fix translucent_modify
Go directly to local backend when fetching local entry
commit d8c060104dadbd3045016bdc790c06a9e99abbab
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 4 13:35:02 2014 -0700
ITS#7915 fix mdb_entry_release
In server mode, make sure the entry was actually ours
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 4 +++-
servers/slapd/overlays/translucent.c | 8 ++++----
2 files changed, 7 insertions(+), 5 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 899b23f89dd9f0eeb795d0772c0a8cd046c84ec3 (commit)
from ae0c9f484d4ac8530364b1681a1f1f56fbfea3af (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 899b23f89dd9f0eeb795d0772c0a8cd046c84ec3
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Aug 4 11:40:24 2014 -0700
More for MIPS
Do a cacheflush after writing data pages, separate from meta's cacheflush
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
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 ae0c9f484d4ac8530364b1681a1f1f56fbfea3af (commit)
from 9cf1749f7329a7c3f53f461aab776685602d7ff6 (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 ae0c9f484d4ac8530364b1681a1f1f56fbfea3af
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Aug 4 09:26:35 2014 -0700
ITS#7793 more for branch key update
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
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 9cf1749f7329a7c3f53f461aab776685602d7ff6 (commit)
from f21f15e5a054546430e6acfa9d639f770184ecbc (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 9cf1749f7329a7c3f53f461aab776685602d7ff6
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Aug 4 05:13:29 2014 -0700
ITS#7793 doc update, again
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git