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 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3 (commit)
from 8a5d0952ad0d85bd2af62a00183ecfde7111457c (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 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:34:03 2011 -0700
ITS#6979 avoid bash-ism
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test062-config-delete | 6 +++---
1 files changed, 3 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, master has been updated
via 8a5d0952ad0d85bd2af62a00183ecfde7111457c (commit)
from 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d (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 8a5d0952ad0d85bd2af62a00183ecfde7111457c
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:27:19 2011 -0700
ITS#7006 fix MozNSS wildcard cert match
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 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 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d (commit)
from da210f40e1c0c7761cb392c0772357bbc4a96cb8 (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 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Tue Sep 6 12:59:26 2011 -0600
ITS#7034 use mutex for connection handshake when using PEM nss
PEM nss is not thread safe when establishing the initial connection
using SSL_ForceHandshake. Create a new mutex - tlsm_pem_mutex - to
protect this function call.
The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it
to the init section and protect it with the init mutex.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 30 ++++++++++++++++++++++++------
1 files changed, 24 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 da210f40e1c0c7761cb392c0772357bbc4a96cb8 (commit)
from 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a (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 da210f40e1c0c7761cb392c0772357bbc4a96cb8
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:04:10 2011 -0700
ITS#7040 don't complain about other server's CSNs
Only worry if consumer has newer state for our SID. Fixes breakage
caused by ITS#6606.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 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 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a (commit)
via 638566f155421e3f5605d22aa0c9ab9e2f1b5b0e (commit)
from 9b082bf7162d764ec9ca83969a7a3a66032d39c5 (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 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 02:27:04 2011 -0700
ITS#7037 restart consumer on Persist errors
Consumer should never get NO_SUCH_OBJECT for an Add to the underlying DB
during Persist phase.
commit 638566f155421e3f5605d22aa0c9ab9e2f1b5b0e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 02:10:37 2011 -0700
ITS#7037 fix syncrepl_add_glue for empty suffix
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 22 +++++++++++++++++++---
1 files changed, 19 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, master has been updated
via 9b082bf7162d764ec9ca83969a7a3a66032d39c5 (commit)
from b72d9b83688ef0874a54cfa0aa72bb4a1c0646ee (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 9b082bf7162d764ec9ca83969a7a3a66032d39c5
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 00:41:13 2011 -0700
ITS#7051 fix GNUtls cert dn parse
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_g.c | 6 ++++--
1 files 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 b72d9b83688ef0874a54cfa0aa72bb4a1c0646ee (commit)
from c5ee5212fdd3025d2c5820ddfaa181e6aa868992 (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 b72d9b83688ef0874a54cfa0aa72bb4a1c0646ee
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 00:09:01 2011 -0700
ITS#7052 syncrepl deletes need a non-empty CSN
Must not let the underlying DB generate its own.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 5 +++--
1 files changed, 3 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 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (commit)
from fa0d64242be440281629a6a5696d03257347e40e (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 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 29 21:07:07 2011 -0700
Make sure mdb_open actually got a sub-db record
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 20 +++++++++++++-------
1 files changed, 13 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, mdb.master has been updated
via fa0d64242be440281629a6a5696d03257347e40e (commit)
from 7a40080dd185cdce547769a6c747238a54c1013e (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 fa0d64242be440281629a6a5696d03257347e40e
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 22 21:46:12 2011 -0700
Doc for the MDB_NOSUBDIR env option
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.h | 6 ++++++
1 files changed, 6 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 7a40080dd185cdce547769a6c747238a54c1013e (commit)
via 54eb76cc7aab42f5caa396ec920e1de8c1531970 (commit)
from 4bcaabecf5410065ba17d64d0fa95d2844aa5582 (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 7a40080dd185cdce547769a6c747238a54c1013e
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 22 18:05:06 2011 -0700
Add MDB_NOSUBDIR option
Create the data file using exactly the given pathname, and
the lock file using a suffix on the data file name.
commit 54eb76cc7aab42f5caa396ec920e1de8c1531970
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 22 04:34:40 2011 -0700
Reader table notes
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 29 +++++++++++++++++++++++------
libraries/libmdb/mdb.h | 2 ++
2 files changed, 25 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git