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 0cccf79a0284b05655ea07c3f4d66cb4d6b653d8 (commit)
from 14c5a5dff19ce98ed227dc7e70a93ed5b1074577 (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 0cccf79a0284b05655ea07c3f4d66cb4d6b653d8
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Apr 14 23:59:54 2013 -0700
Fix mdb_rebalance
Need to check NUMKEYS as well as fill threshold, when deciding
whether to change anything. Don't let the page drop below the
minimum number of keys.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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, mdb.master has been updated
via 14c5a5dff19ce98ed227dc7e70a93ed5b1074577 (commit)
from 372b3ddb85bef953fb548fbf2b9ef0cba4e3c8ed (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 14c5a5dff19ce98ed227dc7e70a93ed5b1074577
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Apr 14 16:53:30 2013 -0700
Revert "ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULTIPLE"
This reverts commit 372b3ddb85bef953fb548fbf2b9ef0cba4e3c8ed.
Original code works as designed.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 15 ++++-----------
1 files changed, 4 insertions(+), 11 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-Fortress-Core (openldap-fortress-core.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 3cb8cd8dbf2a49dce3109e2b5a582f264300f047 (commit)
from aec69a8b0f9c9b429b9554a56102fec29c442998 (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 3cb8cd8dbf2a49dce3109e2b5a582f264300f047
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Apr 14 11:02:28 2013 -0500
RC25 includes Maven cleanup and Commander prep works.
-----------------------------------------------------------------------
Summary of changes:
NOTICE.txt | 2 +-
README.txt | 27 +++++++++-----------
build.xml | 10 +++---
ldap/setup/refreshLDAPData-src.xml | 2 +-
src/main/java/us/jts/fortress/rbac/Props.java | 2 +-
src/test/java/us/jts/fortress/AuditMgrConsole.java | 3 +-
6 files changed, 22 insertions(+), 24 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 372b3ddb85bef953fb548fbf2b9ef0cba4e3c8ed (commit)
from fbe6a6051b180bb7e07a393abeced80d5c7932c2 (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 372b3ddb85bef953fb548fbf2b9ef0cba4e3c8ed
Author: Claude Brisson <claude.brisson(a)gmail.com>
Date: Wed Apr 10 14:40:49 2013 +0200
ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULTIPLE
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 15 +++++++++++----
1 files changed, 11 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, OPENLDAP_REL_ENG_2_4 has been updated
via 6a5f96c7181afed610443482a43cd08cc82b8f90 (commit)
via 5f45b197eed406a655e9b543986a3535f1700e73 (commit)
via c10a6fe2837eb40f4fd024d5023f3d64157c5486 (commit)
via 2418a396600f7e1bf71c6df09cd8ab58b34d0f93 (commit)
via 60b75127e9293165953e775321f15d8d93269202 (commit)
via cc40af20711e86681b2971cd185ffd9b67e96ea7 (commit)
via 76e15b6e02f59b762746d71cb6933aa722705a27 (commit)
from f60454239008b9f518e88a0d8ba8c1af61a64152 (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 6a5f96c7181afed610443482a43cd08cc82b8f90
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 11 08:12:03 2013 -0700
ITS#7568
commit 5f45b197eed406a655e9b543986a3535f1700e73
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Apr 9 12:42:31 2013 +0200
ITS#7568 Add -Q to slaptest's help
commit c10a6fe2837eb40f4fd024d5023f3d64157c5486
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Apr 9 12:41:38 2013 +0200
ITS#7568 Fix typos in ldap.conf.5
commit 2418a396600f7e1bf71c6df09cd8ab58b34d0f93
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 11 08:09:24 2013 -0700
ITS#7569
commit 60b75127e9293165953e775321f15d8d93269202
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Wed Apr 10 16:01:16 2013 -0700
ITS#7569 fixed a group enumeration bug (Symas#2255)
commit cc40af20711e86681b2971cd185ffd9b67e96ea7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 11 08:07:00 2013 -0700
ITS#6365
commit 76e15b6e02f59b762746d71cb6933aa722705a27
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 7 18:23:25 2013 +0000
ITS#6365 wait for read locks in tool mode
Fix commit e5b96f2c764f2ca8106560a9e46d3a9880cc2a12
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 5 +++++
contrib/slapd-modules/nssov/group.c | 2 +-
doc/man/man5/ldap.conf.5 | 4 ++--
servers/slapd/back-bdb/init.c | 8 +++++++-
servers/slapd/slapcommon.c | 2 +-
5 files changed, 16 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 fb790edccd6ee7ecbd75c3974cfadb42032129f1 (commit)
via ee23a4ca246541059dd7fe9acbb98dd46978bb86 (commit)
from 21ff23ac71cfe934514f1a959221a40df1b075c6 (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 fb790edccd6ee7ecbd75c3974cfadb42032129f1
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Apr 9 12:42:31 2013 +0200
ITS#7568 Add -Q to slaptest's help
commit ee23a4ca246541059dd7fe9acbb98dd46978bb86
Author: Jan Synacek <jsynacek(a)redhat.com>
Date: Tue Apr 9 12:41:38 2013 +0200
ITS#7568 Fix typos in ldap.conf.5
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/ldap.conf.5 | 4 ++--
servers/slapd/slapcommon.c | 2 +-
2 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, master has been updated
via 21ff23ac71cfe934514f1a959221a40df1b075c6 (commit)
from 1da5f1faf052e05c1a23b1663aed1d2cabca5008 (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 21ff23ac71cfe934514f1a959221a40df1b075c6
Author: Ted C. Cheng <tedcheng(a)symas.com>
Date: Wed Apr 10 16:01:16 2013 -0700
ITS#7569 fixed a group enumeration bug (Symas#2255)
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/nssov/group.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, OPENLDAP_REL_ENG_2_4 has been updated
via f60454239008b9f518e88a0d8ba8c1af61a64152 (commit)
via 9321119bac67aeb1a3d61fda9d1a60f32785468b (commit)
via f689537fa18e4f504576ebfb94068696abcf21f1 (commit)
via e6c52ff9f1b50736100acb311d966fabdffbb28c (commit)
via e6c32614f3840ac09dad1f7ffc1d4976a76d8fcb (commit)
via fbe6a6051b180bb7e07a393abeced80d5c7932c2 (commit)
via e43fa77eaaee72c5c390bd69addcc8c3e131d72f (commit)
via 227329c8e1fb818548f1936f5dc1349ffd733523 (commit)
via 6b46799379a3d15ae110f2b4b60bd360dda1ca75 (commit)
via 8eef7a4275eda8f2fa2e0d1e67c1d5cbcd91607e (commit)
via 6beaad52129da5353fd40c0ec48e6a78c4f71a2e (commit)
via e31d748dbe16b326fb2e80c1b876814cf7b24f45 (commit)
via cb1cc6483136b1404de29731279f81878fdf1199 (commit)
via 3213fc4db725fec22ccf894cad3b9623ac9ccf7b (commit)
via 7d643d3acb94a6d7306330b550fce0e5755444a9 (commit)
via ccb7b26916f5604ebc653671a11bf9acfbab3425 (commit)
via a70b026f6b4df47dc7f2c5263dcf6e517b201dd1 (commit)
via 30da15a18df0810fd71f83b15e14a64dd7deee6a (commit)
via 0c568117cea6764c3f12a0d69ddf54ee467d2dec (commit)
via 7aae15739b2c77bb601c98b112c804f51778a33b (commit)
from a3fb069057d143682a58f7fd9eb08e64015d8ec6 (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 f60454239008b9f518e88a0d8ba8c1af61a64152
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 7 19:47:34 2013 -0700
ITS#7562
commit 9321119bac67aeb1a3d61fda9d1a60f32785468b
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Apr 6 20:30:27 2013 +0200
no need to mention replog any longer (ITS#7562)
commit f689537fa18e4f504576ebfb94068696abcf21f1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 7 19:45:13 2013 -0700
ITS#7556,ITS#7515,ITS#7561
commit e6c52ff9f1b50736100acb311d966fabdffbb28c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 3 15:04:01 2013 -0700
attrdb fixes
commit e6c32614f3840ac09dad1f7ffc1d4976a76d8fcb
Merge: a3fb069 fbe6a60
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sun Apr 7 19:38:11 2013 -0700
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 8 ++
doc/man/man1/ldapmodify.1 | 3 +-
doc/man/man5/ldif.5 | 3 +-
doc/man/man5/slapd-config.5 | 1 -
doc/man/man5/slapd.conf.5 | 1 -
libraries/liblmdb/lmdb.h | 28 +++++--
libraries/liblmdb/mdb.c | 177 ++++++++++++++++++++++++-----------------
libraries/liblmdb/mtest.c | 39 +++++++---
servers/slapd/back-mdb/attr.c | 16 ++++
servers/slapd/bconfig.c | 7 +-
10 files changed, 181 insertions(+), 102 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 1da5f1faf052e05c1a23b1663aed1d2cabca5008 (commit)
via fbe6a6051b180bb7e07a393abeced80d5c7932c2 (commit)
from 27e1614fde548810387e55b8544903e7b7702b0f (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 1da5f1faf052e05c1a23b1663aed1d2cabca5008
Merge: 27e1614 fbe6a60
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Apr 7 19:23:19 2013 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
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 fbe6a6051b180bb7e07a393abeced80d5c7932c2 (commit)
from e43fa77eaaee72c5c390bd69addcc8c3e131d72f (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 fbe6a6051b180bb7e07a393abeced80d5c7932c2
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Apr 7 19:21:46 2013 -0700
Fix 227329c8e1fb818548f1936f5dc1349ffd73352
mdb_dbi_close() must allow any dbi < maxdbs, since opens in an
uncommitted txn don't increment env->me_numdbs.
-----------------------------------------------------------------------
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