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 506f38948dad5b06a4f284dec6b416934bbe6848 (commit)
via aa057ecabab5cf981b490674f412ea570aad24e4 (commit)
via d372ca8f310047f891d729871e47a072fa025871 (commit)
via 6be8f1e41b5b85874b38358e3efebbd35378ca36 (commit)
via e57fa5f7ab8da9b95d5a6ef06d71bd0d70618011 (commit)
via c7de9d89f3c4462fc5041b84a962af066b3f630a (commit)
via 5d3cf5645ae044b201e38c1ac5d134d1debaef58 (commit)
via 1058ca668dafed2af46e4589bb166c587bbf8f64 (commit)
via 9f478735835f19f79ca995bc415c79d965363148 (commit)
from 5de341fd88ca3f8ea5f5e73b96b4c86a5ee2469c (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 506f38948dad5b06a4f284dec6b416934bbe6848
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 26 14:33:51 2012 -0700
ITS#7312, ITS#7313, ITS#7314, ITS#7315, ITS#7316
commit aa057ecabab5cf981b490674f412ea570aad24e4
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Jun 22 09:41:18 2012 +0200
ITS#7316 MozNSS: do not retry when reading the pin from file
Avoid infinite loop if the pin in the password file is wrong.
commit d372ca8f310047f891d729871e47a072fa025871
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Jun 22 09:36:42 2012 +0200
ITS#7315 MozNSS: do not authenticate to a slot manually
We cannot rely on tc_certificate->slot value, the library will choose
the correct slot itself when needed. Just provide correct pin argument.
commit 6be8f1e41b5b85874b38358e3efebbd35378ca36
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon Jun 18 14:06:10 2012 +0200
ITS#7314 MozNSS: lock whole init and clenaup process
commit e57fa5f7ab8da9b95d5a6ef06d71bd0d70618011
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon Mar 5 17:04:51 2012 +0100
ITS#7313 MozNSS: store certificate object instead of nickname in in ctx
PEM certificates should not be referenced by nicknames, because the
nicknames are derived from basename of the cerificate file and in
general are not easy-predictable.
The code of Mozilla NSS backend depends on some aspects of PEM module
and tries to guess the nicknames correctly. In some cases the guessing
is wrong.
commit c7de9d89f3c4462fc5041b84a962af066b3f630a
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu May 31 13:09:24 2012 +0200
ITS#7312 MozNSS: context specific token description for certdb
commit 5d3cf5645ae044b201e38c1ac5d134d1debaef58
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 26 14:26:17 2012 -0700
ITS#7293
commit 1058ca668dafed2af46e4589bb166c587bbf8f64
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 23 05:41:39 2012 -0700
ITS#7293 make ldapava_free static
commit 9f478735835f19f79ca995bc415c79d965363148
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 23 05:38:57 2012 -0700
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 6 +
include/ldap.h | 2 +-
libraries/libldap/getdn.c | 2 +-
libraries/libldap/tls_m.c | 612 ++++++++++++++++++++-------------------------
4 files changed, 278 insertions(+), 344 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 2db51956502a28e8de8e95abbdeda7a0b2390046 (commit)
via a1712379997974f97e030bb860891ee59f9fae3d (commit)
via 3531c344e1db96ad2b2dc09a0798bba0c8948ad2 (commit)
via d07779e97b7158c960d31367be0aab18959ce53e (commit)
via 87132b820d9576a920448494979c97e8f46055a9 (commit)
from 251b4e69ca95e68bb5705ff9d6b9d9bd000e5518 (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 2db51956502a28e8de8e95abbdeda7a0b2390046
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Jun 22 09:41:18 2012 +0200
ITS#7316 MozNSS: do not retry when reading the pin from file
Avoid infinite loop if the pin in the password file is wrong.
commit a1712379997974f97e030bb860891ee59f9fae3d
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri Jun 22 09:36:42 2012 +0200
ITS#7315 MozNSS: do not authenticate to a slot manually
We cannot rely on tc_certificate->slot value, the library will choose
the correct slot itself when needed. Just provide correct pin argument.
commit 3531c344e1db96ad2b2dc09a0798bba0c8948ad2
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon Jun 18 14:06:10 2012 +0200
ITS#7314 MozNSS: lock whole init and clenaup process
commit d07779e97b7158c960d31367be0aab18959ce53e
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon Mar 5 17:04:51 2012 +0100
ITS#7313 MozNSS: store certificate object instead of nickname in in ctx
PEM certificates should not be referenced by nicknames, because the
nicknames are derived from basename of the cerificate file and in
general are not easy-predictable.
The code of Mozilla NSS backend depends on some aspects of PEM module
and tries to guess the nicknames correctly. In some cases the guessing
is wrong.
commit 87132b820d9576a920448494979c97e8f46055a9
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu May 31 13:09:24 2012 +0200
ITS#7312 MozNSS: context specific token description for certdb
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 612 ++++++++++++++++++++-------------------------
1 files changed, 270 insertions(+), 342 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 221531b31a02c162c60c7d4491169855454c1ee0 (commit)
from 73b631b8142d08a61d5caa7ac7b8f3bf27db030b (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 221531b31a02c162c60c7d4491169855454c1ee0
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Thu Apr 12 17:34:40 2012 +0200
ITS#7241 unbind: free socket prior to destroying TLS context
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/unbind.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, master has been updated
via 73b631b8142d08a61d5caa7ac7b8f3bf27db030b (commit)
via bb8112c382c24db25b175459e340ce248fe25563 (commit)
from 39481d50e0f184e8be4140f19a4e53edfc8f1c76 (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 73b631b8142d08a61d5caa7ac7b8f3bf27db030b
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jun 25 12:45:32 2012 -0700
ITS#7168 cleanup prev commit
commit bb8112c382c24db25b175459e340ce248fe25563
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Jun 19 07:00:26 2012 +0200
ITS#7168 Fix count constraint when using multiple modifications
Constraint overlay doesn't take into account multiple modifications when using
count.
Red Hat Bugzilla: #742163
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/constraint.c | 108 ++++++++++++++++++++++------------
1 files changed, 70 insertions(+), 38 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 8959250a6a6f42a3eef5f24064c47de77193064e (commit)
from b9bfb564e9e3fbaaa18d8da8fe6d9cf03c52917e (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 8959250a6a6f42a3eef5f24064c47de77193064e
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Jun 23 13:23:21 2012 -0500
Tweak test data for En Masse.
-----------------------------------------------------------------------
Summary of changes:
.../java/com/jts/fortress/rbac/UserTestData.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.git
A ref change was pushed to the OpenLDAP-Fortress-Realm (openldap-fortress-realm.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 7dd6d48d9ec9a15a7b2b183862f990637b876ac9 (commit)
from 219fab0934d481380ecd5e1b7cf1e49c9d6100bc (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 7dd6d48d9ec9a15a7b2b183862f990637b876ac9
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sat Jun 23 09:13:49 2012 -0500
RC11 includes changes to enforce encapsulation of process modules through package private access modifiers.
-----------------------------------------------------------------------
Summary of changes:
build.xml | 2 +-
.../com/jts/fortress/sentry/J2eePolicyMgrImpl.java | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 39481d50e0f184e8be4140f19a4e53edfc8f1c76 (commit)
from a572f4b9676bf55854fe31314c601062fdeaab3e (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 39481d50e0f184e8be4140f19a4e53edfc8f1c76
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 23 05:49:02 2012 -0700
ITS#7305 fix comments in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/slapi/slapi_utils.c | 23 +++++++++++------------
1 files changed, 11 insertions(+), 12 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 a572f4b9676bf55854fe31314c601062fdeaab3e (commit)
from 450d22429103b2660fc124748bce2e0ae42fe927 (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 a572f4b9676bf55854fe31314c601062fdeaab3e
Author: Jani Salonen <jani.salonen(a)eficode.com>
Date: Sat Jun 23 05:45:14 2012 -0700
ITS#7305 add slapi_[get|free]_client_ip()
-----------------------------------------------------------------------
Summary of changes:
include/slapi-plugin.h | 2 ++
servers/slapd/slapi/slapi_utils.c | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git