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 3d107181cf532343d98033e4569cdf08a5f1c4e8 (commit)
from a0e48e72464e00a47b35c721c3d6db9f84d2e86e (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 3d107181cf532343d98033e4569cdf08a5f1c4e8
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 22 15:05:54 2012 -0700
ITS#7350 allow value-specific ACLs on zero-length values
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/aclparse.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, OPENLDAP_REL_ENG_2_4 has been updated
via e44ec112662202816ccaede137cdb3993d5af2d5 (commit)
via d896e9cbad8aa0d455c197c0888bb86b3937ea04 (commit)
via 9905113e8e11d771b63bc5ec79432211a4faaf1c (commit)
via 8e57f6e8f280b94fcc10e4c83b9fe1eb1238580f (commit)
via 7104b2e93e7878909bc602f7eb4365c0f1bc1739 (commit)
via a2d4ccce2de856d310e2c25d7a10806156c9e50c (commit)
via fb3adae651d03690b58d494094d9afac8a97ae43 (commit)
via 9f983b7999e380300ba83156f21b15d33fe2e680 (commit)
via f114fec545ba2189f3b2a0797b2ede8921a0f5f7 (commit)
via d53644f6820206f9aaf7c415e5f381f80c505c4a (commit)
via d1120fbccc7657342e71cd14f92d98625373dcbe (commit)
from fe1615f2e43b707be68bba9fc14b7ea233b96b1f (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 e44ec112662202816ccaede137cdb3993d5af2d5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 14:29:17 2012 -0700
ITS#7360
commit d896e9cbad8aa0d455c197c0888bb86b3937ea04
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Fri Aug 17 20:20:01 2012 -0600
ITS#7360 accept nss certname in the form of tokenname:certnickname
There are cases where the user may want to force the use of a particular
PKCS11 device to use for a given certificate. Allow the user to do this
with MozNSS by specifying the cert as "tokenname:certnickname" where
token name is the name of a token/slot in a PKCS11 device and certnickname
is the nickname of a certificate on that device.
commit 9905113e8e11d771b63bc5ec79432211a4faaf1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 22 14:13:10 2012 -0700
ITS#7359 cleanup for loop
commit 8e57f6e8f280b94fcc10e4c83b9fe1eb1238580f
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Aug 22 11:49:33 2012 +0200
ITS#7359 MozNSS: fix whitespaces in all my changes
To be compliant with OpenLDAP coding standards.
commit 7104b2e93e7878909bc602f7eb4365c0f1bc1739
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 14:27:49 2012 -0700
ITS#7363 tweak
commit a2d4ccce2de856d310e2c25d7a10806156c9e50c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 14:27:10 2012 -0700
ITS#7363
commit fb3adae651d03690b58d494094d9afac8a97ae43
Merge: fe1615f 9f983b7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 14:26:34 2012 -0700
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
libraries/libldap/tls_m.c | 247 ++++++++++++++------------
libraries/libmdb/mdb.c | 28 ++--
libraries/libmdb/{mdb_stat.c => mdb_stata.c} | 32 +++-
4 files changed, 176 insertions(+), 133 deletions(-)
copy libraries/libmdb/{mdb_stat.c => mdb_stata.c} (64%)
---
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 a0e48e72464e00a47b35c721c3d6db9f84d2e86e (commit)
from 1ebf95c31b11344fe48581e718d14f7a261cee10 (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 a0e48e72464e00a47b35c721c3d6db9f84d2e86e
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Fri Aug 17 20:20:01 2012 -0600
ITS#7360 accept nss certname in the form of tokenname:certnickname
There are cases where the user may want to force the use of a particular
PKCS11 device to use for a given certificate. Allow the user to do this
with MozNSS by specifying the cert as "tokenname:certnickname" where
token name is the name of a token/slot in a PKCS11 device and certnickname
is the nickname of a certificate on that device.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 21 ++++++++++++++++++++-
1 files changed, 20 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 1ebf95c31b11344fe48581e718d14f7a261cee10 (commit)
via 6833b8717abd3bf138be1d4820f8c145ed71dc08 (commit)
from d377f353b7053bbe17afa8d97e2eacf810ec3086 (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 1ebf95c31b11344fe48581e718d14f7a261cee10
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 22 14:13:10 2012 -0700
ITS#7359 cleanup for loop
commit 6833b8717abd3bf138be1d4820f8c145ed71dc08
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Aug 22 11:49:33 2012 +0200
ITS#7359 MozNSS: fix whitespaces in all my changes
To be compliant with OpenLDAP coding standards.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 228 ++++++++++++++++++++++----------------------
1 files changed, 114 insertions(+), 114 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 d377f353b7053bbe17afa8d97e2eacf810ec3086 (commit)
via 9f983b7999e380300ba83156f21b15d33fe2e680 (commit)
via f114fec545ba2189f3b2a0797b2ede8921a0f5f7 (commit)
from 06dfe9ddde5b97a6994297337aa729b193916041 (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 d377f353b7053bbe17afa8d97e2eacf810ec3086
Merge: 06dfe9d 9f983b7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 22 14:09:56 2012 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 28 +++++++++++++---------
libraries/libmdb/{mdb_stat.c => mdb_stata.c} | 32 ++++++++++++++++++++-----
2 files changed, 41 insertions(+), 19 deletions(-)
copy libraries/libmdb/{mdb_stat.c => mdb_stata.c} (64%)
---
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 9f983b7999e380300ba83156f21b15d33fe2e680 (commit)
from f114fec545ba2189f3b2a0797b2ede8921a0f5f7 (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 9f983b7999e380300ba83156f21b15d33fe2e680
Author: Chris Mikkelson <cmikk(a)qwest.net>
Date: Wed Aug 22 13:22:19 2012 -0500
ITS#7363 Use posix semaphores on apple and bsd systems.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 28 ++++++++++++++++------------
1 files changed, 16 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, OPENLDAP_REL_ENG_2_4 has been updated
via fe1615f2e43b707be68bba9fc14b7ea233b96b1f (commit)
via 703531fe5c39e839b74dfbb6760dd8f39dac56b3 (commit)
via 05c920af75cce017564dce7c69382ea19fee2df8 (commit)
via 8bf4c3f62add9931fbaf7cc3d519b3bdf2431985 (commit)
via 632a1e6ae628da04d3f02d730d89bf18c5065a99 (commit)
via 87f3ccd5679389f592e589b908cb12f99b3f8aee (commit)
via 2695eade683e767676a913d67a66d02b947c73f6 (commit)
via c06385aa8474751545fa2d4b15e84296de3e2f7b (commit)
via bd4a073f79681fc4b0b98061238b2a919e8a0dc2 (commit)
via 5a9a5d4ed60d0efd8b3005853e984b3f6ba316bb (commit)
from 7a333647d43db3a14b5b996bea0239665bab925f (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 fe1615f2e43b707be68bba9fc14b7ea233b96b1f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 22 10:49:22 2012 +0200
multiple URIs are allowed
commit 703531fe5c39e839b74dfbb6760dd8f39dac56b3
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 22 09:18:18 2012 +0200
fix one-time leak
commit 05c920af75cce017564dce7c69382ea19fee2df8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 21:59:36 2012 -0700
Whitespace cleanup
commit 8bf4c3f62add9931fbaf7cc3d519b3bdf2431985
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 20:56:41 2012 -0700
Delta-sync Mirror/MMR is now supported
commit 632a1e6ae628da04d3f02d730d89bf18c5065a99
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 20:34:09 2012 -0700
Add MDB description
commit 87f3ccd5679389f592e589b908cb12f99b3f8aee
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 20:02:30 2012 -0700
All official backends now support cn=config
back-sql was updated in 2.4.27, back-meta in 2.4.33
commit 2695eade683e767676a913d67a66d02b947c73f6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 13:32:23 2012 -0700
ITS#7359
commit c06385aa8474751545fa2d4b15e84296de3e2f7b
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Mon Aug 13 14:25:47 2012 +0200
ITS#7359 MozNSS: prefer unlocked slot when getting private key
commit bd4a073f79681fc4b0b98061238b2a919e8a0dc2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 13:25:07 2012 -0700
ITS#7357
commit 5a9a5d4ed60d0efd8b3005853e984b3f6ba316bb
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 13:30:02 2012 -0700
ITS#7357 set NAS-Identifier in request
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
contrib/slapd-modules/passwd/radius.c | 5 +
doc/guide/admin/access-control.sdf | 238 ++++++++++++++++----------------
doc/guide/admin/backends.sdf | 38 +++++-
doc/guide/admin/replication.sdf | 3 -
doc/guide/admin/slapdconf2.sdf | 5 +-
doc/guide/admin/tuning.sdf | 17 ++-
doc/guide/preamble.sdf | 1 +
libraries/libldap/tls_m.c | 48 +++++++-
servers/slapd/back-meta/config.c | 4 +-
10 files changed, 227 insertions(+), 135 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 7a333647d43db3a14b5b996bea0239665bab925f (commit)
via 50b390a17a2ee587626936fb15f0b4121cd442b3 (commit)
via d6f93aafe40b47c40d8f3869686c3b7d55c2aa1a (commit)
via 2b027f112fa6c726c11df86f52560ef74434881d (commit)
via d20f3ffb02559b8d5fc39c2ef308bf9994d7a735 (commit)
via a601bce231a3194b088d49536a0a9665bfe251ff (commit)
via b6e03ed9a8fef09ac8db7f946314969ab8f84758 (commit)
from 74a5ed6337895858a3f16f1bdbbaf4ce0180a492 (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 7a333647d43db3a14b5b996bea0239665bab925f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 13:02:25 2012 -0700
ITS#7358
commit 50b390a17a2ee587626936fb15f0b4121cd442b3
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 13:22:19 2012 -0700
ITS#7358 fix ITS#7270 patch
commit 8bb9e88d5f8731fe73c47ba3eb8812a410dbb85c breaks Visual C
(as well as our own coding rules)
commit d6f93aafe40b47c40d8f3869686c3b7d55c2aa1a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 2 15:56:13 2012 -0700
Minor cleanup
commit 2b027f112fa6c726c11df86f52560ef74434881d
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Jul 31 16:03:48 2012 -0700
Write optimization: avoid copying unused portions of pages.
commit d20f3ffb02559b8d5fc39c2ef308bf9994d7a735
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Aug 21 14:39:10 2012 +0200
ITS#7340 Fix handling of sets when checking for count constraint
commit a601bce231a3194b088d49536a0a9665bfe251ff
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 13:00:32 2012 -0700
ITS#7361
commit b6e03ed9a8fef09ac8db7f946314969ab8f84758
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 21 04:55:03 2012 -0700
ITS#7361 fix Windows lock handling
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +
libraries/libldap/init.c | 4 +-
libraries/libmdb/mdb.c | 47 +++++++++---
libraries/libmdb/mdb.h | 6 +-
servers/slapd/alock.c | 151 +++++++++++++++++++++++-----------
servers/slapd/overlays/constraint.c | 3 +
6 files changed, 149 insertions(+), 64 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 74a5ed6337895858a3f16f1bdbbaf4ce0180a492 (commit)
via 710b1042bc3fd30e5c66bda93a6c049c931abe26 (commit)
via e259d7798d68be293282f65aebc1b7007297b83f (commit)
via 274c0ad52d0d1d76787af83487ac04f98d68ee0a (commit)
via 4bb6f5143896c65163279b89901400d6f5a41b01 (commit)
via 52597cf46d47956670ccdb21451315ccdd5048af (commit)
via c3e6c211bf1e00f5a780371f8eecfeae99601987 (commit)
via b777c16d66089ad6c9a5042d720115803990feb7 (commit)
via 0032ba446ffc05565df2221915c96aeec9633155 (commit)
via b17264183f46e3d8398cd1be5eaa7fd68848de17 (commit)
via 40390bdbefb40b46f1afb063cfab0321b2a665a9 (commit)
via fb9079b735cb3796fe26bd6b029e1de6a34a54be (commit)
via 083d3481d132c1938071e352d1411bdda6349708 (commit)
from 34acf9c6c265c253bc2d0a55edea1795e989dd3d (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 74a5ed6337895858a3f16f1bdbbaf4ce0180a492
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 12:58:14 2012 -0700
slapd-meta config support
commit 710b1042bc3fd30e5c66bda93a6c049c931abe26
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 19 13:04:33 2012 -0700
Fix whitespace
commit e259d7798d68be293282f65aebc1b7007297b83f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 19 12:49:02 2012 -0700
Added delete support
commit 274c0ad52d0d1d76787af83487ac04f98d68ee0a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 19 01:25:07 2012 -0700
Fix rewrite/suffixmassage parsing
commit 4bb6f5143896c65163279b89901400d6f5a41b01
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 18 16:04:48 2012 -0700
Finished emit support
commit 52597cf46d47956670ccdb21451315ccdd5048af
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 18 01:38:28 2012 -0700
back-meta shares back-ldap's OIDs
commit c3e6c211bf1e00f5a780371f8eecfeae99601987
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 18 00:53:44 2012 -0700
Initial emit support
commit b777c16d66089ad6c9a5042d720115803990feb7
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 21:25:11 2012 -0700
Factor out common attrs from main and target
commit 0032ba446ffc05565df2221915c96aeec9633155
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 14:04:48 2012 -0700
Initial config support for back-meta
Currently just a direct replacement of slapd.conf parsing,
no dynamic features yet.
commit b17264183f46e3d8398cd1be5eaa7fd68848de17
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 12:54:25 2012 -0700
ITS#7356
commit 40390bdbefb40b46f1afb063cfab0321b2a665a9
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 17 13:38:47 2012 -0700
Fix slapadd -q -w double-free
commit fb9079b735cb3796fe26bd6b029e1de6a34a54be
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 12:26:39 2012 -0700
ITS#7354
commit 083d3481d132c1938071e352d1411bdda6349708
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 16 18:08:56 2012 -0700
ITS#7354 fix delta-sync mmr crash
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +
servers/slapd/back-ldap/back-ldap.h | 4 +-
servers/slapd/back-ldap/config.c | 32 +-
servers/slapd/back-ldap/init.c | 4 +-
servers/slapd/back-ldap/proto-ldap.h | 4 +-
servers/slapd/back-mdb/tools.c | 1 +
servers/slapd/back-meta/back-meta.h | 110 +-
servers/slapd/back-meta/config.c | 3496 ++++++++++++++++++++++------------
servers/slapd/back-meta/init.c | 23 +-
servers/slapd/back-meta/proto-meta.h | 2 +
servers/slapd/bconfig.c | 2 +-
servers/slapd/syncrepl.c | 1 +
12 files changed, 2345 insertions(+), 1337 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 34acf9c6c265c253bc2d0a55edea1795e989dd3d (commit)
via c651afed787f2135586cdb0c97545490fd46cba4 (commit)
from 24885ef4baaad162bff19a244709770b19983c30 (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 34acf9c6c265c253bc2d0a55edea1795e989dd3d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 22 12:22:58 2012 -0700
ITS#7172
commit c651afed787f2135586cdb0c97545490fd46cba4
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 15 14:36:35 2012 -0700
ITS#7172 don't reference ops in syncprov locks
When a client performs a write and then closes the connection without
sending an Unbind request, the connection cleanup can race with the
op cleanup.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/syncprov.c | 12 ++++++------
2 files changed, 7 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git