Re: [Spice-devel] [vdagent-win PATCH V3 10/11] Fix Visual Studio compiler warning (strcat and sscanf)

2015-01-19 Thread Christophe Fergeau
On Tue, Dec 30, 2014 at 06:20:56PM +0200, Uri Lublin wrote: > This is a follow-up to commits 492ee05a6b and 4b9e9b1d28 > > Visual Studio complains: > .\file_xfer.cpp(90) : warning C4996: 'strcat': This function or variable > may be unsafe. Consider using strcat_s instead. > To disable deprec

Re: [Spice-devel] [vdagent-win PATCH V3 11/11] g_key_get_string: use size_t for pointer difference

2015-01-19 Thread Christophe Fergeau
I don't know if VS has ptrdiff_t readily available which would probably be the best type to use here. Christophe On Tue, Dec 30, 2014 at 06:20:57PM +0200, Uri Lublin wrote: > The 64 bit Visual Studio build complains that: > .\file_xfer.cpp(223) : warning C4244: > '=' : conversion from '__i

Re: [Spice-devel] [PATCH] Provide support for using the passthru smartcard mode in libcacard.

2015-01-19 Thread Marc-André Lureau
On Mon, Jan 19, 2015 at 4:01 PM, Jeremy White wrote: > > Signed-off-by: Jeremy White > --- > gtk/smartcard-manager.c | 14 ++ > gtk/spice-option.c | 23 +-- > gtk/spice-session.c | 26 ++ > man/spice-client.pod|7

Re: [Spice-devel] RFC - Direct smart card support in libcacard/spice-gtk

2015-01-19 Thread Jeremy White
>> Feedback appreciated. If it doesn't seem offensive, I will likely >> polish it a bit and submit it properly. > > Great! I think this is a better fit, thanks. For a quick glance, the > spice-gtk patch looks good, I would try to keep the "smartcard" prefix in > options and properties though (-

[Spice-devel] [PATCH] Provide support for using the passthru smartcard mode in libcacard.

2015-01-19 Thread Jeremy White
Signed-off-by: Jeremy White --- gtk/smartcard-manager.c | 14 ++ gtk/spice-option.c | 23 +-- gtk/spice-session.c | 26 ++ man/spice-client.pod|7 +-- 4 files changed, 66 insertions(+), 4 deletions(-) diff --git

Re: [Spice-devel] Local mouse cursor with Windows client

2015-01-19 Thread Ralf
Hi all, I never had a reaction on my email below. I just installed Fedora Server 21 and ran an Android VM on it and connected with a Spice client from a Windows machine. But te result is the same. As soon as the mouse enters the Remote Vieuwe window, the local mouse pointer is gone. Now usuall