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 d139771b43e0612fbf2e0f4c61301596f47c1edd (commit)
from c4ae054bce51109bffc415d24c6009bcc461e31a (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 d139771b43e0612fbf2e0f4c61301596f47c1edd
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 29 20:01:34 2015 +0100
ITS#8192 fix reference to EINTR on WIN32 from ITS#8106
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 4 +++-
1 file changed, 3 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 branch, mdb.master has been updated
via d4f9568249f51c65e7dc1e16e9645d326c57d032 (commit)
from 572aff7e80809c1020ae92fd0a0d7b28c0b28825 (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 d4f9568249f51c65e7dc1e16e9645d326c57d032
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 29 20:03:43 2015 +0100
ITS#8192 cleanup unused label on WIN32
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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 572aff7e80809c1020ae92fd0a0d7b28c0b28825 (commit)
from 2c6c267a2395a893c884cd61d988dd301e742a1b (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 572aff7e80809c1020ae92fd0a0d7b28c0b28825
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jul 29 20:01:34 2015 +0100
ITS#8192 fix reference to EINTR on WIN32 from ITS#8106
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 ++
1 file changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 8dba5e3baed79d749948c0399d31f93a00c8c66c (commit)
via dbb8e7b6ebb211e140728736f7125f63aeb34d21 (commit)
via 6f5f113612f9175e589d1509005b1af78b2b5f68 (commit)
via 1a4484e75ca39622bb0bc6227b7d5c9bc9acd1de (commit)
via d4e9bcb0d9a0cac3f99751fffcf348579ba52d8f (commit)
via 4228bf9d7f9b418b03bab00990332e6332e1c661 (commit)
via cd99bcf7265bd3b2c885cc75118c28983b821c54 (commit)
via 34241d356ab0c2413d52100cfbbd7ef31f454933 (commit)
via 0a8ca063ecbd448ad1411402caa21c24341cf2ff (commit)
via 40dc951c29c55b3283a517c6217b66f8415484b1 (commit)
via 2286e38a182964f5e60bac07adee462f7b342985 (commit)
via 3a33e0a7dfd642a9e4cf8d050676bcab0c0ff754 (commit)
from 5294c9753b2b052b2a1d881a8f2f6edd731a1fcc (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 8dba5e3baed79d749948c0399d31f93a00c8c66c
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
commit dbb8e7b6ebb211e140728736f7125f63aeb34d21
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 11:02:21 2015 -0500
ITS#8203
commit 6f5f113612f9175e589d1509005b1af78b2b5f68
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
commit 1a4484e75ca39622bb0bc6227b7d5c9bc9acd1de
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:55:25 2015 -0500
ITS#8199
commit d4e9bcb0d9a0cac3f99751fffcf348579ba52d8f
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with
index > 0 triggers a NULL dereference when config_generic tries to
append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
commit 4228bf9d7f9b418b03bab00990332e6332e1c661
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:49:44 2015 -0500
ITS#8195
commit cd99bcf7265bd3b2c885cc75118c28983b821c54
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jul 12 11:14:33 2015 +0100
ITS#8195 fix ITS#7027 regression, port number sign bit overflow
Another bug from 5de85b922aaa5bfa6eb53db6000adf01ebdb0736
commit 34241d356ab0c2413d52100cfbbd7ef31f454933
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:47:36 2015 -0500
ITS#8184
commit 0a8ca063ecbd448ad1411402caa21c24341cf2ff
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 9 19:11:22 2015 +0100
ITS#8184 avoid redundant mod ops
If multiple ppolicy overlays are present on a glued tree, they all
attempt to update the policy operational attributes in response to
password-related activities. The redundant mod ops will cause the
entire op to fail. Check for these ops before inserting new ones.
commit 40dc951c29c55b3283a517c6217b66f8415484b1
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 3 10:52:20 2015 +0100
Fix cfg OID typos
commit 2286e38a182964f5e60bac07adee462f7b342985
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:46:22 2015 -0500
ITS#8158
commit 3a33e0a7dfd642a9e4cf8d050676bcab0c0ff754
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon Jun 15 19:57:48 2015 +0200
ITS#8158 Fix sendto() address length for CLDAP
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 5 ++
contrib/slapd-modules/lastbind/lastbind.c | 4 +-
libraries/liblber/sockbuf.c | 10 +++-
libraries/libldap/dnssrv.c | 2 +-
servers/slapd/at.c | 4 ++
servers/slapd/back-mdb/dn2id.c | 43 ++++++++++++++
servers/slapd/back-mdb/proto-mdb.h | 4 ++
servers/slapd/back-mdb/search.c | 34 +++++------
servers/slapd/overlays/ppolicy.c | 89 ++++++++++++++++++-----------
9 files changed, 139 insertions(+), 56 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 f36d897412538481dac8cf53a40c0f7fa2863c05 (commit)
via 0abe468779b012c6212a078439f13355e2060d2f (commit)
via 326849fd6797ed2c6b0ef69a919fbae9c409e4ff (commit)
via e7c41bc9ce24cd4b3f7d4f4bfdd995c8fed61b60 (commit)
via 6bcb1b6e75f3e58fe081235a06990eeaa73edc51 (commit)
via 61a002d72f47121eb586b48298358734d8349f1e (commit)
via c5462a8032ec355c5119248206a3f07a407e1bd2 (commit)
from 3f911d56ed7fa5fdbf0d286dda67d7faf1cb51ae (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 f36d897412538481dac8cf53a40c0f7fa2863c05
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
commit 0abe468779b012c6212a078439f13355e2060d2f
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
commit 326849fd6797ed2c6b0ef69a919fbae9c409e4ff
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with
index > 0 triggers a NULL dereference when config_generic tries to
append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
commit e7c41bc9ce24cd4b3f7d4f4bfdd995c8fed61b60
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jul 12 11:14:33 2015 +0100
ITS#8195 fix ITS#7027 regression, port number sign bit overflow
Another bug from 5de85b922aaa5bfa6eb53db6000adf01ebdb0736
commit 6bcb1b6e75f3e58fe081235a06990eeaa73edc51
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 9 19:11:22 2015 +0100
ITS#8184 avoid redundant mod ops
If multiple ppolicy overlays are present on a glued tree, they all
attempt to update the policy operational attributes in response to
password-related activities. The redundant mod ops will cause the
entire op to fail. Check for these ops before inserting new ones.
commit 61a002d72f47121eb586b48298358734d8349f1e
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 3 10:52:20 2015 +0100
Fix cfg OID typos
commit c5462a8032ec355c5119248206a3f07a407e1bd2
Author: Hallvard Furuseth <h.b.furuseth(a)usit.uio.no>
Date: Mon Jun 15 19:57:48 2015 +0200
ITS#8158 Fix sendto() address length for CLDAP
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/lastbind/lastbind.c | 4 +-
libraries/liblber/sockbuf.c | 10 +++-
libraries/libldap/dnssrv.c | 2 +-
servers/slapd/at.c | 4 ++
servers/slapd/back-mdb/dn2id.c | 43 ++++++++++++++
servers/slapd/back-mdb/proto-mdb.h | 4 ++
servers/slapd/back-mdb/search.c | 34 +++++------
servers/slapd/overlays/ppolicy.c | 89 ++++++++++++++++++-----------
8 files changed, 134 insertions(+), 56 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 5294c9753b2b052b2a1d881a8f2f6edd731a1fcc (commit)
via c4ae054bce51109bffc415d24c6009bcc461e31a (commit)
via 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (commit)
via 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 (commit)
via 7513bd4618959ded9cf8f7a9f7e58283a7671b6f (commit)
via 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (commit)
from 2f781c8b5269078f5c030a0cef73e7d9b5139773 (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 5294c9753b2b052b2a1d881a8f2f6edd731a1fcc
Merge: 2f781c8 c4ae054
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:30:26 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 +++++
libraries/liblmdb/lmdb.h | 14 +++++++++++---
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++++--------
libraries/liblmdb/midl.c | 4 +---
libraries/liblmdb/midl.h | 3 +--
5 files changed, 39 insertions(+), 16 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 3f911d56ed7fa5fdbf0d286dda67d7faf1cb51ae (commit)
via c4ae054bce51109bffc415d24c6009bcc461e31a (commit)
via 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (commit)
via 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 (commit)
via 7513bd4618959ded9cf8f7a9f7e58283a7671b6f (commit)
via 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (commit)
from ad98cf3e9cbea2e1bb9d139900b88d14a374bf73 (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 3f911d56ed7fa5fdbf0d286dda67d7faf1cb51ae
Merge: ad98cf3 c4ae054
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 28 10:30:16 2015 -0500
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 5 +++++
libraries/liblmdb/lmdb.h | 14 +++++++++++---
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++++--------
libraries/liblmdb/midl.c | 4 +---
libraries/liblmdb/midl.h | 3 +--
5 files changed, 39 insertions(+), 16 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.RE/0.9 has been updated
via c4ae054bce51109bffc415d24c6009bcc461e31a (commit)
from 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (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 c4ae054bce51109bffc415d24c6009bcc461e31a
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 28 15:20:43 2015 +0100
Updated for ITS#8181, #8190, #8200
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 3 +++
1 file changed, 3 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 99ea907e745f7fa5da29fab12c330ad509d039e3 (commit)
via 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (commit)
via 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 (commit)
via 7513bd4618959ded9cf8f7a9f7e58283a7671b6f (commit)
via 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (commit)
from 024d4cbee2e21ad6e2ef98f726db28a074032522 (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 99ea907e745f7fa5da29fab12c330ad509d039e3
Merge: 024d4cb 4b58502
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 28 15:14:10 2015 +0100
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
libraries/liblmdb/lmdb.h | 14 +++++++++++---
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++++--------
libraries/liblmdb/midl.c | 4 +---
libraries/liblmdb/midl.h | 3 +--
5 files changed, 36 insertions(+), 16 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.RE/0.9 has been updated
via 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c (commit)
via 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5 (commit)
via 7513bd4618959ded9cf8f7a9f7e58283a7671b6f (commit)
from 1b6085cb9b0735a7442d9972b5beb0be241dbdfc (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 4b58502c7767fd5f4e65a53de31b0ebaf6f9013c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:18:31 2015 +0200
ITS#8200 Fix mdb_midl_shrink() usage, return void
commit 1fd0341f76db9fbfe2c70d73c51d6e2de154f4d5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 11 21:01:40 2015 +0200
ITS#8181 Verify that records are/aren't DBs.
Except we don't catch the user passing F_SUBDATA to
mdb_cursor_<put/del>, like an internal LMDB call.
commit 7513bd4618959ded9cf8f7a9f7e58283a7671b6f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 7 13:41:32 2015 +0100
ITS#8190 fix cursor EOF bug
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 14 +++++++++++---
libraries/liblmdb/mdb.c | 29 +++++++++++++++++++++--------
libraries/liblmdb/midl.c | 4 +---
libraries/liblmdb/midl.h | 3 +--
4 files changed, 34 insertions(+), 16 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 024d4cbee2e21ad6e2ef98f726db28a074032522 (commit)
from fb7470d82f1e296f22dd79f6187163488e6b70cd (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 024d4cbee2e21ad6e2ef98f726db28a074032522
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jul 28 12:10:54 2015 +0100
Fix filter init
compound filters f_next is not ignored
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 2 ++
1 file changed, 2 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.master has been updated
via 2c6c267a2395a893c884cd61d988dd301e742a1b (commit)
via af29f6a59418f72fb67c308a2785a6f8b07787fa (commit)
from 4dea7d44fa612c74a3e521aae52228c5f2fc81f9 (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 2c6c267a2395a893c884cd61d988dd301e742a1b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 26 07:20:19 2015 +0200
Simpler mdb_env_write_meta()
commit af29f6a59418f72fb67c308a2785a6f8b07787fa
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 26 07:16:41 2015 +0200
Kill magic numbers for NUM_METAS, databases
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 120 +++++++++++++++++++++++------------------------
1 file changed, 60 insertions(+), 60 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 fb7470d82f1e296f22dd79f6187163488e6b70cd (commit)
from 3770a2c1e3189555b0f0ec62b528ecc32a7cfdcc (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 fb7470d82f1e296f22dd79f6187163488e6b70cd
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jul 25 23:23:41 2015 +0100
More tweaks
Check for error on internal search, init AttributeAssertions in
constructed filter
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 19 +++++++++++++++----
1 file changed, 15 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 3770a2c1e3189555b0f0ec62b528ecc32a7cfdcc (commit)
from 4cbd3b63c0fe95fa0769fe543977817159cd6c44 (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 3770a2c1e3189555b0f0ec62b528ecc32a7cfdcc
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jul 25 22:31:43 2015 +0100
tweak filter mapping in prev commit
Don't bypass downcasing
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 4cbd3b63c0fe95fa0769fe543977817159cd6c44 (commit)
from fa705a18146739efdbeb208ef7d8e08450215211 (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 4cbd3b63c0fe95fa0769fe543977817159cd6c44
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Jul 25 22:23:46 2015 +0100
Add filter remapping
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 171 ++++++++++++++++++++++++-
contrib/slapd-modules/adremap/slapo-adremap.5 | 20 ++-
2 files changed, 183 insertions(+), 8 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 fa705a18146739efdbeb208ef7d8e08450215211 (commit)
from 3033f89eefceb3471ba032ff60aa7cd3980e975a (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 fa705a18146739efdbeb208ef7d8e08450215211
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 19:32:19 2015 +0100
ITS#8203 plug leak in prev commit
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 1 +
1 file changed, 1 insertion(+)
---
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 3033f89eefceb3471ba032ff60aa7cd3980e975a (commit)
from b48d0169d04824f83c0e0855eea4d6429740cf08 (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 3033f89eefceb3471ba032ff60aa7cd3980e975a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jul 24 18:34:11 2015 +0100
ITS#8203 more fixes for #8036/#7904.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 42 ++++++++++++++++++++++++++++++++++++
servers/slapd/back-mdb/proto-mdb.h | 4 ++++
servers/slapd/back-mdb/search.c | 34 ++++++++++++++---------------
3 files changed, 63 insertions(+), 17 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 4dea7d44fa612c74a3e521aae52228c5f2fc81f9 (commit)
via d7db12ad7796bf34f3b296ad3d6416e55af29a9e (commit)
via 060b63a58dab60e0e460bb71ae4cc9c9571585ff (commit)
via 3e301ec40025f17b52a7bcd66620c95ae3efef0f (commit)
via b6973a3324144c8c5b0dfc3da482aa1cf9ac8ce2 (commit)
via 90f6fc4ba7d60f602acd1ef63e4c7d939fb514e1 (commit)
from 91fc43f17cec8ffa05a5c841831df1cfa0511469 (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 4dea7d44fa612c74a3e521aae52228c5f2fc81f9
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:44:02 2015 +0200
ITS#7377 Catch mdb_put() to blocked/read-only txns
...early enough that txn state is left unchanged.
commit d7db12ad7796bf34f3b296ad3d6416e55af29a9e
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:43:10 2015 +0200
ITS#7377 Always notice env error on txn startup.
Move the check to the end of txn startup. Catches env
breakage which happens while the new txn waits for a lock.
commit 060b63a58dab60e0e460bb71ae4cc9c9571585ff
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:31:54 2015 +0200
Cleanup: Drop !mt_dbxs hack, use MDB_TXN_FINISHED
commit 3e301ec40025f17b52a7bcd66620c95ae3efef0f
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:31:25 2015 +0200
Catch most uses of finished/parent txns.
* Add MDB_TXN_FINISHED, MDB_TXN_HAS_CHILD, MDB_TXN_BLOCKED.
* Clear mt_numdbs in writers, for TXN_DBI_EXIST() to catch.
We already do in readers.
commit b6973a3324144c8c5b0dfc3da482aa1cf9ac8ce2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:30:12 2015 +0200
Move code into mdb_txn_end(). Was mdb_txn_reset0.
Side effects:
* Clean txn up a bit even before freeing it.
* Tweak DEBUG output at txn end. Add DEBUG after commit(writer).
commit 90f6fc4ba7d60f602acd1ef63e4c7d939fb514e1
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jul 19 21:18:31 2015 +0200
ITS#8200 Fix mdb_midl_shrink() usage, return void
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 192 ++++++++++++++++++++++++----------------------
libraries/liblmdb/midl.c | 4 +-
libraries/liblmdb/midl.h | 3 +-
4 files changed, 103 insertions(+), 98 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 b48d0169d04824f83c0e0855eea4d6429740cf08 (commit)
from e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2 (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 b48d0169d04824f83c0e0855eea4d6429740cf08
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Jul 17 15:46:32 2015 -0700
ITS#8199 fix NULL ptr dereference in at_next
Deleting all values of olcAttributeTypes and then adding a value with
index > 0 triggers a NULL dereference when config_generic tries to
append to a list that doesn't exist yet.
Already fixed for olcObjectClasses in ITS#5388.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/at.c | 4 ++++
1 file changed, 4 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 e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2 (commit)
from e5c778fa4382633898d5a95def937f93b7f75835 (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 e75fbc953fe6243e9ab2061e5dd7a215cbe0b4e2
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 18:58:23 2015 +0100
ITS#8201 LDAPSTACKGUARD feature
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/init.c | 10 ++++++++++
libraries/libldap/ldap-int.h | 1 +
libraries/libldap_r/thr_posix.c | 4 ++++
3 files changed, 15 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, vl32 has been created
at 8716451d14e01613464a3aff56bcf1d051b8d3ed (commit)
- Log -----------------------------------------------------------------
commit 8716451d14e01613464a3aff56bcf1d051b8d3ed
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 13:57:19 2015 +0100
WIN32 - fix typo
commit c51c480aba8c517b5582349ab426275f0cb1d3ce
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Feb 26 21:36:04 2015 +0000
ITS#8066 fix mdb_load with large values
commit 69d7cb8d44e04f02d8d0c923ae71fbaaa9f42f3a
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 25 19:37:13 2014 +0100
More for VL32
In cursor_sibling, don't unmap old page until we're sure
we will be finding a new sibling page.
commit af80e8d161371d7550e6e7f7c4b3ee76238c961e
Merge: 4c4be93 a7639a6
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 25 19:26:26 2014 +0100
Merge branch 'mdb.master' into vl32
commit 4c4be93b62f1b36348a40d7782d3fdfbcc130606
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 18 20:26:39 2014 +0100
More for VL32
Still need to deal with the list of mapped pages getting full.
commit 61559e279e8e59eb9a3b3bf21afa18736e46efd3
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Sep 18 19:55:13 2014 +0100
On-demand pagemapping for 32bit mode
Build with -DVL32 to enable.
-----------------------------------------------------------------------
---
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 e5c778fa4382633898d5a95def937f93b7f75835 (commit)
via a8491a63e633d5f35949cddd35d933edb1013d74 (commit)
from 34e7cbb6feb2c53109435562d57001f044b9720e (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 e5c778fa4382633898d5a95def937f93b7f75835
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 03:29:06 2015 +0100
ITS#8173 fix SEGV after failed retry
commit a8491a63e633d5f35949cddd35d933edb1013d74
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jul 16 03:28:37 2015 +0100
Fix setting authTimestamp on non-TOTP binds
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/slapd-totp.c | 2 +-
servers/slapd/back-ldap/bind.c | 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 (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 34e7cbb6feb2c53109435562d57001f044b9720e (commit)
from 4796f012098b51871311b9ea9f21c0e0934fc0a1 (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 34e7cbb6feb2c53109435562d57001f044b9720e
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 13 17:17:42 2015 +0100
Plug memleak on mismatched length
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/slapd-totp.c | 6 ++++--
1 file changed, 4 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, master has been updated
via 4796f012098b51871311b9ea9f21c0e0934fc0a1 (commit)
from 624c1fac8b5775fd919e308ca93c7b41b08087cc (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 4796f012098b51871311b9ea9f21c0e0934fc0a1
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Jul 12 11:14:33 2015 +0100
ITS#8195 fix ITS#7027 regression, port number sign bit overflow
Another bug from 5de85b922aaa5bfa6eb53db6000adf01ebdb0736
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/dnssrv.c | 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 91fc43f17cec8ffa05a5c841831df1cfa0511469 (commit)
via 62aabaa4aa8d3abcc345a85ff004baaa663bab57 (commit)
via 45e405528b0dc1dacdabcb6675bfa70432cd6b43 (commit)
from 749633e48a80bfa6f5ca297769b6b9ff65ad3365 (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 91fc43f17cec8ffa05a5c841831df1cfa0511469
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 11 21:10:33 2015 +0200
Factor me_metas[toggle] out to mdb_env_pick_meta()
commit 62aabaa4aa8d3abcc345a85ff004baaa663bab57
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 11 21:09:36 2015 +0200
Simpler mdb_node_add()
commit 45e405528b0dc1dacdabcb6675bfa70432cd6b43
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jul 11 21:01:40 2015 +0200
ITS#8181 Verify that records are/aren't DBs.
Except we don't catch the user passing F_SUBDATA to
mdb_cursor_<put/del>, like an internal LMDB call.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 14 +++++--
libraries/liblmdb/mdb.c | 91 ++++++++++++++++++++++++++--------------------
2 files changed, 63 insertions(+), 42 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git