[FreeRDP-devel] Wayland with wfreerdp compostor

2020-07-20 Thread Lonnie Cumberland via FreeRDP-devel
Greetings all, I have been doing a lot of research lately and have come to understand that Wayland is just the protocol (like X11) and it uses "Compositors" which seem to be like applications with a built in server to provide the actual graphics. This seems like each application is a customer

Re: [FreeRDP-devel] The missing "&".

2020-07-20 Thread Andrey Vasilkin via FreeRDP-devel
21.07.20 01:31, Andrey Vasilkin via FreeRDP-devel пишет: Hi. In libfreerdp, file core/connection.c, function rdp_client_connect_auto_detect, line 1006: if (!rdp_decrypt(rdp, s, length, securityFlags)) "&" missed before "length". The current master branch does not have this error. I

[FreeRDP-devel] The missing "&".

2020-07-20 Thread Andrey Vasilkin via FreeRDP-devel
Hi. In libfreerdp, file core/connection.c, function rdp_client_connect_auto_detect, line 1006: if (!rdp_decrypt(rdp, s, length, securityFlags)) "&" missed before "length". ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

[FreeRDP-devel] FreeRDP version 2.2.0 released

2020-07-20 Thread Bernhard Miklautz via FreeRDP-devel
Hi, FreeRDP 2.1.2 was a rather sort-lived release and we are now happy to announce that version 2.2.0 has just been released and uploaded to https://pub.freerdp.com/releases/ 2.2.0 contains a fix for a **security issue** (CVE-2020-15103) we got reported. In addition to this fix, the release

Re: [FreeRDP-devel] Last FreeRDP with DirectFB support?

2020-07-20 Thread Lonnie Cumberland via FreeRDP-devel
Hi Thomas, Looks like the 2.0.0-RC4 was not the last version that supported it. I would be interested in trying to maintain the DirectFB version for the FreeRDP project if I can get it working for what I need as well, but it seems to be hard to hear from the actual developers so that I can get

Re: [FreeRDP-devel] Last FreeRDP with DirectFB support?

2020-07-20 Thread Thomas Erbesdobler via FreeRDP-devel
Hi Lonnie, Just clone the repo with e.g. ```git clone https://github.com/freerdp/freerdp.git``` and checkout tag "2.0.0-rc4" by using ```git checkout 2.0.0-rc4``` . I'm curious what you'll find regarding DirectFB. Cheers, Thomas On 20.07.20 15:51, Lonnie Cumberland via FreeRDP-devel wrote: > Hi

Re: [FreeRDP-devel] Last FreeRDP with DirectFB support?

2020-07-20 Thread Lonnie Cumberland via FreeRDP-devel
Hi All, In searching around, it looks like the FreeRDP 2.0.0-RC4 was the last version that supported DirectFB. I do not see a branch in the github site: https://github.com/FreeRDP/FreeRDP Where can I download it? Thanks, Lonnie On Mon, Jul 20, 2020 at 9:43 AM Lonnie Cumberland wrote: >

[FreeRDP-devel] Last FreeRDP with DirectFB support?

2020-07-20 Thread Lonnie Cumberland via FreeRDP-devel
Hi All, After a LOT of research, it seems that my efforts come down to trying to locate the last FreeRDP source code release that supported DirectFB and then trying to do what I to make it work on the ultra-thin special version of FreeBSD that I am working on since all of the other display

Re: [FreeRDP-devel] FreeRDP without xorg

2020-07-20 Thread Lonnie Cumberland via FreeRDP-devel
Thanks for the reply to my inquiry, Thomas. I am actually looking into Wayland now to see if it would work, but I also have never used it and do not know how large it is with regard to its footprint. On that note and if Wayland is not an option, then I may also consider trying to get the last