On Fri, 3 Jun 2016, Christophe Fergeau wrote:
[...]
> For what it's worth, I tried asking GStreamer people if they had
> suggestions how we could handle what is being done in this patch, but
> they did not have a silver bullet :)
I'm not surprised. The GStreamer doc says you're not supposed to exp
From: Alexander Bokovoy
SASL GSSAPI module will try to negotiate authentication based on the
credentials in the default credentials cache. It does not matter if
SPICE knows username or not as SASL negotiation will pass through the
discovered name from the GSSAPI module.
Signed-off-by: Alexander
On Mon, Jun 6, 2016 at 4:07 PM, Alexander Bokovoy wrote:
> On Mon, 06 Jun 2016, Daniel P. Berrange wrote:
>>
>> On Mon, Jun 06, 2016 at 04:34:09PM +0300, Alexander Bokovoy wrote:
>>>
>>> On Mon, 06 Jun 2016, Daniel P. Berrange wrote:
>>> > On Mon, Jun 06, 2016 at 09:01:10AM -0400, Marc-André Lurea
>
> If Windows layout does not support a given key the resulting virtual code
> is set to 0xFF. To avoid losing this raw key (causing the key not been
> sent to remote machine) detect this condition and handle the key.
> The check for raw scancode is there to understand if we can handle
> correctl
If Windows layout does not support a given key the resulting virtual code
is set to 0xFF. To avoid losing this raw key (causing the key not been
sent to remote machine) detect this condition and handle the key.
The check for raw scancode is there to understand if we can handle
correctly the key in
On Mon, Jun 06, 2016 at 04:34:09PM +0300, Alexander Bokovoy wrote:
> On Mon, 06 Jun 2016, Daniel P. Berrange wrote:
> > On Mon, Jun 06, 2016 at 09:01:10AM -0400, Marc-André Lureau wrote:
> > > Hi
> > >
> > > - Original Message -
> > > > I'm sending Alexander Bokovoy's patch as it is, also
On Mon, Jun 06, 2016 at 09:01:10AM -0400, Marc-André Lureau wrote:
> Hi
>
> - Original Message -
> > I'm sending Alexander Bokovoy's patch as it is, also here is some notes from
> > him:
> >
> > "I'd really like to find a way to do it with pure SASL properties so that
> > the
> > code wo
On Mon, Jun 6, 2016 at 3:01 PM, Marc-André Lureau wrote:
> Hi
>
> - Original Message -
>> I'm sending Alexander Bokovoy's patch as it is, also here is some notes from
>> him:
>>
>> "I'd really like to find a way to do it with pure SASL properties so that the
>> code would work for both SPN
Hi
- Original Message -
> I'm sending Alexander Bokovoy's patch as it is, also here is some notes from
> him:
>
> "I'd really like to find a way to do it with pure SASL properties so that the
> code would work for both SPNEGO and Kerberos. SPNEGO NTLMSSP would make it
> working for enviro
On Mon, Jun 6, 2016 at 2:51 PM, Fabiano Fidêncio wrote:
> I'm sending Alexander Bokovoy's patch as it is, also here is some notes from
> him:
>
> "I'd really like to find a way to do it with pure SASL properties so that the
> code would work for both SPNEGO and Kerberos. SPNEGO NTLMSSP would make
From: Alexander Bokovoy
Support SASL GSSAPI Kerberos by discovering default credential from
default Kerberos credentials cache.
If default Kerberos credential is missing, fallback to standard method
with password and username.
Signed-of-by: Alexander Bokovoy
---
src/spice-channel.c | 61 +
I'm sending Alexander Bokovoy's patch as it is, also here is some notes from
him:
"I'd really like to find a way to do it with pure SASL properties so that the
code would work for both SPNEGO and Kerberos. SPNEGO NTLMSSP would make it
working for environments where you don't have Kerberos but what
If Windows layout does not support a given key the resulting virtual code
is set to 0xFF. To avoid losing this raw key (causing the key not been
sent to remote machine) detect this condition and handle the key.
The check for raw scancode is there to understand if we can handle
correctly the key in
As the tokens counter were not being reset you could enter in a
situation where client thinks it has more tokens then server which
would eventually lead to client's disconnection from 0c5eca97f16ec6
onwards (before it was crashing).
It is easy to check the above situation if you track the amount o
Detect errors in record file. This can happen from a wrong version or
corruption of files.
Allocations are kept into a GList to be able to free in case some
errors happened.
Some macros are used to return error condition without many if.
replay_t was converted to a pointer and REPLAY_EOF is NULL to
ack
- Original Message -
> ---
> src/spice-widget.c | 2 +-
> src/usb-device-manager.c | 6 +++---
> src/win-usb-clerk.h | 4 ++--
> src/win-usb-driver-install.c | 3 ++-
> 4 files changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/src/spice-widget.c b/src/s
---
src/spice-widget.c | 2 +-
src/usb-device-manager.c | 6 +++---
src/win-usb-clerk.h | 4 ++--
src/win-usb-driver-install.c | 3 ++-
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/src/spice-widget.c b/src/spice-widget.c
index 0c70ce4..51a2055 100644
--- a/
>
> On Fri, 2016-06-03 at 10:59 +0100, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/tests/replay.c | 50
> > --
> > 1 file changed, 32 insertions(+), 18 deletions(-)
> >
> > diff --git a/server/tests/replay.c b/ser
This function is never used outside this compile unit.
Signed-off-by: Frediano Ziglio
---
server/red-record-qxl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server/red-record-qxl.c b/server/red-record-qxl.c
index 5673f7d..9b7d2af 100644
--- a/server/red-record-qxl.c
Signed-off-by: Frediano Ziglio
---
server/tests/replay.c | 50 +++---
1 file changed, 35 insertions(+), 15 deletions(-)
Changes from v1:
- renamed cmd_queue to display_queue to make clear which queue is;
- check just for a single queue in get_command_f
>
> On Fri, 2016-06-03 at 10:59 +0100, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/red-replay-qxl.c | 70
> > +
> > 1 file changed, 70 insertions(+)
> >
> > diff --git a/server/red-replay-qxl.c b/server/red-replay-
>
> On Fri, 2016-06-03 at 10:59 +0100, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio
> > ---
> > server/red-worker.c | 5 +
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/server/red-worker.c b/server/red-worker.c
> > index a14f55d..e754bd2 100644
> > --- a/server/red-w
Hi Jonathon,
On Fri, 2016-06-03 at 10:17 -0500, Jonathon Jongsma wrote:
> Related to my comments to the last patch, this change makes the
> SpiceFileTransferTask class less "self-contained". In other words, if the user
> does not connect to the 'finished' signal and send the appropriate agent
> XF
On Fri, 2016-06-03 at 15:02 +0200, Francois Gouget wrote:
> The dimensions sent by the remote end are redundant and should not be
> trusted.
>
> Signed-off-by: Francois Gouget
Acked-by: Pavel Grunt
Thanks,
Pavel
> ---
> src/channel-display-gst.c | 41 +
24 matches
Mail list logo