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 7d643d3acb94a6d7306330b550fce0e5755444a9 (commit)
via ccb7b26916f5604ebc653671a11bf9acfbab3425 (commit)
via a70b026f6b4df47dc7f2c5263dcf6e517b201dd1 (commit)
from 30da15a18df0810fd71f83b15e14a64dd7deee6a (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 7d643d3acb94a6d7306330b550fce0e5755444a9
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 31 23:50:02 2013 +0200
Plug MDB memory leak of DB names.
commit ccb7b26916f5604ebc653671a11bf9acfbab3425
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 31 23:48:10 2013 +0200
Silence signedness warning
commit a70b026f6b4df47dc7f2c5263dcf6e517b201dd1
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 31 23:47:45 2013 +0200
Fix MDB_DEBUG compile when no varargs macros.
Variables mdb_debug, mdb_debug_start were used undefined.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 ++++++++--
1 files changed, 8 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 30da15a18df0810fd71f83b15e14a64dd7deee6a (commit)
from 0c568117cea6764c3f12a0d69ddf54ee467d2dec (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 30da15a18df0810fd71f83b15e14a64dd7deee6a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Mar 31 20:56:08 2013 +0100
Tweak mode_t def per Hallvard's suggestion
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 6 ++++--
libraries/liblmdb/mdb.c | 2 +-
2 files changed, 5 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, mdb.master has been updated
via 0c568117cea6764c3f12a0d69ddf54ee467d2dec (commit)
from 7aae15739b2c77bb601c98b112c804f51778a33b (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 0c568117cea6764c3f12a0d69ddf54ee467d2dec
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Mar 31 08:10:43 2013 -0800
MSVC doesn't define mode_t
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 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 7aae15739b2c77bb601c98b112c804f51778a33b (commit)
from 863fa77a086e01c439e59a0b4c51be7d88b2e146 (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 7aae15739b2c77bb601c98b112c804f51778a33b
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Mar 29 01:08:06 2013 -0700
Fix CURSOR_LAST/CURSOR_PREV
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/mtest.c | 34 +++++++++++++++++++++++-----------
2 files changed, 24 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_35 has been created
at 7ead52fcc0669c9e7efdf74ab62be63882ca8aa3 (tag)
tagging 45c7e4135a168a157d6baf43bdc6adaeaeeac1c6 (commit)
replaces OPENLDAP_REL_ENG_2_4_34
tagged by Quanah Gibson-Mount
on Thu Mar 28 08:43:25 2013 -0700
- Log -----------------------------------------------------------------
OpenLDAP 2.4.35
Claude Brisson (1):
bugfix for mdb_cursor_put with MDB_MULTIPLE
Hallvard Furuseth (1):
ITS#7543 Fix log output "conn=-1 ... ACCEPT"
Howard Chu (24):
Add $(DESTDIR) to make install target
Add sample apps for comparison/education purposes
Delete obsolete @todo
Install manpages too
Use CC/LDFLAGS to link the shared lib
ITS#7536 fix mdb_rebalance
Turn off readahead on main mmap
ITS#7377 Fix c0f3d9b9a8864e744a8d1eaffc99bc86026d5351
Check for MADV_RANDOM
Fix f97552a83abb085bc44b1b578e550d64c1313a4b
Precalculate max size of a node
ITS#7538 fallout from ITS#7536 fix.
ITS#7533 don't install DB_CONFIG if no BDB backends
ITS#7531 check updateCookie status for INTERMEDIATEs
Avoid unnecessary syncCookie malloc/free
ITS#7542, more for ITS#7432
ITS#7540 reject undefined attrs
ITS#7546 fix example DNs
Fix bdb/hdb in example
ITS#7522 fix config syntax errors
Silence stupid warnings
ITS#7553 deinit cursor after deleting last node
ITS#7552 fix for templates with * / +
ITS#7553 better fix
Pierangelo Masarati (2):
more about ITS#7525
fix tool name (ITS#7534)
Quanah Gibson-Mount (16):
Return to release engineering
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7536, ITS#7377
ITS#7533
ITS#7531
ITS#7542, ITS#7432
ITS#7543
ITS#7540
ITS#7534
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7551
ITS#7522
ITS#7552
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
ITS#7553
Prep for release
-----------------------------------------------------------------------
---
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 45c7e4135a168a157d6baf43bdc6adaeaeeac1c6 (commit)
from 5605ba6b3bf2ff38829c3460da3b005da899f318 (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 45c7e4135a168a157d6baf43bdc6adaeaeeac1c6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Mar 28 08:41:51 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, OPENLDAP_REL_ENG_2_4 has been updated
via 5605ba6b3bf2ff38829c3460da3b005da899f318 (commit)
via 6549cfc7d09511de67e113d602c4071599127e2c (commit)
via 863fa77a086e01c439e59a0b4c51be7d88b2e146 (commit)
via 8a99b00acc6fc737b825c979c057a98a081e4e68 (commit)
via bccbcd1938269de42e81af163a3cbfb7216f0d56 (commit)
from 90a5ea5df85ff48f2d45c11cf2018395b2754207 (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 5605ba6b3bf2ff38829c3460da3b005da899f318
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Mar 26 17:46:13 2013 -0700
ITS#7553
commit 6549cfc7d09511de67e113d602c4071599127e2c
Merge: 90a5ea5 863fa77
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Mar 26 17:45:41 2013 -0700
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/liblmdb/mdb.c | 3 +++
libraries/liblmdb/midl.c | 8 ++++----
libraries/liblmdb/midl.h | 2 +-
4 files changed, 9 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 b107cffb871a5b1925590e4122e0fadd079ff829 (commit)
via 863fa77a086e01c439e59a0b4c51be7d88b2e146 (commit)
from faf077bd5c4cc03010515c3d3aefb7da95c3e956 (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 b107cffb871a5b1925590e4122e0fadd079ff829
Merge: faf077b 863fa77
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Mar 26 11:37:14 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 files changed, 3 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, mdb.master has been updated
via 863fa77a086e01c439e59a0b4c51be7d88b2e146 (commit)
from 8a99b00acc6fc737b825c979c057a98a081e4e68 (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 863fa77a086e01c439e59a0b4c51be7d88b2e146
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Mar 26 11:24:59 2013 -0700
ITS#7553 better fix
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 files changed, 3 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, OPENLDAP_REL_ENG_2_4 has been updated
via 90a5ea5df85ff48f2d45c11cf2018395b2754207 (commit)
via 54c69224b9b08e8f78ebbde71c38177adbcbac95 (commit)
from 871fe112e2f2098f0ab79572178e3e651d5625f9 (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 90a5ea5df85ff48f2d45c11cf2018395b2754207
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Mar 25 18:48:11 2013 -0700
ITS#7552
commit 54c69224b9b08e8f78ebbde71c38177adbcbac95
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Mar 25 11:14:01 2013 -0700
ITS#7552 fix for templates with * / +
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/pcache.c | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git