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 9121a473dece0cabeac334a373b765508a47c1fc (commit)
via 214e9ed07d566307f22e16d0c1f1f57be9504a3b (commit)
via 82b27c09c979e0f3e425bb14b64c5a0a28e04aab (commit)
from 5b2bfec3b4fa45dcfaed7780c7fdd42c4f69e75e (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 9121a473dece0cabeac334a373b765508a47c1fc
Merge: 5b2bfec 214e9ed
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 16 06:44:58 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 26 ++++++++++++++------------
1 files changed, 14 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 annotated tag, OPENLDAP_REL_ENG_2_4_36 has been created
at 1190bfd5ad5170a484fd64f2361739b0e5f699f2 (tag)
tagging 3463da548b91cc21d2a26bea404edb48bf0cbc48 (commit)
replaces OPENLDAP_REL_ENG_2_4_35
tagged by Quanah Gibson-Mount
on Thu Aug 15 13:04:42 2013 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.36
Claude Brisson (1):
ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULTIPLE
Hallvard Furuseth (73):
Fix MDB_DEBUG compile when no varargs macros.
Silence signedness warning
Plug MDB memory leak of DB names.
Clean up MDB_env setup.
Cleanup for TLS key and read-only filesystem.
Support mdb_txn_abort(a reset txn).
Catch MDB txn reuse/sync errors.
Tweak comments/readability.
Plug mdb_cursor_renew() memleak
Update fixes for dbi_open/close, ITS#7515.
Cleaner "Support mdb_txn_abort(a reset txn)".
Plug txn leak and MDB_NOTLS slot leaks on error.
Close cursors when commit(writer). Factor out code.
Allow mdb_cursor_close() after readonly txn ends.
Update MDB doc: Cursors, DB handles, data lifetime
mdb_dcmp(): Assume the database has MDB_DUPSORT.
MDB warning cleanup.
Simplify/cleanup mdb_cursor_init, C_ALLOCD.
Fix mdb_env_close(unopened MDB_env).
ITS#7515 Fix nested transaction error handling.
ITS#7589 mdb_cursor_put(): Update ovpage nodesize.
More ITS#7589: Fix prev commit.
More ITS#7589 followup: OVPAGES() -> mp_pages.
Tweak mdb_page_malloc(),mdb_page_get() semantics.
ITS#7515 Fix nested txn touch of subpage/ovpage.
ITS#7598 mdb_dbi_open(named DB): Check mainDB flags.
ITS#7598 Tweak MDB_<NEXT/PREV>_NODUP,fix mdb_stat.
mdb_stat cleanup.
Factor out mdb_find_oldest,mdb_dlist_free,dirty_list.
Drop unused liblmdb MIDL-range support.
Drop me_pgfree, add mdb_freelist_save().
More for ITS#7620 Fix mdb_ovpage_free().
Don't #define _GNU_SOURCE if already defined.
ITS#7594 Invalidate a dropped MDB DB's cursors.
ITS#7594 Fix MDB cursor tracking with subDBs.
Clean up mdb_page_touch(), mdb_page_copy().
ITS#7515 Nested MDB txns: Inherit txn flags.
ITS#7620: Keep empty IDLs. Tweak mdb_page_alloc().
Simplify mdb_page_alloc().
Rearrange MDB dirty page code.
Factor out MDB variables/expressions, cleanup.
Tweak MIDLs, catch errors.
Catch more MDB errors. DPRINTF in mdb_env_reset0.
Fix Windows I/O.
Improve MDB error handling, drop seek calls.
Tweak I/O, fix last commit.
Makefile/user-macro comments.
Factor out some vars, simplify.
Fix alloc/free issues.
Silence more uninit warnings
Simplify MDB_cursor: Drop flags C_ALLOCD,C_SHADOW.
ITS#7515 Fix tracking of parent txn's cursors.
ITS#7515 Reject conflicting page versions.
Do not follow uninited cursors' page pointers.
Save freelist using proper mdb_cursor_put().
Simplify: Always set C_UNTRACK for tracked cursors.
Also set/clear P_KEEP in parent txn's cursors
Clarify doc: mdb_copy, nested txns, mdb_drop().
Tweak comments
Silence warnings
Fix mdb_reader_pid().
MDB_LOCK_VERSION -> MDB_LOCK_FORMAT.
Factor out MDB_env.
Set MDB_TXN_ERROR when inconsistent txn state
Fix page spilling when MDB_WRITEMAP.
Fix mdb_ovpage_free() vs. spill.
mdb_cursorpages_mark: Mark current txn and no more.
Re-fix reader-pid code
Replace unpredictable EINVAL error returns.
mdb_txn_commit(): Always commit if MDB_TXN_SPILLS.
Replace EINVALs with generalized MDB_INCOMPATIBLE.
Refuse ops on bad txns
Avoid compiling debug args with C90 compilers.
Howard Chu (113):
Fix CURSOR_LAST/CURSOR_PREV
MSVC doesn't define mode_t
Tweak mode_t def per Hallvard's suggestion
ITS#7556 fix cursor_sibling for PREV
More fixes for MDB_LAST
Fix rebalance when collapsing root page
Fix d3990eb2f8b2944782604a2ca7bd52e08c58fc3e
Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e
ITS#7561 Fix mdb_drop bugs
Fixes for dbi_open/close, ITS#7515
Revert "Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e"
Fix 227329c8e1fb818548f1936f5dc1349ffd73352
attrdb fixes
ITS#6365 wait for read locks in tool mode
Revert "ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULTIPLE"
Fix mdb_rebalance
fix prev commit
ITS#7574 blind fix
Fix mdb_rebalance
Add MDB_NOTLS envflag.
Fix typo from 7aba5f5ab92a3fa92de001edb2c5ff4b04fd7d0d
Fix MDB_LAST, reset cursor index
ITS#7518 resync nss-pam-ldapd files
ITS#7518 fix manpage
Don't expire a conn if it's still referenced
Drop ldap_int_sasl_mutex
Avoid assert
Allow reading freelist while working on it
Refactor mdb_midl_append, add mdb_midl_grow()
Fix 66c839f0292d9aea12bf93ef6568ac2bd2ca0fc8
ITS#7577 alias fixes
ITS#7577 more for previous commit
Doxygen cleanup
Fix mdb_page_split - nested split
ITS#7588 fix double-free for sorted paged search
Include <netinet/in.h> for Solaris 8
ITS#7594 De-init other subcursors in page_touch
Cleanup, fix syncrepl config errmsg
ITS#7577 more alias deref checks
ITS#7581 fix back-meta config checks
ITS#7581 more for prev commit
ITS#7582 CLDAP, avoid ref to uninit'd memory
ITS#7588 fix possible NULL-deref in prev commit
ITS#7604 fix modrdn, base-scope search
Add _M_IX86 macro for MSVC
ITS#7608 promoted attrs must have valid ad_index
ITS#7608 allow slapadd w/unknown RDNs for config DB
ITS#7588 plug memleak
ITS#7590 tweak bdb/hdb/mdb notes
ITS#7609 add per-target filter patterns
Add mdb_env_copyfd()
Fix prev commit
Add warning about interrupting copy
Windows portability fixes for prev commit
tweak mdb_copy, trap signals
ITS#7594 better fix
ITS#7594 more for subDB cursor fix
Return fresh overflow pages to current pghead
Make sure mdb_stat() gets valid data
Fix CURSOR_NEXT/PREV on emptied DB
Partial revert c2cac4588a40480c020d320b544bc5f8e72adb11
ITS#7623 Clear P_SUBP on conversion from fake page
Fix uninit warnings, lseek usage
ITS#7635 fix read txn potential data race
ITS#7635 simplify 9474c1a0b62cad57b62855d09a201670385caa80
ITS#7628 fix back-mdb txn refcount
Tweaks for MDB_MULTIPLE
Silence uninit warning in prev commit
Fixup other cursors after delete op
Cursors: Clear C_EOF when clearing C_INITIALIZED
Fix rebalance/cursor adjust
Fix env_read_header() on Windows
Factor out parent
Move code out to mdb_page_dirty()
Delay touching pages until cursor is positioned.
Spill pages, take 3
Bump version to 0.9.7
Tweak comments, defaults should be OK already
Fix stale sub-cursor C_INIT flag
More for stale sub-cursor flags
Fix child txn dirty_room counts in spill/unspill
Add mdb_dbi_flags()
Add mdb_reader_list()
Tweak mdb_stat(1)
Tweak reader_list
Split MDB_VERSION to MDB_DATA/MDB_LOCK VERSION
Add mdb_reader_check()
Tweak reader checks
Get pid lock outside of rmutex
Tweak reader_pid check
ITS#7615 use shorter names for semaphores
Tweak mdb_envinfo numreaders
ITS#7636 slapi: don't free filterstr if filter didn't change
ITS#5655 cleanup
ITS#7645, #5655 TLSProtocolMin docs
ITS#7645 use ldap_pvt_tls_config for TLSProtocolMin
ITS#7652 fix I/O error checks
Cleanup prev commit
Fix typo in Win32 branch
Tweak prev commit again
ITS#7654 fix implicit declaration warnings
ITS#7591 fix back-meta missing result msgs
ITS#7645 more for TLSProtocolMin
Use proper printf format on Windows
Add mdb_env_get_maxkeysize()
ITS#7659 add directoryString compatible syntaxes
Point to mdb.c for docs on macros in Makefile
Fix obscure MDB_MULTIPLE bug
Tweak NODUPDATA flag check
Fix uninit'd mem ref in mdb_page_split
ITS#7664 delete lockfile if there is no environment
Revert "ITS#7664 delete lockfile if there is no environment"
ITS#7664 better fix
Jan Synacek (3):
ITS#7568 Fix typos in ldap.conf.5
ITS#7568 Add -Q to slaptest's help
ITS#7611 Fix loglevel2bvarray
John Hewson (1):
ITS#7656 fix install target
Jorge Perez Burgos (1):
ITS#7524 make sure binding flag is set before trying to bind
Landry Breuil (1):
ITS#7580 Fix autogroup when no attrs in URI.
Philip Guenther (2):
ITS#5655 TLS_PROTOCOL_MIN setting
ITS#7645 more OpenSSL TLS versions
Pierangelo Masarati (1):
no need to mention replog any longer (ITS#7562)
Quanah Gibson-Mount (48):
Return to RE
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7556,ITS#7515,ITS#7561
ITS#7562
ITS#6365
ITS#7569
ITS#7568
ITS#7524
ITS#7513
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7577
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7592
ITS#7588
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7581
7582, 7583
ITS#7604
ITS#7608
ITS#7590
ITS#7609
ITS#7611
ITS#7580
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7628
ITS#7635
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7636
ITS#7641
ITS#5655,ITS#7645
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7654
ITS#7591
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7658
ITS#7659
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7660
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Prep for release
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
Salvador Ortiz (3):
mdb_del must ignore data if db not opened with MDB_DUPSORT
ITS#7661 mdb_dbi_flags(): Allow main DBI
ITS#7660 Add mdb_txn_env to API
Stef Walter (1):
ITS#7583 Fix ldap_init_fd() for LDAP_PROTO_UDP
Ted C. Cheng (2):
ITS#7569 fixed a group enumeration bug (Symas#2255)
ITS#7513 added TCP keepalive support to back-meta
Timothy Pearson (1):
ITS#7641 don't muck with controls if slapi doesn't use them
-----------------------------------------------------------------------
---
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 214e9ed07d566307f22e16d0c1f1f57be9504a3b (commit)
from 82b27c09c979e0f3e425bb14b64c5a0a28e04aab (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 214e9ed07d566307f22e16d0c1f1f57be9504a3b
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Aug 14 09:57:25 2013 -0700
Silence warnings
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 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 82b27c09c979e0f3e425bb14b64c5a0a28e04aab (commit)
from 76f0a024859d3907305ec43b2f5826b45987d553 (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 82b27c09c979e0f3e425bb14b64c5a0a28e04aab
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Aug 14 15:21:59 2013 +0200
Tweak ITS#7615 fix: Obey strict-aliasing rules.
Do not access a long long as an array of longs.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 ++---
1 files changed, 2 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 5b2bfec3b4fa45dcfaed7780c7fdd42c4f69e75e (commit)
from 2b7237bdcffd834156c3b7fb01a876eb0c96199c (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 5b2bfec3b4fa45dcfaed7780c7fdd42c4f69e75e
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 14 03:51:29 2013 -0700
More for 907b9d487753631371dd969b551b63c41cef30fd
op.o_extra is only used with threading
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.c | 4 +++-
1 files changed, 3 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 3463da548b91cc21d2a26bea404edb48bf0cbc48 (commit)
via 76f0a024859d3907305ec43b2f5826b45987d553 (commit)
via a77ffaaa5d19ed42a6087109a5fa078f78eaf3e1 (commit)
from dcd35beb5fd64301bba88ec2464ba09fc3bb4597 (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 3463da548b91cc21d2a26bea404edb48bf0cbc48
Merge: dcd35be 76f0a02
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Aug 13 13:36:40 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 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 2b7237bdcffd834156c3b7fb01a876eb0c96199c (commit)
via 76f0a024859d3907305ec43b2f5826b45987d553 (commit)
via a77ffaaa5d19ed42a6087109a5fa078f78eaf3e1 (commit)
from beca9bbb153ae03fb34acfdb57c53144ac2166fc (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 2b7237bdcffd834156c3b7fb01a876eb0c96199c
Merge: beca9bb 76f0a02
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 13 13:35:46 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 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 76f0a024859d3907305ec43b2f5826b45987d553 (commit)
via a77ffaaa5d19ed42a6087109a5fa078f78eaf3e1 (commit)
from 8725838409512e999d78ea7b60773ce2f94d588f (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 76f0a024859d3907305ec43b2f5826b45987d553
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Aug 13 13:12:47 2013 -0700
ITS#7664 better fix
For RDONLY, don't get lockfile until we know datafile exists.
Also, don't try to create a new datafile for me_mfd if someone
deleted it after we got me_fd.
commit a77ffaaa5d19ed42a6087109a5fa078f78eaf3e1
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Aug 13 13:05:32 2013 -0700
Revert "ITS#7664 delete lockfile if there is no environment"
This reverts commit 8725838409512e999d78ea7b60773ce2f94d588f.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 26 +++++++++++++++-----------
1 files changed, 15 insertions(+), 11 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 dcd35beb5fd64301bba88ec2464ba09fc3bb4597 (commit)
via 8725838409512e999d78ea7b60773ce2f94d588f (commit)
from 2dba5b7f51cfe98b6de981a09ce573f8b6bbf15b (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 dcd35beb5fd64301bba88ec2464ba09fc3bb4597
Merge: 2dba5b7 8725838
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Aug 13 11:50:24 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 ++++++++-
1 files changed, 8 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 beca9bbb153ae03fb34acfdb57c53144ac2166fc (commit)
via 8725838409512e999d78ea7b60773ce2f94d588f (commit)
from cec27aa517692440b87f6a7bea864932a47ea5c6 (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 beca9bbb153ae03fb34acfdb57c53144ac2166fc
Merge: cec27aa 8725838
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 13 11:36:50 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 ++++++++-
1 files changed, 8 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 8725838409512e999d78ea7b60773ce2f94d588f (commit)
from eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 (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 8725838409512e999d78ea7b60773ce2f94d588f
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Aug 13 11:34:32 2013 -0700
ITS#7664 delete lockfile if there is no environment
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 9 ++++++++-
1 files changed, 8 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 2dba5b7f51cfe98b6de981a09ce573f8b6bbf15b (commit)
from 9d290fe82b20a8f413d7d9ae408a6289d2e0d764 (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 2dba5b7f51cfe98b6de981a09ce573f8b6bbf15b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 12 17:57:45 2013 -0700
Prep for release
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 +-
build/version.var | 8 ++++----
2 files changed, 5 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 cec27aa517692440b87f6a7bea864932a47ea5c6 (commit)
from 907b9d487753631371dd969b551b63c41cef30fd (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 cec27aa517692440b87f6a7bea864932a47ea5c6
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 12 15:04:51 2013 -0700
Fix prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/tools.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, master has been updated
via 907b9d487753631371dd969b551b63c41cef30fd (commit)
from c740cbc1e5c1f5c5cab6c46d39f78215e41e5766 (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 907b9d487753631371dd969b551b63c41cef30fd
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 12 14:49:41 2013 -0700
Fixes for threaded indexer
Works now, but still 2x slower. Leave disabled.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.c | 2 -
servers/slapd/back-mdb/back-mdb.h | 12 +++-
servers/slapd/back-mdb/index.c | 4 +-
servers/slapd/back-mdb/tools.c | 138 +++++++++++++++++++++++--------------
4 files changed, 99 insertions(+), 57 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 9d290fe82b20a8f413d7d9ae408a6289d2e0d764 (commit)
via eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 (commit)
from c758645221b60187e5d6c5f05231d095943982ca (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 9d290fe82b20a8f413d7d9ae408a6289d2e0d764
Merge: c758645 eaeeecc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 12 14:04:53 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 files changed, 2 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 c740cbc1e5c1f5c5cab6c46d39f78215e41e5766 (commit)
via eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 (commit)
from 6e9762f9e7e1259a50a3621f15002e66573cc300 (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 c740cbc1e5c1f5c5cab6c46d39f78215e41e5766
Merge: 6e9762f eaeeecc
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 12 12:49:24 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 files changed, 2 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, mdb.master has been updated
via eaeeecc3b28a814d6793b57102d9e03ff9a8cef7 (commit)
from 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b (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 eaeeecc3b28a814d6793b57102d9e03ff9a8cef7
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Aug 12 12:43:42 2013 -0700
Fix uninit'd mem ref in mdb_page_split
Don't compare cursors beyond their depth. (detected by valgrind)
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 files changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via c758645221b60187e5d6c5f05231d095943982ca (commit)
via 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b (commit)
via 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 (commit)
from 38f6ba9bb241fe72699ac199190b0b09feeed219 (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 c758645221b60187e5d6c5f05231d095943982ca
Merge: 38f6ba9 6ecee1c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 12 08:55:04 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 ++++++++++++++------
1 files changed, 14 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 6e9762f9e7e1259a50a3621f15002e66573cc300 (commit)
via 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b (commit)
from 76c8fd5c6cb65578521394cf7e6a6633b3330901 (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 6e9762f9e7e1259a50a3621f15002e66573cc300
Merge: 76c8fd5 6ecee1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 11 17:27:17 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 files changed, 2 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, mdb.master has been updated
via 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b (commit)
from 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 (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 6ecee1cbf9c6cad8665e2e3233e5a581f16a402b
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Aug 11 17:25:00 2013 -0700
Tweak NODUPDATA flag check
Should allow for the possibility of future flag combos.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++--
1 files changed, 2 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 76c8fd5c6cb65578521394cf7e6a6633b3330901 (commit)
via 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 (commit)
from ab44974baf7058619d0321e2ec28128caf9ce578 (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 76c8fd5c6cb65578521394cf7e6a6633b3330901
Merge: ab44974 5a5d33f
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 11 17:18:20 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 +++++++++++++-----
1 files changed, 13 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, mdb.master has been updated
via 5a5d33ff330aaf7c630174dcd65b914783e2f8e4 (commit)
from 76f8b77e36b0c4833ced7e529cb64705025f2c6a (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 5a5d33ff330aaf7c630174dcd65b914783e2f8e4
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Aug 11 17:15:03 2013 -0700
Fix obscure MDB_MULTIPLE bug
If a key has a single existing value, and then a put (MDB_MULTIPLE)
is done where the first of the multiple values matches the existing
value, the put would return SUCCESS without writing any of the
values. Fixed to loop to the next value as intended.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 18 +++++++++++++-----
1 files changed, 13 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 38f6ba9bb241fe72699ac199190b0b09feeed219 (commit)
from c216e1809971ac6c5b2b973501e0e8a766b77287 (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 38f6ba9bb241fe72699ac199190b0b09feeed219
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Aug 11 15:34:42 2013 -0700
ITS#7660
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
1 files changed, 1 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 c216e1809971ac6c5b2b973501e0e8a766b77287 (commit)
via 76f8b77e36b0c4833ced7e529cb64705025f2c6a (commit)
via 9c49ef1d711dbb5e73f26759ce9ec67740741c5a (commit)
via 76d31573a40ba8fe27be6cf3a68230c363119bdf (commit)
via 9beea541e182ff2c9f09d57f02a256c333b6e345 (commit)
via ef899fe84ed6eabe1e327eaee74f91c787d3bbfc (commit)
via 86551828abbafc90f52fc17ba095f48e28edab3b (commit)
via 5645812f41b66ca2bf26ff7367f4a5348a4d491e (commit)
via 92eb22018492e9a9e4837fac24b9534944a05ae3 (commit)
from 84b8fd09586ebed94972f5aa6136f7bde31bc5fa (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 c216e1809971ac6c5b2b973501e0e8a766b77287
Merge: 84b8fd0 76f8b77
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Aug 11 15:34:00 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 35 ++---
libraries/liblmdb/lmdb.h | 8 +-
libraries/liblmdb/mdb.c | 397 +++++++++++++++++++++++--------------------
3 files changed, 230 insertions(+), 210 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 ab44974baf7058619d0321e2ec28128caf9ce578 (commit)
via 76f8b77e36b0c4833ced7e529cb64705025f2c6a (commit)
from 634dcb507e57c46c16bb2a1bfcc8aea0d6c88d2b (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 ab44974baf7058619d0321e2ec28128caf9ce578
Merge: 634dcb5 76f8b77
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 10 16:20:47 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 27 +++++++--------------------
1 files changed, 7 insertions(+), 20 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git