Re: [Spice-devel] Feature requests for virt-viewer windows port

2013-08-28 Thread Fernando Lozano
Hi Uri, I am also worried about authentication using spice+tls. Any user, from any machine, can connect to the spice+tl port. But using an ssh tunnel means each user needs his own ssh password or key. One can use passwords (aka tickets), to limit the access to the remote machine. It is set on

Re: [Spice-devel] Feature requests for virt-viewer windows port

2013-08-28 Thread Uri Lublin
On 08/28/2013 03:43 AM, Fernando Lozano wrote: Hi Uri, I want access to the guest consoles, which means spice connections to the host. But I want those connections secured either by TLS or SSH. So far can get only plain insecure spice connections from a windows workstation to the kvm host. You

Re: [Spice-devel] [PATCH 2/2] gtk/channel-cursor: copy spicec hack, RHBZ #998529

2013-08-28 Thread Alon Levy
> hi, > > I didn't verify, but the change looks ok if it solves the issue. > > - Mensaje original - > > --- > > gtk/channel-cursor.c | 17 - > > 1 file changed, 12 insertions(+), 5 deletions(-) > > > > diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c > > index 41

Re: [Spice-devel] [PATCH 2/2] gtk/channel-cursor: copy spicec hack, RHBZ #998529

2013-08-28 Thread Marc-André Lureau
hi, I didn't verify, but the change looks ok if it solves the issue. - Mensaje original - > --- > gtk/channel-cursor.c | 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) > > diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c > index 41ad696..3068385 100644

Re: [Spice-devel] [PATCH 1/2] gtk/channel-cursor.c: add cursor_type_to_string for debugging

2013-08-28 Thread Marc-André Lureau
ack - Mensaje original - > --- > gtk/channel-cursor.c | 22 -- > 1 file changed, 20 insertions(+), 2 deletions(-) > > diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c > index 99e7a48..41ad696 100644 > --- a/gtk/channel-cursor.c > +++ b/gtk/channel-cursor.c > @

[Spice-devel] [PATCH 2/2] gtk/channel-cursor: copy spicec hack, RHBZ #998529

2013-08-28 Thread Alon Levy
--- gtk/channel-cursor.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index 41ad696..3068385 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -259,11 +259,18 @@ static void mono_cursor(display_curs

[Spice-devel] [PATCH 1/2] gtk/channel-cursor.c: add cursor_type_to_string for debugging

2013-08-28 Thread Alon Levy
--- gtk/channel-cursor.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index 99e7a48..41ad696 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -325,6 +325,23 @@ static void display_cursor_unref

Re: [Spice-devel] [PATCH] spice-widget: Add spice_display_mouse_grab()

2013-08-28 Thread Marc-André Lureau
- Mensaje original - > On 08/27/2013 07:50 PM, Marc-André Lureau wrote: > > Hi > > > > - Mensaje original - > >> Similarly to spice_display_mouse_ungrab(), this is intedned to be used > >> from outside code to force the display to grab the mouse (and > >> keyboard). > > > > That

Re: [Spice-devel] [spice-html5] Ack every message.

2013-08-28 Thread Alon Levy
> The failure to ack pings led to a nasty bug whereby an inactive client hangs. > The relatively recent change to monitor latency with ping exposed this bug. Looks good to me. Patch didn't apply for some reason, not sure why, just mentioning this - I'm pretty sure it is a problem on my side. (I

Re: [Spice-devel] [PATCH] spice-widget: Add spice_display_mouse_grab()

2013-08-28 Thread Martin Kletzander
On 08/27/2013 07:50 PM, Marc-André Lureau wrote: > Hi > > - Mensaje original - >> Similarly to spice_display_mouse_ungrab(), this is intedned to be used >> from outside code to force the display to grab the mouse (and >> keyboard). > > That sounds reasonable, although we probably want the