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 0a954f1a67410dceb0fafe202bd6c2f2f409cb4a (commit)
from aa77c832b8e6fc696078017f550d119cdfc0f232 (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 0a954f1a67410dceb0fafe202bd6c2f2f409cb4a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 12 23:55:29 2017 +0100
Fix Android recognition
The official macro is __ANDROID__; ANDROID may or may not be defined.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 +++---
1 file 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 aa77c832b8e6fc696078017f550d119cdfc0f232 (commit)
via af2f8cc814fabe2814cacb573be3338292f47c0d (commit)
via ce834559041747a8ae29884d2b82e144adc7600f (commit)
via 7edf504106c61639a89b9a4e5987242598196932 (commit)
from 1de70b21306006331fc4bf20b403c8dd17b7c425 (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 aa77c832b8e6fc696078017f550d119cdfc0f232
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 20 18:38:47 2017 +0100
Add -a append option to mdb_load
To allow reloading of custom-sorted DBs from mdb_dump
commit af2f8cc814fabe2814cacb573be3338292f47c0d
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 12 11:16:45 2017 +0100
ITS#8704 Fix PREVMETA, rename to PREVSNAPSHOT
and enforce exclusive access to environment. Also fix txn_begin/pick_meta
to use correct meta page, and reset the flag after successful commit.
commit ce834559041747a8ae29884d2b82e144adc7600f
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 31 19:15:21 2017 +0100
ITS#8704 Add MDB_PREVMETA support to tools
commit 7edf504106c61639a89b9a4e5987242598196932
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 17 18:46:10 2019 +0000
IDLs for VL32 must be same size as for 64bit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 +++++-----
libraries/liblmdb/mdb.c | 34 ++++++++++++++++++++--------
libraries/liblmdb/mdb_copy.1 | 10 +++++++--
libraries/liblmdb/mdb_copy.c | 4 +++-
libraries/liblmdb/mdb_dump.1 | 10 +++++++--
libraries/liblmdb/mdb_dump.c | 6 ++++-
libraries/liblmdb/mdb_load.1 | 7 ++++++
libraries/liblmdb/mdb_load.c | 53 ++++++++++++++++++++++++++++++++++++++------
libraries/liblmdb/mdb_stat.1 | 10 +++++++--
libraries/liblmdb/mdb_stat.c | 6 ++++-
libraries/liblmdb/midl.h | 6 +----
11 files changed, 123 insertions(+), 35 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 e33d1c546167db0919d1248e25c3d03d5c120cde (commit)
from b45a6a7dc728d9df18aa1ca7a9aa43dabb1d4037 (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 e33d1c546167db0919d1248e25c3d03d5c120cde
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 15 21:39:46 2019 +0000
ITS#6300 fix kqueue initialization
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/daemon.c | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
---
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.RE/0.9 has been updated
via b15149a56b19297a18f0d031c5784083997f7442 (commit)
from f9acf682072889c609a869559656a055e58c9b1d (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 b15149a56b19297a18f0d031c5784083997f7442
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 19:06:20 2019 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
3 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 1de70b21306006331fc4bf20b403c8dd17b7c425 (commit)
from 11308dfe26ff4daf53b61e06f6fb35248e2ced7f (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 1de70b21306006331fc4bf20b403c8dd17b7c425
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 19:06:20 2019 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
3 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 de23e57b13fa25ffc9b9c204fd22a50dbde6c0b2 (commit)
via 7553afa6fd524181bd5d7c5fa8808bbd0fc09864 (commit)
via 59758c84d7889ca831b42bede6358ef91401e201 (commit)
from 37e4d827db143389d74650509d8065603e2bf258 (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 de23e57b13fa25ffc9b9c204fd22a50dbde6c0b2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 14 18:55:27 2019 +0000
ITS#8663
commit 7553afa6fd524181bd5d7c5fa8808bbd0fc09864
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Mon Jan 14 11:44:35 2019 +0000
ITS#8663 Fix memberof SLAP_CONFIG_EMIT
commit 59758c84d7889ca831b42bede6358ef91401e201
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Fri Jan 11 15:15:07 2019 +0000
Test updating memberof config works
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/memberof.c | 8 ++-----
tests/data/memberof.out | 45 +++++++++++++++++++++++++++++++++++
tests/scripts/test052-memberof | 49 ++++++++++++++++++++++++++++++++++++++-
4 files changed, 96 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 750821ba4ff60a385bd235c4c7009ad0bbd08c04 (commit)
from 197187c662c8b5c1aaa9a822ec401fdfe7065fb0 (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 750821ba4ff60a385bd235c4c7009ad0bbd08c04
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 14 18:53:12 2019 +0000
Happy New Year!
-----------------------------------------------------------------------
Summary of changes:
COPYRIGHT | 2 +-
pages/devel/cvsweb.conf | 2 +-
pages/devel/footer.html | 2 +-
pages/robots.txt | 2 +-
pages/software/man.cgi | 2 +-
templates/openldap/common.wml | 2 +-
templates/openldap/openldap.wml | 6 +++---
7 files changed, 9 insertions(+), 9 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.git
A ref change was pushed to the OpenLDAP-etc (openldap-etc.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 3c43c5dc07bdaeb7c8237e0dd18fb1f241466369 (commit)
from f959d2ab9d45ea3328945fe42b1079db6f1b1648 (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 3c43c5dc07bdaeb7c8237e0dd18fb1f241466369
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 14 18:50:05 2019 +0000
Happy New Year!
-----------------------------------------------------------------------
Summary of changes:
COPYRIGHT | 2 +-
hooks/post-receive-email | 2 +-
misc/crupdate.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-etc.git