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 b3345a21e027a710829fce527d6a6056e737f1df (commit)
via 26d6e699aac1f2adc77f2aad3e299b5475941dfc (commit)
via 1a0d02c4c40bb869e8179192de10f8fbad60b1e2 (commit)
via 25a99d4024930574490f18c9eaa1e0448df34eba (commit)
via 9e35127f1d0484005038685c7b0b7f3a10c44de0 (commit)
via 53cf2eed907c75354dc08a880ee1cc21ee2088e4 (commit)
via fb0b0688b0457150b9748dc3beee93cb548bb205 (commit)
from ebf23f81879a2c23b8b4af906b50df227befc851 (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 b3345a21e027a710829fce527d6a6056e737f1df
Merge: 26d6e69 1a0d02c
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 16:51:37 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
commit 26d6e699aac1f2adc77f2aad3e299b5475941dfc
Merge: fb0b068 ebf23f8
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 16:51:29 2013 -0800
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit fb0b0688b0457150b9748dc3beee93cb548bb205
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 11 03:15:59 2013 -0800
ITS#7473 check DN scope before fetching id2e
This is only a 10% gain, but still worth having for now.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Doxyfile | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 69 +++++++++++++++++++++-----------
servers/slapd/back-mdb/dn2id.c | 4 +-
servers/slapd/back-mdb/search.c | 84 +++++++++++++++++++++-----------------
5 files changed, 95 insertions(+), 66 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 1a0d02c4c40bb869e8179192de10f8fbad60b1e2 (commit)
from 25a99d4024930574490f18c9eaa1e0448df34eba (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 1a0d02c4c40bb869e8179192de10f8fbad60b1e2
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jan 14 13:46:25 2013 -0800
ITS#7485 more size checks
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +++
1 files changed, 3 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 25a99d4024930574490f18c9eaa1e0448df34eba (commit)
via 9e35127f1d0484005038685c7b0b7f3a10c44de0 (commit)
from 53cf2eed907c75354dc08a880ee1cc21ee2088e4 (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 25a99d4024930574490f18c9eaa1e0448df34eba
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jan 14 13:12:15 2013 -0800
ITS#7485 check maxkeysize in mdb_cursor_put
Also MDB_MAXKEYSIZE is redefinable at compile time.
commit 9e35127f1d0484005038685c7b0b7f3a10c44de0
Author: Howard Chu <hyc(a)symas.com>
Date: Mon Jan 14 12:57:54 2013 -0800
One more rename
Forgot this in 98fe3390891c7577e5f2664a091088786da78ffb
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Doxyfile | 2 +-
libraries/liblmdb/mdb.c | 37 +++++++++++++++++++++++--------------
2 files changed, 24 insertions(+), 15 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 f660d9ac14ef0a831768dd8b30e3af3561510dda (commit)
via 53cf2eed907c75354dc08a880ee1cc21ee2088e4 (commit)
via fed573cb86ed99f37bd062908ec814ee0ca47053 (commit)
from 6f33e2c665ff280ac175e8685ffba306bc8c3c19 (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 f660d9ac14ef0a831768dd8b30e3af3561510dda
Merge: 6f33e2c 53cf2ee
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 14 12:56:03 2013 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 8 ++++----
libraries/liblmdb/mdb.c | 31 ++++++++++++++++++++-----------
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 2 +-
5 files changed, 27 insertions(+), 18 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 cf485fe6a4b9e4fca6d4b0927d93e327ac4d0c70 (commit)
from 75c515daa81860638f0267aa5ad265669affaac1 (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 cf485fe6a4b9e4fca6d4b0927d93e327ac4d0c70
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 13 19:39:53 2013 -0600
RC22 - revise test data teardown process
-----------------------------------------------------------------------
Summary of changes:
.../com/jts/fortress/DelegatedAdminMgrConsole.java | 1 -
.../jts/fortress/DelegatedReviewMgrConsole.java | 1 -
.../com/jts/fortress/rbac/ReviewMgrImplTest.java | 22 +++++++++++++++++--
.../com/jts/fortress/samples/AccessMgrSample.java | 1 -
.../jts/fortress/samples/AllSamplesJUnitTest.java | 2 -
.../samples/CreatePermOrgHierarchySample.java | 1 -
.../jts/fortress/samples/CreatePermOrgSample.java | 1 -
.../com/jts/fortress/samples/CreatePermSample.java | 3 --
.../samples/CreateRoleHierarchySample.java | 13 +----------
.../com/jts/fortress/samples/CreateRoleSample.java | 1 -
.../jts/fortress/samples/CreateSessionSample.java | 4 ++-
.../samples/CreateUserOrgHierarchySample.java | 3 +-
.../jts/fortress/samples/CreateUserOrgSample.java | 6 ++++-
.../jts/fortress/samples/CreateUserRoleSample.java | 1 -
.../com/jts/fortress/samples/CreateUserSample.java | 21 +++++++++++++-----
15 files changed, 46 insertions(+), 35 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 75c515daa81860638f0267aa5ad265669affaac1 (commit)
from ff2094a2bce9d93e7b369e6ba5aa53ca802b2eec (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 75c515daa81860638f0267aa5ad265669affaac1
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 13 16:25:53 2013 -0600
RC22 - add multi-tenant support to CLI
-----------------------------------------------------------------------
Summary of changes:
build.properties | 2 +-
build.xml | 1 +
.../jts/fortress/cli/CommandLineInterpreter.java | 21 +++++++++++++------
.../com/jts/fortress/rbac/ReviewMgrImplTest.java | 12 -----------
.../jts/fortress/samples/AllSamplesJUnitTest.java | 19 ------------------
5 files changed, 16 insertions(+), 39 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-fortress-core.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 ff2094a2bce9d93e7b369e6ba5aa53ca802b2eec (commit)
from 5f9f614aa52601a65a86c05dbf4ba29cd69075ff (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 ff2094a2bce9d93e7b369e6ba5aa53ca802b2eec
Author: Shawn McKinney <smckinn(a)smckinnlt-lr02.(none)>
Date: Sun Jan 13 16:05:54 2013 -0600
RC22 - programming sample cleanup
-----------------------------------------------------------------------
Summary of changes:
README-QUICKSTART-WINDOWS.html | 2 +-
build.properties | 2 +-
build.xml | 39 +++-----------------
ldap/setup/FortressDemoUsers.xml | 14 +-------
.../java/com/jts/fortress/rbac/ReviewMgrImpl.java | 22 ++++++++++-
.../com/jts/fortress/samples/AccessMgrSample.java | 13 ++++---
.../jts/fortress/samples/AllSamplesJUnitTest.java | 24 +++++++++++--
.../samples/CreatePermOrgHierarchySample.java | 13 ++++---
.../jts/fortress/samples/CreatePermOrgSample.java | 13 ++++---
.../com/jts/fortress/samples/CreatePermSample.java | 37 ++++++++++---------
.../samples/CreateRoleHierarchySample.java | 13 ++++---
.../com/jts/fortress/samples/CreateRoleSample.java | 24 ++++++------
.../jts/fortress/samples/CreateSessionSample.java | 9 +++--
.../samples/CreateUserOrgHierarchySample.java | 13 ++++---
.../jts/fortress/samples/CreateUserOrgSample.java | 7 ++--
.../jts/fortress/samples/CreateUserRoleSample.java | 11 +++---
.../com/jts/fortress/samples/CreateUserSample.java | 34 +++++++++++++++--
17 files changed, 160 insertions(+), 130 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, master has been updated
via ebf23f81879a2c23b8b4af906b50df227befc851 (commit)
from e250e052c3281d9c99b012037c00cb7da509c187 (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 ebf23f81879a2c23b8b4af906b50df227befc851
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sat Jan 12 00:13:07 2013 +0100
add support for 'onerr' (ITS#7492)
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-ldap.5 | 7 +++++
servers/slapd/back-ldap/back-ldap.h | 4 +++
servers/slapd/back-ldap/config.c | 44 +++++++++++++++++++++++++++++++++++
servers/slapd/back-ldap/search.c | 28 +++++++++++++++-------
servers/slapd/back-meta/back-meta.h | 2 +-
5 files changed, 75 insertions(+), 10 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 53cf2eed907c75354dc08a880ee1cc21ee2088e4 (commit)
from fed573cb86ed99f37bd062908ec814ee0ca47053 (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 53cf2eed907c75354dc08a880ee1cc21ee2088e4
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Jan 11 11:45:25 2013 -0800
ITS#7491 check for filled dirty page list
Very large single transactions will fail. It's not just a problem when
nested transactions are used. We could make this dynamically sized,
but I'm not sure what the point is.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++----------
2 files changed, 20 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 e250e052c3281d9c99b012037c00cb7da509c187 (commit)
via fed573cb86ed99f37bd062908ec814ee0ca47053 (commit)
from 8102d9d2df0d97b70f9d5d9e54e7a171975a6fee (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 e250e052c3281d9c99b012037c00cb7da509c187
Merge: 8102d9d fed573c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 10 02:59:39 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 6 +++---
libraries/liblmdb/mdb.c | 2 +-
3 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, mdb.master has been updated
via fed573cb86ed99f37bd062908ec814ee0ca47053 (commit)
from cd80a154748ec052ec9d8bd0d596bbcd16641ad5 (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 fed573cb86ed99f37bd062908ec814ee0ca47053
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Jan 10 02:58:55 2013 -0800
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 6 +++---
libraries/liblmdb/mdb.c | 2 +-
libraries/liblmdb/midl.c | 2 +-
libraries/liblmdb/midl.h | 2 +-
5 files changed, 7 insertions(+), 7 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 6f33e2c665ff280ac175e8685ffba306bc8c3c19 (commit)
via d6a9d46f168082906a63f7a1972ab2a5a48d48dd (commit)
from 5bfe1c1f3587e8149a8c60a5fb11fc1d0f461126 (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 6f33e2c665ff280ac175e8685ffba306bc8c3c19
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:52:38 2013 -0800
ITS#7476
commit d6a9d46f168082906a63f7a1972ab2a5a48d48dd
Author: David Bender <codehero(a)yahoo.com>
Date: Wed Dec 19 02:34:30 2012 -0500
ITS#7476 Prevent EINTR from stopping otherwise successful connect
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
libraries/libldap/os-ip.c | 20 ++++++++++++++------
2 files changed, 15 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, OPENLDAP_REL_ENG_2_4 has been updated
via 5bfe1c1f3587e8149a8c60a5fb11fc1d0f461126 (commit)
via 8e1a179f37ad83aadb35d372570dfdbdf1e84897 (commit)
via fbb9f86622358518c2f899783c00a7830dbd3edc (commit)
via 1ce27eea6ee858b0bc8e1c4323b94c0a6933a493 (commit)
from b19c8f25e482ab85714aa4ffa3611dbf252aa6a5 (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 5bfe1c1f3587e8149a8c60a5fb11fc1d0f461126
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:49:51 2013 -0800
ITS#7488
commit 8e1a179f37ad83aadb35d372570dfdbdf1e84897
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 09:07:29 2013 -0800
ITS#7488 disable threaded indexer for now
No time to find the bug at the moment.
There's no performance benefit anyway.
commit fbb9f86622358518c2f899783c00a7830dbd3edc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:49:09 2013 -0800
ITS#7486
commit 1ce27eea6ee858b0bc8e1c4323b94c0a6933a493
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Jan 8 19:50:33 2013 +0100
clarification about filtering for dynamically added attrs (ITS#7486)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
doc/man/man5/slapo-dynlist.5 | 13 ++++++++++---
servers/slapd/back-mdb/tools.c | 2 ++
3 files changed, 14 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 b19c8f25e482ab85714aa4ffa3611dbf252aa6a5 (commit)
via 676a9288a065515e66d5ce5cd52632f2fa2039fa (commit)
via 337c9e3b4b61a158d1660b2e0edd775bc93364bf (commit)
from f43aed5c93a3af4cd7241a067497ca72f3c7956d (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 b19c8f25e482ab85714aa4ffa3611dbf252aa6a5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:35:58 2013 -0800
ITS#7487
commit 676a9288a065515e66d5ce5cd52632f2fa2039fa
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Jan 8 17:49:40 2013 +0100
more about ITS#7487
commit 337c9e3b4b61a158d1660b2e0edd775bc93364bf
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Tue Jan 8 17:39:00 2013 +0100
handle SLAP_MOD_SOFTDEL (ITS#7487) and other internal modification specifiers
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/memberof.c | 20 +++++++++++++++++---
2 files changed, 18 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 f43aed5c93a3af4cd7241a067497ca72f3c7956d (commit)
via 3c4184caa9b763754996ab54b7309a44be9af729 (commit)
from 7002d101c0c920e4b097087f9c1d3e1963917481 (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 f43aed5c93a3af4cd7241a067497ca72f3c7956d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:33:51 2013 -0800
ITS#7484
commit 3c4184caa9b763754996ab54b7309a44be9af729
Author: Pierangelo Masarati <ando(a)OpenLDAP.org>
Date: Sun Jan 6 17:14:22 2013 +0100
fix slapd.conf name (ITS#7484)
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/sssvlv.c | 2 +-
2 files changed, 2 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 8102d9d2df0d97b70f9d5d9e54e7a171975a6fee (commit)
via cd80a154748ec052ec9d8bd0d596bbcd16641ad5 (commit)
from 8f52aa24d3e0737edb1eb6a04e90aa610376cc60 (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 8102d9d2df0d97b70f9d5d9e54e7a171975a6fee
Merge: 8f52aa2 cd80a15
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 12:22:41 2013 -0800
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 1 -
libraries/liblmdb/mfree.c | 56 --------------------------------------------
2 files changed, 0 insertions(+), 57 deletions(-)
delete mode 100644 libraries/liblmdb/mfree.c
---
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 7002d101c0c920e4b097087f9c1d3e1963917481 (commit)
via cd80a154748ec052ec9d8bd0d596bbcd16641ad5 (commit)
via 2a36346b50abbdad1f36338fdbfbdfa16674602c (commit)
from 9ae057ead7bc5eb05013d3b2274064e97c07e3db (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 7002d101c0c920e4b097087f9c1d3e1963917481
Merge: 9ae057e cd80a15
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 9 12:20:29 2013 -0800
Merge remote branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 1 -
libraries/liblmdb/mdb.c | 13 ++++++----
libraries/liblmdb/mfree.c | 56 --------------------------------------------
3 files changed, 8 insertions(+), 62 deletions(-)
delete mode 100644 libraries/liblmdb/mfree.c
---
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 cd80a154748ec052ec9d8bd0d596bbcd16641ad5 (commit)
from 2a36346b50abbdad1f36338fdbfbdfa16674602c (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 cd80a154748ec052ec9d8bd0d596bbcd16641ad5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jan 9 20:49:43 2013 +0100
Delete liblmdb/mfree. It has moved into mdb_stat.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/Makefile | 1 -
libraries/liblmdb/mfree.c | 56 --------------------------------------------
2 files changed, 0 insertions(+), 57 deletions(-)
delete mode 100644 libraries/liblmdb/mfree.c
---
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 8f52aa24d3e0737edb1eb6a04e90aa610376cc60 (commit)
from acec27ec943aec338887e3ba191134a5de673a72 (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 8f52aa24d3e0737edb1eb6a04e90aa610376cc60
Author: David Bender <codehero(a)yahoo.com>
Date: Wed Dec 19 02:34:30 2012 -0500
ITS#7476 Prevent EINTR from stopping otherwise successful connect
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/os-ip.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 acec27ec943aec338887e3ba191134a5de673a72 (commit)
from 0521a7b3745cb346b7cd636a4fc144bb5a245cdc (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 acec27ec943aec338887e3ba191134a5de673a72
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 09:07:29 2013 -0800
ITS#7488 disable threaded indexer for now
No time to find the bug at the moment.
There's no performance benefit anyway.
-----------------------------------------------------------------------
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 0521a7b3745cb346b7cd636a4fc144bb5a245cdc (commit)
via 2a36346b50abbdad1f36338fdbfbdfa16674602c (commit)
from f096ed11251ed93a18192ca2757b6e412d4a4bf3 (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 0521a7b3745cb346b7cd636a4fc144bb5a245cdc
Merge: f096ed1 2a36346
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 08:57:53 2013 -0800
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++++-----
1 files changed, 8 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 2a36346b50abbdad1f36338fdbfbdfa16674602c (commit)
from 057e0686303444d56f29a7bee0536e261fdf0b6a (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 2a36346b50abbdad1f36338fdbfbdfa16674602c
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 08:30:13 2013 -0800
ITS#7455 don't give up so soon
If we're operating on the freelist, see if our current pghead
can satisfy the request before giving up and using new pages.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 13 ++++++++-----
1 files changed, 8 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 f096ed11251ed93a18192ca2757b6e412d4a4bf3 (commit)
from 332b522ec0759fe0709e29e56df6137713584be4 (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 f096ed11251ed93a18192ca2757b6e412d4a4bf3
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 9 01:57:48 2013 -0800
ITS#6164 avoid conn->c_mutex in send_ldap_ber
This may possibly trigger ITS#5835 again. Revert if so.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/result.c | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git