Re: [FreeRDP-devel] Certificate Thumbprint changed -> looks like a security breach

2020-04-17 Thread freerdp--- via FreeRDP-devel
Hi Stefan, https://github.com/FreeRDP/FreeRDP/blob/2.0.0/ChangeLog "sha256 is now used instead of sha1 to fingerprint certificates." - sha1 is considered insecure in general. You can also question whether self-signed certs are secure at all.. i.e. you are definitely better of using trusted

[FreeRDP-devel] Certificate Thumbprint changed -> looks like a security breach

2020-04-17 Thread Stefan Sichler via FreeRDP-devel
Hi freerdp developers, I'm using remmina / xfreerdp2 on an Linux Mint 19.3 x64 system, based on Ubuntu 18.04. When the freerdp2 package was recentry updated to version 2.0.0~git202004061153-0+remmina202004061300.rc367f65.d287a1e7~ubuntu18.04.1 from the remmina-next ppa on launchpad, suddently

Re: [FreeRDP-devel] FreeRDP 2.0 - sound channel not detected (fake)

2020-04-14 Thread Armin Novak via FreeRDP-devel
Hi, No, sound is (just like mstsc in that regard) off by default. As for remmina, check the connection advanced tab ;) regards Armin On 12.04.20 11:23, marcel--- via FreeRDP-devel wrote: > Hi there, > > First of all: Thanks for your great work! > > I just compiled the final 2.0.0 release of

Re: [FreeRDP-devel] FreeRDP 2.0 - sound channel not detected (fake)

2020-04-14 Thread marcel--- via FreeRDP-devel
Hi again, just updated to remmina 1.4.2 (from some 1.4.1 git checkout) - and sound works here. So forget about the remmina part of my latest message. And if the default of xfreerdp intentionally is "sound off", everything works as expected. In that case: sorry for the confusion. Bye, Marcel

[FreeRDP-devel] FreeRDP 2.0 - sound channel not detected (fake)

2020-04-14 Thread marcel--- via FreeRDP-devel
Hi there, First of all: Thanks for your great work! I just compiled the final 2.0.0 release of FreeRDP and did some testing. While doing so I noticed, that sound channel seems to be disabled by default: xfreerdp /u:marcel /v:192.168.1.105 <...> [INFO][com.freerdp.channels.rdpsnd.client] -

[FreeRDP-devel] Keyboard Events Question

2020-04-14 Thread Tim Knickerbocker via FreeRDP-devel
Good morning, I have a question about keyboard events. I was unable to find help in the wiki, but am relatively new to Linux and RDP in general, so it might be me ;) I am working on a project in Visual Studio on windows 10 that requires the use of KeyDown and KeyUp events. Both events are

Re: [FreeRDP-devel] FreeRDP version 2.0.0 released

2020-04-10 Thread Mike Gilbert via FreeRDP-devel
On Thu, Apr 9, 2020 at 12:28 PM Bernhard Miklautz via FreeRDP-devel wrote: > > Hi, > > we've just released FreeRDP version 2.0.0 > and is available for download at the usual locations: > > http://pub.freerdp.com/releases/ > https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0 > > This release

[FreeRDP-devel] FreeRDP version 2.0.0 released

2020-04-09 Thread Bernhard Miklautz via FreeRDP-devel
Hi, we've just released FreeRDP version 2.0.0 and is available for download at the usual locations: http://pub.freerdp.com/releases/ https://github.com/FreeRDP/FreeRDP/releases/tag/2.0.0 This release contains fixes for **multiple CVEs** we've got reported by Sunglin and HuanGMz from the

[FreeRDP-devel] Study on annotation of design and implementation choices, and of technical debt

2020-03-31 Thread Gianmarco Fucci via FreeRDP-devel
Dear all, As software engineering research teams at the University of Sannio (Italy) and Eindhoven University of Technology (The Netherlands) we are interested in investigating the protocol used by developers while they have to annotate implementation and design choices during their normal

Re: [FreeRDP-devel] How to debug clipboard not working

2020-03-29 Thread Martin Schrodt via FreeRDP-devel
Hi, On 3/26/20 9:03 AM, Armin Novak via FreeRDP-devel wrote: > -> Is it allowed server side? This is a policy option I checked this, and yes, it seems to be disabled. Even the Windows guys cannot copy/paste. I has missunderstood one of them, that's why I tought it should work. Otherwise I

Re: [FreeRDP-devel] freerdp vulnerability report

2020-03-29 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Sun, Mar 29, 2020 at 10:31:09PM +0800, 李松林 via FreeRDP-devel wrote: > Hello, our team has discovered several vulnerabilities in freerdp products. > Can you provide reliable contact information for us to report to you? I'll contact you in private. Thank you. Best regards, Bernhard

