Re: [PATCH 0/2] Misc fixes for the RDP compositor

2015-07-23 Thread Bryce Harrington
On Tue, Jul 21, 2015 at 02:38:08PM +0300, Pekka Paalanen wrote: > On Mon, 20 Jul 2015 14:39:19 +0200 > David FORT wrote: > > > Misc things fixed in the RDP compositor: > > * bad return value in backend_init, introduced by the libweston refactoring; > > * an initialization that was done too early

Re: [PATCH 0/2] Misc fixes for the RDP compositor

2015-07-21 Thread Pekka Paalanen
On Mon, 20 Jul 2015 14:39:19 +0200 David FORT wrote: > Misc things fixed in the RDP compositor: > * bad return value in backend_init, introduced by the libweston refactoring; > * an initialization that was done too early and was crashing when using RDP4 > security > > David FORT (2): > [rdp co

[PATCH 0/2] Misc fixes for the RDP compositor

2015-07-20 Thread David FORT
Misc things fixed in the RDP compositor: * bad return value in backend_init, introduced by the libweston refactoring; * an initialization that was done too early and was crashing when using RDP4 security David FORT (2): [rdp compositor] remove a warning during compilation [rdp compositor] Fix

[PATCH 0/2] Misc fixes for the RDP compositor

2015-05-19 Thread David FORT
This serie contains a patch to force keys and certificates with the RDP compositor as it is almost unusable without them. It also makes dynamic the seat allocated per connection, so that we can free the RDP context and keep alive the seat (to workaround the fact that we can't safely free a seat).