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 19e8ef45d1e295a780e3f59ed3f5d39d5f6c878c (commit)
via 8a44ba22afc4637d2a981ecd339a767749f8413e (commit)
via 2e916071f839052b628f952931eb895d24a3afd1 (commit)
via fd69bf5b6c8f12583489115ae1b06a3d0a2f56dd (commit)
via 3a1f27dbc4162b96c2016291994f3244d8031a1d (commit)
via dc0d001a43b2c912712426879cd2ffcaa9556468 (commit)
via 3e5b02540efba3514d9e8911051a25bd6a5ff583 (commit)
via 137748e4b4849a7389788e0593951c4035bdff20 (commit)
from b567d098f1547f000d5331bfca436802544913c2 (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 19e8ef45d1e295a780e3f59ed3f5d39d5f6c878c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 31 10:38:17 2015 -0500
ITS#8232
commit 8a44ba22afc4637d2a981ecd339a767749f8413e
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 29 19:44:33 2015 +0100
ITS#8232 avoid redundant abandon processing
commit 2e916071f839052b628f952931eb895d24a3afd1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 31 10:37:14 2015 -0500
ITS#8231
commit fd69bf5b6c8f12583489115ae1b06a3d0a2f56dd
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 29 18:29:32 2015 +0100
ITS#8231 fix ITS#8042 regression
commit 3a1f27dbc4162b96c2016291994f3244d8031a1d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 31 10:33:34 2015 -0500
ITS#8198
commit dc0d001a43b2c912712426879cd2ffcaa9556468
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Sat Aug 22 18:59:13 2015 -0700
ITS#8198 use #elif instead of #else for gnutls cases
Reserve #else for actual fallback cases.
commit 3e5b02540efba3514d9e8911051a25bd6a5ff583
Author: Luca Bruno <luca.bruno(a)rocket-internet.de>
Date: Wed Nov 5 15:32:33 2014 +0100
ITS#8198 Optionally use libnettle instead of OpenSSL for crypto
OpenLDAP can be configured to be either built with OpenSSL or
GnuTLS. This commit adds support for building pw-pbkbdf2 module
without OpenSSL, by using PBKDF2 crypto primitives provided by
libnettle.
Closes hamano/openldap-pbkdf2#2
Signed-off-by: Luca Bruno <luca.bruno(a)rocket-internet.de>
commit 137748e4b4849a7389788e0593951c4035bdff20
Author: Luca Bruno <luca.bruno(a)rocket-internet.de>
Date: Wed Nov 5 16:15:55 2014 +0100
ITS#8198 Fix an always-true check
Fixed asprintf return value check, in order to properly catch
error conditions. This has been caught by clang -Wtautological-compare:
pw-pbkdf2.c:132:17: warning: comparison of unsigned expression < 0 is always false
if(msg->bv_len < 0){
~~~~~~~~~~~ ^ ~
Signed-off-by: Luca Bruno <luca.bruno(a)rocket-internet.de>
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 +
contrib/slapd-modules/passwd/pbkdf2/pw-pbkdf2.c | 112 ++++++++++++++++++++++-
servers/slapd/connection.c | 3 +
servers/slapd/syncrepl.c | 3 +
4 files changed, 119 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, OPENLDAP_REL_ENG_2_5 has been updated
via 2e8175517b585d9e0cecad40ad6b80508a92e19f (commit)
via 86ae4e0126f091115e96f27995b19c94d6932d8c (commit)
from 295253653ce0df194371034500711fafa66dddab (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 2e8175517b585d9e0cecad40ad6b80508a92e19f
Merge: 2952536 86ae4e0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 31 10:30:19 2015 -0500
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 2 +-
1 file changed, 1 insertion(+), 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, master has been updated
via 86ae4e0126f091115e96f27995b19c94d6932d8c (commit)
from bea2c5d4382742d6074345f10e15bcb30f2c6bb0 (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 86ae4e0126f091115e96f27995b19c94d6932d8c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 31 14:55:35 2015 +0100
ITS#8226 leave nested ops alone
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 2 +-
1 file changed, 1 insertion(+), 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 295253653ce0df194371034500711fafa66dddab (commit)
via bea2c5d4382742d6074345f10e15bcb30f2c6bb0 (commit)
via 535cf92ff44ba06d944eab8939e7e6d8e6b20d18 (commit)
via 5a3a54333cc067209bd6aa53fd84a250f7a48b1d (commit)
via 35f17e023dacfaebb9d00776b50fe402f84866b9 (commit)
via 21bf33b0e8e044d6722a9c3ef4a3961d71465d77 (commit)
via 2160427f89b80520ad576abcc67a85b2e5078280 (commit)
via 2eaf8eb213499a00fea2e9f449fad5d7a4493728 (commit)
from 5f24e46fb5fa3bd1ee480e5f422c7db01f0c9cc4 (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 295253653ce0df194371034500711fafa66dddab
Merge: 5f24e46 bea2c5d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Aug 30 16:22:59 2015 -0500
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 10 +++++++
servers/slapd/back-mdb/back-mdb.h | 4 +++
servers/slapd/back-mdb/config.c | 25 ++++++----------
servers/slapd/back-mdb/init.c | 1 +
servers/slapd/back-mdb/search.c | 58 +++++++++++++++++++++----------------
servers/slapd/connection.c | 3 ++
servers/slapd/syncrepl.c | 26 +++++++++++++++--
7 files changed, 83 insertions(+), 44 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 bea2c5d4382742d6074345f10e15bcb30f2c6bb0 (commit)
from 535cf92ff44ba06d944eab8939e7e6d8e6b20d18 (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 bea2c5d4382742d6074345f10e15bcb30f2c6bb0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 30 05:46:01 2015 +0100
More for batched writes
Only usable if backend supports txns
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 8 +++++---
1 file changed, 5 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 535cf92ff44ba06d944eab8939e7e6d8e6b20d18 (commit)
from 5a3a54333cc067209bd6aa53fd84a250f7a48b1d (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 535cf92ff44ba06d944eab8939e7e6d8e6b20d18
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 30 05:34:42 2015 +0100
More for batched writes
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 10 ++++++++++
1 file changed, 10 insertions(+)
---
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 5a3a54333cc067209bd6aa53fd84a250f7a48b1d (commit)
via 35f17e023dacfaebb9d00776b50fe402f84866b9 (commit)
from 21bf33b0e8e044d6722a9c3ef4a3961d71465d77 (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 5a3a54333cc067209bd6aa53fd84a250f7a48b1d
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 30 05:14:17 2015 +0100
More for batched write
commit 35f17e023dacfaebb9d00776b50fe402f84866b9
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 30 05:01:59 2015 +0100
ITS#8226 revert unintended commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/config.c | 4 ----
servers/slapd/syncrepl.c | 5 +++++
2 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 21bf33b0e8e044d6722a9c3ef4a3961d71465d77 (commit)
from 2160427f89b80520ad576abcc67a85b2e5078280 (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 21bf33b0e8e044d6722a9c3ef4a3961d71465d77
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 27 14:47:04 2015 +0100
ITS#8226 limit size of read txns in searches
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 10 +++++++
servers/slapd/back-mdb/back-mdb.h | 4 +++
servers/slapd/back-mdb/config.c | 29 +++++++++----------
servers/slapd/back-mdb/init.c | 1 +
servers/slapd/back-mdb/search.c | 58 +++++++++++++++++++++----------------
5 files changed, 61 insertions(+), 41 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 2160427f89b80520ad576abcc67a85b2e5078280 (commit)
from 2eaf8eb213499a00fea2e9f449fad5d7a4493728 (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 2160427f89b80520ad576abcc67a85b2e5078280
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 29 19:44:33 2015 +0100
ITS#8232 avoid redundant abandon processing
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 3 +++
1 file changed, 3 insertions(+)
---
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 2eaf8eb213499a00fea2e9f449fad5d7a4493728 (commit)
from 9d2dc5dd2469f7708ba176f2888720cf3fc3a3a3 (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 2eaf8eb213499a00fea2e9f449fad5d7a4493728
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 29 18:29:32 2015 +0100
ITS#8231 fix ITS#8042 regression
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 3 +++
1 file changed, 3 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git