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
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 450d22429103b2660fc124748bce2e0ae42fe927 (commit)
via 19aeb1cda959292b41657eea9900d79210a5c43f (commit)
from 8aa05e920a5396137765785036cbe317b7a1b9ff (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 450d22429103b2660fc124748bce2e0ae42fe927
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 23 05:41:39 2012 -0700
ITS#7293 make ldapava_free static
commit 19aeb1cda959292b41657eea9900d79210a5c43f
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:
include/ldap.h | 2 +-
libraries/libldap/getdn.c | 2 +-
2 files changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 5de341fd88ca3f8ea5f5e73b96b4c86a5ee2469c (commit)
via 9ff1f34b25bc0f4c0bbb2cb295649ad767f603a4 (commit)
via ca2142d7ec4ae508edb392adcec197d880634120 (commit)
via 46133ec4a6671414b5ae6b5934dcc1b182bfcba7 (commit)
via 85f311444736728a58554b6b7c4a89efe2f5abea (commit)
via 2f431ab7132e060ab04a49d05800f4afbc00fd42 (commit)
via 762496654eec62d82919bb3478652bba3284f3e0 (commit)
via 124a8b5ee59d519dfdedd386333d5295a96c52ee (commit)
via 5ea4e4ee656603e99bdc244c7e01cef5f3a417a6 (commit)
from dc9127769bd893eaff20ce0bbca52c4e5b11386b (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 5de341fd88ca3f8ea5f5e73b96b4c86a5ee2469c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 22 09:29:52 2012 -0700
ITS#7302
commit 9ff1f34b25bc0f4c0bbb2cb295649ad767f603a4
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 22 07:10:56 2012 -0700
ITS#7302 fix mdb_dn2id_delete
commit ca2142d7ec4ae508edb392adcec197d880634120
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 22 09:29:04 2012 -0700
ITS#7294
commit 46133ec4a6671414b5ae6b5934dcc1b182bfcba7
Author: Michael Stroeder <michael(a)stroeder.com>
Date: Fri Jun 15 09:03:15 2012 -0700
ITS#7294 reference RFC4526 instead of draft
commit 85f311444736728a58554b6b7c4a89efe2f5abea
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 22 09:27:09 2012 -0700
ITS#7298
commit 2f431ab7132e060ab04a49d05800f4afbc00fd42
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 15 04:46:11 2012 -0700
ITS#7298 fix PermissiveModify control parsing
commit 762496654eec62d82919bb3478652bba3284f3e0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 22 09:23:44 2012 -0700
ITS#7303
commit 124a8b5ee59d519dfdedd386333d5295a96c52ee
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jun 12 16:23:54 2012 -0700
TS#7303 tweak
commit 5ea4e4ee656603e99bdc244c7e01cef5f3a417a6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jun 12 16:16:07 2012 -0700
ITS#7303 fix unneeded alias lookups
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 5 +
doc/man/man5/slapd-ldap.5 | 2 +-
doc/man/man5/slapd-meta.5 | 2 +-
servers/slapd/back-bdb/search.c | 4 +-
servers/slapd/back-mdb/dn2id.c | 451 +--------------------------------------
servers/slapd/back-mdb/search.c | 2 +-
servers/slapd/controls.c | 2 +-
7 files changed, 14 insertions(+), 454 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 8aa05e920a5396137765785036cbe317b7a1b9ff (commit)
from 6c66c02f35d330d56f477a70f27bc5dc2f41e737 (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 8aa05e920a5396137765785036cbe317b7a1b9ff
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 22 07:10:56 2012 -0700
ITS#7302 fix mdb_dn2id_delete
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 451 +---------------------------------------
1 files changed, 2 insertions(+), 449 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 6c66c02f35d330d56f477a70f27bc5dc2f41e737 (commit)
from 025b3b929e2031d16dcfd5675c2536b946884f1e (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 6c66c02f35d330d56f477a70f27bc5dc2f41e737
Author: Michael Stroeder <michael(a)stroeder.com>
Date: Fri Jun 15 09:03:15 2012 -0700
ITS#7294 reference RFC4526 instead of draft
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-ldap.5 | 2 +-
doc/man/man5/slapd-meta.5 | 2 +-
2 files changed, 2 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 025b3b929e2031d16dcfd5675c2536b946884f1e (commit)
from ccffd1608532318edc3b7f4db3d0f003054c48cd (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 025b3b929e2031d16dcfd5675c2536b946884f1e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 15 04:46:11 2012 -0700
ITS#7298 fix PermissiveModify control parsing
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/controls.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 ccffd1608532318edc3b7f4db3d0f003054c48cd (commit)
from 7c2842061868332cc4f891cd9588dfc0d8f61a23 (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 ccffd1608532318edc3b7f4db3d0f003054c48cd
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jun 12 16:23:54 2012 -0700
TS#7303 tweak
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/search.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 7c2842061868332cc4f891cd9588dfc0d8f61a23 (commit)
from c73ec15022e22d39eaa47e0cfa7034df4ba6b9a6 (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 7c2842061868332cc4f891cd9588dfc0d8f61a23
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jun 12 16:16:07 2012 -0700
ITS#7303 fix unneeded alias lookups
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/search.c | 4 +++-
servers/slapd/back-mdb/search.c | 2 +-
2 files changed, 4 insertions(+), 2 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 3f448c2e07418ab76288de37df54ebc16906abc1 (commit)
from 476391683aee9cce5cfd047cb68552ad1a380c67 (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 3f448c2e07418ab76288de37df54ebc16906abc1
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jun 10 13:48:26 2012 -0500
Code and documentation cleanup on cache component for rc10.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/rbac/SDSet.java | 24 -------
src/main/java/com/jts/fortress/rbac/SDUtil.java | 34 +++++-----
.../java/com/jts/fortress/util/cache/Cache.java | 42 ++++++++----
.../com/jts/fortress/util/cache/CacheFactory.java | 15 ++++-
.../java/com/jts/fortress/util/cache/CacheMgr.java | 1 +
.../com/jts/fortress/util/cache/DsdCacheEntry.java | 69 ++++++++++++++++++--
.../com/jts/fortress/util/cache/EhCacheImpl.java | 64 +++++++++++++-----
.../java/com/jts/fortress/misc/CacheSample.java | 44 +------------
8 files changed, 170 insertions(+), 123 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 dc9127769bd893eaff20ce0bbca52c4e5b11386b (commit)
from f32cd3cc22dae6fd5db04174bfcd265e831eadf1 (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 dc9127769bd893eaff20ce0bbca52c4e5b11386b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 8 15:02:23 2012 -0700
ITS#7292 wording tweak
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 -
1 files changed, 0 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, OPENLDAP_REL_ENG_2_4 has been updated
via f32cd3cc22dae6fd5db04174bfcd265e831eadf1 (commit)
via 4ea010885434f8a65a9b2bb7d7af7e60cb8d3aff (commit)
via 7710993832524e435ba74b159cf3f11a11fb8bdd (commit)
via a2bc75dcb0868819a40700ed370adb8827ec9ab0 (commit)
via 51a4f335c4b1fde05b143e96a1e888dd61a63d20 (commit)
via ac3e5ee21b892fc9966718bd2a81ed4c12f1cac0 (commit)
via 65c0cd19ea8320b3f4a9952d974e2ffcb11a8299 (commit)
from 07f57084ce0a19213008dd080c6511a1b74ebaa9 (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 f32cd3cc22dae6fd5db04174bfcd265e831eadf1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Jun 8 15:00:07 2012 -0700
ITS#7292
commit 4ea010885434f8a65a9b2bb7d7af7e60cb8d3aff
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 07:33:59 2012 -0700
ITS#7292 more accesslog,syncprov leaks
commit 7710993832524e435ba74b159cf3f11a11fb8bdd
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 05:09:45 2012 -0700
ITS#7292 more syncprov control leaks
commit a2bc75dcb0868819a40700ed370adb8827ec9ab0
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 04:11:29 2012 -0700
Revert "ITS#7292 plug memleak in control values"
This reverts commit 9e3af2356ba3aee70682f2a328da73998ffab649.
commit 51a4f335c4b1fde05b143e96a1e888dd61a63d20
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 16:02:45 2012 -0700
ITS#7292 more syncprov leaks
commit ac3e5ee21b892fc9966718bd2a81ed4c12f1cac0
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 12:02:41 2012 -0700
ITS#7292 plug memleak in control values
commit 65c0cd19ea8320b3f4a9952d974e2ffcb11a8299
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 10:38:02 2012 -0700
ITS#7292 plug memleaks in accesslog,syncprov
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
servers/slapd/overlays/accesslog.c | 8 ++-
servers/slapd/overlays/syncprov.c | 121 +++++++++++++++++------------------
3 files changed, 69 insertions(+), 63 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 c73ec15022e22d39eaa47e0cfa7034df4ba6b9a6 (commit)
from a8d1783550707648f8774c5aa6302da56b656abd (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 c73ec15022e22d39eaa47e0cfa7034df4ba6b9a6
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 07:33:59 2012 -0700
ITS#7292 more accesslog,syncprov leaks
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 5 ++-
servers/slapd/overlays/syncprov.c | 56 ++++++++++++++++--------------------
2 files changed, 29 insertions(+), 32 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 a8d1783550707648f8774c5aa6302da56b656abd (commit)
from a766cdf268766770c76d367246d58948b8254025 (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 a8d1783550707648f8774c5aa6302da56b656abd
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 05:09:45 2012 -0700
ITS#7292 more syncprov control leaks
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 58 ++++++++++++++++++------------------
1 files changed, 29 insertions(+), 29 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 a766cdf268766770c76d367246d58948b8254025 (commit)
via 96876a171a19c2f922bbc6fa09c964b78d363d49 (commit)
from 9e3af2356ba3aee70682f2a328da73998ffab649 (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 a766cdf268766770c76d367246d58948b8254025
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jun 8 04:11:29 2012 -0700
Revert "ITS#7292 plug memleak in control values"
This reverts commit 9e3af2356ba3aee70682f2a328da73998ffab649.
commit 96876a171a19c2f922bbc6fa09c964b78d363d49
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 16:02:45 2012 -0700
ITS#7292 more syncprov leaks
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/controls.c | 15 +--------------
servers/slapd/overlays/syncprov.c | 12 +++++++-----
servers/slapd/proto-slap.h | 3 ---
servers/slapd/result.c | 6 +++---
4 files changed, 11 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 9e3af2356ba3aee70682f2a328da73998ffab649 (commit)
via 4dba1f696323cadd247103b3fb93fdd76a04ea6c (commit)
from 16c97dee9c42bde44129b7693176bec16a7d0436 (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 9e3af2356ba3aee70682f2a328da73998ffab649
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 12:02:41 2012 -0700
ITS#7292 plug memleak in control values
commit 4dba1f696323cadd247103b3fb93fdd76a04ea6c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 10:38:02 2012 -0700
ITS#7292 plug memleaks in accesslog,syncprov
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/controls.c | 15 ++++++++++++++-
servers/slapd/overlays/accesslog.c | 5 ++++-
servers/slapd/overlays/syncprov.c | 1 +
servers/slapd/proto-slap.h | 3 +++
servers/slapd/result.c | 6 +++---
5 files changed, 25 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, OPENLDAP_REL_ENG_2_4 has been updated
via 07f57084ce0a19213008dd080c6511a1b74ebaa9 (commit)
via 98816906f905de67e24a50bdf550aec500aaac8d (commit)
via 18b42bd99c634f282b5f399e0906cfcad2d749b4 (commit)
via 942bd891da6c2689ed2716f8198deec47868196f (commit)
via afdad1bf6e323e30b9c324e69349f57a9855190c (commit)
from 897de410de7514d2787bc9b6d5b463ad70814603 (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 07f57084ce0a19213008dd080c6511a1b74ebaa9
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jun 7 10:11:26 2012 -0700
ITS#7076, ITS#7291, ITS#7289, ITS#7290
commit 98816906f905de67e24a50bdf550aec500aaac8d
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 05:43:13 2012 -0700
ITS#7076 fix dup result messages on entry/searchref error
commit 18b42bd99c634f282b5f399e0906cfcad2d749b4
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 7 05:15:04 2012 -0700
ITS#7290 fix ldap_int_initialize() to set debug level
commit 942bd891da6c2689ed2716f8198deec47868196f
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Jun 6 14:44:53 2012 +0200
ITS#7291 MozNSS: read pin from file file can cause infinite loop
The buffer allocated for reading password file has to be initialized
with zeros, or we need to append zero at the end of the file. Otherwise
we might read unitialized memory and consider it to be a password.
commit afdad1bf6e323e30b9c324e69349f57a9855190c
Author: Tim Strobell (Contractor) <tim.strobell.ctr(a)nrl.navy.mil>
Date: Mon Jun 4 18:40:28 2012 -0400
ITS#7289 MozNSS: cipher suite selection by name may be ignored
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
libraries/libldap/init.c | 2 +-
libraries/libldap/tls_m.c | 4 ++--
servers/slapd/result.c | 31 +++++++++++++++++--------------
4 files changed, 24 insertions(+), 17 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git