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