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 a0cc1d9655da112a4d19cddf821460a4dedeed1c (commit)
from e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (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 a0cc1d9655da112a4d19cddf821460a4dedeed1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 16 14:21:31 2017 +0000
ITS#8054 add queue time to log
Show time spent in conn+threadpool queues before an op actually executes.
Also clean up timestamp handling
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 7 +++++++
servers/slapd/operation.c | 33 +++++++++++----------------------
servers/slapd/result.c | 10 +++++++---
servers/slapd/slap.h | 2 ++
4 files changed, 27 insertions(+), 25 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 857d31ae2dd2a97d33984341ef0bc2382bb72bbc (commit)
via e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (commit)
from ac031b3a4a4231e61da8f764ce0e12b8bc397bb3 (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 857d31ae2dd2a97d33984341ef0bc2382bb72bbc
Merge: ac031b3 e12ca8b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 15 13:22:02 2017 -0700
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
include/ldap_pvt_thread.h | 9 ++++--
include/ldap_rq.h | 1 +
libraries/libldap_r/tpool.c | 67 ++++++++++++++++++++++++-------------------
servers/slapd/daemon.c | 4 +--
servers/slapd/syncrepl.c | 3 +-
5 files changed, 48 insertions(+), 36 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 e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (commit)
from 53c6c9d16bdc26e1999008a28b06d6e192de4784 (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 e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Mar 15 11:13:09 2017 +0000
Fixes for multiple threadpool queues
Remove poolq_hash, it wasn't distributing work evenly to the queues.
Just walk through all queues and use the one with smallest
active+pending count. Since pool_retract also relied on the hash,
a different means of locating the thread to retract was needed.
Add pool_submit2 which returns the threadpool task structure,
and record which poolq this task lives on.
-----------------------------------------------------------------------
Summary of changes:
include/ldap_pvt_thread.h | 9 ++++--
include/ldap_rq.h | 1 +
libraries/libldap_r/tpool.c | 67 ++++++++++++++++++++++++-------------------
servers/slapd/daemon.c | 4 +--
servers/slapd/syncrepl.c | 3 +-
5 files changed, 48 insertions(+), 36 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 b19a3ec4cf15672b1edd7cf6edd16e002c0d01cc (commit)
via d541e92486661864352997c228a231cb89be4aee (commit)
from 62b39c08488b8b0f0ff0c15ba1928275e27f324c (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 b19a3ec4cf15672b1edd7cf6edd16e002c0d01cc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 8 15:34:46 2017 -0800
ITS#8574
commit d541e92486661864352997c228a231cb89be4aee
Author: Ondřej Kuzník <okuznik(a)symas.com>
Date: Wed Feb 22 18:24:48 2017 +0000
ITS#8574 - Deal with rDN correctly
This fixes issues with values that need escaping in the rDN when an
incorrect value would be passed to the handler and back-ldif.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
2 files changed, 66 insertions(+), 21 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 ac031b3a4a4231e61da8f764ce0e12b8bc397bb3 (commit)
via 53c6c9d16bdc26e1999008a28b06d6e192de4784 (commit)
from ddff6026d53efdd1efadec0dd816156afaa3b069 (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 ac031b3a4a4231e61da8f764ce0e12b8bc397bb3
Merge: ddff602 53c6c9d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 8 15:33:32 2017 -0800
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
1 file changed, 65 insertions(+), 21 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 53c6c9d16bdc26e1999008a28b06d6e192de4784 (commit)
from 4962dd6083ae0fe722eb23a618ad39e47611429b (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 53c6c9d16bdc26e1999008a28b06d6e192de4784
Author: Ondřej Kuzník <okuznik(a)symas.com>
Date: Wed Feb 22 18:24:48 2017 +0000
ITS#8574 - Deal with rDN correctly
This fixes issues with values that need escaping in the rDN when an
incorrect value would be passed to the handler and back-ldif.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
1 file changed, 65 insertions(+), 21 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git