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 b83dfcff5ebc43241e918805d27f3eede66e38ac (commit)
from 368f2814f83033c7bb11b3b6bb72a876e464a22d (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 b83dfcff5ebc43241e918805d27f3eede66e38ac
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jun 22 20:03:02 2011 -0700
Fix NO_THREADS typo
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sl_malloc.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 368f2814f83033c7bb11b3b6bb72a876e464a22d (commit)
via e100826c3048b6460164b76f4ff92da6dec464ff (commit)
via 7d271081d2f1ea59e6965818c2de7f6179253faa (commit)
via 4103a1052c160444c69bbfd246a7407b77a3307a (commit)
from 5d0059d3c1fbe153b137aa42eb18673d97fc05df (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 368f2814f83033c7bb11b3b6bb72a876e464a22d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 5 23:31:14 2010 +0000
ITS#6437: Fix pool version misalignment: It aligned heads, not returned blocks
commit e100826c3048b6460164b76f4ff92da6dec464ff
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 5 23:14:14 2010 +0000
ITS#6437, move structs slab_object and slab_heap from slap.h to sl_malloc.c
commit 7d271081d2f1ea59e6965818c2de7f6179253faa
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 5 22:11:24 2010 +0000
ITS#6437, save space: Do not allocate the tail, except if size==0.
Store a tail only in freed blocks. (Alignment ensures there will
be room.) Put the freed mark in next block's head.
commit 4103a1052c160444c69bbfd246a7407b77a3307a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 5 19:40:28 2010 +0000
ITS#6437 cleanup (noop patch): Join SLAP_NO_SL_MALLOC code with identical
ctx==NULL code. Add enum No_sl_malloc to avoid #ifdef SLAP_NO_SL_MALLOC.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sl_malloc.c | 159 ++++++++++++++++++++++++---------------------
servers/slapd/slap.h | 20 ------
2 files changed, 86 insertions(+), 93 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 5d0059d3c1fbe153b137aa42eb18673d97fc05df (commit)
via 91628f0c198f0f6b9e22a976f77b0a1c13d3d857 (commit)
via 5360e660acd71a496754cbd22665dcb46dcdd150 (commit)
via bfb6ecba80776186a70121916278c0f1e827505b (commit)
from 0ffcc559e39f12075317a78d24e8c65c3f221c11 (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 5d0059d3c1fbe153b137aa42eb18673d97fc05df
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue Jan 5 19:25:28 2010 +0000
ITS#6437, follow up previous fixes:
Ensure Align >= sizeof(ber_len_t), to clarify the code's requirements.
Rearrange a slap_sl_malloc() branch to factor out ch_malloc fallbacks.
Fix range check (ptr+size >= endptr) -> (size >= endptr-ptr). Fix debug msg.
commit 91628f0c198f0f6b9e22a976f77b0a1c13d3d857
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 23:42:31 2010 +0000
Add comments
commit 5360e660acd71a496754cbd22665dcb46dcdd150
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 22:53:22 2010 +0000
ITS#6437, slap_sl_calloc():
Check count*size overflow. Omit slap_sl_malloc failure check, it cannot fail.
commit bfb6ecba80776186a70121916278c0f1e827505b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Nov 3 15:03:48 2011 -0700
ITS#6437, failure/fallback/debug handling:
slap_sl_malloc could return failure. Exit instead, like the rest of sl_malloc.
Since we increase size, reduce it before Debug() and/or fallback to ch_malloc.
Debug() before exit() on failure. Tweak debug formats and a comment.
Conflicts:
servers/slapd/sl_malloc.c
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sl_malloc.c | 120 +++++++++++++++++++++++++++++++-------------
1 files changed, 84 insertions(+), 36 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 0ffcc559e39f12075317a78d24e8c65c3f221c11 (commit)
via 532dff1d641f04e166e37a1d2d6124b69d9d6c72 (commit)
via 04a5dcc3f8daeaff4c609b3bc3759d94665a4535 (commit)
via 628cd7290d371a24d59aefa529576c84a31b3341 (commit)
via 8fd5fa0ed82c3a9e980f75a84933e3c3ae0cd5f0 (commit)
via d729901a7d02c519e9ee73078dcb89a579aaf010 (commit)
from 9501d1fe797f251626de7c9a4a996e03613da8ff (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 0ffcc559e39f12075317a78d24e8c65c3f221c11
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 22:03:48 2010 +0000
ITS#6437 cleanup (noop change):
Move thread/nothread code to macros SET_MEMCTX()/GET_MEMCTX().
Rename some thread/memory contexts 'ctx' to thrctx/memctx to avoid confusion.
commit 532dff1d641f04e166e37a1d2d6124b69d9d6c72
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 21:39:46 2010 +0000
ITS#6437, fixes for stack implementation of slap_sl_realloc():
Preserve 2*int alignment on hosts where sizeof(int) == sizeof(ber_len_t).
If realloc of last block falls back to ch_malloc, free last block properly.
Fix range check (ptr + size < endptr) --> (size < endptr - ptr).
commit 04a5dcc3f8daeaff4c609b3bc3759d94665a4535
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 21:05:11 2010 +0000
ITS#6437: Fix alignment after slap_sl_realloc().
Also use -Align instead of ~pad: Valid also for non-twos complement.
commit 628cd7290d371a24d59aefa529576c84a31b3341
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 18:42:33 2010 +0000
ITS#6437 cleanup (noop change): Simplify slap_sl_free() code reclaiming space
commit 8fd5fa0ed82c3a9e980f75a84933e3c3ae0cd5f0
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 18:27:51 2010 +0000
ITS#6437 cleanup (noop change): Compute pad,order_start at compile time
commit d729901a7d02c519e9ee73078dcb89a579aaf010
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jan 2 18:05:56 2010 +0000
ITS#6437, slap_sl_mem_create():
Bugfix: Switching implementation stack<->pool on an old context could
crash or leak, it ran the wrong implementation's cleanup code.
Cleanup: Factor out identical stack/pool code. Call
slap_sl_mem_destroy(NULL,) instead of copying its pool code.
API change: slap_sl_mem_destroy(key=NULL,) gets a new meaning. Does
not affect current OpenLDAP code, it never passed NULL.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/sl_malloc.c | 287 ++++++++++++++++-----------------------------
1 files changed, 103 insertions(+), 184 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 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
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 bc54aa1078a5ae98a5f4c1db72c4c0b5abce58e6 (commit)
via 49c6ddf99c32e510e0cffe7513429c37c90fa4b0 (commit)
from 877ebdf5ef7c40e9d8aeba3894cd07f95bc721d2 (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 bc54aa1078a5ae98a5f4c1db72c4c0b5abce58e6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Nov 2 09:26:50 2011 -0700
ITS#6981 pcache: don't reference rs->sr_entry in op_cleanup
commit 49c6ddf99c32e510e0cffe7513429c37c90fa4b0
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Nov 2 09:25:45 2011 -0700
Revert "ITS#6981 don't free entries prematurely"
This reverts commit 877ebdf5ef7c40e9d8aeba3894cd07f95bc721d2.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/pcache.c | 109 +++++++++++++++++++--------------------
servers/slapd/result.c | 12 ++--
2 files changed, 59 insertions(+), 62 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 877ebdf5ef7c40e9d8aeba3894cd07f95bc721d2 (commit)
via f502695c813bf207f76042e9f0e277a3513d357e (commit)
from 3a096b300cf32e403407f00d20fc6c69b22984c2 (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 877ebdf5ef7c40e9d8aeba3894cd07f95bc721d2
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 16:24:10 2011 -0700
ITS#6981 don't free entries prematurely
commit f502695c813bf207f76042e9f0e277a3513d357e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 16:14:12 2011 -0700
Revert "ITS#6981 don't flush entries until after cleanup callbacks"
This reverts commit b68fa5ecd73037ebd436a2663003f544d482f71e.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 7 ++++++-
1 files changed, 6 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 3a096b300cf32e403407f00d20fc6c69b22984c2 (commit)
from b68fa5ecd73037ebd436a2663003f544d482f71e (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 3a096b300cf32e403407f00d20fc6c69b22984c2
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 13:40:57 2011 -0700
ITS#6972 fix double-free in autogroup
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/autogroup/autogroup.c | 3 ++-
1 files changed, 2 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 b68fa5ecd73037ebd436a2663003f544d482f71e (commit)
from d69ca65afd49740fdcbe55a389e312a841a47746 (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 b68fa5ecd73037ebd436a2663003f544d482f71e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 13:17:06 2011 -0700
ITS#6981 don't flush entries until after cleanup callbacks
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 9 ++-------
1 files changed, 2 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 d69ca65afd49740fdcbe55a389e312a841a47746 (commit)
from 6fa893a924d18b0e2ebdcda1c842dfce7ac32e32 (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 d69ca65afd49740fdcbe55a389e312a841a47746
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 12:59:36 2011 -0700
ITS#7060 fix str2result return code parsing
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.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 6fa893a924d18b0e2ebdcda1c842dfce7ac32e32 (commit)
via 62e65ec89b46af1affd12803e62c8a9f94d04bc8 (commit)
from 330fc85c2e5c9f64a746f8e37aee9ab5b7e89f03 (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 6fa893a924d18b0e2ebdcda1c842dfce7ac32e32
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 12:48:26 2011 -0700
ITS#7063 add auto-converted LDIFs for missing schema
commit 62e65ec89b46af1affd12803e62c8a9f94d04bc8
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 12:46:10 2011 -0700
Syntaxes must come before attributetypes in schema object
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 4 +-
servers/slapd/schema/collective.ldif | 48 +++++++++++++
servers/slapd/schema/corba.ldif | 42 ++++++++++++
servers/slapd/schema/duaconf.ldif | 83 +++++++++++++++++++++++
servers/slapd/schema/java.ldif | 59 ++++++++++++++++
servers/slapd/schema/misc.ldif | 45 ++++++++++++
servers/slapd/schema/pmi.ldif | 123 ++++++++++++++++++++++++++++++++++
servers/slapd/schema/ppolicy.ldif | 75 +++++++++++++++++++++
8 files changed, 477 insertions(+), 2 deletions(-)
create mode 100644 servers/slapd/schema/collective.ldif
create mode 100644 servers/slapd/schema/corba.ldif
create mode 100644 servers/slapd/schema/duaconf.ldif
create mode 100644 servers/slapd/schema/java.ldif
create mode 100644 servers/slapd/schema/misc.ldif
create mode 100644 servers/slapd/schema/pmi.ldif
create mode 100644 servers/slapd/schema/ppolicy.ldif
---
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 330fc85c2e5c9f64a746f8e37aee9ab5b7e89f03 (commit)
from ddaea1cf7311bad9f235daa65342ecaa1705653c (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 330fc85c2e5c9f64a746f8e37aee9ab5b7e89f03
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 12:09:01 2011 -0700
ITS#7071 check for socket() in -lnet
-----------------------------------------------------------------------
Summary of changes:
configure.in | 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 ddaea1cf7311bad9f235daa65342ecaa1705653c (commit)
from 4045cd1dc0ef2238cddb5792e53984d97481e714 (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 ddaea1cf7311bad9f235daa65342ecaa1705653c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 11:40:04 2011 -0700
ITS#7065 fix cn=config modify replace/delete crash
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.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, OPENLDAP_REL_ENG_2_4 has been updated
via 8e19eb0454cd95854b4eec86d2d8a65d23b2d20a (commit)
via 6a830d5191ce0af28365a895d2b4cd39b160354a (commit)
via a4d7b652d05fa114cdc232de105508619e151aeb (commit)
from bb996616a44f74854373eef47c4d5045d31032cf (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 8e19eb0454cd95854b4eec86d2d8a65d23b2d20a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Sep 8 14:05:56 2011 -0700
Fix loglevel <integer> to be loglevel <level> to match reality (and olcLogLevel description too!)
commit 6a830d5191ce0af28365a895d2b4cd39b160354a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 31 17:35:06 2011 -0700
Also track skipped (non-executable) tests
commit a4d7b652d05fa114cdc232de105508619e151aeb
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 31 15:15:39 2011 -0700
Add NOEXIT envvar to run all tests and tally failures
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/slapdconfig.sdf | 2 +-
tests/scripts/all | 49 +++++++++++++++++++++++++++++++++-----
2 files changed, 43 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 4045cd1dc0ef2238cddb5792e53984d97481e714 (commit)
from 9cb0386851d55676e6954c0ccf74f42df006a85e (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 4045cd1dc0ef2238cddb5792e53984d97481e714
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 11:23:59 2011 -0700
ITS#7061 only return requested attrs in sssvlv response
Replaces commit 8eecc9a017584ea0b56b25f0e4750e3b16929de6
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/sssvlv.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 9cb0386851d55676e6954c0ccf74f42df006a85e (commit)
from 60c0f61579b5bbbdeb34b784e09c366e6ce87d49 (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 9cb0386851d55676e6954c0ccf74f42df006a85e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Nov 1 11:02:00 2011 -0700
ITS#7062 call response callbacks even if connection was dropped
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git