[FreeRDP-devel] freerdp vulnerability report

2020-03-29 Thread 李松林 via FreeRDP-devel
Hello, our team has discovered several vulnerabilities in freerdp products. Can you provide reliable contact information for us to report to you? ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

Re: [FreeRDP-devel] How to debug clipboard not working

2020-03-26 Thread Armin Novak via FreeRDP-devel
Hi, Before going down debugging clipboard channel could you answer these questions: -> Is it allowed server side? This is a policy option -> Does it work with our nightly builds if it does not, please give a complete setup description you´re using (local and remote) regards Armin On

[FreeRDP-devel] How to debug clipboard not working

2020-03-26 Thread Martin Schrodt via FreeRDP-devel
Dear List, I'm becoming desperate, since I can't get Copy/Paste working, and I can't seem to get any debugging information. Here's the problem: Everything is working fine, but clipboard does not work at all. I start xfreerdp like this: xfreerdp /cert-ignore /u:*user* /p:*pass* /v:*host*

[FreeRDP-devel] Question about NLA authentication

2020-03-24 Thread geoffrey
Hello dear developers, First of all thanks for the good work. We are trying to develop a python library that could perform CredSSP authentication and we have a question regarding the end of the NLA process. We notice that you (freerdp) perform the NLA authentication and then just send the

Re: [FreeRDP-devel] question about enabling usb redirection support

