Re: [Spice-devel] [PATCH] Be more specific in the case of authentication error

2015-11-19 Thread Victor Toso
Hi, On Thu, Nov 19, 2015 at 03:57:55PM +0100, Fabiano FidĂȘncio wrote: > On Thu, Nov 19, 2015 at 3:42 PM, wrote: > > From: Marek Kasik > > > > This patch adds SPICE_CLIENT_ERROR_AUTH_NEEDS_USERNAME error > > for the case when authentication fails because of missing username. > > This can happen

Re: [Spice-devel] [PATCH] Be more specific in the case of authentication error

2015-11-19 Thread Fabiano FidĂȘncio
On Thu, Nov 19, 2015 at 3:42 PM, wrote: > From: Marek Kasik > > This patch adds SPICE_CLIENT_ERROR_AUTH_NEEDS_USERNAME error > for the case when authentication fails because of missing username. > This can happen when GSSAPI method is used. > > https://bugs.freedesktop.org/show_bug.cgi?id=92994

[Spice-devel] [PATCH] Be more specific in the case of authentication error

2015-11-19 Thread mkasik
From: Marek Kasik This patch adds SPICE_CLIENT_ERROR_AUTH_NEEDS_USERNAME error for the case when authentication fails because of missing username. This can happen when GSSAPI method is used. https://bugs.freedesktop.org/show_bug.cgi?id=92994 --- src/spice-channel-priv.h | 3 ++- src/spice-chan

[Spice-devel] [PATCH] Be more specific in the case of authentication error

2015-11-19 Thread mkasik
From: Marek Kasik This patch adds SPICE_CLIENT_ERROR_AUTH_NEEDS_USERNAME error for the case when authentication fails because of missing username. This can happen when GSSAPI method is used. https://bugs.freedesktop.org/show_bug.cgi?id=92994 --- src/spice-channel-priv.h | 3 ++- src/spice-chan