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 8121dd46b36dc1b033166c9e9f25ebfdea7f40e6 (commit)
via 015bc3ed7cee42f4be676bf94622185462aaec75 (commit)
from 73277dad7c808fc97cc4d4cd49518b1237228f37 (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 8121dd46b36dc1b033166c9e9f25ebfdea7f40e6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 17:11:36 2011 -0700
ITS#6763,7053
commit 015bc3ed7cee42f4be676bf94622185462aaec75
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Oct 23 14:47:38 2011 +0200
ITS#6763,7053 Cleanup after sending entry/searchref.
slap_send_search_entry(), slap_send_search_reference(): Never skip
the cleanup code. Sending an entry did on sizeLimitExceeded/busy.
Sending a ref dropped rs_flush_entry() on error.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/result.c | 14 ++++++++++----
2 files changed, 11 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 73277dad7c808fc97cc4d4cd49518b1237228f37 (commit)
via fbb5d5b79b681738379472a1b91950b2691690fc (commit)
via 58eb330b0a585df64e0d8264633af872dbf29526 (commit)
from ba4a6cf34c8b926c575774befd2ef093ed91084a (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 73277dad7c808fc97cc4d4cd49518b1237228f37
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 20 10:39:56 2011 -0700
slaptest checks a configuration, not necessarily slapd.conf
commit fbb5d5b79b681738379472a1b91950b2691690fc
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Thu Oct 20 11:07:01 2011 +0200
ITS#7066 Reworked fix
Seems simpler this way. No need for a back-config specific
bi_access_allowed() handler.
commit 58eb330b0a585df64e0d8264633af872dbf29526
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Wed Oct 19 11:46:00 2011 +0200
plugged mem-leak introduced by last commit
more for ITS#7066
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slaptest.8 | 6 ++--
servers/slapd/bconfig.c | 63 +++++++++++++++++++++-------------------------
2 files changed, 32 insertions(+), 37 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 ba4a6cf34c8b926c575774befd2ef093ed91084a (commit)
from 9e4d8384c27dd5cb2745e953fb17d07c5039cc9d (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 ba4a6cf34c8b926c575774befd2ef093ed91084a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:47:28 2011 -0700
Delete non-release file
-----------------------------------------------------------------------
Summary of changes:
doc/drafts/draft-chu-ldap-xordered-xx.xml | 390 -----------------------------
1 files changed, 0 insertions(+), 390 deletions(-)
delete mode 100644 doc/drafts/draft-chu-ldap-xordered-xx.xml
---
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 9e4d8384c27dd5cb2745e953fb17d07c5039cc9d (commit)
via 305ab28ee5dd4e73c7e1d4aee10ee5e0dc261644 (commit)
via 407926d4a0d3ce026f301cf26ec63b9631aee80c (commit)
from 76fab6dafb2032f458c8dc2029a64e241f049ece (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 9e4d8384c27dd5cb2745e953fb17d07c5039cc9d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Oct 19 03:52:07 2011 -0700
This ought to have been here a long time ago
commit 305ab28ee5dd4e73c7e1d4aee10ee5e0dc261644
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:45:48 2011 -0700
ITS#7066
commit 407926d4a0d3ce026f301cf26ec63b9631aee80c
Author: Ralf Haferkamp <ralf(a)openldap.org>
Date: Tue Oct 18 17:08:05 2011 +0200
ITS#7066 reworked default deny ACL for cn=config
Dynamically adding ACL for cn=config didn't work correctly, when no
ACLs where present for that database upon startup. Delete the last
ACL from the DB could also lead to unexpected results.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/drafts/draft-chu-ldap-xordered-xx.txt | 952 +++++++++++++++++++++++++++++
doc/drafts/draft-chu-ldap-xordered-xx.xml | 390 ++++++++++++
servers/slapd/bconfig.c | 46 ++-
4 files changed, 1382 insertions(+), 7 deletions(-)
create mode 100644 doc/drafts/draft-chu-ldap-xordered-xx.txt
create mode 100644 doc/drafts/draft-chu-ldap-xordered-xx.xml
---
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 76fab6dafb2032f458c8dc2029a64e241f049ece (commit)
via e75c8720191c12db55ab2342fc8f560011c591b8 (commit)
via 6295b60676dd1edd12226bea40a0a6127ff95be8 (commit)
from de9805ee9d40ccf2c4d7079cbe3087ecb98aa877 (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 76fab6dafb2032f458c8dc2029a64e241f049ece
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:38:23 2011 -0700
ITS#7059
commit e75c8720191c12db55ab2342fc8f560011c591b8
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.
commit 6295b60676dd1edd12226bea40a0a6127ff95be8
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:
CHANGES | 1 +
servers/slapd/schema_init.c | 15 ++++++++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated
via de9805ee9d40ccf2c4d7079cbe3087ecb98aa877 (commit)
via fcd2d35bd750546693e028fc7eb9126d42d049be (commit)
via 8d7db620217dc5efa60ba913dec7a98ade90a4eb (commit)
via 056df3a7969e895ecca6b7a552ccf6d4b800c595 (commit)
via 412ee0ac561fd4c43b058fd1f052b661ed80a1d1 (commit)
via f1ad87e649ec7b80f6a2561eee9a222e79feaeb8 (commit)
via 970e3099e0392f153858205b4cda1f9622627ab0 (commit)
via c28005598cc7cd284f240bd2c11ad3e523858c4e (commit)
via 47a282ec6b3e3c90c9f7218e13130a34824ae1c4 (commit)
via 94e4912a9bd74604d7b566638cc79557061bb23d (commit)
via ad2a7df1199a24e26c488ebe39fb9de855cf6a8f (commit)
via 2cca5973c5e8219473d952b10dd094abeeac8c87 (commit)
via 970244fe1d19de631876a0a7d57edc816c53016b (commit)
from 36f3c929939d1de0efa9c97ad30ef1bb0de14375 (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 de9805ee9d40ccf2c4d7079cbe3087ecb98aa877
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:22:04 2011 -0700
ITS#7006
commit fcd2d35bd750546693e028fc7eb9126d42d049be
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 03:27:19 2011 -0700
ITS#7006 fix MozNSS wildcard cert match
commit 8d7db620217dc5efa60ba913dec7a98ade90a4eb
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:21:16 2011 -0700
ITS#7034
commit 056df3a7969e895ecca6b7a552ccf6d4b800c595
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.
commit 412ee0ac561fd4c43b058fd1f052b661ed80a1d1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:19:55 2011 -0700
ITS#7040
commit f1ad87e649ec7b80f6a2561eee9a222e79feaeb8
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.
commit 970e3099e0392f153858205b4cda1f9622627ab0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:17:55 2011 -0700
ITS#7037
commit c28005598cc7cd284f240bd2c11ad3e523858c4e
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 47a282ec6b3e3c90c9f7218e13130a34824ae1c4
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
commit 94e4912a9bd74604d7b566638cc79557061bb23d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:16:35 2011 -0700
ITS#7051
commit ad2a7df1199a24e26c488ebe39fb9de855cf6a8f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 00:41:13 2011 -0700
ITS#7051 fix GNUtls cert dn parse
commit 2cca5973c5e8219473d952b10dd094abeeac8c87
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Nov 2 16:15:23 2011 -0700
ITS#7052
commit 970244fe1d19de631876a0a7d57edc816c53016b
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Sep 30 00:09:01 2011 -0700
ITS#7052 syncrepl deletes need a non-empty CSN
Must not let the underlying DB generate its own.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 6 ++++++
libraries/libldap/tls_g.c | 6 ++++--
libraries/libldap/tls_m.c | 32 +++++++++++++++++++++++++-------
servers/slapd/overlays/syncprov.c | 2 +-
servers/slapd/syncrepl.c | 27 ++++++++++++++++++++++-----
5 files changed, 58 insertions(+), 15 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 36f3c929939d1de0efa9c97ad30ef1bb0de14375 (commit)
via 292860f0c68c196936cf86d206812b41259ec29d (commit)
from 3d0c5e0b9aa4b796e2903a534d6474e2c050de8f (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 36f3c929939d1de0efa9c97ad30ef1bb0de14375
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Sep 13 09:39:28 2011 +0200
back-bdb/back-mdb IDL cleanup.
Parenthesize macros. Microoptimize IDL search. Use RANGE_<FIRST/LAST>
when IDL is known to be a range.
commit 292860f0c68c196936cf86d206812b41259ec29d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Sep 18 21:49:25 2011 +0200
Cleanup ISO C compatibility for recent commits
-----------------------------------------------------------------------
Summary of changes:
libraries/liblber/debug.c | 2 +-
servers/slapd/back-bdb/idl.c | 40 ++++++++++++++++++--------------------
servers/slapd/back-bdb/idl.h | 6 ++--
servers/slapd/overlays/pcache.c | 2 +-
servers/slapd/syncrepl.c | 8 +++++-
5 files changed, 30 insertions(+), 28 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 3d0c5e0b9aa4b796e2903a534d6474e2c050de8f (commit)
via 328b4e0a6b6076c78cf6067e5b02ee97318aa469 (commit)
via fafc899129e290a79040e1b3287b0559b70354c0 (commit)
from aa01208507a8ea0b781837c7040170d362239f7f (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 3d0c5e0b9aa4b796e2903a534d6474e2c050de8f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Sep 18 13:24:24 2011 -0700
Support single parameter substitution in filter
commit 328b4e0a6b6076c78cf6067e5b02ee97318aa469
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 17 03:08:02 2011 -0700
deltasync test tweaks
Check replication success before stopping consumer.
Set retry/interval to make sure consumer reconnects after provider restart.
commit fafc899129e290a79040e1b3287b0559b70354c0
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Sep 8 23:41:06 2011 -0700
Add a few NULL checks to defend against dumb API checkers.
Unfortunately automated checkers don't seem to read the documentation
for how APIs are expected to be used, and the C declaration syntax
isn't expressive enough to encode the documented usage.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/schema.c | 56 +++++++++++++++++---
libraries/libldap/tls2.c | 6 ++-
tests/data/slapd-deltasync-slave.conf | 1 +
tests/progs/slapd-mtread.c | 93 +++++++++++++++++++++++++++++++-
tests/scripts/test043-delta-syncrepl | 36 +++++++++++++
5 files changed, 180 insertions(+), 12 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git