Displaying 20 results from an estimated 100 matches similar to: "[PATCH 1/1] rework printing for visual host key upper border"
2014 Jun 16
1
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual
host key breaks with ED25519, resulting in (note the missing bracket):
+--[ED25519 256--+
This reworks the calculation of visual host key upper border. Please be
aware that this slightly modifies the output for other key types as well:
+--[ DSA 1024]----+
+---[DSA 1024]----+
+--[ RSA 2048]----+
+---[RSA 2048]----+
2015 Jul 06
7
[PATCH 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
sshkey.c | 47 ++++++++++++++++++++++++++++++++++++-----------
1 file changed, 36 insertions(+), 11 deletions(-)
diff --git a/sshkey.c b/sshkey.c
index cfe5980..47511c2 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -44,6 +44,9 @@
#include <stdio.h>
#include <string.h>
#include
2015 Jul 06
3
[PATCH v2 1/1] paint visual host key with unicode box-drawing characters
From: Christian Hesse <mail at eworm.de>
Signed-off-by: Christian Hesse <mail at eworm.de>
---
log.c | 2 +-
sshkey.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++-----------------
2 files changed, 58 insertions(+), 21 deletions(-)
diff --git a/log.c b/log.c
index 32e1d2e..90c1232 100644
--- a/log.c
+++ b/log.c
@@ -444,7 +444,7 @@ do_log(LogLevel level, const char *fmt,
2015 Jul 06
2
[PATCH 1/1] paint visual host key with unicode box-drawing characters
Le 06/07/15 12:33, Alex Bligh a ?crit :
> On 6 Jul 2015, at 11:05, Christian Hesse <list at eworm.de> wrote:
>
>> +#ifdef HAVE_LOCALE_H
>> + char *locale;
>> + char *border_utf8[] = { "?", "?", "?", "?", "?", "?" };
>> +#endif
>> + char *border_ascii[] = { "+", "-",
2001 Mar 04
1
bubblebabble patch
Hi,
Here is a patch that adds the possibility of displaying key fingerprints
in the bubblebabble format used by ssh.com ssh implementations.
I hope it makes its way into the source.
--- ./openssh-2.5.1/key_original.h Sun Mar 4 00:47:55 2001
+++ ./openssh-2.5.1/key.h Sun Mar 4 00:57:57 2001
@@ -36,6 +36,17 @@
KEY_DSA,
KEY_UNSPEC
};
+
+enum digest_type {
+ DIGEST_TYPE_SHA1,
+
2002 Aug 06
1
polygon() draws non-transparent border, erase.screen draws non-transparent border (PR#1881)
# polygon ignores requests to have its border transparent, look at
par(bg="transparent")
plot(c(0, 3), 0:1)
polygon(c(0, 1, 1, 0), c(0, 0, 1, 1), border=NA, col = 0)
polygon(c(1, 2, 2, 1), c(0, 0, 1, 1), border="transparent", col = 0)
polygon(c(2, 3, 3, 2), c(0, 0, 1, 1), border=0, col = 0)
# a quick fix for erase.screen() is the following
erase.screen <-
function (n =
2006 Mar 25
1
style sheets border
Hi, I am working a tutorial "Fast track your web apps with ruby on rails". I am trying to change the stylesheet .css and I think it is the table border
cpode is ----------------
td { border: 1px solid; }
a { color: #eef; background-color: #446;}
a:hover { color: #fff; background-color:#000; }
Any help would be appreciated.
JIm
-------------- next part --------------
An HTML attachment
2006 Feb 17
4
link_to_remote doubles border size
I have a div with a border around it. I use link_to_remote to change the
content, and the border size doubles. Example:
<div id="test" style="border:solid; border-width:5px">
<%= link_to_remote("Test", :update => "test", :url => { :controller =>
"tester", :action => "test" }) %>
</div>
Even stranger, if I
2011 Feb 17
0
Indentify polygons that are on the border of a shapefile
Dear R users,
I would like to know how to indentify the polygons that are located on the
border of a map (i.e.shapefile).
Do you have any suggestion on how to do it?
Thank you very much,
Leo Monasterio.
[[alternative HTML version deleted]]
2002 Apr 17
0
still have problem with krige and border option [end]
> both "_ "and "<-" are assignment operators
well, I've changed it in my script, but the result is the same.
> what do you get if you call
>
> in.polygon(grid2.point$x,grid2.point$y,polygon$x,polygon$y)
That's it !
In fact all my points in grid2.point where xy inverted. And I had no points
in polygon.
It was really a stupid mistake. Thanks for all !
2010 Oct 04
0
session border controller
Hi
?
I am playing around the idea of setting up an asterisk box on the public domain.
This box will then be connected to various other sip providers for LCR for low
cost calls.
It was recommened that I use a SBC.? I never used SBC. From what I understand
it can help with different aspect when it comes to SIP communication such as
security
and billing.
?
Is SBC really necessary? If so what would
2007 Jul 03
1
Session Border Controller time...
Come on you carriers on the list... Give up the dibs what are you using
and why?
About to sledgehammer these SELECT * FROM GARBAGE WHERE SBC = 'nCite'
Don't bother shooting me off Newport Networks stuff... Too pricey
--
====================================================
J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743
echo infiltrated.net|sed
2001 Feb 16
0
polygon border colors
Simple question: is it true that
polygon (x, y, col=vec, border=vec, ...)
will cycle through the vec colors for fills but not for
the border colors when sending multiple polygons?
thanks,
Denis White
US EPA, 200 SW 35th St, Corvallis, Oregon, 97333 USA
voice: 541.754.4476, email: white.denis at epa.gov
web: www.epa.gov/wed/pages/staff/white/
2003 Oct 09
1
polygon border
Hello,
Does anyone know how a function to find automaticly the border (polygon) of
a cloud of points?
It is for a PCA kind of analysis, where I wanted to present as the limits
for each group, instead of all points...
thank you in advance
Marta
2007 May 11
1
Need a RTP/SIP Proxy to be used as SBC (Session Border Controller)
Hi all,
I have been using asterisk to do such kind of thing,
But I must admitt, this is not 100 % conveniant (Mainly because Asterisk
isn't a SIP Proxy).
I just wanted to know if you knew/used some kind of SBC or packages which
would deal both with SIP AND RTP !
SER/OpenSER woulc be a good SIP Proxy ... but then how to deal with RTP ?
Any tip, info greatly welcome !
Thanks,
JM
1999 Apr 21
0
border option working in barplots? (R0.63)
Dear R users,
How do you set the color of the border in barplots?
On my screen
barplot(tN, col='gray', border='yellow')
looks like grey bars -- with black borders (not yellow).
Trying it with a postscript device gives the same result.
Cheers,
Armin
----------------------------------------------------------------------------
Department of Mathematics |
2008 Jun 28
1
Missing Window Border
No matter what I do, I'm not able to get window borders working.
Both commands "emerald --replace" and "gtk-window-decorator --replace"
runs fine, with no output, but no window borders are drawn.
I've tried with and without:
Option "AddARGBGLXVisuals" "True"
..defined in the Screen section of xorg.conf, but with no
difference. To my
2012 Jun 25
3
[Bug 51391] New: no window border with nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=51391
Bug #: 51391
Summary: no window border with nouveau driver
Classification: Unclassified
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2009 Aug 17
1
Re: Why the border of font is not smooth like before?
vitamin wrote:
>
> lazy_fox wrote:
> > I install 1.1.18. The border of font is not smooth like 1.1.11.
> > Why? How to config?
>
> Known bug: http://bugs.winehq.org/show_bug.cgi?id=16729
> The above link has a workaround too.
Did this fixed?
2004 Jan 06
1
Asterisk not working with session border controller
Hi All
My company has bought a license for a session border controller called
"Middle". It look like this software acts like a proxy and registers
devices to the asterisk.
the problem (As per Middle guys) is that "Middle" sends a registration
request to the Asterisk asking it to reply to the port 7062, but the
Asterisk sends back the packet to the originating port 7060.