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 4f406bcc878c202dc562ab31de395b0ec71a20af (commit)
via fcc8d8a14f23641e6b3ee6ff2b8bb4633eee77fd (commit)
via dbc93d81a9eed93fde0129d083850ebb09bde813 (commit)
via 7bbff85cc88a632f6f96d268e4b98a70008a07f2 (commit)
via 5dcdf27b6786f66af521ff8d19830013234177b7 (commit)
via 67f6558934e75fe16c56c10a9d241fcfb4b31828 (commit)
via 499523bb58a8fb2e7bca69302699bc8944e458c6 (commit)
via 2fd4668fc1064c14ef062cce0d6ed51f094a031b (commit)
from e7a780ec4dda5bd8e194cd916e43433d646c1265 (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 4f406bcc878c202dc562ab31de395b0ec71a20af
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Dec 17 12:21:57 2013 +0100
ITS#7769 Fix typo in slapd-meta manpage.
commit fcc8d8a14f23641e6b3ee6ff2b8bb4633eee77fd
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.
commit dbc93d81a9eed93fde0129d083850ebb09bde813
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 20 23:46:51 2015 +0100
ITS#8129 fix typo from ITS#6613
commit 7bbff85cc88a632f6f96d268e4b98a70008a07f2
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.
commit 5dcdf27b6786f66af521ff8d19830013234177b7
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
commit 67f6558934e75fe16c56c10a9d241fcfb4b31828
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
commit 499523bb58a8fb2e7bca69302699bc8944e458c6
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
commit 2fd4668fc1064c14ef062cce0d6ed51f094a031b
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon May 18 17:55:04 2015 +0100
ITS#8146 fix mdb_filter_candidates for unindexed attr
Change result of MDB_IDL_ALL() to use the last entryID in the DB
instead of NOID.
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-meta.5 | 2 +-
servers/slapd/back-ldap/bind.c | 6 ++++++
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 | 7 +++++++
servers/slapd/back-mdb/filterindex.c | 25 +++++++++++++++++++++++++
servers/slapd/back-sql/config.c | 2 +-
servers/slapd/bconfig.c | 18 +-----------------
9 files changed, 44 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, 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
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 1e768c1cdae1671de0b411082045b04f325d2f9a (commit)
from fc05c63b63343fc4beb2ed89021f7e8250892dba (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 1e768c1cdae1671de0b411082045b04f325d2f9a
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon May 18 17:55:04 2015 +0100
ITS#8146 fix mdb_filter_candidates for unindexed attr
Change result of MDB_IDL_ALL() to use the last entryID in the DB
instead of NOID.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/filterindex.c | 25 +++++++++++++++++++++++++
1 file changed, 25 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 fc05c63b63343fc4beb2ed89021f7e8250892dba (commit)
from 9f9bf53d610f26efaac9095f0334a41a5a63b5a7 (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 fc05c63b63343fc4beb2ed89021f7e8250892dba
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu May 7 10:45:28 2015 +0100
ITS#8127 fix ftello for Win32
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapadd.c | 14 ++++++++++++++
1 file changed, 14 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 930decf5ff24cca937fc8b3c22792d4707800be1 (commit)
from 17853783df9e1881eb8f94373a4d9f4e357c4105 (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 930decf5ff24cca937fc8b3c22792d4707800be1
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 6 16:36:32 2015 +0100
ITS#8131 improve back-meta logs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/conn.c | 20 +++++++++++++++-----
servers/slapd/back-meta/search.c | 5 +++--
2 files changed, 18 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, OPENLDAP_REL_ENG_2_4 has been updated
via bd9bba824f52b648331db58108aabe9a914de561 (commit)
via fd8c9a94d07af61a33053c02f0dd9d7f27cd9e68 (commit)
from 03432c5ca6ca2d1c2d1946bc59d35308a68b5d53 (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 bd9bba824f52b648331db58108aabe9a914de561
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 21:05:57 2015 +0200
ITS#8092 fix previous fix.
slap_auxprop_lookup() returns void with old sasl versions.
commit fd8c9a94d07af61a33053c02f0dd9d7f27cd9e68
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 20:52:00 2015 +0200
Fallback typedef for slap_sasl_cb_ft
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sasl.c | 23 ++++++++++++++++-------
1 file changed, 16 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, OPENLDAP_REL_ENG_2_5 has been updated
via 365f06ceed0d318fde7cd8f22b8d985cb030a2ca (commit)
via c475eaff9af8c2a4bd7b50db68086b5a04858c31 (commit)
via e3a08085bf6545cb0c62632a3ee06896032c6029 (commit)
from 70bb98ed4fcbb0f42d9183c550ee6b6b8ce6719a (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 365f06ceed0d318fde7cd8f22b8d985cb030a2ca
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 21:07:02 2015 +0200
Silence warnings
commit c475eaff9af8c2a4bd7b50db68086b5a04858c31
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 21:05:57 2015 +0200
ITS#8092 fix previous fix.
slap_auxprop_lookup() returns void with old sasl versions.
commit e3a08085bf6545cb0c62632a3ee06896032c6029
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 20:52:00 2015 +0200
Fallback typedef for slap_sasl_cb_ft
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/cyrus.c | 5 +++--
servers/slapd/sasl.c | 23 ++++++++++++++++-------
2 files changed, 19 insertions(+), 9 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 17853783df9e1881eb8f94373a4d9f4e357c4105 (commit)
via a59f336a61b828802c99b322458f1210a336c4ae (commit)
via f2b96c19cc163d85ee136167594758077e892211 (commit)
from a6ea07dd63a5eac50332bb295867696092b03b53 (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 17853783df9e1881eb8f94373a4d9f4e357c4105
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 21:07:02 2015 +0200
Silence warnings
commit a59f336a61b828802c99b322458f1210a336c4ae
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 21:05:57 2015 +0200
ITS#8092 fix previous fix.
slap_auxprop_lookup() returns void with old sasl versions.
commit f2b96c19cc163d85ee136167594758077e892211
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon May 4 20:52:00 2015 +0200
Fallback typedef for slap_sasl_cb_ft
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/cyrus.c | 5 +++--
servers/slapd/sasl.c | 23 ++++++++++++++++-------
2 files changed, 19 insertions(+), 9 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 03432c5ca6ca2d1c2d1946bc59d35308a68b5d53 (commit)
via 6bd97d4286442406e497e79992fec888ad97d985 (commit)
via 712775324481effbd3c1e645a326df4907f307d6 (commit)
from 98f70f1841f85d931eb2d1659a92cb4ca038cd9d (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 03432c5ca6ca2d1c2d1946bc59d35308a68b5d53
Merge: 98f70f1 6bd97d4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 4 11:37:02 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 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 70bb98ed4fcbb0f42d9183c550ee6b6b8ce6719a (commit)
via 6bd97d4286442406e497e79992fec888ad97d985 (commit)
via 712775324481effbd3c1e645a326df4907f307d6 (commit)
from c0e35294a8769df7cec535d11dca91027f5f674a (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 70bb98ed4fcbb0f42d9183c550ee6b6b8ce6719a
Merge: c0e3529 6bd97d4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 4 11:36:52 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 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 a6ea07dd63a5eac50332bb295867696092b03b53 (commit)
via 6bd97d4286442406e497e79992fec888ad97d985 (commit)
via 712775324481effbd3c1e645a326df4907f307d6 (commit)
from 2c34d2fda687c490d78af3fd23bf3d245d239ffe (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 a6ea07dd63a5eac50332bb295867696092b03b53
Merge: 2c34d2f 6bd97d4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon May 4 11:36:27 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 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.RE/0.9 has been updated
via 6bd97d4286442406e497e79992fec888ad97d985 (commit)
via 712775324481effbd3c1e645a326df4907f307d6 (commit)
from 0fd2214a8bba509e129754e67bebdacee7d03d7d (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 6bd97d4286442406e497e79992fec888ad97d985
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun May 3 07:52:47 2015 +0100
ITS#8117 better fix
Don't change mc_dbx because we would need to undo the change if
the txn aborts. Make the fix (for get) match existing code for put.
commit 712775324481effbd3c1e645a326df4907f307d6
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun May 3 07:43:11 2015 +0100
Revert "ITS#8117 cleanup prev commit"
This reverts commit 47c4e747a0ce58f9ecfb5b9615f4c2b6d0753024.
Revert "ITS#8117 fix INTEGERDUP compare"
This reverts commit ba45e0c05aee867ac1d8240eeb013d37487bb146.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 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 329e12e4c5723276d1dd09a283a8149744268baf (commit)
via 3d2202f31c14c6188093a492a97371069a732557 (commit)
from ce7ba0ceb69fd2cd56d557c1a877d046ec9f246c (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 329e12e4c5723276d1dd09a283a8149744268baf
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun May 3 07:52:47 2015 +0100
ITS#8117 better fix
Don't change mc_dbx because we would need to undo the change if
the txn aborts. Make the fix (for get) match existing code for put.
commit 3d2202f31c14c6188093a492a97371069a732557
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun May 3 07:43:11 2015 +0100
Revert "ITS#8117 cleanup prev commit"
This reverts commit ce7ba0ceb69fd2cd56d557c1a877d046ec9f246c.
Revert "ITS#8117 fix INTEGERDUP compare"
This reverts commit ed13d4aa59cf06a1bb6b096fe19af63fc6f8737a.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git