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 e631ce808ed56119e61321463d06db7999ba5a08 (commit)
via 0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0 (commit)
via 3e100bb54dcff1596296319322f4d73f2730f3e5 (commit)
via cb00bb02181f4929fca34436f8f9e4a181667ac2 (commit)
from 0480aec04ee32a51de8111e885815ecd43a075e7 (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 e631ce808ed56119e61321463d06db7999ba5a08
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 09:47:19 2013 -0700
ITS#7595 Add Elliptic Curve support for OpenSSL
commit 0205e83f4670d10ad3c6ae4b8fc5ec1d0c7020c0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 09:39:24 2013 -0700
ITS#7430 GnuTLS: Avoid use of deprecated function
commit 3e100bb54dcff1596296319322f4d73f2730f3e5
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 09:38:47 2013 -0700
Add GnuTLS channel binding support
commit cb00bb02181f4929fca34436f8f9e4a181667ac2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 08:58:25 2013 -0700
Fix double-free on ciphersuite parse failure
GnuTLS does an implicit free on failure.
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 7 +++++++
doc/man/man5/slapd.conf.5 | 7 +++++++
include/ldap.h | 1 +
libraries/libldap/ldap-int.h | 2 ++
libraries/libldap/tls2.c | 17 +++++++++++++++++
libraries/libldap/tls_g.c | 33 ++++++++++++++++++++++++++++++++-
libraries/libldap/tls_o.c | 33 ++++++++++++++++++++++++++++++---
servers/slapd/bconfig.c | 12 +++++++++++-
8 files changed, 107 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, master has been updated
via 0480aec04ee32a51de8111e885815ecd43a075e7 (commit)
from 63926362a9c1f08b55307916581fbabe9e845d61 (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 0480aec04ee32a51de8111e885815ecd43a075e7
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 07:31:56 2013 -0700
ITS#7684, #7506 TLSDHParamFile typo
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/aspell.en.pws | 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 63926362a9c1f08b55307916581fbabe9e845d61 (commit)
via 056bd0acf90337c3c599c84e352bf27b940373d2 (commit)
via cfeb28412c28ce9feeea6e6c055286f201bd0a34 (commit)
via 6f120920d359d3b880c5c56bde4c1b91c3bedb01 (commit)
via a72d1ffe0fcb792e3e474402eec13d1ff936b969 (commit)
via 622d13a32ec8d623c26a11b60b63e443dc86df99 (commit)
from 4d02a43ec9a4be422d83094e8d39b7ef3bc290c5 (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 63926362a9c1f08b55307916581fbabe9e845d61
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:50:30 2013 -0700
ITS#7506 more doc updates
commit 056bd0acf90337c3c599c84e352bf27b940373d2
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 18:42:17 2013 -0500
ITS#7506 DHParamFile: Update docs
Update docs to reflect changes in handling and fix some errors.
commit cfeb28412c28ce9feeea6e6c055286f201bd0a34
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:39:53 2013 -0700
ITS#7506 fix prev commit
The patch unconditionally enabled DHparams, which is a significant
change of behavior. Reverting to previous behavior, which only enables
DH use if a DHparam file was configured.
commit 6f120920d359d3b880c5c56bde4c1b91c3bedb01
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 18:27:03 2013 -0500
ITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage.
If a DHParamFile or olcDHParamFile is specified, then it will be used,
otherwise a hardcoded 1024 bit parameter will be used. This allows the use of
larger parameters; previously only 512 or 1024 bit parameters would ever be
used.
commit a72d1ffe0fcb792e3e474402eec13d1ff936b969
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:31:58 2013 -0700
ITS#7506 cleanup prev commit
commit 622d13a32ec8d623c26a11b60b63e443dc86df99
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 17:26:14 2013 -0500
ITS#7506 tls_g.c: Properly support DHParamFile.
If a DHParamFile or olcDHParamFile is specified then it will be loaded. This
allows use of DHE/EDH cipher suites which was previously impossible with
GnuTLS.
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/tls.sdf | 14 +++--
doc/man/man5/slapd-config.5 | 13 +++--
doc/man/man5/slapd.conf.5 | 15 +++--
libraries/libldap/tls_g.c | 26 +++++----
libraries/libldap/tls_o.c | 135 +++----------------------------------------
5 files changed, 48 insertions(+), 155 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 4d02a43ec9a4be422d83094e8d39b7ef3bc290c5 (commit)
via 2851b22315ee55fe149b39464addf6e24ada1063 (commit)
via 7e58cc0fd39810c9bd0573ba62e3ac9c61b19f11 (commit)
via cfc13e2b4837f5cde8433251357ca82686e5b709 (commit)
via 90c55178db46379c28a4ec7c2b36e36e992cd288 (commit)
via 18a07eb7c2dc33372455a6040984cd6b699b41a5 (commit)
via 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8 (commit)
from 448b5269a8e94bad8cb08d90ca9167f59e4deb01 (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 4d02a43ec9a4be422d83094e8d39b7ef3bc290c5
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 6 12:52:28 2013 -0700
ITS#7381 fix chain config for restarts
commit 2851b22315ee55fe149b39464addf6e24ada1063
Merge: 448b526 7e58cc0
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 6 12:54:02 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 3 +++
libraries/liblmdb/mdb.c | 36 ++++++++++++++++++++++++++++++------
servers/slapd/back-ldap/chain.c | 32 ++++++++++++++++----------------
3 files changed, 49 insertions(+), 22 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 7e58cc0fd39810c9bd0573ba62e3ac9c61b19f11 (commit)
via cfc13e2b4837f5cde8433251357ca82686e5b709 (commit)
from 90c55178db46379c28a4ec7c2b36e36e992cd288 (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 7e58cc0fd39810c9bd0573ba62e3ac9c61b19f11
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 5 16:23:49 2013 -0700
updates
commit cfc13e2b4837f5cde8433251357ca82686e5b709
Author: Salvador Ortiz <sog(a)msg.com.mx>
Date: Thu Sep 5 17:36:52 2013 -0500
ITS#7682 In mdb_env_copy retry open if O_DIRECT fails
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 3 +++
libraries/liblmdb/mdb.c | 10 +++++++---
2 files changed, 10 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 90c55178db46379c28a4ec7c2b36e36e992cd288 (commit)
from 18a07eb7c2dc33372455a6040984cd6b699b41a5 (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 90c55178db46379c28a4ec7c2b36e36e992cd288
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 5 06:02:07 2013 -0700
More for 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8
Reset delete flag in cursor_put().
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +++
1 files changed, 3 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, mdb.master has been updated
via 18a07eb7c2dc33372455a6040984cd6b699b41a5 (commit)
from 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8 (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 18a07eb7c2dc33372455a6040984cd6b699b41a5
Author: Claude Brisson <claude.brisson(a)gmail.com>
Date: Thu Sep 5 12:58:18 2013 +0200
ITS#7681 fix mdb_cursor_set behaviour for MDB_SET_RANGE
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 ++++-
1 files changed, 4 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 448b5269a8e94bad8cb08d90ca9167f59e4deb01 (commit)
from 0ef9e6107baf45d29e194442991132df6c190adb (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 448b5269a8e94bad8cb08d90ca9167f59e4deb01
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 3 17:29:32 2013 -0700
Fix uninit'd poolqs in prev commit
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/tpool.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, mdb.master has been updated
via 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8 (commit)
from 3d59ca35589d86fee7a4390ec28ff0cc563db40c (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 5f6fa8c04204888c4ff7ac6be1868d81ff4410a8
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Sep 3 16:10:20 2013 -0700
Remember if last cursor op was a delete
If so, don't advance cursor on next NEXT. Also, init xcursor
on the next GET_CURRENT.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 ++++++++++++++++--
1 files changed, 16 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 0ef9e6107baf45d29e194442991132df6c190adb (commit)
from c645a58569a6a07908c48802cad0e26f11fcb510 (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 0ef9e6107baf45d29e194442991132df6c190adb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Sep 3 15:06:37 2013 -0700
More for threadpool queues
Allow dynamic reconfig
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/tpool.c | 147 ++++++++++++++++++++++++++++++++++++-------
servers/slapd/bconfig.c | 2 +
2 files changed, 125 insertions(+), 24 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git