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