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 721a038b7bc9732f52eeef5324c180c4f137cd75 (commit)
via cb7434eb4736062e65bc148a0c9c86c7b4e08d08 (commit)
via b99e5eadda8118ffc1a7ee86158f689301a8728b (commit)
via eacd5798a5d83e6658a823c01bcb0f600e3b9898 (commit)
via aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8 (commit)
via abbd9d843a63899527117a10834410eb12030346 (commit)
via 8307edfbc5ab4557df5e0e31a389c6459c2679ce (commit)
from d6a9f795e7fb7c427c9a6a62c0f33fb99d93166a (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 721a038b7bc9732f52eeef5324c180c4f137cd75
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 10 17:40:22 2016 -0600
ITS#7506
commit cb7434eb4736062e65bc148a0c9c86c7b4e08d08
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:50:30 2013 -0700
ITS#7506 more doc updates
commit b99e5eadda8118ffc1a7ee86158f689301a8728b
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 eacd5798a5d83e6658a823c01bcb0f600e3b9898
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 aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8
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 abbd9d843a63899527117a10834410eb12030346
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:31:58 2013 -0700
ITS#7506 cleanup prev commit
commit 8307edfbc5ab4557df5e0e31a389c6459c2679ce
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:
CHANGES | 1 +
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 +++----------------------------------------
6 files changed, 49 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 500398180e85643d161ac432a1a2c0a9bf7ca86a (commit)
via 26f88817f68c605871bfcf006c477fdd2ae43974 (commit)
from 4d3a54835c9c2cdc179c65975ac857a02ff8283f (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 500398180e85643d161ac432a1a2c0a9bf7ca86a
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Mon Feb 29 14:01:12 2016 +0200
ITS#8303 Track pending ops per a_metasingleconn_t
so that unused target connections can be properly reset.
commit 26f88817f68c605871bfcf006c477fdd2ae43974
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Tue Feb 9 15:26:38 2016 +0200
ITS#8303 Fixed an assertion error during test022
The error was introduced with
commit 6cafdfa8d82134f78e68325c4b9c10dd37935d7a
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-asyncmeta/add.c | 3 ++-
servers/slapd/back-asyncmeta/back-asyncmeta.h | 11 ++++++-----
servers/slapd/back-asyncmeta/candidates.c | 1 +
servers/slapd/back-asyncmeta/compare.c | 2 +-
servers/slapd/back-asyncmeta/conn.c | 11 ++++++++---
servers/slapd/back-asyncmeta/delete.c | 2 +-
servers/slapd/back-asyncmeta/message_queue.c | 13 ++++++++++++-
servers/slapd/back-asyncmeta/meta_result.c | 14 +++++++++-----
servers/slapd/back-asyncmeta/modify.c | 2 +-
servers/slapd/back-asyncmeta/modrdn.c | 2 +-
servers/slapd/back-asyncmeta/search.c | 7 +++----
servers/slapd/backover.c | 17 +----------------
12 files changed, 46 insertions(+), 39 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 4d3a54835c9c2cdc179c65975ac857a02ff8283f (commit)
from 156c5d53c217bfb2086b36ddcfc2f7bb547918fc (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 4d3a54835c9c2cdc179c65975ac857a02ff8283f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 26 18:37:10 2016 -0600
Fix minor typo
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slapd.8 | 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, mdb.master has been updated
via e59fb2eccbdacc43a04f2c100186a4dad4e593cc (commit)
from f6e98cd66f671030cf4344854a316b438ee8f967 (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 e59fb2eccbdacc43a04f2c100186a4dad4e593cc
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Feb 17 17:27:50 2016 +0000
MDB_VL32 - increase max write txn size
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/midl.h | 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, mdb.master has been updated
via f6e98cd66f671030cf4344854a316b438ee8f967 (commit)
from 9459346e7bacecfd513ac76503c699c11e82f7a0 (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 f6e98cd66f671030cf4344854a316b438ee8f967
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 22 16:54:43 2016 +0000
raw partitions: fix prev commit
Broke MDB_NOSUBDIR option when DB didn't already exist
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 +++++++++----------
1 file changed, 9 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, mdb.master has been updated
via 9459346e7bacecfd513ac76503c699c11e82f7a0 (commit)
from 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (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 9459346e7bacecfd513ac76503c699c11e82f7a0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 21 18:51:20 2016 +0000
More for raw partitions
Just autodetect that a block device is being used.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 --
libraries/liblmdb/mdb.c | 28 ++++++++++++++++++++--------
2 files changed, 20 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, mdb.master has been updated
via 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (commit)
from 3f62b727ccf3424daca1cdc24bbf98c869f44699 (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 7e8d9290f0f8eaea126b5f85a924f5a817ce2179
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 21 18:29:40 2016 +0000
Preliminary raw partition support
Currently requires using new MDB_RAWPART flag on env_open.
Should we try to make it automatic instead? Check any path
starting with /dev/ to see if it's a block device?
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 ++
libraries/liblmdb/mdb.c | 16 ++++++++++++++--
2 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, mdb.master has been updated
via 3f62b727ccf3424daca1cdc24bbf98c869f44699 (commit)
from d909ab2f36e079087047dd842210b37cec8b6a84 (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 3f62b727ccf3424daca1cdc24bbf98c869f44699
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Feb 16 23:34:27 2016 +0000
Tweak MDB_PREV_MULTIPLE for uninit'd cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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, mdb.master has been updated
via d909ab2f36e079087047dd842210b37cec8b6a84 (commit)
from 5ef1908224121c01eb9190b03978d563cc0c22d2 (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 d909ab2f36e079087047dd842210b37cec8b6a84
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 15 00:07:04 2016 +0000
Tweak Win32 errmsg buffer
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 7 ++++---
1 file changed, 4 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 5ef1908224121c01eb9190b03978d563cc0c22d2 (commit)
from fcac8d07742891cedcf94b982e5094315132f62a (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 5ef1908224121c01eb9190b03978d563cc0c22d2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 14 23:53:05 2016 +0000
ITS#8324 Map NTAPI result codes to WIN32 codes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git