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 6a51cc9bd03dc7af404d8c5315d703385b26d59c (commit)
via b2a89b68b9c2e750b86987cb9c5ede73aba7ec4d (commit)
from b38420e6c45e1a3b0cd4660b4ec77d5ecf293991 (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 6a51cc9bd03dc7af404d8c5315d703385b26d59c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 2 10:38:32 2016 -0600
ITS#8331 - Disable Netherlands mirror, add Germany mirror
commit b2a89b68b9c2e750b86987cb9c5ede73aba7ec4d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 2 10:19:50 2016 -0600
ITS#8379, Update URLs for symas hosting and funding
-----------------------------------------------------------------------
Summary of changes:
pages/software/download/index.wml | 21 +++++++++++++++++++++
templates/openldap/common.wml | 4 ++--
2 files changed, 23 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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
discards e59fb2eccbdacc43a04f2c100186a4dad4e593cc (commit)
discards f6e98cd66f671030cf4344854a316b438ee8f967 (commit)
discards 9459346e7bacecfd513ac76503c699c11e82f7a0 (commit)
discards 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (commit)
via e46d78b7b083c3a9983f8a0e77b90bccd64b6ec9 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (e59fb2eccbdacc43a04f2c100186a4dad4e593cc)
\
N -- N -- N (e46d78b7b083c3a9983f8a0e77b90bccd64b6ec9)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 e46d78b7b083c3a9983f8a0e77b90bccd64b6ec9
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Feb 17 17:27:50 2016 +0000
MDB_VL32 - increase max write txn size
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 25 +------------------------
1 file changed, 1 insertion(+), 24 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 721a038b7bc9732f52eeef5324c180c4f137cd75 (commit)
via cb7434eb4736062e65bc148a0c9c86c7b4e08d08 (commit)
via b99e5eadda8118ffc1a7ee86158f689301a8728b (commit)
via eacd5798a5d83e6658a823c01bcb0f600e3b9898 (commit)
via aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8 (commit)
via abbd9d843a63899527117a10834410eb12030346 (commit)
via 8307edfbc5ab4557df5e0e31a389c6459c2679ce (commit)
from d6a9f795e7fb7c427c9a6a62c0f33fb99d93166a (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 721a038b7bc9732f52eeef5324c180c4f137cd75
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 10 17:40:22 2016 -0600
ITS#7506
commit cb7434eb4736062e65bc148a0c9c86c7b4e08d08
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:50:30 2013 -0700
ITS#7506 more doc updates
commit b99e5eadda8118ffc1a7ee86158f689301a8728b
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 18:42:17 2013 -0500
ITS#7506 DHParamFile: Update docs
Update docs to reflect changes in handling and fix some errors.
commit eacd5798a5d83e6658a823c01bcb0f600e3b9898
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:39:53 2013 -0700
ITS#7506 fix prev commit
The patch unconditionally enabled DHparams, which is a significant
change of behavior. Reverting to previous behavior, which only enables
DH use if a DHparam file was configured.
commit aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 18:27:03 2013 -0500
ITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage.
If a DHParamFile or olcDHParamFile is specified, then it will be used,
otherwise a hardcoded 1024 bit parameter will be used. This allows the use of
larger parameters; previously only 512 or 1024 bit parameters would ever be
used.
commit abbd9d843a63899527117a10834410eb12030346
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Sep 7 06:31:58 2013 -0700
ITS#7506 cleanup prev commit
commit 8307edfbc5ab4557df5e0e31a389c6459c2679ce
Author: Ben Jencks <ben(a)bjencks.net>
Date: Sun Jan 27 17:26:14 2013 -0500
ITS#7506 tls_g.c: Properly support DHParamFile.
If a DHParamFile or olcDHParamFile is specified then it will be loaded. This
allows use of DHE/EDH cipher suites which was previously impossible with
GnuTLS.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/guide/admin/tls.sdf | 14 +++--
doc/man/man5/slapd-config.5 | 13 +++--
doc/man/man5/slapd.conf.5 | 15 +++--
libraries/libldap/tls_g.c | 26 +++++----
libraries/libldap/tls_o.c | 135 +++----------------------------------------
6 files changed, 49 insertions(+), 155 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 500398180e85643d161ac432a1a2c0a9bf7ca86a (commit)
via 26f88817f68c605871bfcf006c477fdd2ae43974 (commit)
from 4d3a54835c9c2cdc179c65975ac857a02ff8283f (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 500398180e85643d161ac432a1a2c0a9bf7ca86a
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Mon Feb 29 14:01:12 2016 +0200
ITS#8303 Track pending ops per a_metasingleconn_t
so that unused target connections can be properly reset.
commit 26f88817f68c605871bfcf006c477fdd2ae43974
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Tue Feb 9 15:26:38 2016 +0200
ITS#8303 Fixed an assertion error during test022
The error was introduced with
commit 6cafdfa8d82134f78e68325c4b9c10dd37935d7a
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-asyncmeta/add.c | 3 ++-
servers/slapd/back-asyncmeta/back-asyncmeta.h | 11 ++++++-----
servers/slapd/back-asyncmeta/candidates.c | 1 +
servers/slapd/back-asyncmeta/compare.c | 2 +-
servers/slapd/back-asyncmeta/conn.c | 11 ++++++++---
servers/slapd/back-asyncmeta/delete.c | 2 +-
servers/slapd/back-asyncmeta/message_queue.c | 13 ++++++++++++-
servers/slapd/back-asyncmeta/meta_result.c | 14 +++++++++-----
servers/slapd/back-asyncmeta/modify.c | 2 +-
servers/slapd/back-asyncmeta/modrdn.c | 2 +-
servers/slapd/back-asyncmeta/search.c | 7 +++----
servers/slapd/backover.c | 17 +----------------
12 files changed, 46 insertions(+), 39 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 4d3a54835c9c2cdc179c65975ac857a02ff8283f (commit)
from 156c5d53c217bfb2086b36ddcfc2f7bb547918fc (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 4d3a54835c9c2cdc179c65975ac857a02ff8283f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 26 18:37:10 2016 -0600
Fix minor typo
-----------------------------------------------------------------------
Summary of changes:
doc/man/man8/slapd.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 e59fb2eccbdacc43a04f2c100186a4dad4e593cc (commit)
from f6e98cd66f671030cf4344854a316b438ee8f967 (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 e59fb2eccbdacc43a04f2c100186a4dad4e593cc
Author: Howard Chu <hyc(a)symas.com>
Date: Wed Feb 17 17:27:50 2016 +0000
MDB_VL32 - increase max write txn size
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/midl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 f6e98cd66f671030cf4344854a316b438ee8f967 (commit)
from 9459346e7bacecfd513ac76503c699c11e82f7a0 (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 f6e98cd66f671030cf4344854a316b438ee8f967
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 22 16:54:43 2016 +0000
raw partitions: fix prev commit
Broke MDB_NOSUBDIR option when DB didn't already exist
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 +++++++++----------
1 file changed, 9 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 9459346e7bacecfd513ac76503c699c11e82f7a0 (commit)
from 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (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 9459346e7bacecfd513ac76503c699c11e82f7a0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 21 18:51:20 2016 +0000
More for raw partitions
Just autodetect that a block device is being used.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 --
libraries/liblmdb/mdb.c | 28 ++++++++++++++++++++--------
2 files changed, 20 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 7e8d9290f0f8eaea126b5f85a924f5a817ce2179 (commit)
from 3f62b727ccf3424daca1cdc24bbf98c869f44699 (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 7e8d9290f0f8eaea126b5f85a924f5a817ce2179
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 21 18:29:40 2016 +0000
Preliminary raw partition support
Currently requires using new MDB_RAWPART flag on env_open.
Should we try to make it automatic instead? Check any path
starting with /dev/ to see if it's a block device?
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 ++
libraries/liblmdb/mdb.c | 16 ++++++++++++++--
2 files changed, 16 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 3f62b727ccf3424daca1cdc24bbf98c869f44699 (commit)
from d909ab2f36e079087047dd842210b37cec8b6a84 (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 3f62b727ccf3424daca1cdc24bbf98c869f44699
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Feb 16 23:34:27 2016 +0000
Tweak MDB_PREV_MULTIPLE for uninit'd cursor
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 8 +++++---
1 file 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 d909ab2f36e079087047dd842210b37cec8b6a84 (commit)
from 5ef1908224121c01eb9190b03978d563cc0c22d2 (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 d909ab2f36e079087047dd842210b37cec8b6a84
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 15 00:07:04 2016 +0000
Tweak Win32 errmsg buffer
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 7 ++++---
1 file changed, 4 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 5ef1908224121c01eb9190b03978d563cc0c22d2 (commit)
from fcac8d07742891cedcf94b982e5094315132f62a (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 5ef1908224121c01eb9190b03978d563cc0c22d2
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 14 23:53:05 2016 +0000
ITS#8324 Map NTAPI result codes to WIN32 codes
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 +++++++++++++++++---
1 file changed, 17 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_5 has been updated
via 3e2409d4c22883d5a00e0df9d3e6c4605b4776c3 (commit)
from f01d3eef1a4759f2a8dcee0934e1df4ada567685 (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 3e2409d4c22883d5a00e0df9d3e6c4605b4776c3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 11 11:51:27 2016 -0600
Add an example of how things change once ITS6166 is done
-----------------------------------------------------------------------
Summary of changes:
TODO | 7 +++++++
1 file changed, 7 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, master has been updated
via 156c5d53c217bfb2086b36ddcfc2f7bb547918fc (commit)
from 90a80a590dafb453df4cc09df5578b5ef0dd6f96 (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 156c5d53c217bfb2086b36ddcfc2f7bb547918fc
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 8 12:47:20 2016 +0000
Regenerate for ITS#8303
-----------------------------------------------------------------------
Summary of changes:
configure | 8 ++++----
1 file 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, master has been updated
via 90a80a590dafb453df4cc09df5578b5ef0dd6f96 (commit)
from 67fe3c50a7fdfdadcfdb18dd6d14802ebec45ac6 (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 90a80a590dafb453df4cc09df5578b5ef0dd6f96
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Mon Feb 8 14:16:58 2016 +0200
ITS#8303 Fixed an error in configure.in
This fixes an incorreclty named variable, introduced with
commit 6cafdfa8d82134f78e68325c4b9c10dd37935d7a
-----------------------------------------------------------------------
Summary of changes:
configure.in | 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, OPENLDAP_REL_ENG_2_4 has been updated
via d6a9f795e7fb7c427c9a6a62c0f33fb99d93166a (commit)
from d690e90fec0ecba6e9eb47bfc7ef8e311dce9eac (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 d6a9f795e7fb7c427c9a6a62c0f33fb99d93166a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 18:31:14 2016 -0600
Return to release engineering
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
build/version.var | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
---
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 b38420e6c45e1a3b0cd4660b4ec77d5ecf293991 (commit)
from 661d758cff5d962625bc76ef23117eaee9129325 (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 b38420e6c45e1a3b0cd4660b4ec77d5ecf293991
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Sat Feb 6 00:16:07 2016 +0000
OpenLDAP 2.4.44
-----------------------------------------------------------------------
Summary of changes:
pages/.wmlrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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_44 has been updated
to 9a266da29f85d708764dfdc5b9f78b5e77497983 (tag)
from a3435e377df046b2aa9ff7bc21173d9b15cfbac6 (which is now obsolete)
tagging d690e90fec0ecba6e9eb47bfc7ef8e311dce9eac (commit)
replaces OPENLDAP_REL_ENG_2_4_43
tagged by Quanah Gibson-Mount
on Fri Feb 5 18:04:28 2016 -0600
- Log -----------------------------------------------------------------
OpenLDAP 2.4.44
Hallvard Furuseth (4):
mdb_dbi_open(): Catch strdup failure
ITS#8334 Fix MDB_APPENDDUP vs. rewrite(single item)
ITS#8334, mdb_copy
ITS#7992 Fix memleak in prev change
Howard Chu (27):
Return to releng
ITS#8169 more Makefile tweaks
ITS#8169, #8330
ITS#7992 cleanup
Add Getting Started doc
ITS#7992 cleanup, new docs, mdb_dbi_open cleanup
MDB_RESERVE doc
ITS#8336 fix page_search_root assert on FreeDB
ITS#8336
ITS#8327 fix ppolicy_get_default
ITS#8329 finish prev commit
ITS#8337 fix missing olcDbChecksum config attr
MinGW warning cleanup: _MSC_VER -> _WIN32.
Fixups for env_copy with large files
ITS#8351 fix accesslog callback init
Update WRITEMAP doc
ITS#8355 fix subcursors
ITS#8355, doc update
ITS#8363 Fix off-by-one in mdb_midl_shrink
ITS#8363
ITS#8354 fix syncprov abandon
ITS#8354 tweak prev commit
ITS#8354 move abandon check
ITS#8360 fix ad info after failed txn
Happy New Year
ITS#8365 partially revert ITS#8281
Release 0.9.18
Paul Terry (1):
ITS#8329 Add the id_query config item.
Quanah Gibson-Mount (26):
Return to RE
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8327
ITS#8329
ITS#8337
ITS#8351
ITS#8354
ITS#8360
ITS 8362 - Fix link to BerkeleyDB download location
ITS 8362 - Drop link to BDB altogether.
ITS#8362
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Switch example slapd.conf to use mdb instead of bdb
Add maxsize parameter for mdb examples
Another BDB to MDB bit
Convert quickstart guide to cn=config
Minor fix BDB -> MDB
Happy New Year!
ITS#8226 limit size of read txns in searches
ITS#8226
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8365
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Prep for release
Fix documentation changes to remove extra :
Sebastien Launay (1):
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11
-----------------------------------------------------------------------
---
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 d690e90fec0ecba6e9eb47bfc7ef8e311dce9eac (commit)
from 80212fe7da86e8d7dc763330558ba5631fadbffd (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 d690e90fec0ecba6e9eb47bfc7ef8e311dce9eac
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 17:56:20 2016 -0600
Fix documentation changes to remove extra :
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/intro.sdf | 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, OPENLDAP_REL_ENG_2_5 has been updated
via f01d3eef1a4759f2a8dcee0934e1df4ada567685 (commit)
via 67fe3c50a7fdfdadcfdb18dd6d14802ebec45ac6 (commit)
via 118a14f6359d437996ed54b8dfc2ee38744fdee0 (commit)
via 76d9be0196f680aca183bdc88a858636a2578ff0 (commit)
from a7ba741ff7164dea4e1fbebe48f55d3c95c1c905 (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 f01d3eef1a4759f2a8dcee0934e1df4ada567685
Merge: a7ba741 67fe3c5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 17:57:28 2016 -0600
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/intro.sdf | 6 +++---
servers/slapd/back-mdb/id2entry.c | 5 ++++-
2 files changed, 7 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, master has been updated
via 67fe3c50a7fdfdadcfdb18dd6d14802ebec45ac6 (commit)
via 118a14f6359d437996ed54b8dfc2ee38744fdee0 (commit)
from 76d9be0196f680aca183bdc88a858636a2578ff0 (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 67fe3c50a7fdfdadcfdb18dd6d14802ebec45ac6
Merge: 118a14f 76d9be0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 17:56:54 2016 -0600
Merge branch 'master' of ssh://git-master.openldap.org/~git/git/openldap
commit 118a14f6359d437996ed54b8dfc2ee38744fdee0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 17:56:20 2016 -0600
Fix documentation changes to remove extra :
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/intro.sdf | 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, master has been updated
via 76d9be0196f680aca183bdc88a858636a2578ff0 (commit)
from ff24e57ad452766d99ee5692e330950c49b5624e (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 76d9be0196f680aca183bdc88a858636a2578ff0
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 5 21:59:43 2016 +0000
More for large multival attrs
Fix a4c7943d39df0140edacb5774e977be3f72b694c entry delete
Ignore when id2v table is empty
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/id2entry.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
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_44 has been created
at a3435e377df046b2aa9ff7bc21173d9b15cfbac6 (tag)
tagging 80212fe7da86e8d7dc763330558ba5631fadbffd (commit)
replaces OPENLDAP_REL_ENG_2_4_43
tagged by Quanah Gibson-Mount
on Fri Feb 5 15:40:56 2016 -0600
- Log -----------------------------------------------------------------
OpenLDAP 2.4.44
Hallvard Furuseth (4):
mdb_dbi_open(): Catch strdup failure
ITS#8334 Fix MDB_APPENDDUP vs. rewrite(single item)
ITS#8334, mdb_copy
ITS#7992 Fix memleak in prev change
Howard Chu (27):
Return to releng
ITS#8169 more Makefile tweaks
ITS#8169, #8330
ITS#7992 cleanup
Add Getting Started doc
ITS#7992 cleanup, new docs, mdb_dbi_open cleanup
MDB_RESERVE doc
ITS#8336 fix page_search_root assert on FreeDB
ITS#8336
ITS#8327 fix ppolicy_get_default
ITS#8329 finish prev commit
ITS#8337 fix missing olcDbChecksum config attr
MinGW warning cleanup: _MSC_VER -> _WIN32.
Fixups for env_copy with large files
ITS#8351 fix accesslog callback init
Update WRITEMAP doc
ITS#8355 fix subcursors
ITS#8355, doc update
ITS#8363 Fix off-by-one in mdb_midl_shrink
ITS#8363
ITS#8354 fix syncprov abandon
ITS#8354 tweak prev commit
ITS#8354 move abandon check
ITS#8360 fix ad info after failed txn
Happy New Year
ITS#8365 partially revert ITS#8281
Release 0.9.18
Paul Terry (1):
ITS#8329 Add the id_query config item.
Quanah Gibson-Mount (25):
Return to RE
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8327
ITS#8329
ITS#8337
ITS#8351
ITS#8354
ITS#8360
ITS 8362 - Fix link to BerkeleyDB download location
ITS 8362 - Drop link to BDB altogether.
ITS#8362
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Switch example slapd.conf to use mdb instead of bdb
Add maxsize parameter for mdb examples
Another BDB to MDB bit
Convert quickstart guide to cn=config
Minor fix BDB -> MDB
Happy New Year!
ITS#8226 limit size of read txns in searches
ITS#8226
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
ITS#8365
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
Prep for release
Sebastien Launay (1):
ITS#8330 Fix robust mutex detection for glibc 2.10 and 2.11
-----------------------------------------------------------------------
---
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 80212fe7da86e8d7dc763330558ba5631fadbffd (commit)
from dfef44cfc13fb28eb3d54851442dd9da5812905f (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 80212fe7da86e8d7dc763330558ba5631fadbffd
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 15:40:21 2016 -0600
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 dfef44cfc13fb28eb3d54851442dd9da5812905f (commit)
via ad8488cfac644d7a289e428ab3c403c859d844cb (commit)
from bd5e44c9ee9108b26053a0d03a587dda94c4ebe9 (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 dfef44cfc13fb28eb3d54851442dd9da5812905f
Merge: bd5e44c ad8488c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 5 15:30:42 2016 -0600
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git