Displaying 20 results from an estimated 2254 matches for "implic".
Did you mean:
implib
2019 Feb 11
1
[Qemu-devel] security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
...virtio pmem".
> > "virtio pmem" is fake persistent memory(nvdimm) in guest
> > which allows to bypass the guest page cache. This also
> > implements a VIRTIO based asynchronous flush mechanism.
>
>
> At Pankaj's request I looked at information leak implications of virtio
> pmem in light of the recent page cache side channels paper
> (https://arxiv.org/pdf/1901.01161.pdf) - to see what
> kind of side channels it might create if any. TLDR - I think that
> depending on the host side implementation there could be some, but this
> might b...
2019 Feb 04
5
security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
...implementation for "virtio pmem".
> "virtio pmem" is fake persistent memory(nvdimm) in guest
> which allows to bypass the guest page cache. This also
> implements a VIRTIO based asynchronous flush mechanism.
At Pankaj's request I looked at information leak implications of virtio
pmem in light of the recent page cache side channels paper
(https://arxiv.org/pdf/1901.01161.pdf) - to see what
kind of side channels it might create if any. TLDR - I think that
depending on the host side implementation there could be some, but this
might be addressable by better d...
2011 Jan 04
2
Implications of zlib plugin on search operations
Right now I'm compressing all mails older than 31 days and larger than
100k in size.
But what implications does this compression have on search queries
performed by users (user looking for an old mail containing a certain
string).
--
Ralf Hildebrandt
Gesch?ftsbereich IT | Abteilung Netzwerk
Charit? - Universit?tsmedizin Berlin
Campus Benjamin Franklin
Hindenburgdamm 30 | D-12203 Berlin...
2009 Oct 23
1
Implications of reducing MAX_PERIOD
...!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I have been looking into reducing memory usage of the CELTDecoder and
was wondering what the implications of reducing MAX_PERIOD were?
Reducing it to 512, I haven''t noticed any difference besides the
reduction in memory usage. Is there a minimum value this can be set to?
<br>
<br>
<div class="moz-signature">-- <br>
<span
style="font-size: 10pt;...
2024 May 27
2
Security Implications of "ldap server require strong auth"?
...to use the [global] option
"ldap server require strong auth = no" in smb.conf. With this option
set, the ldap plugin is working and my Domain users can authenticate to
nextcloud with their Domain account.
But before I implement this in my production system I need to know the
security implications of this samba parameter. I must admit that I don't
really understand the risc for a real-life scenario. Also, I'm not very
experienced with ldap, so please, can you help me a bit?
Samba: 4.17.12-Debian (stock debian version)
Nextcloud Hub 8 (29.0.0.1)
Cheers
Thomas Reitelbach
--...
2019 Feb 06
0
security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
...irtio pmem".
>> "virtio pmem" is fake persistent memory(nvdimm) in guest
>> which allows to bypass the guest page cache. This also
>> implements a VIRTIO based asynchronous flush mechanism.
>
>
> At Pankaj's request I looked at information leak implications of virtio
> pmem in light of the recent page cache side channels paper
> (https://arxiv.org/pdf/1901.01161.pdf) - to see what
> kind of side channels it might create if any. TLDR - I think that
> depending on the host side implementation there could be some, but this
> might b...
2015 Oct 21
0
Security implications of openssl098e on CentOS 7
...> However, while setting up the CentOS 7 environment one of the closed
> source applications is requiring 0.9.8. The software vendor has advised
> installing package openssl098e from yum; but I'm hesitant to do so from a
> compliance and security perspective.
>
> What are the implications of this compatibility package? What does it
> provide/do?
>
> Thank you,
>
> --
> -----------------------------------------------
> - Nick Bright -
> - Vice President of Technology -
> - Valnet -=- We Connect You -=-...
2015 Oct 21
0
Security implications of openssl098e on CentOS 7
...> However, while setting up the CentOS 7 environment one of the closed
> source applications is requiring 0.9.8. The software vendor has advised
> installing package openssl098e from yum; but I'm hesitant to do so from a
> compliance and security perspective.
>
> What are the implications of this compatibility package? What does it
> provide/do?
>
> Thank you,
>
> --
> -----------------------------------------------
> - Nick Bright -
> - Vice President of Technology -
> - Valnet -=- We Connect You -=-...
2024 May 27
1
Security Implications of "ldap server require strong auth"?
...ption "ldap server require strong auth = no" in smb.conf. With this
> option set, the ldap plugin is working and my Domain users can
> authenticate to nextcloud with their Domain account.
>
> But before I implement this in my production system I need to know
> the security implications of this samba parameter. I must admit that
> I don't really understand the risc for a real-life scenario. Also,
> I'm not very experienced with ldap, so please, can you help me a bit?
>
> Samba: 4.17.12-Debian (stock debian version)
> Nextcloud Hub 8 (29.0.0.1)
>
&...
2016 Jan 21
8
Windows 10 administrative templates /central store with Samba
...current understanding is that ...
a) I need those new templates in order to fully integrate Win10 clients
in an AD domain (i.e. with compatible policies).
b) I can only modify policies based on Win10 admx files from Win10
machines (i.e. with the RSAT tools for Win10).
Are there any Samba-related implications or issues on doing that,
particularly if I follow the MS advice to store those admx files in a
central store in the SYSVOL (\PolicyDefinitions) folder?
Also, are there any implications for existing domains with e.g. Win7
clients? Is it advised to keep Win7 and Win10 in separate containers...
2016 Jan 22
6
[GlobalISel][RFC] Contract between LLVM IR and the backends for ISel
...ntract we have between the LLVM IR and the backends.
* Context *
Right now, the backends are supposed to be able to perform instruction selection on any valid LLVM IR.
Although this is *not* something I want to change for GlobalISel, I thought I brought that up on the mailing list to discuss the implications.
In particular, in the past, some people mentioned that they wanted to do (some part of) the legalization on LLVM IR. This may impact the contract we have between LLVM IR inputs and the backends and I would like to clarify that.
* Feedback Needed *
1. In your opinion where does a “backend...
2016 Jan 21
1
Windows 10 administrative templates /central store with Samba
...those new templates in order to fully integrate Win10
>> clients in an AD domain (i.e. with compatible policies).
>> b) I can only modify policies based on Win10 admx files from Win10
>> machines (i.e. with the RSAT tools for Win10).
>>
>> Are there any Samba-related implications or issues on doing that,
>> particularly if I follow the MS advice to store those admx files in a
>> central store in the SYSVOL (\PolicyDefinitions) folder?
>>
>> Also, are there any implications for existing domains with e.g. Win7
>> clients? Is it advised t...
2020 Jan 21
2
Security implications of using ControlMaster
On Tue, Jan 21, 2020 at 11:08:51AM +1100, Damien Miller wrote:
> So IMO disallowing session multiplexing is at most a speedbump that an
> attacker will cross with relative ease. Speedbumps make sense sometimes,
An attacker getting root on the jumphost gets immediate control of
any _current_ persistent connections and new connections. Without
ControlMaster it's a _lot_ harder to take
2019 Feb 11
0
[Qemu-devel] security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
On Mon, Feb 11, 2019 at 02:29:46AM -0500, Pankaj Gupta wrote:
> Hello Dave,
> Are we okay with this?
Sure.
I'm not sure I agree with all the analysis presented, but, well, I
haven't looked any deeper because I'm tired of being shouted at and
being called argumentative for daring to ask hard questions about
this topic....
Cheers,
Dave.
--
Dave Chinner
david at fromorbit.com
2019 Feb 11
1
[Qemu-devel] security implications of caching with virtio pmem (was Re: [PATCH v3 0/5] kvm "virtio pmem" device)
On 11.02.19 23:29, Dave Chinner wrote:
> On Mon, Feb 11, 2019 at 02:29:46AM -0500, Pankaj Gupta wrote:
>> Hello Dave,
>> Are we okay with this?
>
> Sure.
>
> I'm not sure I agree with all the analysis presented, but, well, I
> haven't looked any deeper because I'm tired of being shouted at and
> being called argumentative for daring to ask hard
2015 Oct 21
0
Re: Security implications of openssl098e on CentOS 7
On Wed, 21 Oct 2015 20:58, Nick Bright <nick.bright at ...> wrote:
> On 10/21/2015 1:55 PM, Andrew Holway wrote:
>> Personally I would go round to that particular vendors office with a pipe
>> wrench and encourage them to do better however, unless this software is
>> transmitting credit card information then it seems that you could be
>> safe(ish) from the
2016 Mar 21
2
change local & domain sids and implications
hi everybody
I'm thinking I'll grab whole lot of my ldap backend and
change SID - what will this cause to workstation/machine
members?
I'm guessing users account should be fine and people would
be able to log in but machine would probably have to rejoin
(if I can call it that, because domain name is different).
You probably already see what I'm hoping I can do - I hope I
can
2024 May 28
1
Security Implications of "ldap server require strong auth"?
Am 28.05.24 um 07:34 schrieb Bestattungen Vitt - Thomas Reitelbach via
samba:
>
> Christian Naumer said, I can get Nextcloud to work without this insecure
> parameter - I'll have to figure out how I could acceppt a self-signed
> certificate on the side of apache2/php-ldap module.
I checked our installation and found this in the Nextcloud Doku
2006 May 09
0
xend-config.sxp implications with changes to network-bridge
With the change to network-bridge in changeset 9955, would it also be
good to change xend-config.sxp to use:
# (network-script ''network-bridge vifnum=1'')
rather than
# (network-script ''network-bridge netdev=eth1'')
Should there also be more explanatory text?
Thanks,
Kirk
_______________________________________________
Xen-devel mailing list
2008 Nov 23
0
not R but consumer choice contest that has statistical implications
a friend of mine sent me the following and I'm thinking that there are
people on this list that might be interested and could also hit the 10%
improvement mark possibly ? i don't know any more about it than the
article says so, if someone is interested, I guess you would have to
contact netflix. a "thank you for telling
me about it" gratuity on the prize money is of course