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 331bf92df58eefbf2272a235a7a19ef0f6fe7493 (commit)
from 19e4df476dd8969209585903effa935de09771dc (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 331bf92df58eefbf2272a235a7a19ef0f6fe7493
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 18:53:07 2011 -0700
Fix page_split with MDB_RESERVE
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 14 ++++++++++----
1 files changed, 10 insertions(+), 4 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 291fcdc6726a826ae71ea4194ffeccc391fdb206 (commit)
via 720ecb1e441e8dd9985adc36f0273d25dc34d9c1 (commit)
via f83f79bf7613bae48bd06815a18e3ea4c4b193e5 (commit)
via df19d01826cfe1c91e6b94f2c5ff53a1be9416f1 (commit)
via 6169e8e0769262d7ed2c668bc45c45baca4a6555 (commit)
via 8860bb0ed22c7cb0be1aa113ffc49a4e030658bf (commit)
via 22f14d882a0c05987e5b821e95a6770f9f44718f (commit)
via b6ec428a7bfe1b9e310a5a15529fd1d1d909bf8f (commit)
from 423147307eaf98e71d9a7a4f70afe448c863998c (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 291fcdc6726a826ae71ea4194ffeccc391fdb206
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 22 14:05:58 2011 -0700
Don't replicate refint repair ops
commit 720ecb1e441e8dd9985adc36f0273d25dc34d9c1
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Aug 22 08:43:21 2011 -0600
error messages from ldapsearch changed
commit f83f79bf7613bae48bd06815a18e3ea4c4b193e5
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Aug 22 11:18:07 2011 -0600
further cleanup of ldapsearch response
commit df19d01826cfe1c91e6b94f2c5ff53a1be9416f1
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Aug 22 09:07:54 2011 -0600
referral is a legitimate result
commit 6169e8e0769262d7ed2c668bc45c45baca4a6555
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Mon Aug 22 09:02:02 2011 -0600
make sure size limits are passed to ldapsearch
commit 8860bb0ed22c7cb0be1aa113ffc49a4e030658bf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 6 16:51:40 2011 -0700
ITS#7021
commit 22f14d882a0c05987e5b821e95a6770f9f44718f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Aug 20 19:02:06 2011 -0600
add notes about pwdAllowUserChange (more about ITS#7021)
commit b6ec428a7bfe1b9e310a5a15529fd1d1d909bf8f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Aug 20 18:50:33 2011 -0600
according to draft-behera, this attribute only affects password modifies by self (ITS#7021)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ++-
clients/tools/ldapsearch.c | 31 ++++++++++++++-----------------
doc/man/man5/slapo-ppolicy.5 | 17 +++++++++++++++++
servers/slapd/overlays/ppolicy.c | 5 ++++-
servers/slapd/overlays/refint.c | 15 +++++++++------
tests/scripts/test006-acls | 2 +-
6 files changed, 47 insertions(+), 26 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 19e4df476dd8969209585903effa935de09771dc (commit)
from 934a19553c058a799ddd27b1ae1e885e37d37a95 (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 19e4df476dd8969209585903effa935de09771dc
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 6 16:11:25 2011 -0700
Fix subcursor initialization
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 16 ++++++++++------
1 files changed, 10 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 507238713b71208ec4f262f312cb495a302df9e9 (commit)
from d0dd8616f1c68a868afeb8c2c5c09969e366e2c0 (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 507238713b71208ec4f262f312cb495a302df9e9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 15:22:40 2011 -0700
ITS#7059 replace previous patch
Bug was caused by postalAddressNormalize sending 0-length values
to UTF8StringNormalize.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_init.c | 15 ++++++++++-----
1 files changed, 10 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, master has been updated
via d0dd8616f1c68a868afeb8c2c5c09969e366e2c0 (commit)
from df47eb24cd43258595b7f806dfaad8560c34b835 (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 d0dd8616f1c68a868afeb8c2c5c09969e366e2c0
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 14:05:31 2011 -0700
Fix UTF8StringNormalize overrun on zero-length string
Detected by valgrind
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_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, OPENLDAP_REL_ENG_2_4 has been updated
via 423147307eaf98e71d9a7a4f70afe448c863998c (commit)
via 42af02e8088a23675b2324ddb9b33144f2d9f491 (commit)
via 229aa3f4400fba964d0a11d3849965120b9ef764 (commit)
via e5cc533c013b41e90f01d58ab28f4495291a8baf (commit)
via b485adcd757b19acdec11328a3c51a68e800b4cf (commit)
via b85f9aa43691a6beb7af6c3171e88bfe9f982a44 (commit)
via 99278733647a56e49a78f39055430b2cd676d00d (commit)
via 9dd567dfb32c350dcbc2c3f4f70a7407f65d5633 (commit)
via 8aee88ed603aa27e05292a86401ee2bb77f0126e (commit)
via 77d3df16cc1859feadf92081c25bc3c58f9a55ee (commit)
via 859df1ba669029aa428a4cd80bdf0bb4c1adfcf2 (commit)
via 6c6fc33c8d8e394570930de83840870b268adb7f (commit)
via 44f8baca76517c017c366bd0ef2cdfea58d6e0c1 (commit)
via 7c1afdabbb3ee24f78b341cf6f240410b3e403df (commit)
via 122e3a506e8908fff12b8f8c4ff11433047f51df (commit)
via 3e49c45d30ba7c86afcbe0f1be73dc712b64a4fb (commit)
via a3db8bded703a033635c49b02ea08f27552a1c3f (commit)
via a70487599255ba1323c8737397854f17453b4122 (commit)
via 5f002e65cb5acb6e5910ae0269dcf1f4696f9eb3 (commit)
via 06ebd8dd402d83428311bcc7f6c0871407858c2d (commit)
via 0cfa7d4c0653fb2d461cb6445027ebbf9f8468bf (commit)
via 190e0e3abf80233701e0d826a136b517612e926a (commit)
via 5dc9531b5434c808b9dc20fadfdaf8f765debaa3 (commit)
via 734ba5e12fef421a3b5287e2711e6f202804f1be (commit)
via 2864c9c31635a858effd91326a5ab4b07cb9405a (commit)
from b0f28f316a23dbda7b3aa65fedece532a0f58529 (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 423147307eaf98e71d9a7a4f70afe448c863998c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 18 01:52:52 2011 -0700
For #6982 fix a66fb16
commit 42af02e8088a23675b2324ddb9b33144f2d9f491
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:58:19 2011 -0700
ITS#7017
commit 229aa3f4400fba964d0a11d3849965120b9ef764
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 17 12:56:55 2011 -0600
fix TTL tolerance (ITS#7017, patch by jvcelak(a)redhat.com)
commit e5cc533c013b41e90f01d58ab28f4495291a8baf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:57:21 2011 -0700
ITS#7016
commit b485adcd757b19acdec11328a3c51a68e800b4cf
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Aug 16 22:17:43 2011 -0600
make sure frontend gets the {-1} (ITS#7016)
commit b85f9aa43691a6beb7af6c3171e88bfe9f982a44
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 16 13:51:10 2011 -0700
hack for #6982 - keep o_abandon set in op_free
commit 99278733647a56e49a78f39055430b2cd676d00d
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 16 13:49:27 2011 -0700
Revert "More for ITS#6892"
This reverts commit 3cb2ca8bbd1ec8da8f27a608deefc7a2d45aa538.
Patch has no benefit
commit 9dd567dfb32c350dcbc2c3f4f70a7407f65d5633
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:52:12 2011 -0700
ITS#6892 again
commit 8aee88ed603aa27e05292a86401ee2bb77f0126e
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 15 15:40:46 2011 -0700
More for ITS#6892
commit 77d3df16cc1859feadf92081c25bc3c58f9a55ee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:50:32 2011 -0700
ITS#7018
commit 859df1ba669029aa428a4cd80bdf0bb4c1adfcf2
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Aug 13 23:33:19 2011 +0200
host part of unique URI must be empty (ITS#7018)
commit 6c6fc33c8d8e394570930de83840870b268adb7f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:48:57 2011 -0700
ITS#7015
commit 44f8baca76517c017c366bd0ef2cdfea58d6e0c1
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Aug 11 17:33:08 2011 +0200
cleanup slapd.ldif; install it (ITS#7015)
commit 7c1afdabbb3ee24f78b341cf6f240410b3e403df
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Aug 11 17:02:25 2011 +0200
typo in comment
commit 122e3a506e8908fff12b8f8c4ff11433047f51df
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Thu Aug 11 12:16:01 2011 +0200
use ldap_search_ext(timelimit) instead of ldap_set_option(LDAP_OPT_TIMELIMIT) (related to ITS#7009)
commit 3e49c45d30ba7c86afcbe0f1be73dc712b64a4fb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:46:29 2011 -0700
ITS#7009
commit a3db8bded703a033635c49b02ea08f27552a1c3f
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 10 22:39:16 2011 +0200
honor TIMEOUT when appropriate (ITS#7009); also honor timelimit (was broken)
commit a70487599255ba1323c8737397854f17453b4122
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:45:20 2011 -0700
ITS#7012
commit 5f002e65cb5acb6e5910ae0269dcf1f4696f9eb3
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 10 20:22:33 2011 +0200
make sure 2-arg statements have exactly 2 args (related to ITS#7012)
commit 06ebd8dd402d83428311bcc7f6c0871407858c2d
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Wed Aug 10 19:40:20 2011 +0200
TLS config statements always need an argument (related to ITS#7012)
commit 0cfa7d4c0653fb2d461cb6445027ebbf9f8468bf
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:42:53 2011 -0700
ITS#6999
commit 190e0e3abf80233701e0d826a136b517612e926a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 29 13:05:45 2011 -0700
ITS#6999 fix syncrepl timeout in refreshAndPersist
commit 5dc9531b5434c808b9dc20fadfdaf8f765debaa3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:41:45 2011 -0700
ITS#7001
ITS#7002
commit 734ba5e12fef421a3b5287e2711e6f202804f1be
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Thu Jul 28 14:08:37 2011 -0700
ITS#7002 MozNSS: fix VerifyCert allow/try behavior
If the olcTLSVerifyClient is set to a value other than "never", the server
should request that the client send a client certificate for possible use
with client cert auth (e.g. SASL/EXTERNAL).
If set to "allow", if the client sends a cert, and there are problems with
it, the server will warn about problems, but will allow the SSL session to
proceed without a client cert.
If set to "try", if the client sends a cert, and there are problems with
it, the server will warn about those problems, and shutdown the SSL session.
If set to "demand" or "hard", the client must send a cert, and the server
will shutdown the SSL session if there are problems.
I added a new member of the tlsm context structure - tc_warn_only - if this
is set, tlsm_verify_cert will only warn about errors, and only if TRACE
level debug is set. This allows the server to warn but allow bad certs
if "allow" is set, and warn and fail if "try" is set.
commit 2864c9c31635a858effd91326a5ab4b07cb9405a
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Mon Jul 25 20:27:59 2011 -0600
ITS#7001 MozNSS: free the return of tlsm_find_and_verify_cert_key
If tlsm_find_and_verify_cert_key finds the cert and/or key, and it fails
to verify them, it will leave them allocated for the caller to dispose of.
There were a couple of places that were not disposing of the cert and key
upon error.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 10 +++++
clients/tools/ldapsearch.c | 41 +++++++++++---------
libraries/libldap/tls_m.c | 78 ++++++++++++++++++++++++++++++++------
servers/slapd/Makefile.in | 12 ++++++
servers/slapd/bconfig.c | 38 +++++++++++++-----
servers/slapd/config.c | 11 +++++
servers/slapd/operation.c | 18 ++++++---
servers/slapd/overlays/dds.c | 2 +-
servers/slapd/overlays/unique.c | 8 ++++
servers/slapd/slap.h | 4 +-
servers/slapd/slapd.ldif | 14 +++---
servers/slapd/syncrepl.c | 5 ++-
12 files changed, 181 insertions(+), 60 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 b0f28f316a23dbda7b3aa65fedece532a0f58529 (commit)
via d33e744e4d9d8bf4539bfea0132aeb1dff63d5be (commit)
via ef6f4e1e5b06386250c49bfe2107ee5522fc478e (commit)
via 8fadd0d1cfb9f5c9334f654c7af82a5d1b6f85dc (commit)
via 101f7df6811b5598654a96caac02ba718384eb6a (commit)
via d1e8347554d309ae31bcf7f021c020c6b23190ff (commit)
from 46af069a1abdaed70d0602e223dbe54723f07dd6 (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 b0f28f316a23dbda7b3aa65fedece532a0f58529
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:38:00 2011 -0700
ITS#7000
commit d33e744e4d9d8bf4539bfea0132aeb1dff63d5be
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 28 13:52:47 2011 -0700
ITS#7000 fix bad patch in ITS#6472
commit ef6f4e1e5b06386250c49bfe2107ee5522fc478e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Oct 5 16:19:24 2011 -0700
ITS#6992,ITS#6998,ITS#7003
commit 8fadd0d1cfb9f5c9334f654c7af82a5d1b6f85dc
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 28 13:48:08 2011 -0700
ITS#7003 fix typo
commit 101f7df6811b5598654a96caac02ba718384eb6a
Author: Jan Vcelak <jvcelak(a)redhat.com>
Date: Wed Jul 20 18:55:33 2011 +0200
ITS#6998 MozNSS: when cert not required, ignore issuer expiration
When server certificate is not required in a TLS session (e.g.
TLS_REQCERT is set to 'never'), ignore expired issuer certificate error
and do not terminate the connection.
commit d1e8347554d309ae31bcf7f021c020c6b23190ff
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Fri Jul 8 08:47:28 2011 +0200
blind fix build on solaris native compilers (ITS#6992)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 7 +++++++
doc/guide/admin/slapdconfig.sdf | 2 +-
libraries/libldap/tls_m.c | 1 +
servers/slapd/ldapsync.c | 10 +++++-----
servers/slapd/syncrepl.c | 2 +-
5 files changed, 15 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via df47eb24cd43258595b7f806dfaad8560c34b835 (commit)
from 34adb8692935262a09e21c62d9bcd0284a272b0c (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 df47eb24cd43258595b7f806dfaad8560c34b835
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 23:45:33 2011 -0700
Additional change for prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/index.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 34adb8692935262a09e21c62d9bcd0284a272b0c (commit)
from 1adc0b9b1c39ac588adf22acf46f30e24b802682 (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 34adb8692935262a09e21c62d9bcd0284a272b0c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 19:19:25 2011 -0700
Use a thread for LDIF parsing in slapadd -q
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/tools.c | 19 ++-
servers/slapd/slapadd.c | 335 +++++++++++++++++++++++++---------------
2 files changed, 223 insertions(+), 131 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 1adc0b9b1c39ac588adf22acf46f30e24b802682 (commit)
via d06301f303ba10dd306986f6cd8df5a126abb22e (commit)
via 934a19553c058a799ddd27b1ae1e885e37d37a95 (commit)
via ea0d07ffa324cd834b87dd29053961366172330b (commit)
from 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2 (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 1adc0b9b1c39ac588adf22acf46f30e24b802682
Merge: d06301f 934a195
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 02:22:01 2011 -0700
Merge remote branch 'origin/mdb.master'
commit d06301f303ba10dd306986f6cd8df5a126abb22e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Oct 4 02:18:09 2011 -0700
Turn off tool IDL caching
Well, just like in back-bdb in 2005, it only slowed things down
on larger LDIFs.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 9 ++++++---
servers/slapd/back-mdb/idl.c | 6 +++++-
servers/slapd/back-mdb/index.c | 2 ++
servers/slapd/back-mdb/tools.c | 31 +++++++++++++++++++++----------
4 files changed, 34 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, mdb.master has been updated
via 934a19553c058a799ddd27b1ae1e885e37d37a95 (commit)
from ea0d07ffa324cd834b87dd29053961366172330b (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 934a19553c058a799ddd27b1ae1e885e37d37a95
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 18:02:17 2011 -0700
Don't use Append mode when splits are caused by sub-page inserts
Sub-pages need room to grow...
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via ea0d07ffa324cd834b87dd29053961366172330b (commit)
from 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (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 ea0d07ffa324cd834b87dd29053961366172330b
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Oct 3 12:40:53 2011 -0700
Fix freelist bug on page split
NULL out env->pghead before writing it, so that its pages can't be used
to satisfy the write.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 7 ++++---
1 files changed, 4 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 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2 (commit)
via 9725bc475f9820622bcfe8bc939ca0e83438004d (commit)
via 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (commit)
from 8a8fb76cca459478f635bc67ae4525ce56e5d842 (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 7cd16d7b9f3a5578a629a74e527d6e93c5711ab2
Merge: 9725bc4 85bfb3c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:30:10 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 9725bc475f9820622bcfe8bc939ca0e83438004d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:29:04 2011 -0700
Tweak tool IDL cache, use MDB_MULTIPLE
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 12 ++++
libraries/libmdb/mdb.h | 2 +
servers/slapd/back-mdb/tools.c | 123 +++++++++++++++++++++-------------------
3 files changed, 79 insertions(+), 58 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 85bfb3c1d129f137d455b7208bac285dfa9c6b2d (commit)
from fa3c2945f5e2fe137970e4f964dbe14292ec0740 (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 85bfb3c1d129f137d455b7208bac285dfa9c6b2d
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Oct 3 11:25:31 2011 -0700
Add rudimentary MDB_MULTIPLE support for puts
Only for DUPFIXED DBs. Still could do better.
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 12 ++++++++++++
libraries/libmdb/mdb.h | 2 ++
2 files changed, 14 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 8a8fb76cca459478f635bc67ae4525ce56e5d842 (commit)
via 02cafebb8e797d4535c7ac558ff7a08387f3d9f6 (commit)
via fa3c2945f5e2fe137970e4f964dbe14292ec0740 (commit)
via 163514e4706cfcf827afde82c7d2811032c1c19b (commit)
via 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2 (commit)
via c2df36c86f70fb671aaf9c87469ff37a34f29427 (commit)
via 28b8aaeb9670cad3d02d1be226ff5980590625f4 (commit)
from 2dd578221b3dbaf7ba2308b63c3cc46154323cae (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 8a8fb76cca459478f635bc67ae4525ce56e5d842
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 21:29:21 2011 -0700
Use MDB_APPEND mode where possible
commit 02cafebb8e797d4535c7ac558ff7a08387f3d9f6
Merge: 98da203 fa3c294
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 21:28:55 2011 -0700
Merge remote branch 'origin/mdb.master'
commit 98da203fce1a8e3a8ed8767ac9f7eb8a44d648f2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 19:31:18 2011 -0700
Use IDL caching in tool/quick mode
commit c2df36c86f70fb671aaf9c87469ff37a34f29427
Merge: 2dd5782 28b8aae
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 19:36:57 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 40 +++++-
libraries/libmdb/mdb.h | 14 ++
servers/slapd/back-mdb/dn2id.c | 2 +-
servers/slapd/back-mdb/id2entry.c | 2 +-
servers/slapd/back-mdb/index.c | 9 +-
servers/slapd/back-mdb/proto-mdb.h | 5 +
servers/slapd/back-mdb/tools.c | 263 ++++++++++++++++++++++++++++++++++++
7 files changed, 325 insertions(+), 10 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 fa3c2945f5e2fe137970e4f964dbe14292ec0740 (commit)
from 163514e4706cfcf827afde82c7d2811032c1c19b (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 fa3c2945f5e2fe137970e4f964dbe14292ec0740
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Sun Oct 2 21:27:07 2011 -0700
Add MDB_APPEND to avoid splitting full pages
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 21 +++++++++++++++++----
libraries/libmdb/mdb.h | 2 ++
2 files changed, 19 insertions(+), 4 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 163514e4706cfcf827afde82c7d2811032c1c19b (commit)
from 28b8aaeb9670cad3d02d1be226ff5980590625f4 (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 163514e4706cfcf827afde82c7d2811032c1c19b
Author: Howard Chu <highlandsun(a)gmail.com>
Date: Sun Oct 2 19:52:12 2011 -0700
Fix 6e05ca17e988754ae90fde1921765ba130bb90b2
Missed a MDB_RESERVE case
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 5 ++++-
1 files changed, 4 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 28b8aaeb9670cad3d02d1be226ff5980590625f4 (commit)
from 6e05ca17e988754ae90fde1921765ba130bb90b2 (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 28b8aaeb9670cad3d02d1be226ff5980590625f4
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Oct 2 19:27:31 2011 -0700
Add mdb_cursor_txn() and mdb_cursor_dbi() for querying the cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 14 ++++++++++++++
libraries/libmdb/mdb.h | 12 ++++++++++++
2 files changed, 26 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 2dd578221b3dbaf7ba2308b63c3cc46154323cae (commit)
via a1533520c156cdcb5fbce431e208fe5b996f7f91 (commit)
via 6e05ca17e988754ae90fde1921765ba130bb90b2 (commit)
via fe11433619573444d67ee2ce193725177579a9f0 (commit)
via 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (commit)
via fa0d64242be440281629a6a5696d03257347e40e (commit)
via 7a40080dd185cdce547769a6c747238a54c1013e (commit)
via 54eb76cc7aab42f5caa396ec920e1de8c1531970 (commit)
via 4bcaabecf5410065ba17d64d0fa95d2844aa5582 (commit)
via 619e671f1c85446c09864430030ad99c33561cc2 (commit)
via 9bcc51ef5d6e4081770cfb5cc309c6c8a6f38f2f (commit)
from 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3 (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 2dd578221b3dbaf7ba2308b63c3cc46154323cae
Merge: a153352 6e05ca1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 11:14:53 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit a1533520c156cdcb5fbce431e208fe5b996f7f91
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Oct 2 10:06:06 2011 -0700
Use MDB_RESERVE for id2entry_put
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 132 +++++++++++++++++++++++++------------
libraries/libmdb/mdb.h | 22 +++++--
servers/slapd/back-mdb/id2entry.c | 57 ++++++++--------
3 files changed, 135 insertions(+), 76 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 6e05ca17e988754ae90fde1921765ba130bb90b2 (commit)
via fe11433619573444d67ee2ce193725177579a9f0 (commit)
from 19d1e72bbc66a2a85d7dfe95b582e15fc5a6b04c (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 6e05ca17e988754ae90fde1921765ba130bb90b2
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Oct 2 10:02:30 2011 -0700
Add MDB_RESERVE mode
When putting a record, just make space for the data, don't copy it.
(Not compatible with MDB_DUPSORT, since the actual data is needed
to determine the insert location.)
commit fe11433619573444d67ee2ce193725177579a9f0
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Sep 30 22:15:05 2011 -0700
Tweak cursor adjustment code
Skip the original cursor that made the change
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 62 ++++++++++++++++++++++++++++++-----------------
libraries/libmdb/mdb.h | 4 +++
2 files changed, 43 insertions(+), 23 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 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3 (commit)
from 8a5d0952ad0d85bd2af62a00183ecfde7111457c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 976b4edc4cd815fa243b3cf9c6f3fea9b17a87b3
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:34:03 2011 -0700
ITS#6979 avoid bash-ism
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test062-config-delete | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 8a5d0952ad0d85bd2af62a00183ecfde7111457c (commit)
from 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a5d0952ad0d85bd2af62a00183ecfde7111457c
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:27:19 2011 -0700
ITS#7006 fix MozNSS wildcard cert match
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d (commit)
from da210f40e1c0c7761cb392c0772357bbc4a96cb8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d
Author: Rich Megginson <rmeggins(a)redhat.com>
Date: Tue Sep 6 12:59:26 2011 -0600
ITS#7034 use mutex for connection handshake when using PEM nss
PEM nss is not thread safe when establishing the initial connection
using SSL_ForceHandshake. Create a new mutex - tlsm_pem_mutex - to
protect this function call.
The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it
to the init section and protect it with the init mutex.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_m.c | 30 ++++++++++++++++++++++++------
1 files changed, 24 insertions(+), 6 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via da210f40e1c0c7761cb392c0772357bbc4a96cb8 (commit)
from 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit da210f40e1c0c7761cb392c0772357bbc4a96cb8
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:04:10 2011 -0700
ITS#7040 don't complain about other server's CSNs
Only worry if consumer has newer state for our SID. Fixes breakage
caused by ITS#6606.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/syncprov.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a (commit)
via 638566f155421e3f5605d22aa0c9ab9e2f1b5b0e (commit)
from 9b082bf7162d764ec9ca83969a7a3a66032d39c5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3ca52e4f94bf3bf5fb96585e9eb2617cccfa8f6a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 02:27:04 2011 -0700
ITS#7037 restart consumer on Persist errors
Consumer should never get NO_SUCH_OBJECT for an Add to the underlying DB
during Persist phase.
commit 638566f155421e3f5605d22aa0c9ab9e2f1b5b0e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 02:10:37 2011 -0700
ITS#7037 fix syncrepl_add_glue for empty suffix
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 22 +++++++++++++++++++---
1 files changed, 19 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git