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 f13ba102e1a7b0993da3eef413c9252da9800d0b (commit)
from fc0563ce53fab2c03803dae45b3b69ed890a083c (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 f13ba102e1a7b0993da3eef413c9252da9800d0b
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Nov 25 19:43:49 2012 -0800
ITS#7450 enforce SLAPD_MAX_DAEMON_THREADS
Also allow the max to be redefined at compile time. Of course, there is no
legitimate reason to do so.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/daemon.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 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 fc0563ce53fab2c03803dae45b3b69ed890a083c (commit)
from c728ebf586af778dc2927513097dbfc433b267df (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 fc0563ce53fab2c03803dae45b3b69ed890a083c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Nov 25 19:31:14 2012 -0800
ITS#7449 fix signedness for index_substr_any_*
Of course, no one would ever have any legitimate reason to set these
items to anywhere near such extreme values in the first place.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 6 +++---
1 files changed, 3 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, master has been updated
via c728ebf586af778dc2927513097dbfc433b267df (commit)
from be781ab8081d7e9ad1eb89da81077c7f936a5604 (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 c728ebf586af778dc2927513097dbfc433b267df
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Wed Nov 21 13:41:40 2012 +0100
ITS#7428 Use non-blocking IO during SSL Handshake
If a timeout is set, perform the SSL Handshake using non-blocking IO. This way
we can timeout if SSL Handshake gets stuck for whatever reason.
This code is currently hidden behind #ifdefs (LDAP_USE_NON_BLOCKING_TLS) and
disabled by default as there seem to be some problems using NON-blocking
I/O during the TLS Handshake when linking against NSS (either a bug in NSS
itself of in tls_m.c, see discussion on -devel)
This patch adds an additional parameter to ldap_int_poll() in order to indicate
if we're waiting in order to perform a read or write operation.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/ldap-int.h | 2 +-
libraries/libldap/open.c | 2 +-
libraries/libldap/os-ip.c | 10 ++--
libraries/libldap/request.c | 2 +-
libraries/libldap/tls2.c | 105 ++++++++++++++++++++++++++++++++++++++++-
5 files changed, 111 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 be781ab8081d7e9ad1eb89da81077c7f936a5604 (commit)
via 7c97c036c896eaccd41e3a26ad98232e8790f704 (commit)
from f86e0cd8dcff8aa7725bafe92c9fa2cd4590c368 (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 be781ab8081d7e9ad1eb89da81077c7f936a5604
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Mon Nov 19 14:53:31 2012 +0100
ITS#7445 fix deref control exposure
do not expose control until deref overlay is actually instantiated at least
once (see also ITS#6647)
commit 7c97c036c896eaccd41e3a26ad98232e8790f704
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Mon Nov 19 14:32:50 2012 +0100
Fixed insertion of the overlay_remove callback (SLAP_CONFIG_DELETE)
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/backover.c | 8 +++++-
servers/slapd/overlays/deref.c | 45 +++++++++++++++++++++++++++------------
2 files changed, 37 insertions(+), 16 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 4b274088e6af04b6372389d259d7836f8a095a95 (commit)
from eac2c07671e43dfdcbca850dd56bcacd0a2eb4ad (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 4b274088e6af04b6372389d259d7836f8a095a95
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Nov 18 08:41:06 2012 -0600
RC17 Changes include minor code and doc cleanup
-----------------------------------------------------------------------
Summary of changes:
build.properties | 19 +++++++++++++------
build.xml | 8 ++++++--
ldap/setup/FortressDemoUsers.xml | 2 +-
ldap/setup/refreshLDAPData-src.xml | 2 +-
.../java/com/jts/fortress/rbac/AdminRoleUtil.java | 2 +-
src/main/java/com/jts/fortress/rbac/PsoUtil.java | 2 +-
src/main/java/com/jts/fortress/rbac/RoleUtil.java | 2 +-
src/main/java/com/jts/fortress/rbac/UsoUtil.java | 2 +-
.../java/com/jts/fortress/ReviewMgrConsole.java | 1 +
9 files changed, 26 insertions(+), 14 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 f86e0cd8dcff8aa7725bafe92c9fa2cd4590c368 (commit)
from 88fd28886d04aef10a0887d1907b7b4dd61b7904 (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 f86e0cd8dcff8aa7725bafe92c9fa2cd4590c368
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Fri Nov 9 15:42:48 2012 +0100
ITS#7436 slapo-deref: call overlay_register_control in db_open
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/deref.c | 19 +++++++++++++++++++
1 files changed, 19 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 b90d37f14587e4f81e3e3638a3b9ae18ec681bb2 (commit)
via bb36bdcd1c22d1fbc6575452ef5c9112715ab083 (commit)
from 710fd216cab49fc71da577b1b5ee74eaed6d2ab7 (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 b90d37f14587e4f81e3e3638a3b9ae18ec681bb2
Merge: 710fd21 bb36bdc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 5 09:58:17 2012 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
---
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 88fd28886d04aef10a0887d1907b7b4dd61b7904 (commit)
via bb36bdcd1c22d1fbc6575452ef5c9112715ab083 (commit)
from 7a8c9a64193d1dc0971bcfbce3c1ae5b80cbe759 (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 88fd28886d04aef10a0887d1907b7b4dd61b7904
Merge: 7a8c9a6 bb36bdc
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Nov 5 09:47:03 2012 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/midl.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, OPENLDAP_REL_ENG_2_4 has been updated
via 710fd216cab49fc71da577b1b5ee74eaed6d2ab7 (commit)
via dc40ce680ed23ff5ef91bba41eb7f03c5a9ce39a (commit)
via 3af24bf006e3423fce0b463e2c58e1f247804b2a (commit)
via 3ce068d557edd262dab0ccc64faee87129895fa4 (commit)
via 1cec31f87f5803e179404ba0b24215860b2cfef2 (commit)
via b2b3f23a100ee1ac115895f667c73789732d30fc (commit)
from 8f66d7dbad977c9186e010a52f0183b5d532acc9 (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 710fd216cab49fc71da577b1b5ee74eaed6d2ab7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 5 09:43:52 2012 -0800
ITS#7432
commit dc40ce680ed23ff5ef91bba41eb7f03c5a9ce39a
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Nov 5 05:06:06 2012 -0800
ITS#7432 fix typo in mdb_midl_sort
Wasn't pushing the optimal half of the array onto the stack,
thus used more stack than expected -> overrun.
commit 3af24bf006e3423fce0b463e2c58e1f247804b2a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 5 09:42:29 2012 -0800
ITS#7281,ITS#7304
commit 3ce068d557edd262dab0ccc64faee87129895fa4
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Fri Nov 2 12:10:43 2012 +0100
ldapc++: fix builds with gcc-4.7 (ITS#7281,ITS#7304)
commit 1cec31f87f5803e179404ba0b24215860b2cfef2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Nov 5 09:40:55 2012 -0800
ITS#7426
commit b2b3f23a100ee1ac115895f667c73789732d30fc
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Nov 1 17:56:52 2012 -0700
ITS#7426 ignore syncrepl ops
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
contrib/ldapc++/src/SaslInteractionHandler.cpp | 1 +
libraries/libmdb/midl.c | 2 +-
servers/slapd/overlays/constraint.c | 4 ++--
4 files changed, 8 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 bb36bdcd1c22d1fbc6575452ef5c9112715ab083 (commit)
from 0108327c274a4b260b5b355d2a7c3ffc3a85f4c1 (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 bb36bdcd1c22d1fbc6575452ef5c9112715ab083
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Nov 5 05:06:06 2012 -0800
ITS#7432 fix typo in mdb_midl_sort
Wasn't pushing the optimal half of the array onto the stack,
thus used more stack than expected -> overrun.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/midl.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 7a8c9a64193d1dc0971bcfbce3c1ae5b80cbe759 (commit)
from b4126863a4443630392afc50de65b0c90de2304f (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 7a8c9a64193d1dc0971bcfbce3c1ae5b80cbe759
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Fri Nov 2 12:10:43 2012 +0100
ldapc++: fix builds with gcc-4.7 (ITS#7281,ITS#7304)
-----------------------------------------------------------------------
Summary of changes:
contrib/ldapc++/src/SaslInteractionHandler.cpp | 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, master has been updated
via b4126863a4443630392afc50de65b0c90de2304f (commit)
from 951418f0bfe3e5acf14dab7c0edb4be264e3ca5c (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 b4126863a4443630392afc50de65b0c90de2304f
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Nov 1 17:56:52 2012 -0700
ITS#7426 ignore syncrepl ops
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/constraint.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, OPENLDAP_REL_ENG_2_4 has been updated
via 8f66d7dbad977c9186e010a52f0183b5d532acc9 (commit)
via 393c4428336e507d4448fd81d96a16124db83dce (commit)
from 07389b94e4947de398519991d0aa663202c9c731 (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 8f66d7dbad977c9186e010a52f0183b5d532acc9
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Nov 1 09:24:46 2012 -0700
ITS#7427
commit 393c4428336e507d4448fd81d96a16124db83dce
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Nov 1 08:36:28 2012 -0700
ITS#7427 fix for spurious old entries
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/syncrepl.c | 12 ++++++++++++
2 files changed, 13 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 951418f0bfe3e5acf14dab7c0edb4be264e3ca5c (commit)
from 64b164b4fc1c6227b90e9496cbacbfeba8a43914 (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 951418f0bfe3e5acf14dab7c0edb4be264e3ca5c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Nov 1 08:36:28 2012 -0700
ITS#7427 fix for spurious old entries
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 12 ++++++++++++
1 files changed, 12 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 64b164b4fc1c6227b90e9496cbacbfeba8a43914 (commit)
via 0108327c274a4b260b5b355d2a7c3ffc3a85f4c1 (commit)
via b68aa3f86bf60076088d572c720373337eb6cc75 (commit)
via ef2092eac9f35b77eae250801c96dfa515c6d4b2 (commit)
from 2f232b5281c99a7fed1c6305f6ce7c7af593466a (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 64b164b4fc1c6227b90e9496cbacbfeba8a43914
Merge: 2f232b5 0108327
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 30 16:34:14 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/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-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via eac2c07671e43dfdcbca850dd56bcacd0a2eb4ad (commit)
from 649d8f32e3b50c810b5832426f69a5a59bd06222 (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 eac2c07671e43dfdcbca850dd56bcacd0a2eb4ad
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 27 20:14:44 2012 -0500
RC16 pw policy cache bug + version sent on enmasse calls
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/Manageable.java | 3 +--
src/main/java/com/jts/fortress/rbac/PolicyP.java | 5 ++---
src/main/java/com/jts/fortress/rest/RestUtils.java | 3 ++-
3 files changed, 5 insertions(+), 6 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 649d8f32e3b50c810b5832426f69a5a59bd06222 (commit)
from 38f1c94c0adfc88d5ff84734e6505b023f5aad44 (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 649d8f32e3b50c810b5832426f69a5a59bd06222
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 27 16:35:40 2012 -0500
RC16 update to use ehcache BlockingCache and add synch code to graph updates routines.
-----------------------------------------------------------------------
Summary of changes:
config/ehcache.xml | 3 +-
.../java/com/jts/fortress/rbac/AdminRoleUtil.java | 27 ++------
src/main/java/com/jts/fortress/rbac/HierUtil.java | 65 +++++++++++++++++---
src/main/java/com/jts/fortress/rbac/PsoUtil.java | 9 ++-
src/main/java/com/jts/fortress/rbac/RoleUtil.java | 11 ++--
.../java/com/jts/fortress/rbac/SetAdapter.java | 59 ++++++++++++++++++
src/main/java/com/jts/fortress/rbac/UsoUtil.java | 9 ++-
.../com/jts/fortress/util/cache/CacheFactory.java | 7 ++-
.../com/jts/fortress/util/cache/EhCacheImpl.java | 11 ++--
9 files changed, 151 insertions(+), 50 deletions(-)
create mode 100755 src/main/java/com/jts/fortress/rbac/SetAdapter.java
---
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 38f1c94c0adfc88d5ff84734e6505b023f5aad44 (commit)
from 620e8c7da8c2b8236e486f923bd14c8148d08de6 (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 38f1c94c0adfc88d5ff84734e6505b023f5aad44
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Oct 27 11:30:49 2012 -0500
RC16 javadoc cleanup
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/AdminRoleUtil.java | 21 ++++++++----------
src/main/java/com/jts/fortress/rbac/PsoUtil.java | 14 +++++-------
src/main/java/com/jts/fortress/rbac/RoleUtil.java | 22 +++++++++----------
src/main/java/com/jts/fortress/rbac/UsoUtil.java | 14 +++++-------
4 files changed, 31 insertions(+), 40 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 0108327c274a4b260b5b355d2a7c3ffc3a85f4c1 (commit)
via b68aa3f86bf60076088d572c720373337eb6cc75 (commit)
from ef2092eac9f35b77eae250801c96dfa515c6d4b2 (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 0108327c274a4b260b5b355d2a7c3ffc3a85f4c1
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 25 06:55:46 2012 -0700
Better fix for MDB_DEBUG tweak -- from hbf
commit b68aa3f86bf60076088d572c720373337eb6cc75
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 25 06:54:09 2012 -0700
Revert "MDB_DEBUG tweak for old compilers"
This reverts commit ef2092eac9f35b77eae250801c96dfa515c6d4b2.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 10 +++++-----
1 files changed, 5 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 ef2092eac9f35b77eae250801c96dfa515c6d4b2 (commit)
from c2f15990c70cb6b1cb3e081d1109e8a629ff1e92 (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 ef2092eac9f35b77eae250801c96dfa515c6d4b2
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 25 05:28:55 2012 -0700
MDB_DEBUG tweak for old compilers
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 9 +++++----
1 files changed, 5 insertions(+), 4 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 495af6caccfc53525047ede3d3e53ea620d34a0c (commit)
via 29dfdb3ca2ab7af85ab1497c88a976d8b7a3f8f6 (commit)
from 52a0b4f83c34de4966870af62db829c913993fdf (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 495af6caccfc53525047ede3d3e53ea620d34a0c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 24 06:53:01 2012 -0700
More backend info updates: MDB, NDB
commit 29dfdb3ca2ab7af85ab1497c88a976d8b7a3f8f6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 24 06:38:24 2012 -0700
ITS#7421 move olcExtraAttrs to Frontend options
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 36 ++++++++++++++++++++----------------
doc/man/man5/slapd.backends.5 | 16 ++++++++++++++--
2 files changed, 34 insertions(+), 18 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 52a0b4f83c34de4966870af62db829c913993fdf (commit)
via c2f15990c70cb6b1cb3e081d1109e8a629ff1e92 (commit)
via f5b8d017dffa3d0dd8b0ee803a999e97acf489ff (commit)
from f51efd4b0345baea1a9c977d0763292891c37436 (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 52a0b4f83c34de4966870af62db829c913993fdf
Merge: f51efd4 c2f1599
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 23 04:49:09 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 30 ++++++++++++++++++++++--------
1 files changed, 22 insertions(+), 8 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 c2f15990c70cb6b1cb3e081d1109e8a629ff1e92 (commit)
via f5b8d017dffa3d0dd8b0ee803a999e97acf489ff (commit)
from 66f2b7b2ec4318557be079ad4764becf4e36ec73 (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 c2f15990c70cb6b1cb3e081d1109e8a629ff1e92
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 23 04:48:04 2012 -0700
Fix flag checks in mdb_open
commit f5b8d017dffa3d0dd8b0ee803a999e97acf489ff
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Oct 23 04:32:55 2012 -0700
fix Windows mdb_env_copy(), WriteFile overflow
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 30 ++++++++++++++++++++++--------
1 files changed, 22 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git