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 4001eb054f234543be845d50a49cfe8787f8f0a3 (commit)
from 528b256e09e27c016692e8c5e2d9afe4327db77e (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 4001eb054f234543be845d50a49cfe8787f8f0a3
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 26 13:28:17 2016 +0000
ITS#8360 fix ad info after failed txn
If an add or modify op referenced a previously unused attrtype,
the mi_ads/mi_numads would be incremented to include it. If the
op fails to commit, these additions must also be reverted.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/add.c | 4 ++++
servers/slapd/back-mdb/modify.c | 5 +++++
servers/slapd/back-mdb/tools.c | 2 ++
3 files changed, 11 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 528b256e09e27c016692e8c5e2d9afe4327db77e (commit)
via c06c3c7732e8bb9bf53d72f61a656b002811ad07 (commit)
via 6c0900c3536075af9481ce0014c303185b382e70 (commit)
via 90a07a398b10c5fc4945ca4ef9d05a4795aeb82a (commit)
via 81d0d29bbc3f850d94571abdd5a53637f6c783f3 (commit)
via 05709ce6fa4ef5952116b5e8937ce268c73afdcf (commit)
via 935a90dfc4d3ca9cbbf8c468f057874de66318a7 (commit)
via 25fd09df6daa7e0609d419dad44e5d8a05cf80db (commit)
from a9df031d0daef6c5c5325549f18bf7bf5f2614ac (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 528b256e09e27c016692e8c5e2d9afe4327db77e
Merge: a9df031 c06c3c7
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jan 24 11:39:13 2016 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 4 ++++
libraries/liblmdb/lmdb.h | 6 ++++--
libraries/liblmdb/mdb.c | 24 +++++++++++++-----------
3 files changed, 21 insertions(+), 13 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 c06c3c7732e8bb9bf53d72f61a656b002811ad07 (commit)
from 6c0900c3536075af9481ce0014c303185b382e70 (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 c06c3c7732e8bb9bf53d72f61a656b002811ad07
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jan 24 11:38:35 2016 +0000
ITS#8355, doc update
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
1 file changed, 2 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, mdb.RE/0.9 has been updated
via 6c0900c3536075af9481ce0014c303185b382e70 (commit)
from 90a07a398b10c5fc4945ca4ef9d05a4795aeb82a (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 6c0900c3536075af9481ce0014c303185b382e70
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jan 24 11:32:49 2016 +0000
ITS#8355 fix subcursors
make sure C_DEL gets reset in subcursor after it moves.
-----------------------------------------------------------------------
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 8c215aa970215a58ee0df458813c0405ad27a6e9 (commit)
from b5018e26bc155baea94a3552696ea9b8f0dc7046 (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 8c215aa970215a58ee0df458813c0405ad27a6e9
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jan 24 11:32:49 2016 +0000
ITS#8355 fix subcursors
make sure C_DEL gets reset in subcursor after it moves.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++++-
1 file changed, 5 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 b5018e26bc155baea94a3552696ea9b8f0dc7046 (commit)
from 20dec1f69bf4860202c764ce92b1fbbe3d11a065 (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 b5018e26bc155baea94a3552696ea9b8f0dc7046
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 23 16:51:42 2016 +0000
Update WRITEMAP doc
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 ++++--
1 file changed, 4 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.RE/0.9 has been updated
via 90a07a398b10c5fc4945ca4ef9d05a4795aeb82a (commit)
from 81d0d29bbc3f850d94571abdd5a53637f6c783f3 (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 90a07a398b10c5fc4945ca4ef9d05a4795aeb82a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 23 16:51:42 2016 +0000
Update WRITEMAP doc
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 ++++--
1 file changed, 4 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 a9df031d0daef6c5c5325549f18bf7bf5f2614ac (commit)
from 6d2eb36ccbf3c0d0ad28fd1dd16aa2564f658a0f (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 a9df031d0daef6c5c5325549f18bf7bf5f2614ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jan 23 16:06:32 2016 +0000
ITS#8354 move abandon check
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 10 +++++-----
1 file changed, 5 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 6d2eb36ccbf3c0d0ad28fd1dd16aa2564f658a0f (commit)
from 4773850d428d60cf495950e7df996fb998a3800e (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 6d2eb36ccbf3c0d0ad28fd1dd16aa2564f658a0f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 22 20:46:23 2016 +0000
ITS#8354 tweak prev commit
Delay mutex init to avoid leaking the mutex
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.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 4773850d428d60cf495950e7df996fb998a3800e (commit)
via f2d0aa7d2294eaf1d85eaaeb68fd7fd8433207ec (commit)
from eaee3b39ba58bf0630679a35e7be6062d8cbd78c (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 4773850d428d60cf495950e7df996fb998a3800e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 22 20:41:48 2016 +0000
ITS#8354 fix syncprov abandon
Check for abandon just before recording psearch
commit f2d0aa7d2294eaf1d85eaaeb68fd7fd8433207ec
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 21 18:01:17 2016 +0000
ITS#8353 partial fixes
ERR_remove_state() is deprecated since OpenSSL 1.0.0
Use X509_NAME_ENTRY_get_object() instead of direct access.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 6 +++++-
servers/slapd/overlays/syncprov.c | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git