search for: everywhere

Displaying 20 results from an estimated 4302 matches for "everywhere".

2011 Jan 19
7
Let's talk about HTTPS Everywhere
Ok. It's a Firefox Add-on: https://www.eff.org/https-everywhere Questions: 1) But: Why can't i find it on the offical Firefox Add-ons site?: https://addons.mozilla.org/en-US/firefox/ 2) Did anyone audited the "HTTPS Everywhere" code? 3) Can someone trust this Add-on? Is it safe to install/use? 4) If it's so great why isn't it more pre...
2008 Apr 22
2
Asterisk sends 486 Busy Here instead of 600 Busy Everywhere
Hi, We have a scenario wherein the endpoint needs to send a 600 Busy Everywhere after receiving an INVITE. I am using SIPp as this end point. SIPp is configured as UE2. Now when UE1 calls UE2 (SIPp) receives the INVITE and responds with a 600 Busy Everywhere. But when Asterisk receives this 600 response it sends out a 486 Busy Here to UE1. Ideally Asterisk should be relayi...
2015 May 15
2
https everywhere.
What are the plans for the CentOS repos with respect to authentication and https everywhere? At the moment it is a trivial exercise to perform a MTM attack during a yum update over http. -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited...
2016 Feb 23
2
Re: [PATCH 1/2] lib: Allow the COMPILE_REGEXP macro to be used everywhere.
...Move the macro to > > "guestfs-internal-all.h" to permit this. > > --- > > LGTM -- would you please move the <pcre.h> include from > guestfs-internal.h to guestfs-internal-all.h as well? Good point, although maybe it's better not to include <pcre.h> everywhere and instead just include it in the C files where it is needed? Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-bui...
2015 May 15
2
https everywhere.
On 05/15/2015 02:49 PM, Matthew Miller wrote: > On Fri, May 15, 2015 at 03:44:39PM -0400, James B. Byrne wrote: >> What are the plans for the CentOS repos with respect to authentication >> and https everywhere? At the moment it is a trivial exercise to >> perform a MTM attack during a yum update over http. > > Since the packages themselves are signed, what risk are you concerned > about? > Not only are the packages signed, but we're now offering signed repository metadata as wel...
2006 Sep 02
1
Access email and addressbook from everywhere
Hello. I using evolution for email, and runs well, now the next that I would like is access to my email and evolution addressbook from everywhere. What should I install? there is any webmail that can use evolution settings? Or better a program for control that computer that I can access from any computer with a web browser? There is anything as this? Josep ______________________________________________ LLama Gratis a cualquier P...
2010 Mar 26
1
[PATCH] appliance: Set $PATH instead of hard-coding paths to binaries everywhere.
...red_hat_and_fedora -------------- next part -------------- >From 0420307349a71b7b9af58003c2591fc33b7939af Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Fri, 26 Mar 2010 10:10:16 +0000 Subject: [PATCH] appliance: Set $PATH instead of hard-coding paths to binaries everywhere. Change the appliance so PATH includes common directories. Thus we don't need to hard-code paths to binaries (eg. "/sbin/fdisk") everywhere. --- appliance/init | 3 ++- daemon/blkid.c | 2 +- daemon/blockdev.c | 2 +- daemon/daemon.h | 2 ++ daemon/ext2.c |...
2020 May 29
2
Range lists, zero-length functions, linker gc
...t; address for shared libraries, I’d think using it has the potential to > >> mislead various consumers.) For .debug_ranges we use -2, because both > a > >> 0/0 pair and a -1/-1 pair have a reserved meaning in that section. > >> > > > >Any harm in using -2 everywhere, for consistency? > > When resolving a relocation, in certain cases we have to give an undefined > symbol a value. > This can happen with: > > * an undefined weak symbol > * an undefined global symbol in --noinhibit-exec mode (a buggy --gc- > sections implementation can trig...
2015 May 15
0
https everywhere.
On Fri, May 15, 2015 at 03:44:39PM -0400, James B. Byrne wrote: > What are the plans for the CentOS repos with respect to authentication > and https everywhere? At the moment it is a trivial exercise to > perform a MTM attack during a yum update over http. Since the packages themselves are signed, what risk are you concerned about? -- Matthew Miller <mattdm at fedoraproject.org> Fedora Project Leader
2015 May 16
0
https everywhere.
On 16/05/15 08:36, Jim Perrin wrote: > > > On 05/15/2015 02:49 PM, Matthew Miller wrote: >> On Fri, May 15, 2015 at 03:44:39PM -0400, James B. Byrne wrote: >>> What are the plans for the CentOS repos with respect to authentication >>> and https everywhere? At the moment it is a trivial exercise to >>> perform a MTM attack during a yum update over http. >> >> Since the packages themselves are signed, what risk are you concerned >> about? >> > > Not only are the packages signed, but we're now offering signe...
2013 Nov 02
2
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...implementation to use, I'll work > today on Markus' patch to make the changes Damien wanted. What do you want to change in my patch? I use string encoding for the pub keys both on the wire and for the hash. Only the shared secret uses mpint/bignum (for the hash). Should we use mpint everywhere? I don't think so as we can require strings if length 32 everywhere. So what would the be the consense?
2005 Mar 17
2
Redhat 9 Music on hold
...T1 lines connected via TE405P. Everything works great, except MOH. I added an exten with MusicOnHold(30), and it plays just fine. Conferences have music when no one is in. I have SIP phones. When I place a call on hold, the CLI give no indication the call is on hold. I have set musiconhold(default) everywhere, removed it from everywhere, nothing seems to help. I am using 59r of MPG123, and do not have MPG321 installed. I did a 'make mpg123' from asterisk, make no difference. Please help!! This is driving me crazy!
2016 Dec 29
0
Modernizing LLVM Coding Style Guide and enforcing Clang-tidy
> > > From yesterday discussion, Daniel Berlin proposed using emplace_back > everywhere to make code easier to maintain. I think it is valid argument, > but I believe it would reduce readability. > Just to be clear; I proposed not trying to switch uses back and forth without real data, and to come to some agreement about what should be written in the first place, preferably bas...
2011 Feb 07
0
[LLVMdev] A small pass to constant fold branch conditions in destination blocks
...ndition for a conditional branch has the form "A && B" then A, B and the condition are all replaced with "true" in the true destination (similarly for || conditions in the false destination). Also, if the condition has the form "X == Y" then X is replaced by Y everywhere in the true destination (likewise if it is "X != Y" then X is replaced by Y everywhere in the false destination). Completely untested for correctness! Scheduling this pass after -correlated-propagation results for example in 5759 lines of bitcode being removed from 403.gcc. Ciao, Dunca...
2018 Nov 12
0
[PATCH 2/2] drm/atomic: Create and use __drm_atomic_helper_crtc_reset() everywhere
Am Montag, 12. November 2018, 16:01:14 CET schrieb Maarten Lankhorst: > We already have __drm_atomic_helper_connector_reset() and > __drm_atomic_helper_plane_reset(), extend this to crtc as well. > > Most drivers already have a gpu reset hook, correct it. > Nouveau already implemented its own __drm_atomic_helper_crtc_reset(), > convert it to the common one. > >
2019 Jun 17
0
[PATCH 06/59] drm/prime: Actually remove DRIVER_PRIME everywhere
On 2019/06/14, Daniel Vetter wrote: > Split out to make the functional changes stick out more. > Since this patch flew-by, as standalone one (intentionally or not) I'd add, anything vaguely like: "Core users of DRIVER_PRIME were removed from core with prior patches." HTH Emil
2016 Feb 23
0
Re: [PATCH 1/2] lib: Allow the COMPILE_REGEXP macro to be used everywhere.
On Tuesday 23 February 2016 09:17:42 Richard W.M. Jones wrote: > Since the daemon links to pcre and use regular expressions, and since > the COMPILE_REGEXP macro doesn't depend on any aspects of the > library-side code (eg. the guestfs_h handle etc), we can allow the > daemon to use the COMPILE_REGEXP macro. Move the macro to > "guestfs-internal-all.h" to permit this.
2015 May 19
0
https everywhere.
On 17-05-15 10:35:55, Gordon Messmer wrote: > https doesn't improve your privacy in this application. No, but it makes it a little bit harder for third parties to gather all these information. That seems to be a worthy goal for me.
2011 Nov 08
1
[PATCH] NFC: Update FSF address everywhere it's used
...4 ++-- tx-pull.sh | 2 +- update-bugs.sh | 2 +- 300 files changed, 305 insertions(+), 304 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-NFC-Update-FSF-address-everywhere-it-s-used.patch Type: text/x-patch Size: 146267 bytes Desc: not available URL: <http://listman.redhat.com/archives/libguestfs/attachments/20111108/6c8ae6c0/attachment.bin>
2015 Aug 04
1
[PATCH] Simplify and generalize implementation of align(). Should be very efficient on sensible platforms, and correct everywhere.
--- src/opus_private.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/opus_private.h b/src/opus_private.h index 63338fe..5bbd7dc 100644 --- a/src/opus_private.h +++ b/src/opus_private.h @@ -33,6 +33,8 @@ #include "opus.h" #include "celt.h" +#include <stddef.h> /* offsetof */ + struct OpusRepacketizer { unsigned char