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 be11563e36560920bc61f5f6544b4858859ff8de (commit)
from 66ab6bafa8e290d842f68e683e3cd3ee63f513be (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 be11563e36560920bc61f5f6544b4858859ff8de
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Dec 17 12:21:57 2013 +0100
ITS#7769 Fix typo in slapd-meta manpage.
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-meta.5 | 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 66ab6bafa8e290d842f68e683e3cd3ee63f513be (commit)
from 5f70fd13d2cfc2438bb5db9f2d844e02e4ff15fe (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 66ab6bafa8e290d842f68e683e3cd3ee63f513be
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu May 21 01:20:16 2015 +0100
ITS#8142 cleanup prev commit
Only drop connection if user originally bound to this backend,
and rebind-as-user was set. Sessions from other backends would
use idassert-bind so loss of creds doesn't affect them.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/bind.c | 7 ++++++-
servers/slapd/back-ldap/search.c | 7 ++++++-
2 files changed, 12 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 5f70fd13d2cfc2438bb5db9f2d844e02e4ff15fe (commit)
from 3b90232022170e661a2c64cc9d60740ecf130fbb (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 5f70fd13d2cfc2438bb5db9f2d844e02e4ff15fe
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 20 23:46:51 2015 +0100
ITS#8129 fix typo from ITS#6613
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-sql/config.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 3b90232022170e661a2c64cc9d60740ecf130fbb (commit)
from 3f119767f7e4e632c0da5ba4ab4f2693a71281aa (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 3b90232022170e661a2c64cc9d60740ecf130fbb
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Wed May 20 14:39:08 2015 -0700
ITS#8150 let check_name_index handle frontend
The fix for ITS#7016 only adjusted the frontend entry's DN, but not the
naming attribute in the entry. check_name_index knows how to do both.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 18 +-----------------
1 file changed, 1 insertion(+), 17 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 02e8de5edbd13a5512352bbc308359d29870607d (commit)
from 77bdbdd9de439224261c57bdcaf4d3281885f928 (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 02e8de5edbd13a5512352bbc308359d29870607d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed May 20 04:04:38 2015 +0200
Set/clear mp_pad, md_pad (MDB_DUPFIXED data size).
mdb_xcursor_init1(): md_pad is only used when MDB_DUPFIXED.
mdb_page_split(): Copy mp_pad too. Used by mdb_page_list().
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 ++-
1 file changed, 2 insertions(+), 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 77bdbdd9de439224261c57bdcaf4d3281885f928 (commit)
from 9bb915675afe3acb616b2df2e241adddd6ee432f (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 77bdbdd9de439224261c57bdcaf4d3281885f928
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed May 20 03:17:47 2015 +0200
mtest*.c: Fix MDB_NOOVERWRITE, plug cursor leak
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mtest.c | 6 ++++--
libraries/liblmdb/mtest2.c | 4 ++--
libraries/liblmdb/mtest6.c | 9 ++++++---
3 files changed, 12 insertions(+), 7 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 3f119767f7e4e632c0da5ba4ab4f2693a71281aa (commit)
from 117edd79ce539756495032120063bce68f590ada (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 3f119767f7e4e632c0da5ba4ab4f2693a71281aa
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue May 19 21:21:54 2015 +0100
ITS#8146 fix off-by-1 in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/filterindex.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, mdb.master has been updated
via 9bb915675afe3acb616b2df2e241adddd6ee432f (commit)
from 329e12e4c5723276d1dd09a283a8149744268baf (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 9bb915675afe3acb616b2df2e241adddd6ee432f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue May 19 20:33:35 2015 +0200
ITS#8117 Fix MDB_INTEGERDUP keysize doc + md_dcmp
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 14 +++++++-------
libraries/liblmdb/mdb.c | 27 ++++++++++++++++++---------
2 files changed, 25 insertions(+), 16 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 117edd79ce539756495032120063bce68f590ada (commit)
from 4f05e3d9660bbc12612f47435e51137d5fe38011 (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 117edd79ce539756495032120063bce68f590ada
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue May 19 15:37:24 2015 +0100
ITS#8142 drop client connection on remote failure
also cleanup of return-code handling
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/bind.c | 1 +
servers/slapd/back-ldap/delete.c | 3 +--
servers/slapd/back-ldap/modify.c | 3 +--
servers/slapd/back-ldap/modrdn.c | 3 +--
servers/slapd/back-ldap/search.c | 2 ++
5 files changed, 6 insertions(+), 6 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 4f05e3d9660bbc12612f47435e51137d5fe38011 (commit)
from 1e768c1cdae1671de0b411082045b04f325d2f9a (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 4f05e3d9660bbc12612f47435e51137d5fe38011
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon May 18 18:06:58 2015 +0100
ITS#8146 tweak prev commit
Test less likely condition first
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/filterindex.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git