2020-03-18 Thread Hendrik Woltersdorf via FreeRDP-devel
Thanks for the info and the hints. regards Hendrik Am 18.03.20 um 16:14 schrieb Armin Novak via FreeRDP-devel: > yes, that channel defaults to being off. > > > Btw, I´d remove  -DWITH_KRB5=ON (it has been replaced with WITH_GSSAPI) > and keep it deactivated for now (kerberos has serious

Re: [FreeRDP-devel] question about enabling usb redirection support

2020-03-18 Thread Armin Novak via FreeRDP-devel
yes, that channel defaults to being off. Btw, I´d remove  -DWITH_KRB5=ON (it has been replaced with WITH_GSSAPI) and keep it deactivated for now (kerberos has serious issues) regards Armin On 17.03.20 17:36, Hendrik Woltersdorf via FreeRDP-devel wrote: > Hi, > > recently I noticed, that in

Re: [FreeRDP-devel] (no subject)

2020-03-18 Thread Armin Novak via FreeRDP-devel
Have a look at the shadow server, it supports plain bitmap, /rfx and /gfx. Most likely missing feature announcement / handling. The sample server is quite limited. regards Armin On 18.03.20 10:20, Nick Renieris via FreeRDP-devel wrote: > Hello, > > I have a C++ app that outputs a

[FreeRDP-devel] (no subject)

2020-03-18 Thread Nick Renieris via FreeRDP-devel
Hello, I have a C++ app that outputs a framebuffer and want to expose that over RDP. I want to use Apache Guacamole as a client and have started using code from this sample: https://github.com/FreeRDP/FreeRDP/blob/master/server/Sample/sfreerdp.c The Windows RDP client (mstsc.exe) works fine with

[FreeRDP-devel] question about enabling usb redirection support

2020-03-17 Thread Hendrik Woltersdorf via FreeRDP-devel
Hi, recently I noticed, that in my builds of xfreerdp for openSUSE (Leap 15.* and Tumbleweed) the usb redirection support was not enabled. After some experimenting I found a solution. I had to add "-DCHANNEL_URBDRC_CLIENT=ON -DCHANNEL_URBDRC=ON" to the build config. Now it it looks like this:

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-05 Thread Andrey Vasilkin via FreeRDP-devel
Now everything works fine. Many thanks!! 05.03.20 21:29, Armin Novak via FreeRDP-devel пишет: Thank you Andrey, found the culprit and created https://github.com/FreeRDP/FreeRDP/pull/5946. regards Armin On 05.03.20 11:05, Andrey Vasilkin via FreeRDP-devel wrote:

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-05 Thread Armin Novak via FreeRDP-devel
Thank you Andrey, found the culprit and created https://github.com/FreeRDP/FreeRDP/pull/5946. regards Armin On 05.03.20 11:05, Andrey Vasilkin via FreeRDP-devel wrote: [D:\projects\FreeRDP\port]freerdp.exe /v:"skh50srv002.sahen.ru" /u:"..." /d:"..." /p:"..." /size:80% /bpp:16 /gdi:hw

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-05 Thread Andrey Vasilkin via FreeRDP-devel
[D:\projects\FreeRDP\port]freerdp.exe /v:"skh50srv002.sahen.ru" /u:"..." /d:"..." /p:"..." /size:80% /bpp:16 /gdi:hw +old-license /log-level:debug [21:03:28:841] [1356:206b33a0] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state [21:03:28:842]

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-05 Thread Armin Novak via FreeRDP-devel
Sorry, can´t reproduce it locally. Could you run with /log-level:debug? That way I´d know where to look at. regards Armin On 05.03.20 10:21, Andrey Vasilkin via FreeRDP-devel wrote: /v:"skh50srv002.sahen.ru" /u:"..." /d:"..." /p:"..." /size:80% /bpp:16 /gdi:hw /cert-ignore +old-license

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-05 Thread Andrey Vasilkin via FreeRDP-devel
Hi, Armin. Now it works with my two workstations (windows 7) but does not work with servers (Windows Server 2008 R2). Of course, the versions of Windows here may just be coincidences. [D:\projects\FreeRDP\port]freerdp.exe /v:"skh50srv002.sahen.ru" /u:"..." /d:"..." /p:"..." /size:80%

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-04 Thread Armin Novak via FreeRDP-devel
Ok, I´ve created https://github.com/FreeRDP/FreeRDP/pull/5944 which should address this issue. The length checks for the fragmented channel data use case were wrong. regards Armin On 04.03.20 11:41, Andrey Vasilkin via FreeRDP-devel wrote: Hi. Yes, it started after the upgrade a few days

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-04 Thread Armin Novak via FreeRDP-devel
Ok, found the issue. Length checks in freerdp_channel_process have an issue. PR will follow later today. regards Armin On 04.03.20 11:41, Andrey Vasilkin via FreeRDP-devel wrote: Hi. Yes, it started after the upgrade a few days ago. Now I updated again, but the problem remains. The problem

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-04 Thread Andrey Vasilkin via FreeRDP-devel
Hi. Yes, it started after the upgrade a few days ago. Now I updated again, but the problem remains. The problem arises with different command line switches (I tried _many_ options) only if there is /sound:sys:. Below, "dart" is my sound subsystem, but it can even be "fake". freerdp.exe

Re: [FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-03 Thread Armin Novak via FreeRDP-devel
Do you have a few more lines in the log and your command line maybe? We´ve added TPKT header length checks and fixed a few parser issues the last couple of days. Might be best to try with the latest nightly again and report if something breaks. regards Armin On 04.03.20 00:29, Andrey

[FreeRDP-devel] rdp_recv_tpkt_pdu: freerdp_channel_process() fail

2020-03-03 Thread Andrey Vasilkin via FreeRDP-devel
Hello. Some time ago freerdp began to turn off when playing sound: [10:17:24:210] [314:206b33e0] [ERROR][com.freerdp.core.rdp] - rdp_recv_tpkt_pdu: freerdp_channel_process() fail [10:17:24:210] [314:206b33e0] [ERROR][com.freerdp.core.transport] - transport_check_fds:

[FreeRDP-devel] [HELP] RemoteApp session opens for a brief moment then autocloses with "Closed from X11"

2020-02-28 Thread Tin Sučević via FreeRDP-devel
Hi, I'm currently working on using a Raspberry Pi as a server terminal for a server application. My Raspberry Pi Zero W is running buster and the server is running Windows Server 2008 R2. The freeRDP version is 2.0.0-dev5. Now to the issue, whenever I try to connect to the remote app using the

[FreeRDP-devel] mstsc to freerdp-shadow-cli connection

2020-02-27 Thread Vinicius Jarina via FreeRDP-devel
Hi I am trying to connect a mstsc.exe (Windows 10) to a freerdp-shadow-cli (Ubuntu 19.04), I've tested the stable version from the apt-get and building freerdp from the source (dda5d4b - 27/Feb) When I connect

Re: [FreeRDP-devel] Requirement for /video

2020-02-27 Thread Rodney Barnett via FreeRDP-devel
That gives me a good start.  Thanks much. Rodney On 2/27/20 2:31 AM, Armin Novak via FreeRDP-devel wrote: Hi, the /video option allows the server to offload decoding to the client. For that you need the following: 1. A server with support (obviously) 2. Software with support 3. A use case

Re: [FreeRDP-devel] Requirement for /video

2020-02-27 Thread Armin Novak via FreeRDP-devel
Hi, the /video option allows the server to offload decoding to the client. For that you need the following: 1. A server with support (obviously) 2. Software with support 3. A use case (e.g. viewing a youtube video in h264) If all requirements are met, then the server MAY decide to use it.

[FreeRDP-devel] Requirement for /video

2020-02-26 Thread Rodney Barnett via FreeRDP-devel
I'm not clear on the requirements for using the /video command line option and wondering if anyone can provide some information or point me to some documentation. Are other command line options required (e.g., /gfx)?  Are there particular external codecs or libraries required? When I tried

Re: [FreeRDP-devel] WaitForMultipleObjects and high CPU load

2020-02-17 Thread Armin Novak via FreeRDP-devel
Hi Andrey, thank you for the report and patch, I´ve created https://github.com/FreeRDP/FreeRDP/issues/5889 for the time being and will create a patch from that as soon as I have completed my current task. regards Armin On 18.02.20 06:12, Andrey Vasilkin via FreeRDP-devel wrote: #ifdef 1 /*

[FreeRDP-devel] WaitForMultipleObjects and high CPU load

2020-02-17 Thread Andrey Vasilkin via FreeRDP-devel
Hi There is a problem with the WaitForMultipleObjects (libwinpr/synch/wait.c) function: when an object is waiting for, say, writing and is ready to read (or vice versa - we are waiting for reading, the object is ready to write), the maximum CPU utilization occurs. The fact is that no matter

Re: [FreeRDP-devel] Build instructions outdated?

2020-02-14 Thread Armin Novak via FreeRDP-devel
Hi, the flatpak configuration might need some update, so check the following: * Are the shared-modules from https://github.com/flathub/shared-modules up to date? (don´t want git submodules) * You might need to check if the platform needs an update in the json. As for GStreamer, that is an

[FreeRDP-devel] Build instructions outdated?

2020-02-14 Thread freerdp--- via FreeRDP-devel
Hello, I wanted to compile freerdp from scratch (with the goal to build guacamole later on), and failed. I tried with both Ubuntu 18.04 LTS server only and Debian 10.3.0 desktop (Gnome). In both scenarios I failed with flatpak after configuration. Both flatpak install flathub

Re: [FreeRDP-devel] When I tested USB redirection on xfreerdp, I got a PIPE Error message.

2020-02-12 Thread sai via FreeRDP-devel
Ok, I got it. I have already completed the configuration of Plug & Play Device Redirection on MS Windows Server 2016 and confirmed that it works on Windows 10 Remote PC. I'll retry with "/drive:hotplug,*" option. Before that, I had the following questions about using the "/drive" option: - What

Re: [FreeRDP-devel] When I tested USB redirection on xfreerdp, I got a PIPE Error message.

2020-02-12 Thread Armin Novak via FreeRDP-devel
Well, is that USB Memory a mass storage device? That will not work with low level USB redirection (it is on the blocked list server side), use /drive options for those. Use case for the USB redirection is mostly exotic USB devices (FTDI, custom USB device classes, ...) and webcams. regards

[FreeRDP-devel] When I tested USB redirection on xfreerdp, I got a PIPE Error message.

2020-02-12 Thread sai via FreeRDP-devel
Hello, The exports problem I asked yesterday was solved. So, I'm continuing yesterday's USB Redirection test. Like yesterday, I tried xfreerdp to the connect and redirection of USB as follows: $ cd /opt/remmina_devel/freerdp/bin $ sudo ./xfreerdp /v: /u: /p: /usb:auto (* I used "sudo" command

Re: [FreeRDP-devel] RemoteApp shows black screen

2020-02-11 Thread Armin Novak via FreeRDP-devel
Hi, wlfreerdp does currently not support remote application mode, only desktop sessions are working. you need to use xfreerdp regards Armin On 11.02.20 15:16, Markus Karg via FreeRDP-devel wrote: I am using FreeRDP 2.0.0-dev5 with Debian 10 against a Windows Server 2019 Standard. That

[FreeRDP-devel] RemoteApp shows black screen

2020-02-11 Thread Markus Karg via FreeRDP-devel
I am using FreeRDP 2.0.0-dev5 with Debian 10 against a Windows Server 2019 Standard. That server publishes a RemoteApp (e. g. NOTEPAD.EXE as alias notepad). That RemoteApp works perfectly fine using mstsc on Windows 10. While wlfreerdp on Debian 10 shows a remote desktop perfectly fine and

Re: [FreeRDP-devel] When testing USB Redirection, xfreerdp hang with error message!

2020-02-11 Thread Armin Novak via FreeRDP-devel
Hi, sorry, looks like I missed some exports, fixed that with https://github.com/FreeRDP/FreeRDP/pull/5877 regards Armin On 11.02.20 02:55, sai via FreeRDP-devel wrote: Hello, I'm building and using freerdp 2.0.0-dev5 (245fc6014) with the following compilation options: $ cmake -G"Unix

[FreeRDP-devel] When testing USB Redirection, xfreerdp hang with error message!

2020-02-10 Thread sai via FreeRDP-devel
Hello, I'm building and using freerdp 2.0.0-dev5 (245fc6014) with the following compilation options: $ cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DWITH_WAYLAND=OFF -DWITH_CPUS=ON -DWITH_SSE2=ON -DWITH_CHANNELS=ON -DWITH_CLIENT_CHANNELS=ON -DWITH_CLIENT=ON -DWITH_CLIENT_INTERFACE=ON

[FreeRDP-devel] FreeRDP Windows 10 server on headless VM?

2020-01-09 Thread Philippe Noël via FreeRDP-devel
Hi all, I see in FreeRDP/server/Windows that the Windows server implementation uses Desktop Duplication API to capture the screen. I am trying to run a FreeRDP server on an AWS virtual machine, which doesn't have a monitor. Does FreeRDP create a virtual monitor/display/console anywhere in that

[FreeRDP-devel] Connection from Openbox Terminal

2019-12-13 Thread Erkan Çoban via FreeRDP-devel
Hello, Im trying to connect rdp through lx-terminal-emulator on openbox. But when i try, nothing happens. No errors, no warnings, nothing at all. My parameters are correct,I tried a bash file aswell, no luck. What could be the issue? ___ FreeRDP-devel

[FreeRDP-devel] GFX parameters

2019-12-09 Thread Morvai , Márton via FreeRDP-devel
Hey there, can anyone explain to me, why the gfx-h264 parameters exist? It seems that /gfx:AVC420,/gfx-h264 and /gfx-h264:AVC420 are equivalent. Just as /gfx:AVC444 and /gfx-h264:AVC444. Or am I wrong? Another problem I have is, that with AVC444 and Windows 2016 Server (RDP 10.2) the image

Re: [FreeRDP-devel] Android client can not enable GSSAPI

2019-12-05 Thread Armin Novak via FreeRDP-devel
Hi, as this is a C project you will most likely need mit or heimdal kerberos. There is already a rudimentary implementation in winpr, but it is very buggy and needs thorough testing (and fixing). When compiled against windows SSPI the kerberos support is working, so all that is needed is a

Re: [FreeRDP-devel] Android client can not enable GSSAPI

2019-12-04 Thread Armin Novak via FreeRDP-devel
Well, you need to compile a gssapi library and make the includes/libraries available to CMake. (CMAKE_PREFIX_PATH et al) (you also might need to fix a few bugs in the detection script along the way) Anyway, have you seen https://github.com/FreeRDP/FreeRDP/issues/5746 ? I think your

[FreeRDP-devel] Android client can not enable GSSAPI

2019-12-04 Thread 董倫銘 via FreeRDP-devel
Hi all, we need to use freeRDP connect to windows with kerberos.? I found that if you want to log in to Windows using kerberos, you must set WITH_GSSAPI = ON when compiling Android client, but after compiling, the following message is generated:

[FreeRDP-devel] Android client can not enable GSSAPI

2019-12-04 Thread TUNG--- via FreeRDP-devel
Hi all, we need to use freeRDP connect to windows with kerberos.? I found that if you want to log in to Windows using kerberos, you must set WITH_GSSAPI = ON when compiling Android client, but after compiling, the following message is generated:

Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Armin Novak via FreeRDP-devel
Then I am afraid fips compliance is impossible due to the use of that algorithm without improving kergeros support :/ Regards Armin Am November 21, 2019 3:30:56 PM UTC schrieb "Ransom, Geoffrey M. via FreeRDP-devel" : > > >As for the NLA issue, you could just remove the line and check if it

Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Ransom, Geoffrey M. via FreeRDP-devel
As for the NLA issue, you could just remove the line and check if it works (there have been some improvements regarding NLA, so the force off might be outdated) I tired that. freerdp dies when openssl fails with a fips error. It looks like openssl calls assert() which makes sense

Re: [FreeRDP-devel] RDP version

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, That can not be answered easily as the RDP protocol version and features (AVC444, ...) are negotiated between client and server. You may have some success by enabling debug logging and checking what exactly is negotiated, but there is no easy `this is it` answer. For a more detailed answer

Re: [FreeRDP-devel] Help

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, What you are most likely looking for is part of gcc_read_client_core_data There the server protocol version from server is read and (for internal purposes) the minimum of server and client version supported stored in settings->RdpVersion (there is an enum RDP_VERSION that defines names for

[FreeRDP-devel] FreeRDP Usb device (Pen Drive) Device not supported for redirection

2019-11-21 Thread sandip kanawade via FreeRDP-devel
Dear sir I am using FreeRDP to redirect the USB device (pen drive) to redirect, but it is showing the error Device not supported, but i want to use it. What are the changes in the source code to support the Pen Drive For the USB redirection ___

[FreeRDP-devel] RDP version

2019-11-21 Thread Crystallize via FreeRDP-devel
Hello, Please tell me which version of the RPD uses aFreeRDP-2.0.0rc when avc444 mode is on or where I can check it myself. Best regards ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

[FreeRDP-devel] Help

2019-11-21 Thread маслов артем via FreeRDP-devel
Hello, I need some help if you don't mind. For my work I need to get the version of rdp Protocol that is used on the server and supported encryption methods. I can not find in your project where there is a definition of these parameters. Can you please help? The language used is C

Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, basic kerberos support can be activated (-DWITH_GSSAPI=ON), but it is currently more or less in an alpha state (various issues and nobody actively working on improving it) As for the NLA issue, you could just remove the line and check if it works (there have been some improvements regarding

[FreeRDP-devel] FIPS and NLA

2019-11-20 Thread Ransom, Geoffrey M. via FreeRDP-devel
Hello I work in a mixed Linux/Windows environment where we are required to have FIPS and NLA enabled and this doesn't seem to work for freerdp. We can't connect to windows 10 systems with NLA enabled from our redhat linux systems with fips enabled. I went digging through the source to see

Re: [FreeRDP-devel] Fedora Nightly Build Failing

2019-11-12 Thread Zak Morgan via FreeRDP-devel
Hi Bernhard, Awesome, thanks for the update. Thanks, Zak On Sun, 10 Nov 2019 at 21:47, Bernhard Miklautz < bernhard.mikla...@shacknet.at> wrote: > Hi, > > On Thu, Nov 07, 2019 at 09:02:19PM +, Zak Morgan via FreeRDP-devel > wrote: > > I noticed the Fedora nightly build has been failing for

Re: [FreeRDP-devel] Fedora Nightly Build Failing

2019-11-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Mon, Nov 11, 2019 at 01:14:40PM +, Zak Morgan wrote: > Awesome, thanks for the update. updated: https://ci.freerdp.com/job/freerdp-nightly-rpm-mock However I would wait until tomorrow as the current nightly build has an issue (https://github.com/FreeRDP/FreeRDP/pull/5709). Best

Re: [FreeRDP-devel] Fedora Nightly Build Failing

2019-11-10 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Thu, Nov 07, 2019 at 09:02:19PM +, Zak Morgan via FreeRDP-devel wrote: > I noticed the Fedora nightly build has been failing for some time now, I > was just wondering if there was any plans on fixing that + adding F30/31 > branches, or if I should just set up a local build for it. it's

[FreeRDP-devel] Fedora Nightly Build Failing

2019-11-08 Thread Zak Morgan via FreeRDP-devel
Hey, I noticed the Fedora nightly build has been failing for some time now, I was just wondering if there was any plans on fixing that + adding F30/31 branches, or if I should just set up a local build for it. Thanks Zak ___ FreeRDP-devel mailing

[FreeRDP-devel] Info

2019-11-08 Thread Pasquale Pantano via FreeRDP-devel
hi i am Pasquale. I have installed the app on note 10+, but the keyboard does not work, it opens correctly, but if I press the keys it does not write. Help me, please. Pasquale Pantano ___ FreeRDP-devel mailing list

[FreeRDP-devel] Question about touchscreen and drawing

2019-11-07 Thread Crystallize via FreeRDP-devel
Hello, I ran into a problem while trying to draw on a touchscreen. For example, I use paint.net or gimp. When I click on the touchscreen and drag it draws nothing. Only if I double touched then begins to draw. Easy to reproduce in chrome in developer tools -> switch to tablet mode. I have tried in

Re: [FreeRDP-devel] Question about USB Redirection

2019-10-28 Thread Armin Novak via FreeRDP-devel
Currently the usb channel is dependent on some linux specifics, you´d need to port it first to have it usable... setting CMake -DCHANNEL_URBDRC=ON -DCHANNEL_URBDRC_CLIENT=ON will enable it in the build, from there on you need to fix compile (and later runtime) issues... regards Armin On

[FreeRDP-devel] Question about USB Redirection

2019-10-28 Thread Egor Olekhnovich via FreeRDP-devel
Hello, Please could you help me. I am using aFreeRdp 2.0.0-rc2 How can I enable USB Redirection for aFreeRdp? I could not find any compile option for android-build-freerdp.sh . Best regards -- *Egor Olehnovich

Re: [FreeRDP-devel] Android RDP Client Using Remote App

2019-10-28 Thread Armin Novak via FreeRDP-devel
Well, The question is a bit too generic and I don't know the xamarin rdp details. As mentioned, aFreeRDP does not have rails ui components implemented, but protocol support is there. So, if you're interested in rails support you'll need to extend the jni and add support for the rails specific

Re: [FreeRDP-devel] Android RDP Client Using Remote App

2019-10-28 Thread Citra Teguh Pratala via FreeRDP-devel
I Already Build libfreerdp-android2.so, libfreerdp-client2.so, libfreerdp-openssl.so, libfreerdp2.so, lib freerdp2tcp-client.a, libwindpr2.so And I Run on Android Studio, its run with no prob, now i want use rdp lib from Xamarin.Android can i do that? if can, how i do it? On Fri, Oct 25, 2019,

Re: [FreeRDP-devel] Android RDP Client Using Remote App

2019-10-25 Thread Citra Teguh Pratala via FreeRDP-devel
Thx Armin On Fri, Oct 25, 2019 at 1:47 PM Armin Novak wrote: > No, > android only supports desktop mode. > > Regards > Armin > > Am October 25, 2019 3:33:46 AM UTC schrieb Citra Teguh Pratala < > c.teguhpratala@gmail.com>: > >Can Android Client Using Remote App like Desktop? If can, how i

Re: [FreeRDP-devel] Android RDP Client Using Remote App

2019-10-25 Thread Armin Novak via FreeRDP-devel
No, android only supports desktop mode. Regards Armin Am October 25, 2019 3:33:46 AM UTC schrieb Citra Teguh Pratala : >Can Android Client Using Remote App like Desktop? If can, how i config >it? ___ FreeRDP-devel mailing list

[FreeRDP-devel] Android RDP Client Using Remote App

2019-10-24 Thread Citra Teguh Pratala via FreeRDP-devel
Can Android Client Using Remote App like Desktop? If can, how i config it? ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Re: [FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-21 Thread Joshua A. Shaw via FreeRDP-devel
Armin, You are correct. There appears to be an issue with the dialog in thinstation. If I launch from terminal it connects to the server. I should have checked that first. Thanks, Josh -Original Message- From: Armin Novak Sent: Saturday, October 19, 2019 3:12 AM To: Joshua A.

Re: [FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-19 Thread Armin Novak via FreeRDP-devel
Hi, no you get a different error (you need to read more than the last error message, they often have the reason more or less human readable) Since I don't know your rdp file I can't exactly tell what else is missing, but for this the server expects a different routing token. Regards Armin Am

Re: [FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-18 Thread Joshua A. Shaw via FreeRDP-devel
Good Day, I've made progress. I now have a freerdp package with GSSAPI disabled. With the new package xfreerdp /u: connects if I disable the NLA requirement. Unfortunately, I cannot get the command line version to connect at all. I am actually getting the same error as before. What is

Re: [FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-17 Thread Joshua A. Shaw via FreeRDP-devel
Armin, Thanks for the confirmation. Now, I guess I need to try my hand at compiling my own, or talk the thinstation maintainer into it. Thanks, Josh -Original Message- From: Armin Novak Sent: Thursday, October 17, 2019 3:01 PM To: Joshua A. Shaw ; Joshua A. Shaw via FreeRDP-devel ;

Re: [FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-17 Thread Armin Novak via FreeRDP-devel
Hi, yes, it is the same issue. Your build has gss/kerberos activated. Support for that is still buggy. Regards Armin Am October 17, 2019 4:00:39 PM UTC schrieb "Joshua A. Shaw via FreeRDP-devel" : >Good Day, > >I am trying to get a thinstation deployment up and running, but I >cannot get

[FreeRDP-devel] Trouble Connecting to 2016 RDS Deployment

2019-10-17 Thread Joshua A. Shaw via FreeRDP-devel
Good Day, I am trying to get a thinstation deployment up and running, but I cannot get FreeRDP to connect to our RDS Deployment. The trouble seems similar to https://github.com/FreeRDP/FreeRDP/issues/5069, but that should be fixed in this version. My preference is to get the command line

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
>Wait, what? You already have build a flatpak, why continue with the `yum >install ...`? Might just install that. In the compilation page  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#install-the-suggested-base-dependencies it is stated that yum dependencies should be install prior to

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Armin Novak via FreeRDP-devel
Hi, > No I didn't used OpenH264. Actually the error is about ffmpeg. I don't know > why point to openh264.The commands I used are Because you need a H264 backend and have trouble with compilation? > # flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo > # git clone

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
> Where are the headers installed to? > We use cmake (and pkgconfig) to get the location, so this means: >* no cmake/pkgconfig from that repo >* some non default location (/opt?) >* missing components (is everything build in?) >* version too old (sorry, don't know current min) > >Anyway, why use

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
>It is hard to answer if you only state what you see if a command fails without >the actual command. I actually pasted the command+output in my previous email. Anyway, let me state in a different way. On Centos 7, I have installed ffmpeg related packages from a third-party repo named

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-15 Thread Armin Novak via FreeRDP-devel
Could you state in more detail what you are doing? It is hard to answer if you only state what you see if a command fails without the actual command. (How did you compile to require ffmpeg if you used openh264 previously?) Also state some details about your distro (centos 7 it was?) and

Re: [FreeRDP-devel] Question about AVC444

2019-10-14 Thread Armin Novak via FreeRDP-devel
Hi, 1) Compile with OpenH264 support enabled. 1a) Use a more recent version (avc444 is quite new and there have been fixes in later rc candidates) 2) Enable logging, then GFX related log messages are written. You´ll see codec names et al in the log (but be aware, it is huge) 2a) Be sure your

[FreeRDP-devel] Moving from IRC to slack

2019-10-14 Thread Kobi Mizrachi via FreeRDP-devel
Hey, I just wondered if there's an option to "move" the community from the old IRC to a new slack workspace. There's a great article comparing Slack with IRC: https://www.slant.co/versus/4553/4557/~slack_vs_irc. It is very comfortable. Every workspace can be splitted to different "channels",

[FreeRDP-devel] Question about AVC444

2019-10-14 Thread Crystallize via FreeRDP-devel
Hello, Please could you help me, I have several questions about aFreeRdp and avc444. I am using aFreeRdp 2.0.0-rc2 1. How can I enable using avc444 for aFreeRdp? 2. How can I be sure that avc444 or another codec is used. May be some logs or event logs Best regards

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Excuse me, the previous email was not complete. Although ffmeg is installed, cmake command fails to detect that. Please see below [root@hpc FreeRDP]# cmake -GNinja -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=ON . CMake

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
I am using centos 7 and installed "pip3 install meson" to be able to run meson command.But make works in openh264/ Is that fine? Anyway, I installed ninja via yum repositories. Also, I installed ffmpeg related packages from nux-dextop repo. yum install ffmpeg-devel ffmpeg gsm-devel faad2-devel

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Fri, Oct 11, 2019 at 12:39:23PM +, Mahmood Naderan wrote: > [root@hpc ~]# git clone https://github.com/cisco/openh264.git > [root@hpc ~]# cd openh264/ > [root@hpc openh264]# meson setup > > ERROR: Must specify at least one directory name. you can possibly just use the old build

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi Mahmood, On Fri, Oct 11, 2019 at 12:39:23PM +, Mahmood Naderan wrote: > OK. I did but still get the same error > [root@hpc ~]# git clone https://github.com/cisco/openh264.git > [root@hpc ~]# cd openh264/ > [root@hpc openh264]# meson setup > > ERROR: Must specify at least one directory

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
OK. I did but still get the same error [root@hpc ~]# git clone https://github.com/cisco/openh264.git Cloning into 'openh264'... remote: Enumerating objects: 38701, done. remote: Total 38701 (delta 0), reused 0 (delta 0), pack-reused 38701 Receiving objects: 100% (38701/38701), 123.85 MiB | 21.00

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Fri, Oct 11, 2019 at 10:53:59AM +, Mahmood Naderan via FreeRDP-devel wrote: > I have run the following commands: > > [root@hpc FreeRDP]# pip3 install meson > [root@hpc FreeRDP]# meson setup > > ERROR: Must specify at least one directory name. > > How can I fix that? I'm not

[FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Hi, I am trying to build FreeRDP from source. But setting up the Ninja program is not clear as described in the manual  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#openh264 I have run the following commands: [root@hpc FreeRDP]# pip3 install meson [root@hpc FreeRDP]# meson setup

Re: [FreeRDP-devel] Is Kerberos Authentication supported with Freerdp client

2019-10-08 Thread Armin Novak via FreeRDP-devel
Not in 1.1. Current master (2.0) has rudimentary support Regards Armin Am October 8, 2019 9:01:16 PM UTC schrieb Abhishek Agarwal via FreeRDP-devel : >Hi, > >I am using FreeRDP 1.1 for my client (libfreerdp). Is the Kerberos >authentication supported in 1.1 ? >If not in 1.1, is it supported in

[FreeRDP-devel] Is Kerberos Authentication supported with Freerdp client

2019-10-08 Thread Abhishek Agarwal via FreeRDP-devel
Hi, I am using FreeRDP 1.1 for my client (libfreerdp). Is the Kerberos authentication supported in 1.1 ? If not in 1.1, is it supported in FreeRDP2? ~Abhishek ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

Re: [FreeRDP-devel] Redirecting mic through USB soundcard

2019-10-02 Thread Armin Novak via FreeRDP-devel
for ubuntu packages look at their bug tracker. They might backport specific fixes. as for cross compilation, it can be done. you need to set up your install to allow that (see the various cross compilation howto for debian/ubuntu) but I don´t know all the details here. regards Armin On

Re: [FreeRDP-devel] Redirecting mic through USB soundcard

2019-10-02 Thread Erkan Çoban via FreeRDP-devel
Looks a bit confusing :D but i guess i dont have a choice. Can i compile arm package from ubuntu? Also is there anything i can do to fix the issue or am i supposed to wait for a newer version? On Wed, Oct 2, 2019 at 3:47 PM +0300, "Armin

<    1   2   3   4   5   6   7   8   9   10   >