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 6018fe9671dcbb90e3845bc14851858c5d9fdf2a (commit)
via a103a64434cfbba6231b87c1b1c185dbece7eb8a (commit)
via df4738f0710094e6f519e727c0be456a5f53c3d3 (commit)
via 277a8edd2e772c9766f6bf577a55b8fd1fce43c4 (commit)
from fb5ba5f09c604aa2c9cdf7076141da60fbb925b3 (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 6018fe9671dcbb90e3845bc14851858c5d9fdf2a
Merge: df4738f a103a64
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Oct 14 22:05:37 2011 -0700
Merge remote branch 'origin/mdb.master'
commit df4738f0710094e6f519e727c0be456a5f53c3d3
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 12 19:19:52 2011 -0700
Define S_IWRITE if needed
commit 277a8edd2e772c9766f6bf577a55b8fd1fce43c4
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 12 19:18:05 2011 -0700
Android defines wctomb but doesn't provide it
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/utf-8-conv.c | 4 ++++
libraries/libmdb/mdb.c | 29 +++++++++++++++++++++++++++++
servers/slapd/slaptest.c | 4 ++++
3 files changed, 37 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 a103a64434cfbba6231b87c1b1c185dbece7eb8a (commit)
from 331bf92df58eefbf2272a235a7a19ef0f6fe7493 (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 a103a64434cfbba6231b87c1b1c185dbece7eb8a
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Oct 14 22:03:46 2011 -0700
Android/ARM portability
2-byte alignment isn't good enough for subpages
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 29 +++++++++++++++++++++++++++++
1 files changed, 29 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 fb5ba5f09c604aa2c9cdf7076141da60fbb925b3 (commit)
via c647a06441523eaed981dcf8cd5e40325399d903 (commit)
via 4c17f31843d9dae3a477ca2053bbda356822ee46 (commit)
via 331bf92df58eefbf2272a235a7a19ef0f6fe7493 (commit)
via 19e4df476dd8969209585903effa935de09771dc (commit)
via 7592013f59ac99557a4cdd461d8e9b9c24122bb9 (commit)
from 507238713b71208ec4f262f312cb495a302df9e9 (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 fb5ba5f09c604aa2c9cdf7076141da60fbb925b3
Merge: c647a06 331bf92
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 19:15:43 2011 -0700
Merge branch 'mdb.master' of ssh://git-master.openldap.org/~git/git/openldap
commit c647a06441523eaed981dcf8cd5e40325399d903
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 19:15:10 2011 -0700
More for cursor reuse
commit 4c17f31843d9dae3a477ca2053bbda356822ee46
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 19:14:22 2011 -0700
Keep some dn2i/id2e cursors open longer
So they can be reused, and avoid unnecessary page_searches
commit 7592013f59ac99557a4cdd461d8e9b9c24122bb9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 6 16:10:47 2011 -0700
Additional tweaks for double-threaded slapadd
-----------------------------------------------------------------------
Summary of changes:
libraries/libmdb/mdb.c | 30 +++--
servers/slapd/back-bdb/tools.c | 60 +++++----
servers/slapd/back-mdb/add.c | 51 ++++++---
servers/slapd/back-mdb/attr.c | 4 +
servers/slapd/back-mdb/back-mdb.h | 26 ++++-
servers/slapd/back-mdb/bind.c | 2 +-
servers/slapd/back-mdb/compare.c | 2 +-
servers/slapd/back-mdb/delete.c | 16 ++-
servers/slapd/back-mdb/dn2entry.c | 3 +-
servers/slapd/back-mdb/dn2id.c | 79 +++++-------
servers/slapd/back-mdb/filterindex.c | 4 +-
servers/slapd/back-mdb/id2entry.c | 32 +++--
servers/slapd/back-mdb/index.c | 55 +++++----
servers/slapd/back-mdb/modify.c | 4 +-
servers/slapd/back-mdb/modrdn.c | 27 +++--
servers/slapd/back-mdb/nextid.c | 12 +--
servers/slapd/back-mdb/proto-mdb.h | 16 ++-
servers/slapd/back-mdb/search.c | 4 +-
servers/slapd/back-mdb/tools.c | 224 ++++++++++++++++++++--------------
servers/slapd/slapadd.c | 19 ++--
20 files changed, 395 insertions(+), 275 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 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