Re: [Spice-devel] [PATCH v2] Report invalid password as a special auth error

2015-05-29 Thread Christophe Fergeau
Hey, On Wed, May 27, 2015 at 04:05:16PM +0200, Cédric Bosdonnat wrote: > Provide a special authentication error message for too long passwords. > Also check for too long passwords before sending them over the wire. > --- > > Diff to v1: >* Added a check in spice_channel_send_spice_ticket >

[Spice-devel] [PATCH v2] Report invalid password as a special auth error

2015-05-27 Thread Cédric Bosdonnat
Provide a special authentication error message for too long passwords. Also check for too long passwords before sending them over the wire. --- Diff to v1: * Added a check in spice_channel_send_spice_ticket * moved spice_channel_failed_authentication before spice_channel_send_spice_ticket