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 9a8cb6091aaae1f4a3116962722b8f0421a90150 (commit)
via f42c7c6bbc39e470e0a078613b659c6ad17e23fe (commit)
from b669f5b706aa302ccaab0fad15d02956898f8cfc (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 9a8cb6091aaae1f4a3116962722b8f0421a90150
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 28 18:21:21 2014 +0100
ITS#7702 better fix
Check for duplicate scopes in search_aliases, not later.
commit f42c7c6bbc39e470e0a078613b659c6ad17e23fe
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 28 17:51:46 2014 +0100
Revert "ITS#7702 fix results with aliases"
This reverts commit cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 55 +++++++++++++++++++++++++++++++-----
servers/slapd/back-mdb/proto-mdb.h | 7 +++--
servers/slapd/back-mdb/search.c | 50 ++++++++++++++++----------------
servers/slapd/back-mdb/tools.c | 2 +-
4 files changed, 80 insertions(+), 34 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 6e44861bfdfdc7191211e3a98da3e0792147db3a (commit)
via d871d328544124573bdbf63e360c4bb47e6c0d38 (commit)
via f7bebfac1a1cc7874e8c63fca9eae83fa4522593 (commit)
via 648172a47bba192c81d729b64c8f3c912bbe8aff (commit)
via b0bc71be36cfb84bb227a805d01f33ad5f812d6c (commit)
from 93177bb6f34304e522ecc6aa8e91fd300279f7e6 (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 6e44861bfdfdc7191211e3a98da3e0792147db3a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 27 11:50:32 2014 +0100
ITS#7904 init wwctx earlier
commit d871d328544124573bdbf63e360c4bb47e6c0d38
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 27 11:44:51 2014 -0500
ITS#7702
commit f7bebfac1a1cc7874e8c63fca9eae83fa4522593
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 20:07:40 2014 +0100
ITS#7702 fix results with aliases
Aliases pointing within the original search scope could cause
the same entry to be returned multiple times. Check for subtree
scope and duplicate scopes.
commit 648172a47bba192c81d729b64c8f3c912bbe8aff
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 27 11:38:56 2014 -0500
ITS#7927
commit b0bc71be36cfb84bb227a805d01f33ad5f812d6c
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 19:17:33 2014 +0100
ITS#7927 fix double-free of searchref
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 2 ++
servers/slapd/back-mdb/dn2id.c | 8 ++++++-
servers/slapd/back-mdb/proto-mdb.h | 3 ++-
servers/slapd/back-mdb/search.c | 44 ++++++++++++++++++++----------------
servers/slapd/back-mdb/tools.c | 2 +-
5 files changed, 36 insertions(+), 23 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 2e7e2ac4427cd708a1bfd43c6a49f1f42b37e0c6 (commit)
via ce7cb526b233e9dede02041fa7a9ba7a52bd5dc6 (commit)
via 5791f9e938cad776c319e96ff7834a150cfa6961 (commit)
from 63952e76bfb7cd57dfe9e5544cb68662f5382bc6 (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 2e7e2ac4427cd708a1bfd43c6a49f1f42b37e0c6
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 27 11:50:32 2014 +0100
ITS#7904 init wwctx earlier
commit ce7cb526b233e9dede02041fa7a9ba7a52bd5dc6
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 20:07:40 2014 +0100
ITS#7702 fix results with aliases
Aliases pointing within the original search scope could cause
the same entry to be returned multiple times. Check for subtree
scope and duplicate scopes.
commit 5791f9e938cad776c319e96ff7834a150cfa6961
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 19:17:33 2014 +0100
ITS#7927 fix double-free of searchref
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 8 ++++++-
servers/slapd/back-mdb/proto-mdb.h | 3 ++-
servers/slapd/back-mdb/search.c | 44 ++++++++++++++++++++----------------
servers/slapd/back-mdb/tools.c | 2 +-
4 files changed, 34 insertions(+), 23 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 b669f5b706aa302ccaab0fad15d02956898f8cfc (commit)
from cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e (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 b669f5b706aa302ccaab0fad15d02956898f8cfc
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 27 11:50:32 2014 +0100
ITS#7904 init wwctx earlier
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 22 +++++++++++-----------
1 file changed, 11 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 cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e (commit)
from e5f5a4ab5f1f992e2c113e904c65314a0f096ec5 (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 cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 20:07:40 2014 +0100
ITS#7702 fix results with aliases
Aliases pointing within the original search scope could cause
the same entry to be returned multiple times. Check for subtree
scope and duplicate scopes.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/dn2id.c | 8 +++++++-
servers/slapd/back-mdb/proto-mdb.h | 3 ++-
servers/slapd/back-mdb/search.c | 17 ++++++++++-------
servers/slapd/back-mdb/tools.c | 2 +-
4 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, master has been updated
via e5f5a4ab5f1f992e2c113e904c65314a0f096ec5 (commit)
from 8d346721a60684aeaa7b1e3b2111c972393bfad3 (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 e5f5a4ab5f1f992e2c113e904c65314a0f096ec5
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 26 19:17:33 2014 +0100
ITS#7927 fix double-free of searchref
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 5 +++--
1 file changed, 3 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, OPENLDAP_REL_ENG_2_5 has been updated
via 63952e76bfb7cd57dfe9e5544cb68662f5382bc6 (commit)
from e79cff1bf9b5ba1f45e3f74e4fb28db2cfa72d30 (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 63952e76bfb7cd57dfe9e5544cb68662f5382bc6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 25 22:29:55 2014 -0500
Note 7926
-----------------------------------------------------------------------
Summary of changes:
TODO | 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, OPENLDAP_REL_ENG_2_4 has been updated
via 93177bb6f34304e522ecc6aa8e91fd300279f7e6 (commit)
via a054a194e8a0aadfac138fa441c8f67f5d7caa35 (commit)
from 8cd7ac086b1724487067d93cfe0d850196b9ae2e (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 93177bb6f34304e522ecc6aa8e91fd300279f7e6
Merge: 8cd7ac0 a054a19
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 25 17:07:47 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +--
1 file changed, 1 insertion(+), 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, OPENLDAP_REL_ENG_2_5 has been updated
via e79cff1bf9b5ba1f45e3f74e4fb28db2cfa72d30 (commit)
via a054a194e8a0aadfac138fa441c8f67f5d7caa35 (commit)
from c9c1e891aee7bf8541155d3912298dcfb43d14fd (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 e79cff1bf9b5ba1f45e3f74e4fb28db2cfa72d30
Merge: c9c1e89 a054a19
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 25 17:07:42 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +--
1 file changed, 1 insertion(+), 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 8d346721a60684aeaa7b1e3b2111c972393bfad3 (commit)
via a054a194e8a0aadfac138fa441c8f67f5d7caa35 (commit)
from b07e31aa02c243eb08a241cb659e3e12a094abf1 (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 8d346721a60684aeaa7b1e3b2111c972393bfad3
Merge: b07e31a a054a19
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Aug 24 21:21:26 2014 +0100
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +--
1 file changed, 1 insertion(+), 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 a054a194e8a0aadfac138fa441c8f67f5d7caa35 (commit)
from 8fbbc71506f5992579fb38398e4654007a1cf4b5 (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 a054a194e8a0aadfac138fa441c8f67f5d7caa35
Author: Howard Chu <hyc(a)symas.com>
Date: Sun Aug 24 21:18:03 2014 +0100
ITS#7913 cleanup
we already checked for data == NULL, drop unnecessary if
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 3 +--
1 file changed, 1 insertion(+), 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, OPENLDAP_REL_ENG_2_4 has been updated
via 8cd7ac086b1724487067d93cfe0d850196b9ae2e (commit)
via 0aee9496f690944e0700602833a9e83d20e39a8c (commit)
via 8fbbc71506f5992579fb38398e4654007a1cf4b5 (commit)
from 1dca4afcb2284d136206d8017bdf2109de2dd564 (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 8cd7ac086b1724487067d93cfe0d850196b9ae2e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 21 20:26:00 2014 -0700
Cleanup mdb_ad_get
commit 0aee9496f690944e0700602833a9e83d20e39a8c
Merge: 1dca4af 8fbbc71
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 22 15:24:01 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++----
servers/slapd/back-mdb/attr.c | 2 +-
2 files changed, 3 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_5 has been updated
via c9c1e891aee7bf8541155d3912298dcfb43d14fd (commit)
from ea6a80e2b0a7c8b9e9229573adc39713f54c4126 (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 c9c1e891aee7bf8541155d3912298dcfb43d14fd
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 21 20:26:00 2014 -0700
Cleanup mdb_ad_get
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.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, OPENLDAP_REL_ENG_2_5 has been updated
via ea6a80e2b0a7c8b9e9229573adc39713f54c4126 (commit)
via 8fbbc71506f5992579fb38398e4654007a1cf4b5 (commit)
from 92105cb1d8caf83ffd45b8427cb3d4a1697a4902 (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 ea6a80e2b0a7c8b9e9229573adc39713f54c4126
Merge: 92105cb 8fbbc71
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Aug 22 15:23:10 2014 -0500
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++----
1 file changed, 2 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 b07e31aa02c243eb08a241cb659e3e12a094abf1 (commit)
from ff6bc13166536df9ed6e8fd3f7f72f9738f09cf8 (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 b07e31aa02c243eb08a241cb659e3e12a094abf1
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 21 20:26:00 2014 -0700
Cleanup mdb_ad_get
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/attr.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, master has been updated
via ff6bc13166536df9ed6e8fd3f7f72f9738f09cf8 (commit)
via 8fbbc71506f5992579fb38398e4654007a1cf4b5 (commit)
from be02e8ddd088fcee6615f58e5f6b9ad03cfec704 (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 ff6bc13166536df9ed6e8fd3f7f72f9738f09cf8
Merge: be02e8d 8fbbc71
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Aug 21 17:41:09 2014 -0700
Merge remote-tracking branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++----
1 file changed, 2 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, mdb.master has been updated
via 8fbbc71506f5992579fb38398e4654007a1cf4b5 (commit)
from 4008e5e58337feb8a5ab29b7f939b1831d3f6d75 (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 8fbbc71506f5992579fb38398e4654007a1cf4b5
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Aug 21 17:40:20 2014 -0700
More for MIPS
Move CACHEFLUSH, avoid unnecessary if()
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++----
1 file changed, 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 1dca4afcb2284d136206d8017bdf2109de2dd564 (commit)
via cc93cf8e952b1d3d7a63f65ca4f0d7170e808762 (commit)
via 6556561626b32ab751e111add34f56e0c0bcf07b (commit)
from 55eddb0b31879778fc5ec72a3957ad6a92afab2f (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 1dca4afcb2284d136206d8017bdf2109de2dd564
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Aug 21 13:49:56 2014 -0500
ITS#7906,ITS#7923
commit cc93cf8e952b1d3d7a63f65ca4f0d7170e808762
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:40:19 2014 -0700
ITS#7906,#7923 Don't free configinfo in _db_close
commit 6556561626b32ab751e111add34f56e0c0bcf07b
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:06:51 2014 -0700
ITS#7904 more tweaks
Must save/restore mcd cursor if we're doing a scope-based search.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 11 ++++-
servers/slapd/back-mdb/search.c | 83 ++++++++++++++++++++++++++++++-----
servers/slapd/overlays/auditlog.c | 16 +------
servers/slapd/overlays/constraint.c | 4 +-
servers/slapd/overlays/dds.c | 1 +
servers/slapd/overlays/dyngroup.c | 4 +-
servers/slapd/overlays/pcache.c | 53 +++++++++++-----------
servers/slapd/overlays/refint.c | 29 ++++++------
servers/slapd/overlays/seqmod.c | 1 +
servers/slapd/overlays/slapover.txt | 6 +++
servers/slapd/overlays/unique.c | 43 ------------------
11 files changed, 136 insertions(+), 115 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 92105cb1d8caf83ffd45b8427cb3d4a1697a4902 (commit)
via 63ff4b42ab64227bb2be08100bac6446ade5e620 (commit)
from 79cebb85dceaefc2981ca519a3f40d9374664232 (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 92105cb1d8caf83ffd45b8427cb3d4a1697a4902
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:40:19 2014 -0700
ITS#7906,#7923 Don't free configinfo in _db_close
commit 63ff4b42ab64227bb2be08100bac6446ade5e620
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:06:51 2014 -0700
ITS#7904 more tweaks
Must save/restore mcd cursor if we're doing a scope-based search.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 83 ++++++++++++++++++++++++++++++-----
servers/slapd/overlays/auditlog.c | 16 +------
servers/slapd/overlays/constraint.c | 4 +-
servers/slapd/overlays/dds.c | 1 +
servers/slapd/overlays/dyngroup.c | 4 +-
servers/slapd/overlays/pcache.c | 53 +++++++++++-----------
servers/slapd/overlays/refint.c | 29 ++++++------
servers/slapd/overlays/seqmod.c | 1 +
servers/slapd/overlays/slapover.txt | 6 +++
servers/slapd/overlays/unique.c | 43 ------------------
10 files changed, 126 insertions(+), 114 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 be02e8ddd088fcee6615f58e5f6b9ad03cfec704 (commit)
from 3feffb9a0a4393c647182e31d998661d3bcd7c20 (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 be02e8ddd088fcee6615f58e5f6b9ad03cfec704
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:40:19 2014 -0700
ITS#7906,#7923 Don't free configinfo in _db_close
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/auditlog.c | 16 +----------
servers/slapd/overlays/constraint.c | 4 +--
servers/slapd/overlays/dds.c | 1 +
servers/slapd/overlays/dyngroup.c | 4 +--
servers/slapd/overlays/pcache.c | 53 ++++++++++++++++++-----------------
servers/slapd/overlays/refint.c | 29 +++++++++----------
servers/slapd/overlays/seqmod.c | 1 +
servers/slapd/overlays/slapover.txt | 6 ++++
servers/slapd/overlays/unique.c | 43 ----------------------------
9 files changed, 55 insertions(+), 102 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 3feffb9a0a4393c647182e31d998661d3bcd7c20 (commit)
from cd02e6054ea2589ab63e600714af4916f412eaff (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 3feffb9a0a4393c647182e31d998661d3bcd7c20
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Aug 20 13:06:51 2014 -0700
ITS#7904 more tweaks
Must save/restore mcd cursor if we're doing a scope-based search.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/search.c | 83 +++++++++++++++++++++++++++++++++------
1 file changed, 71 insertions(+), 12 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 55eddb0b31879778fc5ec72a3957ad6a92afab2f (commit)
via 3fa80cbc11f534b266420b67d9a9d1554bddc9e1 (commit)
from 0e6ab5804ff811efbea3f4f495d4da5512462b33 (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 55eddb0b31879778fc5ec72a3957ad6a92afab2f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Aug 20 14:28:25 2014 -0500
ITS#7922
commit 3fa80cbc11f534b266420b67d9a9d1554bddc9e1
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 19 20:29:23 2014 -0700
ITS#7922 delete dead code
Harmless, but stupid.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/back-ldap/modify.c | 4 ----
2 files changed, 1 insertion(+), 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, OPENLDAP_REL_ENG_2_5 has been updated
via 79cebb85dceaefc2981ca519a3f40d9374664232 (commit)
from a43c565d717343327baa4cf44001176a902274c6 (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 79cebb85dceaefc2981ca519a3f40d9374664232
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 19 20:29:23 2014 -0700
ITS#7922 delete dead code
Harmless, but stupid.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/modify.c | 4 ----
1 file changed, 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 cd02e6054ea2589ab63e600714af4916f412eaff (commit)
from 9c54ff2f0bd157fca738f62643e74d7ddcedf4f6 (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 cd02e6054ea2589ab63e600714af4916f412eaff
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Aug 19 20:29:23 2014 -0700
ITS#7922 delete dead code
Harmless, but stupid.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/modify.c | 4 ----
1 file changed, 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, OPENLDAP_REL_ENG_2_4 has been updated
via 0e6ab5804ff811efbea3f4f495d4da5512462b33 (commit)
from 471bdb44c2beeb0ce012d597930b109bf599a232 (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 0e6ab5804ff811efbea3f4f495d4da5512462b33
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Aug 18 12:18:44 2014 -0500
Fix typo
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/ctxcsn.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git