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 76f8b77e36b0c4833ced7e529cb64705025f2c6a (commit)
from 9c49ef1d711dbb5e73f26759ce9ec67740741c5a (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 76f8b77e36b0c4833ced7e529cb64705025f2c6a
Author: Howard Chu <hyc(a)symas.com>
Date: Sat Aug 10 14:55:51 2013 -0700
Point to mdb.c for docs on macros in Makefile
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 27 +++++++--------------------
1 files changed, 7 insertions(+), 20 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 634dcb507e57c46c16bb2a1bfcc8aea0d6c88d2b (commit)
via 64f06d5accd4cdb9b5edb773f209f0b071c9e8e0 (commit)
via 9c49ef1d711dbb5e73f26759ce9ec67740741c5a (commit)
via 76d31573a40ba8fe27be6cf3a68230c363119bdf (commit)
via 9beea541e182ff2c9f09d57f02a256c333b6e345 (commit)
via ef899fe84ed6eabe1e327eaee74f91c787d3bbfc (commit)
via 86551828abbafc90f52fc17ba095f48e28edab3b (commit)
via 5645812f41b66ca2bf26ff7367f4a5348a4d491e (commit)
via 92eb22018492e9a9e4837fac24b9534944a05ae3 (commit)
from 19737680d1c7ceda69dc90803a2906f1235d44fe (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 634dcb507e57c46c16bb2a1bfcc8aea0d6c88d2b
Merge: 64f06d5 9c49ef1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 10 05:05:57 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
commit 64f06d5accd4cdb9b5edb773f209f0b071c9e8e0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 10 05:05:16 2013 -0700
ITS#7662 cleanup reader txn in mdb_entry_get()
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 8 +-
libraries/liblmdb/lmdb.h | 8 +-
libraries/liblmdb/mdb.c | 397 ++++++++++++++++++++-----------------
servers/slapd/back-mdb/id2entry.c | 11 +-
4 files changed, 226 insertions(+), 198 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 9c49ef1d711dbb5e73f26759ce9ec67740741c5a (commit)
from 76d31573a40ba8fe27be6cf3a68230c363119bdf (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 9c49ef1d711dbb5e73f26759ce9ec67740741c5a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Aug 10 13:50:10 2013 +0200
Avoid compiling debug args with C90 compilers.
Use double DPRINTF() parenthesis, so varargs macros are not needed.
Parenthesize MDB_DEBUG, in case the user defines it as foo || bar.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 291 +++++++++++++++++++++++------------------------
1 files changed, 145 insertions(+), 146 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 76d31573a40ba8fe27be6cf3a68230c363119bdf (commit)
via 9beea541e182ff2c9f09d57f02a256c333b6e345 (commit)
from ef899fe84ed6eabe1e327eaee74f91c787d3bbfc (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 76d31573a40ba8fe27be6cf3a68230c363119bdf
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Aug 10 13:23:30 2013 +0200
Refuse ops on bad txns
commit 9beea541e182ff2c9f09d57f02a256c333b6e345
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Aug 10 13:23:30 2013 +0200
Replace EINVALs with generalized MDB_INCOMPATIBLE.
Also check xcursor instead of DUPSORT, it's slightly briefer.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 94 ++++++++++++++++++++++++++++------------------
2 files changed, 58 insertions(+), 38 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 ef899fe84ed6eabe1e327eaee74f91c787d3bbfc (commit)
from 86551828abbafc90f52fc17ba095f48e28edab3b (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 ef899fe84ed6eabe1e327eaee74f91c787d3bbfc
Author: John Hewson <john(a)jahewson.com>
Date: Sat Aug 10 04:12:42 2013 -0700
ITS#7656 fix install target
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 8 ++++----
1 files changed, 4 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, mdb.master has been updated
via 86551828abbafc90f52fc17ba095f48e28edab3b (commit)
from 5645812f41b66ca2bf26ff7367f4a5348a4d491e (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 86551828abbafc90f52fc17ba095f48e28edab3b
Author: Salvador Ortiz <sog(a)msg.com.mx>
Date: Fri Aug 9 11:03:28 2013 -0500
ITS#7660 Add mdb_txn_env to API
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 ++++++
libraries/liblmdb/mdb.c | 7 +++++++
2 files changed, 13 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 5645812f41b66ca2bf26ff7367f4a5348a4d491e (commit)
via 92eb22018492e9a9e4837fac24b9534944a05ae3 (commit)
from 335f0e4ceeed82a1302bf16cf2c3df00f45798c4 (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 5645812f41b66ca2bf26ff7367f4a5348a4d491e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Aug 10 12:29:45 2013 +0200
mdb_txn_commit(): Always commit if MDB_TXN_SPILLS.
Checking dirty_list was insufficient after a spill
with no named databases and no positioned cursors.
commit 92eb22018492e9a9e4837fac24b9534944a05ae3
Author: Salvador Ortiz <sog(a)msg.com.mx>
Date: Sat Aug 10 09:42:19 2013 +0200
ITS#7661 mdb_dbi_flags(): Allow main DBI
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 5 +++--
1 files changed, 3 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 84b8fd09586ebed94972f5aa6136f7bde31bc5fa (commit)
via e6962aa50b0cb0edf39168cd8d4007c0ae607138 (commit)
from 7fd2714af8996b6ae9965987c2cae4ce94ebf334 (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 84b8fd09586ebed94972f5aa6136f7bde31bc5fa
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 9 15:59:20 2013 -0700
ITS#7659
commit e6962aa50b0cb0edf39168cd8d4007c0ae607138
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 9 10:08:09 2013 -0700
ITS#7659 add directoryString compatible syntaxes
countryString and telephoneNumber were missing
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
servers/slapd/schema_init.c | 2 ++
2 files changed, 4 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 19737680d1c7ceda69dc90803a2906f1235d44fe (commit)
from 968a2872ddfb4df80f1b03143e43706c3467e5f6 (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 19737680d1c7ceda69dc90803a2906f1235d44fe
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 9 10:08:09 2013 -0700
ITS#7659 add directoryString compatible syntaxes
countryString and telephoneNumber were missing
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema_init.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 7fd2714af8996b6ae9965987c2cae4ce94ebf334 (commit)
from 2214e47a2cf7c7776191c7e19390863cba16da6b (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 7fd2714af8996b6ae9965987c2cae4ce94ebf334
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 9 09:38:14 2013 -0700
ITS#7658
-----------------------------------------------------------------------
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 2214e47a2cf7c7776191c7e19390863cba16da6b (commit)
via 335f0e4ceeed82a1302bf16cf2c3df00f45798c4 (commit)
from d63e46d29da2d3c7c526b358a9f760aa87a73c5b (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 2214e47a2cf7c7776191c7e19390863cba16da6b
Merge: d63e46d 335f0e4
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 9 09:12:56 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, 4 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 968a2872ddfb4df80f1b03143e43706c3467e5f6 (commit)
via 335f0e4ceeed82a1302bf16cf2c3df00f45798c4 (commit)
from e766d02f67a55da660739d91d817325bffb136f6 (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 968a2872ddfb4df80f1b03143e43706c3467e5f6
Merge: e766d02 335f0e4
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 9 09:07:14 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via 335f0e4ceeed82a1302bf16cf2c3df00f45798c4 (commit)
from 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 (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 335f0e4ceeed82a1302bf16cf2c3df00f45798c4
Author: Salvador Ortiz <sog(a)msg.com.mx>
Date: Fri Aug 9 10:08:53 2013 -0500
mdb_del must ignore data if db not opened with MDB_DUPSORT
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 ++++
1 files changed, 4 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 d63e46d29da2d3c7c526b358a9f760aa87a73c5b (commit)
via 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 (commit)
via 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d (commit)
via 22c104c5d7783c5fda8b354e68302f7f54a3dddf (commit)
via 38b11b1de14a16eab461a12fcda9d78f406883a7 (commit)
via 2bd5d8102eddf460e288ccd4bd556ebba133b4b2 (commit)
via c3547e81f3fcefac2dc66f8dfff64025eb41cc36 (commit)
via ee5ba855651df54130a53daa8f5b638894343230 (commit)
via ffd2287b5505dd56a1ed12bf5f5fb903ff2fc8ea (commit)
via d66739f947ce06c16675aea2bd033c94b3d7d220 (commit)
via 1878213092fbc60f42131318f9eb98a73d5e888c (commit)
via 636c2d2a294ab4d61df832d864317400a5655d60 (commit)
via 74ed1757a4fb9263e1a78adc7b60360531824e0a (commit)
via 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e (commit)
via 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef (commit)
from c3c09133ad0bf630597b3be953abb77b2aabf79c (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 d63e46d29da2d3c7c526b358a9f760aa87a73c5b
Merge: c3c0913 1ac3c83
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 9 08:49:33 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 34 +++-
libraries/liblmdb/mdb.c | 349 ++++++++++++++++++++++++------------------
libraries/liblmdb/mdb_copy.1 | 5 +
libraries/liblmdb/mdb_stat.c | 28 ++--
4 files changed, 245 insertions(+), 171 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 e766d02f67a55da660739d91d817325bffb136f6 (commit)
via 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 (commit)
via 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d (commit)
via 22c104c5d7783c5fda8b354e68302f7f54a3dddf (commit)
via 38b11b1de14a16eab461a12fcda9d78f406883a7 (commit)
via 2bd5d8102eddf460e288ccd4bd556ebba133b4b2 (commit)
via c3547e81f3fcefac2dc66f8dfff64025eb41cc36 (commit)
via ee5ba855651df54130a53daa8f5b638894343230 (commit)
via ffd2287b5505dd56a1ed12bf5f5fb903ff2fc8ea (commit)
via d66739f947ce06c16675aea2bd033c94b3d7d220 (commit)
via 1878213092fbc60f42131318f9eb98a73d5e888c (commit)
via 636c2d2a294ab4d61df832d864317400a5655d60 (commit)
via 74ed1757a4fb9263e1a78adc7b60360531824e0a (commit)
via 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e (commit)
via 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef (commit)
from f39d537e2b6520c316895c8dfaf3ef008dcd8fc8 (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 e766d02f67a55da660739d91d817325bffb136f6
Merge: f39d537 1ac3c83
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 9 08:46:47 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 34 +++-
libraries/liblmdb/mdb.c | 349 ++++++++++++++++++++++++------------------
libraries/liblmdb/mdb_copy.1 | 5 +
libraries/liblmdb/mdb_stat.c | 28 ++--
4 files changed, 245 insertions(+), 171 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 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 (commit)
via 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d (commit)
from 22c104c5d7783c5fda8b354e68302f7f54a3dddf (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 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Aug 9 04:51:33 2013 -0700
Add mdb_env_get_maxkeysize()
commit 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Aug 9 13:05:14 2013 +0200
Replace unpredictable EINVAL error returns.
Return EINVAL only for simple programmer errors.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 13 ++++++++++++-
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++----------
2 files changed, 31 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 22c104c5d7783c5fda8b354e68302f7f54a3dddf (commit)
from 38b11b1de14a16eab461a12fcda9d78f406883a7 (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 22c104c5d7783c5fda8b354e68302f7f54a3dddf
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Aug 9 12:54:42 2013 +0200
Re-fix reader-pid code
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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, mdb.master has been updated
via 38b11b1de14a16eab461a12fcda9d78f406883a7 (commit)
via 2bd5d8102eddf460e288ccd4bd556ebba133b4b2 (commit)
via c3547e81f3fcefac2dc66f8dfff64025eb41cc36 (commit)
via ee5ba855651df54130a53daa8f5b638894343230 (commit)
via ffd2287b5505dd56a1ed12bf5f5fb903ff2fc8ea (commit)
via d66739f947ce06c16675aea2bd033c94b3d7d220 (commit)
via 1878213092fbc60f42131318f9eb98a73d5e888c (commit)
from 636c2d2a294ab4d61df832d864317400a5655d60 (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 38b11b1de14a16eab461a12fcda9d78f406883a7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:57:52 2013 +0200
mdb_cursorpages_mark: Mark current txn and no more.
Ignore parent txn cursors since it is the current txn's dirty_list
which will be flushed. But check the current txn also when clearing,
since cursors can have pages which are dirty in a parent.
Check !mc_xcursor instead of !MDB_DUPSORT. Equivalent for valid
data, but a bit safer if the sub-DB flags are corrupt.
commit 2bd5d8102eddf460e288ccd4bd556ebba133b4b2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:57:52 2013 +0200
Fix mdb_ovpage_free() vs. spill.
Ensure me_pghead has room before removing from spill/dirty list.
Don't return pages to me_pghead in nested txns, use mt_free_pgs.
commit c3547e81f3fcefac2dc66f8dfff64025eb41cc36
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:57:51 2013 +0200
Fix page spilling when MDB_WRITEMAP.
mdb_page_spill(): Don't binary-search the unsorted dirty_list.
mdb_page_flush(): Don't overwrite unprocessed dirty_list items.
commit ee5ba855651df54130a53daa8f5b638894343230
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:57:51 2013 +0200
Set MDB_TXN_ERROR when inconsistent txn state
commit ffd2287b5505dd56a1ed12bf5f5fb903ff2fc8ea
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:54:54 2013 +0200
Factor out MDB_env.
commit d66739f947ce06c16675aea2bd033c94b3d7d220
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:43:04 2013 +0200
MDB_LOCK_VERSION -> MDB_LOCK_FORMAT.
Pid locking needs a different lockfile-version: MDB_env's with and
without pid locking must not coexist, they can sabotage each other.
Store MDB_LOCK_FORMAT = (version | "use locking" flag) instead.
commit 1878213092fbc60f42131318f9eb98a73d5e888c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Thu Aug 8 19:43:04 2013 +0200
Fix mdb_reader_pid().
Treat unexpected errors as "don't know". Invert Pidcheck return
value, so nonzero including error codes = "the process may exist".
On Windows: Catch exited but still existing processes. Handle
undefined PROCESS_QUERY_LIMITED_INFORMATION.
On Unix: don't trust F_GETLK error to leave the input alone,
the fcntl() doc seems unclear.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 164 +++++++++++++++++++++++++++--------------------
1 files changed, 94 insertions(+), 70 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 636c2d2a294ab4d61df832d864317400a5655d60 (commit)
from 74ed1757a4fb9263e1a78adc7b60360531824e0a (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 636c2d2a294ab4d61df832d864317400a5655d60
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Aug 7 12:42:46 2013 -0700
Use proper printf format on Windows
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 127 +++++++++++++++++++++--------------------
libraries/liblmdb/mdb_stat.c | 28 ++++++----
2 files changed, 82 insertions(+), 73 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 c3c09133ad0bf630597b3be953abb77b2aabf79c (commit)
from 33f569e489b97b79cd3f1dc14a1e5ab08b794566 (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 c3c09133ad0bf630597b3be953abb77b2aabf79c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 7 11:08:09 2013 -0700
ITS#7645 more for TLSProtocolMin
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 1 +
doc/man/man5/slapd-ldap.5 | 2 +-
doc/man/man5/slapd-meta.5 | 2 +-
doc/man/man5/slapd.conf.5 | 1 +
4 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 f39d537e2b6520c316895c8dfaf3ef008dcd8fc8 (commit)
from 0626df2cf1f5dc28d9747cbf9eca2491f479a02e (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 f39d537e2b6520c316895c8dfaf3ef008dcd8fc8
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 7 11:08:09 2013 -0700
ITS#7645 more for TLSProtocolMin
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 1 +
doc/man/man5/slapd-ldap.5 | 2 +-
doc/man/man5/slapd-meta.5 | 2 +-
doc/man/man5/slapd.conf.5 | 1 +
4 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, mdb.master has been updated
via 74ed1757a4fb9263e1a78adc7b60360531824e0a (commit)
via 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e (commit)
via 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef (commit)
from 2cc2574d84686d2e2556e86f78a962bd593af19c (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 74ed1757a4fb9263e1a78adc7b60360531824e0a
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Aug 5 10:01:39 2013 +0200
Silence warnings
commit 27435aa5ac14c439ea14c0e7cf0f49c89470bf1e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Aug 5 09:55:57 2013 +0200
Tweak comments
commit 6214423163cb5c5cc7385e9e2f6da45ea5ee61ef
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Mon Aug 5 09:55:48 2013 +0200
Clarify doc: mdb_copy, nested txns, mdb_drop().
mdb_copy: Does not copy lockfile. Can trigger file growth.
mdb_txn_begin(): Clarify usage restrictions.
mdb_drop(): State what to do rather than what will be done, since
closing the handle could otherwise be read as happening even at failure.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 21 ++++++++++++++-------
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++----------
libraries/liblmdb/mdb_copy.1 | 5 +++++
3 files changed, 38 insertions(+), 17 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 33f569e489b97b79cd3f1dc14a1e5ab08b794566 (commit)
via 20433374247423186ab0168f49435d762e476c44 (commit)
via 24afef09b3da63e11a5a6033925245d99b64c765 (commit)
via 80f415a3ca08b958dd4a979eab98225d25669f2f (commit)
from aba681fa807c526a01afff98d2bf2c7c4b241c78 (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 33f569e489b97b79cd3f1dc14a1e5ab08b794566
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 2 14:17:08 2013 -0700
ITS#7591
commit 20433374247423186ab0168f49435d762e476c44
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 2 04:44:57 2013 -0700
ITS#7591 fix back-meta missing result msgs
commit 24afef09b3da63e11a5a6033925245d99b64c765
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 2 14:16:39 2013 -0700
ITS#7654
commit 80f415a3ca08b958dd4a979eab98225d25669f2f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 2 04:03:05 2013 -0700
ITS#7654 fix implicit declaration warnings
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
servers/slapd/back-meta/config.c | 6 ++++--
servers/slapd/back-meta/conn.c | 4 +++-
servers/slapd/proto-slap.h | 2 ++
4 files changed, 12 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 0626df2cf1f5dc28d9747cbf9eca2491f479a02e (commit)
from 8e28696f3187cdc9023587f60620057db89a2770 (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 0626df2cf1f5dc28d9747cbf9eca2491f479a02e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 2 04:44:57 2013 -0700
ITS#7591 fix back-meta missing result msgs
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/conn.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, master has been updated
via 8e28696f3187cdc9023587f60620057db89a2770 (commit)
from 45792bc59230fcb03d9f0fbaebb66697e711591b (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 8e28696f3187cdc9023587f60620057db89a2770
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Aug 2 04:03:05 2013 -0700
ITS#7654 fix implicit declaration warnings
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/config.c | 6 ++++--
servers/slapd/proto-slap.h | 2 ++
2 files changed, 6 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git