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 16c97dee9c42bde44129b7693176bec16a7d0436 (commit)
from e2b5aaf5dd774e4665c3f04ed8c1eaaceb6ed133 (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 16c97dee9c42bde44129b7693176bec16a7d0436
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
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 31 +++++++++++++++++--------------
1 files changed, 17 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 e2b5aaf5dd774e4665c3f04ed8c1eaaceb6ed133 (commit)
from 00d0e162720b8cf03b9e5428892158f0768db9a6 (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 e2b5aaf5dd774e4665c3f04ed8c1eaaceb6ed133
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
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/init.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 00d0e162720b8cf03b9e5428892158f0768db9a6 (commit)
via 4b6bd2c600a79960409499f43a818aa0ca9fe463 (commit)
from dc3842fca318f00da20a8be1cfb5d690ccc7d482 (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 00d0e162720b8cf03b9e5428892158f0768db9a6
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 4b6bd2c600a79960409499f43a818aa0ca9fe463
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:
libraries/libldap/tls_m.c | 4 ++--
1 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 897de410de7514d2787bc9b6d5b463ad70814603 (commit)
via da71205cd92e8dc87b2e4b3cdc2967642f47bb06 (commit)
via 987c77b84084cbf92b647d2444fe5b2725f5fc0f (commit)
from f6fd75c927c4cba6a60bca658b2dda9ab80f8029 (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 897de410de7514d2787bc9b6d5b463ad70814603
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jun 5 09:37:39 2012 -0700
ITS#7285, ITS#7287
commit da71205cd92e8dc87b2e4b3cdc2967642f47bb06
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon May 28 14:15:43 2012 +0200
ITS#7287 MozNSS: do not overwrite error in tlsm_verify_cert
commit 987c77b84084cbf92b647d2444fe5b2725f5fc0f
Author: Tim Strobell (Contractor) <tim.strobell.ctr(a)nrl.navy.mil>
Date: Mon Jun 4 17:50:23 2012 -0400
ITS#7285 Mozilla NSS: default cipher suite always selected
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
libraries/libldap/tls_m.c | 20 ++++++++++++++------
2 files changed, 16 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 dc3842fca318f00da20a8be1cfb5d690ccc7d482 (commit)
via 2c2bb2e7aee1b2167f383a8344985a1cf66aff3f (commit)
from 3f46f2e0bcc6b4eb3900c6686c26d7d3698a2255 (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 dc3842fca318f00da20a8be1cfb5d690ccc7d482
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon May 28 14:15:43 2012 +0200
ITS#7287 MozNSS: do not overwrite error in tlsm_verify_cert
commit 2c2bb2e7aee1b2167f383a8344985a1cf66aff3f
Author: Tim Strobell (Contractor) <tim.strobell.ctr(a)nrl.navy.mil>
Date: Mon Jun 4 17:50:23 2012 -0400
ITS#7285 Mozilla NSS: default cipher suite always selected
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 20 ++++++++++++++------
1 files changed, 14 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, OPENLDAP_REL_ENG_2_4 has been updated
via f6fd75c927c4cba6a60bca658b2dda9ab80f8029 (commit)
via a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from e6bab8f3148cb47d2b4af137c945bacef5bd806c (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 f6fd75c927c4cba6a60bca658b2dda9ab80f8029
Merge: e6bab8f a334257
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jun 4 19:42:26 2012 -0700
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 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 3f46f2e0bcc6b4eb3900c6686c26d7d3698a2255 (commit)
via a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from 243a2316d3ffc889da301d021fe0b8bc097ee634 (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 3f46f2e0bcc6b4eb3900c6686c26d7d3698a2255
Merge: 243a231 a334257
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jun 4 19:41:58 2012 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.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 219fab0934d481380ecd5e1b7cf1e49c9d6100bc (commit)
from 79238d5b7dc15d74125a78e0316a28f38794638e (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 219fab0934d481380ecd5e1b7cf1e49c9d6100bc
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Mon Jun 4 17:32:03 2012 -0500
rc10 includes searchable DSD cache.
-----------------------------------------------------------------------
Summary of changes:
NOTICE.txt | 6 +-
build.xml | 2 +-
buildWs.xml | 2 +-
conf/ehcache.xml | 792 +++---------------------------------------------------
4 files changed, 44 insertions(+), 758 deletions(-)
mode change 100644 => 100755 NOTICE.txt
mode change 100755 => 100644 conf/log4j.xml
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-realm.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 476391683aee9cce5cfd047cb68552ad1a380c67 (commit)
from 822f764dbfc91bf29bc36e2c16af86955b0273ee (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 476391683aee9cce5cfd047cb68552ad1a380c67
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jun 3 11:58:55 2012 -0500
rc10 includes searchable cache for DSD
-----------------------------------------------------------------------
Summary of changes:
build.xml | 2 +-
config/ehcache.xml | 798 +-------------------
ldap/setup/FortressDemoUsers.xml | 4 +-
ldap/setup/HierarchicalAdminRoleExample.xml | 2 +-
ldap/setup/HierarchicalRoleExample.xml | 2 +-
ldap/setup/refreshLDAPData-src.xml | 2 +-
ldap/slapd.conf.src | 11 +-
.../java/com/jts/fortress/rbac/AdminMgrImpl.java | 63 ++-
src/main/java/com/jts/fortress/rbac/SDUtil.java | 43 +-
9 files changed, 126 insertions(+), 801 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 822f764dbfc91bf29bc36e2c16af86955b0273ee (commit)
from 3b3be0bfa431d6b6aff713194177c8d7f565f9d2 (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 822f764dbfc91bf29bc36e2c16af86955b0273ee
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jun 3 02:22:56 2012 -0500
Add DSD cache search
-----------------------------------------------------------------------
Summary of changes:
config/ehcache.xml | 18 ++-
config/fortress.properties.src | 4 +
src/main/java/com/jts/fortress/rbac/DSD.java | 3 +-
src/main/java/com/jts/fortress/rbac/SDSet.java | 40 ++++
src/main/java/com/jts/fortress/rbac/SDUtil.java | 245 ++++++++++++++++----
src/main/java/com/jts/fortress/rbac/SdDAO.java | 52 ++++
src/main/java/com/jts/fortress/rbac/SdP.java | 14 ++
.../java/com/jts/fortress/util/cache/Cache.java | 8 +
.../com/jts/fortress/util/cache/DsdCacheEntry.java | 58 +++++
.../com/jts/fortress/util/cache/EhCacheImpl.java | 23 ++
.../java/com/jts/fortress/misc/CacheSample.java | 199 ++++++++++++++++
.../com/jts/fortress/rbac/FortressJUnitTest.java | 4 +-
12 files changed, 618 insertions(+), 50 deletions(-)
create mode 100644 src/main/java/com/jts/fortress/util/cache/DsdCacheEntry.java
create mode 100644 src/test/java/com/jts/fortress/misc/CacheSample.java
---
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, mdb.master has been updated
via a334257800bc30810e4ed4da7fd2681c1f765821 (commit)
from 4cabb24b830af0ecf1b726837f6b5097239e27d1 (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 a334257800bc30810e4ed4da7fd2681c1f765821
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 2 05:26:31 2012 -0700
Tweak prev commit, use first unused slot
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.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, mdb.master has been updated
via 4cabb24b830af0ecf1b726837f6b5097239e27d1 (commit)
from eeec509150c3198047ec349eaf80eea90569ed2d (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 4cabb24b830af0ecf1b726837f6b5097239e27d1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jun 2 05:24:47 2012 -0700
Fix mdb_open, re-use closed dbi slots
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 33 ++++++++++++++++++++++-----------
1 files changed, 22 insertions(+), 11 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 3b3be0bfa431d6b6aff713194177c8d7f565f9d2 (commit)
from 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3 (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 3b3be0bfa431d6b6aff713194177c8d7f565f9d2
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 22:46:42 2012 -0500
Switch from TreeSet to HashSet impl for non-ordered sets.
-----------------------------------------------------------------------
Summary of changes:
.../jts/fortress/cli/CommandLineInterpreter.java | 8 +++-
src/main/java/com/jts/fortress/hier/HierUtil.java | 5 ++-
src/main/java/com/jts/fortress/rbac/DSD.java | 6 ++--
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 4 +-
src/main/java/com/jts/fortress/rbac/SDSet.java | 11 +++++-
src/main/java/com/jts/fortress/rbac/SDUtil.java | 39 ++++++++++++++++++++
src/main/java/com/jts/fortress/rbac/SdDAO.java | 5 ++-
src/main/java/com/jts/fortress/rbac/SdP.java | 4 +-
src/main/java/com/jts/fortress/rbac/UserDAO.java | 4 +-
.../com/jts/fortress/arbac/AdminRoleTestData.java | 6 ++--
.../com/jts/fortress/arbac/OrgUnitTestData.java | 6 ++--
src/test/java/com/jts/fortress/arbac/PRA.java | 2 +-
.../java/com/jts/fortress/rbac/RoleTestData.java | 8 ++--
13 files changed, 81 insertions(+), 27 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3 (commit)
from fe01cac9ecc9facb430ead09951a295156bb9f24 (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 4cfcbd6fb2cbaa2a83c200d76ac66f95db2be1a3
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 19:38:50 2012 -0500
Add junit test case for DSD multiple set bug.
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/rbac/AccessMgrImplTest.java | 1 +
.../com/jts/fortress/rbac/AdminMgrImplTest.java | 18 +++--
.../java/com/jts/fortress/rbac/RoleTestData.java | 73 +++++++++++++++++++-
.../java/com/jts/fortress/rbac/UserTestData.java | 31 ++++++++-
4 files changed, 115 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 fe01cac9ecc9facb430ead09951a295156bb9f24 (commit)
from 43aed7562ee8ca175aee5b66b061ac2b7280634c (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 fe01cac9ecc9facb430ead09951a295156bb9f24
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Fri Jun 1 18:32:21 2012 -0500
Fix DSD bug, check failed with multiple sets.
-----------------------------------------------------------------------
Summary of changes:
src/main/java/com/jts/fortress/rbac/DSD.java | 5 +----
src/main/java/com/jts/fortress/rbac/SDUtil.java | 1 -
2 files changed, 1 insertions(+), 5 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 e6bab8f3148cb47d2b4af137c945bacef5bd806c (commit)
via 6b24ce9dc6d9bfe5d6586566e3f75edf53693824 (commit)
from 749811972a73f743e613908d705c2ddd0bda5fa5 (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 e6bab8f3148cb47d2b4af137c945bacef5bd806c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu May 31 11:10:28 2012 -0700
ITS#7222
commit 6b24ce9dc6d9bfe5d6586566e3f75edf53693824
Author: Hrvoje <hrvoje.habjanic(a)zg.t-com.hr>
Date: Thu May 31 10:48:38 2012 -0700
ITS#7222 fix bdb/hdb cache hang under high load
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-bdb/cache.c | 11 +++++++++--
2 files changed, 10 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 243a2316d3ffc889da301d021fe0b8bc097ee634 (commit)
from 4272551a0131c02f561b707bd33da164d1e66271 (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 243a2316d3ffc889da301d021fe0b8bc097ee634
Author: Hrvoje <hrvoje.habjanic(a)zg.t-com.hr>
Date: Thu May 31 10:48:38 2012 -0700
ITS#7222 fix bdb/hdb cache hang under high load
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/cache.c | 11 +++++++++--
1 files changed, 9 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 749811972a73f743e613908d705c2ddd0bda5fa5 (commit)
via beccca8ce643c248959cd6830b790bcafde3154d (commit)
from d09a879de7ecbaa6cb46ac12a84515e0a20836a4 (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 749811972a73f743e613908d705c2ddd0bda5fa5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu May 31 10:22:13 2012 -0700
ITS#7284
commit beccca8ce643c248959cd6830b790bcafde3154d
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Thu May 31 13:13:41 2012 +0900
ITS#7284 slappasswd: Add support loading a dynamically loadable module
Add "-o module-path=<pathspec>" and "-o module-load=<filename>"
options to load a dynamically loadable password hash module
(e.g., slapd-sha2).
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/man/man8/slappasswd.8 | 18 ++++++++-
servers/slapd/slappasswd.c | 89 ++++++++++++++++++++++++++++++++++++++++---
3 files changed, 100 insertions(+), 8 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 4272551a0131c02f561b707bd33da164d1e66271 (commit)
from 5cf4fbc74d0c92b99c4b6081895ed89405cc7b63 (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 4272551a0131c02f561b707bd33da164d1e66271
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Thu May 31 13:13:41 2012 +0900
ITS#7284 slappasswd: Add support loading a dynamically loadable module
Add "-o module-path=<pathspec>" and "-o module-load=<filename>"
options to load a dynamically loadable password hash module
(e.g., slapd-sha2).
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slappasswd.8 | 18 ++++++++-
servers/slapd/slappasswd.c | 89 ++++++++++++++++++++++++++++++++++++++++---
2 files changed, 99 insertions(+), 8 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 d09a879de7ecbaa6cb46ac12a84515e0a20836a4 (commit)
via ee1097331c2ceeb07d9e1e29e94c8d524c87124f (commit)
via 01fdbcfa9349ff8af2e8e776d2c97733f584d4d1 (commit)
via 31ac9308732280751b439946eb161cf67d03640b (commit)
from fa46abe1c490e45b559dbfc1f73c802ae3f8bb65 (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 d09a879de7ecbaa6cb46ac12a84515e0a20836a4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed May 30 13:39:49 2012 -0700
ITS#7271
commit ee1097331c2ceeb07d9e1e29e94c8d524c87124f
Author: W. Trevor King <wking(a)tremily.us>
Date: Wed May 30 09:39:54 2012 -0700
ITS#7271 Don't clobber SASL_NOCANON in clients/tools/common.c
commit 01fdbcfa9349ff8af2e8e776d2c97733f584d4d1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed May 30 13:38:46 2012 -0700
ITS#7276
commit 31ac9308732280751b439946eb161cf67d03640b
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri May 18 12:11:51 2012 +0200
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
Prior to this patch, if TLS_CACERTDIR was set to Mozilla NSS certificate
database and TLS_CACERT was set to a PEM bundle file with CA
certificates, the PEM file content was not loaded.
With this patch and the same settings, OpenLDAP can verify certificates
which are signed by CAs stored both in certdb and PEM bundle file.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
clients/tools/common.c | 13 +++++++------
libraries/libldap/tls_m.c | 16 +++++++++++++---
3 files changed, 22 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 fa46abe1c490e45b559dbfc1f73c802ae3f8bb65 (commit)
via a4f0fc9941adcdab8a414eef05fecfa561097d8e (commit)
via dea1847074de1434c00d6898412c0e4310d05d65 (commit)
via 43cd073eaf3b76ea4299e8263f251f7ac9f78c28 (commit)
via d266a6b202c882b1c865af108a1f42834a3c100e (commit)
via 0cfc487a70f2de40d9827b67949569653ee0e28a (commit)
via 6f2df65189c3762d98f609d04328fce808832208 (commit)
from 0055caeb260544ab76f2ba66d1ce200e533956e2 (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 fa46abe1c490e45b559dbfc1f73c802ae3f8bb65
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed May 30 13:27:21 2012 -0700
ITS#7270
commit a4f0fc9941adcdab8a414eef05fecfa561097d8e
Author: Frederik Deweerdt <frederik.deweerdt(a)gmail.com>
Date: Fri May 11 14:05:21 2012 -0700
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
Not protecting the accesses to ldap_int_hostname could lead to a double
free.
commit dea1847074de1434c00d6898412c0e4310d05d65
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 30 05:09:31 2012 -0700
ITS#7279 init rc in mdb_idl_insert_keys
commit 43cd073eaf3b76ea4299e8263f251f7ac9f78c28
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue May 29 19:46:17 2012 -0700
Additional fix for threaded slapadd
If slapadd'ing a config DB and tool-threads is set in the config LDIF,
the checks for slap_tool_thread_max will be invalid.
commit d266a6b202c882b1c865af108a1f42834a3c100e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed May 30 13:22:55 2012 -0700
ITS#7269
ITS#7278
commit 0cfc487a70f2de40d9827b67949569653ee0e28a
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Thu May 24 10:23:06 2012 +0900
ITS#7278 SHA-2: Add support salted SHA-2 password hashes
Support {SSHA256}, {SSHA384} and {SSHA512} hash schemes
commit 6f2df65189c3762d98f609d04328fce808832208
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Thu May 10 20:26:16 2012 +0900
ITS#7269 SHA2: Avoid "static char real_hash[]" to support multithread
Remove sha*_hex_hash() and replace chk_sha*() with
libraries/liblutil/passwd.c:chk_sha1() implementation to
avoid a race condition.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 +
contrib/slapd-modules/passwd/sha2/README | 50 ++--
contrib/slapd-modules/passwd/sha2/slapd-sha2.c | 455 +++++++++++++++++++-----
libraries/libldap/init.c | 2 +
libraries/libldap/ldap-int.h | 1 +
libraries/libldap/util-int.c | 3 +
servers/slapd/back-mdb/idl.c | 4 +-
servers/slapd/slapadd.c | 7 +-
8 files changed, 411 insertions(+), 115 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 5cf4fbc74d0c92b99c4b6081895ed89405cc7b63 (commit)
from df1d118de82bb72a6124143a7503fdc3fd426483 (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 5cf4fbc74d0c92b99c4b6081895ed89405cc7b63
Author: W. Trevor King <wking(a)tremily.us>
Date: Wed May 30 09:39:54 2012 -0700
ITS#7271 Don't clobber SASL_NOCANON in clients/tools/common.c
-----------------------------------------------------------------------
Summary of changes:
clients/tools/common.c | 13 +++++++------
1 files changed, 7 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 df1d118de82bb72a6124143a7503fdc3fd426483 (commit)
from 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c (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 df1d118de82bb72a6124143a7503fdc3fd426483
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Fri May 18 12:11:51 2012 +0200
ITS#7276 MozNSS: allow CA certdb together with PEM CA bundle file
Prior to this patch, if TLS_CACERTDIR was set to Mozilla NSS certificate
database and TLS_CACERT was set to a PEM bundle file with CA
certificates, the PEM file content was not loaded.
With this patch and the same settings, OpenLDAP can verify certificates
which are signed by CAs stored both in certdb and PEM bundle file.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 16 +++++++++++++---
1 files changed, 13 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 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c (commit)
from d0296e6e3308ce29121bbf3d42fab864cf371df9 (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 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c
Author: Frederik Deweerdt <frederik.deweerdt(a)gmail.com>
Date: Fri May 11 14:05:21 2012 -0700
ITS#7270 Protect accesses to ldap_int_hostname with a mutex.
Not protecting the accesses to ldap_int_hostname could lead to a double
free.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/init.c | 2 ++
libraries/libldap/ldap-int.h | 1 +
libraries/libldap/util-int.c | 3 +++
3 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, master has been updated
via d0296e6e3308ce29121bbf3d42fab864cf371df9 (commit)
from 68ffed7130c6cdb6e5dc62a9ad19a2a902115cae (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 d0296e6e3308ce29121bbf3d42fab864cf371df9
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed May 30 05:09:31 2012 -0700
ITS#7279 init rc in mdb_idl_insert_keys
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/idl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git