A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The annotated tag, OPENLDAP_REL_ENG_2_4_29 has been updated
to ed61175c9c98b684bf38e5ea22a4680b6948b197 (tag)
from c74a7341a8d68582d5cfe93285d81283c5397ff2 (which is now obsolete)
tagging ad0467699d9054e32a5530e93e28bd4194344d3d (commit)
replaces OPENLDAP_REL_ENG_2_4_28
tagged by Quanah Gibson-Mount
on Fri Feb 3 13:09:24 2012 -0800
- Log -----------------------------------------------------------------
OpenLDAP 2.4.29
Hallvard Furuseth (15):
ITS#7101 test001: Skip back-ldif unordered slapadd
ITS#7115 Re-fix tpool.c (idle/unidle)
ITS#7125 Fix Connection.c_mutex usage.
ITS#7075 Fix back-perl initialization.
ITS#7075 Re-fix back-perl initialization.
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
ITS#7125 Document connection loop API.
ITS#7131 Fix connection loop connindex usage.
.gitignore += ucgendat
Fix sl_malloc valgrind support.
thr_debug: tweak debug_already_initialized().
Silence 'assign away const' warning
ITS#7132 Fix syncrepl access to freed naming attr
Tweak installation instructions.
Fix the configure.in $Id$ in configure
Howard Chu (27):
ITS#7099 fix mdb_entry_return for tool mode
ITS#7099 fix dds db_open
ITS#7098 fix del/add of first schema element
ITS#7050 fix uninit'd return code in back-meta
ITS#7107 fix Operation init on reuse
ITS#7115 blocked writers should not interfere with pool pause
ITS#7117 fix typo
ITS#7121 fix page splits when data+key size is too large
Clarification/warning about delta-sync backup/restore
ITS#7127 fix syncrepl_config reference to freed memory
Happy New Year!
ITS#7126 fix cursor tracking code
ITS#7121 fix page splits when newindx == 0
txn_commit must abort txn before returning errors
Add valgrind support with -DUSE_VALGRIND
Fix: txn is invalidated by mdb_txn_commit()
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
ITS#7052 syncrepl deletes should ignore some errors
ITS#7140 more cleanup on txn abort
ITS#7142 fix slapadd exit on failure
ITS#7144 fix crash replicating modDN if oldRDN not present
ITS#7146 check for ad_index overflow
ITS#7146 fix prev commit
ITS#7150 fix check for already abandoned op
ITS#7052 ignore Adds with too old entryCSN
ITS#7143 don't leave empty slots in normalized attr values
ITS#7143 add FIXME comment, note that current patch is not ideal
Jan Vcelak (2):
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Kevan Carstensen (1):
ITS#7113 fix check order in connection_write()
Kurt Zeilenga (1):
Happy New Year!
Ondrej Kuznik (1):
ITS#7123 Update the cached entry when handling compare too.
Quanah Gibson-Mount (29):
Set date for 2.4.28
Return to release engineering
ITS#7099
ITS#7098
ITS#7101
ITS#7050
ITS#7107
ITS#7115
ITS#7117
ITS#7125
ITS#7127
ITS#7113
ITS#7075
ITS#7121 is fixed
ITS#7131
ITS#7132 and Wording fixes
ITS#7123
ITS#7135, ITS#7136
ITS#7052
Fix missed commit, sync with master (64a6cfe79b)
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
ITS#7138
ITS#7140
ITS#7142
Prep for release
ITS#7144
ITS#7146
ITS#7150
ITS#7143
SATOH Fumiyasu (1):
ITS#7138 smbk5pwd: fix ITS#6955 shadowLastChange
-----------------------------------------------------------------------
---
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 ad0467699d9054e32a5530e93e28bd4194344d3d (commit)
via 087dcf400752f4b8d5ff70a74f99319ea7a876d2 (commit)
via 272f04f589ca2dc3bd9c1ab9edf3138682ae67ba (commit)
via 63edd171b63b2ea9035efa621408ae5628505132 (commit)
from 65f0b66cf307492e81e0182e78d45170c487b143 (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 ad0467699d9054e32a5530e93e28bd4194344d3d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 13:09:12 2012 -0800
ITS#7143
commit 087dcf400752f4b8d5ff70a74f99319ea7a876d2
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:58:00 2012 -0800
ITS#7143 add FIXME comment, note that current patch is not ideal
commit 272f04f589ca2dc3bd9c1ab9edf3138682ae67ba
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:43:40 2012 -0800
ITS#7143 don't leave empty slots in normalized attr values
commit 63edd171b63b2ea9035efa621408ae5628505132
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:16:10 2012 -0800
ITS#7052 ignore Adds with too old entryCSN
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/rwm.c | 8 +++++++-
servers/slapd/syncrepl.c | 17 +++++++++++++++++
3 files changed, 25 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 430256fafb85028443d7964a5ab1f4bbf8b2db38 (commit)
from ef2f5263de8802794e528cc2648ecfca369302ae (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 430256fafb85028443d7964a5ab1f4bbf8b2db38
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:58:00 2012 -0800
ITS#7143 add FIXME comment, note that current patch is not ideal
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/rwm.c | 6 ++++++
1 files changed, 6 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 ef2f5263de8802794e528cc2648ecfca369302ae (commit)
from ba4366eae098c0e4950a78b1da8d79ffe8b34fee (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 ef2f5263de8802794e528cc2648ecfca369302ae
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:43:40 2012 -0800
ITS#7143 don't leave empty slots in normalized attr values
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/rwm.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 annotated tag, OPENLDAP_REL_ENG_2_4_29 has been updated
to c74a7341a8d68582d5cfe93285d81283c5397ff2 (tag)
from d9032ffc20dfe480c1b7e4154de59cd3156dc799 (which is now obsolete)
tagging 63edd171b63b2ea9035efa621408ae5628505132 (commit)
replaces OPENLDAP_REL_ENG_2_4_28
tagged by Quanah Gibson-Mount
on Fri Feb 3 11:24:02 2012 -0800
- Log -----------------------------------------------------------------
OpenLDAP 2.4.29
Hallvard Furuseth (15):
ITS#7101 test001: Skip back-ldif unordered slapadd
ITS#7115 Re-fix tpool.c (idle/unidle)
ITS#7125 Fix Connection.c_mutex usage.
ITS#7075 Fix back-perl initialization.
ITS#7075 Re-fix back-perl initialization.
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
ITS#7125 Document connection loop API.
ITS#7131 Fix connection loop connindex usage.
.gitignore += ucgendat
Fix sl_malloc valgrind support.
thr_debug: tweak debug_already_initialized().
Silence 'assign away const' warning
ITS#7132 Fix syncrepl access to freed naming attr
Tweak installation instructions.
Fix the configure.in $Id$ in configure
Howard Chu (25):
ITS#7099 fix mdb_entry_return for tool mode
ITS#7099 fix dds db_open
ITS#7098 fix del/add of first schema element
ITS#7050 fix uninit'd return code in back-meta
ITS#7107 fix Operation init on reuse
ITS#7115 blocked writers should not interfere with pool pause
ITS#7117 fix typo
ITS#7121 fix page splits when data+key size is too large
Clarification/warning about delta-sync backup/restore
ITS#7127 fix syncrepl_config reference to freed memory
Happy New Year!
ITS#7126 fix cursor tracking code
ITS#7121 fix page splits when newindx == 0
txn_commit must abort txn before returning errors
Add valgrind support with -DUSE_VALGRIND
Fix: txn is invalidated by mdb_txn_commit()
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
ITS#7052 syncrepl deletes should ignore some errors
ITS#7140 more cleanup on txn abort
ITS#7142 fix slapadd exit on failure
ITS#7144 fix crash replicating modDN if oldRDN not present
ITS#7146 check for ad_index overflow
ITS#7146 fix prev commit
ITS#7150 fix check for already abandoned op
ITS#7052 ignore Adds with too old entryCSN
Jan Vcelak (2):
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Kevan Carstensen (1):
ITS#7113 fix check order in connection_write()
Kurt Zeilenga (1):
Happy New Year!
Ondrej Kuznik (1):
ITS#7123 Update the cached entry when handling compare too.
Quanah Gibson-Mount (28):
Set date for 2.4.28
Return to release engineering
ITS#7099
ITS#7098
ITS#7101
ITS#7050
ITS#7107
ITS#7115
ITS#7117
ITS#7125
ITS#7127
ITS#7113
ITS#7075
ITS#7121 is fixed
ITS#7131
ITS#7132 and Wording fixes
ITS#7123
ITS#7135, ITS#7136
ITS#7052
Fix missed commit, sync with master (64a6cfe79b)
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
ITS#7138
ITS#7140
ITS#7142
Prep for release
ITS#7144
ITS#7146
ITS#7150
SATOH Fumiyasu (1):
ITS#7138 smbk5pwd: fix ITS#6955 shadowLastChange
-----------------------------------------------------------------------
---
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 ba4366eae098c0e4950a78b1da8d79ffe8b34fee (commit)
from 5584e5b98d45c52d5958b3348061bf6fb2988668 (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 ba4366eae098c0e4950a78b1da8d79ffe8b34fee
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 11:16:10 2012 -0800
ITS#7052 ignore Adds with too old entryCSN
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 17 +++++++++++++++++
1 files changed, 17 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 annotated tag, OPENLDAP_REL_ENG_2_4_29 has been updated
to d9032ffc20dfe480c1b7e4154de59cd3156dc799 (tag)
from dfd887cda0c0fe9ea7038030d512edf96d5f2b32 (which is now obsolete)
tagging 65f0b66cf307492e81e0182e78d45170c487b143 (commit)
replaces OPENLDAP_REL_ENG_2_4_28
tagged by Quanah Gibson-Mount
on Fri Feb 3 10:29:37 2012 -0800
- Log -----------------------------------------------------------------
OpenLDAP 2.4.29
Hallvard Furuseth (15):
ITS#7101 test001: Skip back-ldif unordered slapadd
ITS#7115 Re-fix tpool.c (idle/unidle)
ITS#7125 Fix Connection.c_mutex usage.
ITS#7075 Fix back-perl initialization.
ITS#7075 Re-fix back-perl initialization.
ITS#7115: Tighten ldap_pvt_thread_pool_unidle().
ITS#7125 Document connection loop API.
ITS#7131 Fix connection loop connindex usage.
.gitignore += ucgendat
Fix sl_malloc valgrind support.
thr_debug: tweak debug_already_initialized().
Silence 'assign away const' warning
ITS#7132 Fix syncrepl access to freed naming attr
Tweak installation instructions.
Fix the configure.in $Id$ in configure
Howard Chu (24):
ITS#7099 fix mdb_entry_return for tool mode
ITS#7099 fix dds db_open
ITS#7098 fix del/add of first schema element
ITS#7050 fix uninit'd return code in back-meta
ITS#7107 fix Operation init on reuse
ITS#7115 blocked writers should not interfere with pool pause
ITS#7117 fix typo
ITS#7121 fix page splits when data+key size is too large
Clarification/warning about delta-sync backup/restore
ITS#7127 fix syncrepl_config reference to freed memory
Happy New Year!
ITS#7126 fix cursor tracking code
ITS#7121 fix page splits when newindx == 0
txn_commit must abort txn before returning errors
Add valgrind support with -DUSE_VALGRIND
Fix: txn is invalidated by mdb_txn_commit()
Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b
ITS#7052 syncrepl deletes should ignore some errors
ITS#7140 more cleanup on txn abort
ITS#7142 fix slapadd exit on failure
ITS#7144 fix crash replicating modDN if oldRDN not present
ITS#7146 check for ad_index overflow
ITS#7146 fix prev commit
ITS#7150 fix check for already abandoned op
Jan Vcelak (2):
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Kevan Carstensen (1):
ITS#7113 fix check order in connection_write()
Kurt Zeilenga (1):
Happy New Year!
Ondrej Kuznik (1):
ITS#7123 Update the cached entry when handling compare too.
Quanah Gibson-Mount (28):
Set date for 2.4.28
Return to release engineering
ITS#7099
ITS#7098
ITS#7101
ITS#7050
ITS#7107
ITS#7115
ITS#7117
ITS#7125
ITS#7127
ITS#7113
ITS#7075
ITS#7121 is fixed
ITS#7131
ITS#7132 and Wording fixes
ITS#7123
ITS#7135, ITS#7136
ITS#7052
Fix missed commit, sync with master (64a6cfe79b)
Merge branch 'OPENLDAP_REL_ENG_2_4' of ssh://git-master.openldap.org/~git/git/openldap into OPENLDAP_REL_ENG_2_4
ITS#7138
ITS#7140
ITS#7142
Prep for release
ITS#7144
ITS#7146
ITS#7150
SATOH Fumiyasu (1):
ITS#7138 smbk5pwd: fix ITS#6955 shadowLastChange
-----------------------------------------------------------------------
---
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 65f0b66cf307492e81e0182e78d45170c487b143 (commit)
via 14cd7342d842962dc9e9410e6e456b469d810a42 (commit)
from 506db47e87109cd5fb2ccb6d66f9404195ae06c5 (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 65f0b66cf307492e81e0182e78d45170c487b143
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 10:29:24 2012 -0800
ITS#7150
commit 14cd7342d842962dc9e9410e6e456b469d810a42
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 3 09:35:13 2012 -0800
ITS#7150 fix check for already abandoned op
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/syncprov.c | 8 +++++---
2 files changed, 6 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git