[FreeRDP-devel] FreeRDP release 2.11.7

2024-04-22 Thread Armin Novak via FreeRDP-devel
Hi, This release eliminates a bunch of issues detected during oss-fuzz runs.  The test coverage was increased and detected issues eliminates, so an update  is highly recommended. Noteworthy changes:  * Backported oss-fuzz fixes  For a complete and detailed change log since the last release

[FreeRDP-devel] FreeRDP release 3.5.1

2024-04-22 Thread Armin Novak via FreeRDP-devel
Hi, This release eliminates a bunch of issues detected during oss-fuzz runs.  The test coverage was increased and detected issues eliminates, so an update  is highly recommended.  Noteworthy changes:  * Lots of fixes for oss-fuzz reports  * Timezone detection fixes (#10106)  * SDL key

[FreeRDP-devel] FreeRDP release 2.11.6

2024-04-17 Thread Armin Novak via FreeRDP-devel
Hi, We've just released FreeRDP 2.11.6 This is a security patch release, update highly suggested!  CVE:  CVE-2024-32041 [Low[ OutOfBound Read in zgfx_decompress_segment  CVE-2024-32039 [Moderate] Integer overflow & OutOfBound Write in clear_decompress_residual_data  CVE-2024-32040 [Low]

[FreeRDP-devel] FreeRDP release 3.5.0

2024-04-16 Thread Armin Novak via FreeRDP-devel
Hi, We've just released FreeRDP 3.5.0 This release focus is on squashing bugs.  The improved test coverage and ci builds revealed a number of previously  unnoticed issues we have addressed and we also got a report from  Evgeny Legerov of Kaspersky Lab identifying a number of out of bound reads  

[FreeRDP-devel] Pending removal of IPP support from FreeRDP 3.x

2024-04-03 Thread Armin Novak via FreeRDP-devel
Hi, also reaching out via mailing list: We´re planning to remove the IPP (Intel Performance Primitives) support from FreeRDP as we lack a test setup and don´t know about anyone using it. If you´re interested in keeping that option as a part of FreeRDP please step up! We require some way

[FreeRDP-devel] FreeRDP release 3.4.0

2024-03-14 Thread Armin Novak via FreeRDP-devel
Hi, This release concentrates on improving test coverage and ci builds. Some usability issues and inconvenient API functions were fixed on the way. New features have been introduced (stub for location channel) Noteworthy changes:  * fix a bug in RAIL mode not activating window focus (#9973)  

[FreeRDP-devel] FreeRDP release 3.3.0

2024-02-22 Thread Armin Novak via FreeRDP-devel
Hi, A new 3.3.0 release has just been published. This release concentrates on code cleanup and overall quality improvements.  Some usability issues and inconvenient API functions were fixed on the way.  New features have been introduced (better image clipboard) but that stays  deactivated

[FreeRDP-devel] FreeRDP release 2.11.3

2023-12-14 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 2.11.3 was just released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ FreeRDP 2.11.3 is a maintainance and bugfix release. Notworthy changes: * Disabled windows MEDIA FOUNDATION h264 decoder due to reported issues (#9469) * Fix

[FreeRDP-devel] FreeRDP release 3.0.0-rc0

2023-11-27 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 3.0.0-rc0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ 3.0.0-rc0 is the first release candidate for the upcoming 3.0 series  Nearly 2 months of testing, bugfixing and API refinements later we´re  happy to announce the first

[FreeRDP-devel] FreeRDP release 2.11.2

2023-09-20 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 2.11.2 was just released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ FreeRDP 2.11.2 is a maintainance and bugfix release. Notworthy changes: * Backported #9378: backported wArrayList (optional) copy on insert * Backported #9360:

[FreeRDP-devel] FreeRDP release 2.11.1

2023-09-04 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 2.11.1 was just released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ FreeRDP 2.11.1 is a maintainance and bugfix release. Notworthy changes: * Backported #9356: Fix issues with order updates Best regards, the FreeRDP team.

[FreeRDP-devel] FreeRDP release 3.0.0-beta3

2023-08-31 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 3.0.0-beta3 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ 3.0.0-beta3 is a preview release for the upcoming 3.0 series Noteworthy changes since the last beta: * fix xfreerdp keyboard on mac os * Various crashes and input

[FreeRDP-devel] FreeRDP release 2.11.0

2023-08-28 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP version 2.11.0 was just released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ FreeRDP 2.11.0 is a security and maintainance release. Noteworthy changes: * Various input validation fixes * Added various CMake options #9317 * LibreSSL build

Re: [FreeRDP-devel] Create server

2022-01-21 Thread Armin Novak via FreeRDP-devel
Hi, So to answer your questions: 1. FreeRDP is a RDP library, so you can create clients and server implementations (see client or server folder for some examples).    There is also a fully functional RDP server for linux based on FreeRDP available at

Re: [FreeRDP-devel] freerdp-rs and gtk4 widget, work in progress

2021-12-22 Thread Armin Novak via FreeRDP-devel
Hi! Wow, great work! I´ve had a glance at the code and it looks promising. Drop by in our IRC/matrix room any time if you have suggestions for improvement (we´re trying to 'fix' the FreeRDP 2 API so that it will be easier to use for FreeRDP 3) More feedback most likely after the

Re: [FreeRDP-devel] Error compilling freerdp for android studio (windows 10)

2021-11-16 Thread Armin Novak via FreeRDP-devel
Windows is currently not supported by these scripts. We only used them on linux (and some on mac os) regards Armin On 11/4/21 11:49, Maxime Foré via FreeRDP-devel wrote: > Hello, > > I was trying to put your freerdp project into Android Studio, so I followed > the steps of the file

Re: [FreeRDP-devel] Gdi primary buffer is all zeroes

2021-10-12 Thread Armin Novak via FreeRDP-devel
1. There is `gdi->stride` which is the byte size of a line, so you don´t need to calculate it yourself (the lines might have additional alignment) 2. If you set freerdp_settings_set_bool(context->settings, FreeRDP_IgnoreCertificate, TRUE) the command line /cert-ignore is useless 3. /gdi:hw is

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

2021-08-24 Thread Armin Novak via FreeRDP-devel
to get framebuffer support added back into FreeRDP as an initial guess. Cheers, Lonnie On Tue, Aug 24, 2021 at 12:37 PM Armin Novak via FreeRDP-devel <mailto:freerdp-devel@lists.sourceforge.net>> wrote: Hi, I assume you mean directFB? That was a long time ago (e.g. 1.x

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

2021-08-24 Thread Armin Novak via FreeRDP-devel
Hi, I assume you mean directFB? That was a long time ago (e.g. 1.x versions) and the API changed considerably. Have a look at client/Sample sample client, it contains all required for a start. If you try to port it, you might want to start with the sample client in the sources, all you

Re: [FreeRDP-devel] Doubt regarding dynamic virtual channel

2021-08-24 Thread Armin Novak via FreeRDP-devel
send data on the dvc/yourchannel? On Tue, 24 Aug, 2021, 1:13 pm Armin Novak via FreeRDP-devel, <mailto:freerdp-devel@lists.sourceforge.net>> wrote: Hi, there are no commands, you´d need to implement your own channel (client and server parts) and RPC (e.g. open a pip

Re: [FreeRDP-devel] Doubt regarding dynamic virtual channel

2021-08-24 Thread Armin Novak via FreeRDP-devel
Hi, there are no commands, you´d need to implement your own channel (client and server parts) and RPC (e.g. open a pipe to read/write strings locally) then you can load the channel (client side) with /dvc:yourchannelname regards Armin On 24.08.21 07:46, Jinit M via FreeRDP-devel wrote:

Re: [FreeRDP-devel] Freerdp compilation

2021-05-15 Thread Armin Novak via FreeRDP-devel
Hi Anand, any OpenSSL will do (as long as there are include and .lib files available with the install too) You just need to adjust the CMake configuration to have location in the search path. regards Armin On 15.05.21 00:41, Anand via FreeRDP-devel wrote: Hi, I'm having trouble

Re: [FreeRDP-devel] Remoteapp Mode: Clipboard not work when copy from remote to local

2021-04-20 Thread Armin Novak via FreeRDP-devel
Hi! Did you try nightly? https://github.com/FreeRDP/FreeRDP/pull/6960 might be the reason. regards Armin On 03.04.21 10:21, Ray .Zhou via FreeRDP-devel wrote: Dear Teams, The trouble I'm faceing to: I can't copy content from remote app to local app when freerdp remoteapp mode used. Copy

Re: [FreeRDP-devel] Dynamic Resolution Change

2021-04-20 Thread Armin Novak via FreeRDP-devel
Hi, Check the disp channel and how it is used in xfreerdp. It basically sends local monitor properties to the server. If (and only if) the server supports it it will then reconfigure the session to the new resolutions. regards Armin On 08.04.21 14:41, Rahul Belekar via FreeRDP-devel

Re: [FreeRDP-devel] Cmake compiling on Windows. Cmake script doesn't create build.ninja file

2021-04-20 Thread Armin Novak via FreeRDP-devel
Hi, A first step would be to tell what you´re doing (which environment/compiler are you working with?) and attaching build/configure logs. Usually CMake is quite nice and tells you what it is not finding/where something is going wrong. Usually the steps can be broken down to: 1. Provide

Re: [FreeRDP-devel] FreeRDP + Session recording

2021-04-12 Thread Armin Novak via FreeRDP-devel
Hi Anand, yes, there is a proxy recorder plugin. check server/proxy source files. you need freerdp from master though and I don´t know if all options you need are already implemented, but it should be a starting point. regards Armin On 12.04.21 04:25, Anand via FreeRDP-devel wrote: Hi,

[FreeRDP-devel] FreeRDP version 2.3.2 released

2021-03-15 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP 2.3.1 was a rather sort-lived release and we are now happy to announce that version 2.3.2 has just been released and uploaded to https://pub.freerdp.com/releases/ 2.3.2 contains a fixes for smartcard and gfx related issues with malicious

Re: [FreeRDP-devel] Proxying Enhanced RemoteApp sessions

2021-01-25 Thread Armin Novak via FreeRDP-devel
Armin On 25.01.21 12:54, Richard Dymond wrote: On Sat, 23 Jan 2021 at 03:20, Armin Novak via FreeRDP-devel <mailto:freerdp-devel@lists.sourceforge.net>> wrote: FreeRDP does support the capabilities and messages but the rendering code of xfreerdp does not. To enable it in FreeRDP yo

Re: [FreeRDP-devel] Proxying Enhanced RemoteApp sessions

2021-01-22 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP does support the capabilities and messages but the rendering code of xfreerdp does not. To enable it in FreeRDP you need to change settings->HiDefRemoteApp = FALSE; to TRUE in settings.c This will enable sending INFO_HIDEF_RAIL_SUPPORTED flag in rdp_write_info_packet but be

Re: [FreeRDP-devel] clipboard fail - can't copy/paste

2021-01-22 Thread Armin Novak via FreeRDP-devel
esktop? cheers sam On Fri, 22 Jan 2021, Armin Novak via FreeRDP-devel wrote: No. Clipboard is activated by default, so nothing is actually required. Just checked with current nightly on debian and here it works like expected. Maybe run with /log-level:debug and check if anything in th

Re: [FreeRDP-devel] RDP connection redirect issue

2021-01-21 Thread Armin Novak via FreeRDP-devel
Hi, while this does not fix guacamole sending events too early I´ve created https://github.com/FreeRDP/FreeRDP/pull/6742 to just discard such events before sending (and being noisy about it) regards Armin On 21.01.21 20:59, George Krajcsovits via FreeRDP-devel wrote: Hi, for now I'll

Re: [FreeRDP-devel] clipboard fail - can't copy/paste

2021-01-21 Thread Armin Novak via FreeRDP-devel
No. Clipboard is activated by default, so nothing is actually required. Just checked with current nightly on debian and here it works like expected. Maybe run with /log-level:debug and check if anything in the logs is suspicious? Just note, we ignore the selection buffer on X11 side, so you

Re: [FreeRDP-devel] clipboard fail - can't copy/paste

2021-01-21 Thread A. Novak via FreeRDP-devel
Yes, there is a server policy on windows that might deactivate clipboard Am 20. Jänner 2021 21:46:42 UTC schrieb sam chan via FreeRDP-devel : > > >hello. i'm new to freerdp. currently having problems >with copy and pasting text to and from Windows 10 rdp >server. > >rdp client is Fedora 31,

Re: [FreeRDP-devel] session stays black, have to reboot RPI4

2021-01-15 Thread A. Novak via FreeRDP-devel
Hi, From the problem description this sounds like a server side issue. As soon as you see the session window (and the windows mouse cursor) the rdp session is running. This is confirmed by the comment from Jonathan below, who observed this with mstsc as well (I assume 'RDP on windows' is the

Re: [FreeRDP-devel] Not being able to build FreeRdp

2020-11-24 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP uses CMake, so if compiling for windows starting with vs2017 you can natively use it, otherwise create a solution using CMake started from your vs shell. regards Armin On 24.11.20 13:58, Jinit M via FreeRDP-devel wrote: > Not being able to build freerdp due to following error,

Re: [FreeRDP-devel] freeRDP and sound via HDMI

2020-11-24 Thread Armin Novak via FreeRDP-devel
Hi Martin, xfreerdp is only an application like any other. If you use e.g. pulse just set the default output to that. Same is true for alsa. The other option is to redirect with your local sound volume control, but how exactly that is achieved depends on which one you´re using. regards

Re: [FreeRDP-devel] FreeRDP embedded in PyQt5

2020-11-07 Thread A. Novak via FreeRDP-devel
Hi, I don't know for Qt, but there is gtk-frdp which wrapps a rdp connection in a gtk widget. Regards, Armin Am 6. November 2020 20:44:57 UTC schrieb Fernando cruz ruiz via FreeRDP-devel : >Hi, >I would like to know if it is possible embedded the rdp connection in a >widget of PyQt. > >Best

Re: [FreeRDP-devel] /sec:??

2020-11-03 Thread Armin Novak via FreeRDP-devel
Hi Henrique, basically no. The default (no option) is to negotiate what is used. Only way to force a specific type is to try for each type. regards Armin On 03.11.20 16:54, Henrique Martins via FreeRDP-devel wrote: > I use xfreerdp to connect to Windows 10, 7 and XP machines. > > For some

Re: [FreeRDP-devel] (no subject)

2020-10-19 Thread Armin Novak via FreeRDP-devel
Hi, yes, /gfx:avc444 /network:auto should be the best options. /gdi:hw uses X11 API to push images to the screen, which might be slightly faster than /gdi:sw Other than that all options must be configured server side (the client just announces what it supports, the server decides which of these

Re: [FreeRDP-devel] Welcome to the "FreeRDP-devel" mailing list

2020-10-03 Thread A. Novak via FreeRDP-devel
Hi, Did you enable rdp on your windows 10 machine and which users did you allow to access it? https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-allow-access Regards Armin Am October 3, 2020 4:28:23 AM UTC schrieb Frank van der Hulst via

Re: [FreeRDP-devel] freeRDP & Rpi4 performance

2020-09-14 Thread Armin Novak via FreeRDP-devel
Hi, FreeRDP performance is up to the following factors: * Network latency/throughput (obviously) * CPU performance (all encoding/decoding of the protocol is done there) * Graphics Performance (we need to push the decoded images to the graphics card fast) So, to tune performance check:  1.

Re: [FreeRDP-devel] Fwd: Fwd: Memory not being freed during file copy via an RDP session

2020-09-02 Thread Armin Novak via FreeRDP-devel
it differently? Thanks, Jonatan -- Forwarded message - From: Armin Novak via FreeRDP-devel Date: Wed, Sep 2, 2020 at 11:25 AM Subject: Re: [FreeRDP-devel] Fwd: Memory not being freed during file copy via an RDP session To: Some follow up: debugged the whole thing a bit with current

Re: [FreeRDP-devel] Fwd: Memory not being freed during file copy via an RDP session

2020-09-02 Thread Armin Novak via FreeRDP-devel
. regards Armin On 01.09.20 15:52, Armin Novak via FreeRDP-devel wrote: Hi Jonatan, No, the dynamic channel write method is internal to libfreerdp2.so, so you should not have to do anything there. Could you clarify which stream is growing so large? All buffers should be much smaller even

Re: [FreeRDP-devel] Fwd: Memory not being freed during file copy via an RDP session

2020-09-01 Thread Armin Novak via FreeRDP-devel
is > finished copying does not cover us. Or maybe I misunderstood the usage you > propose for CHANNEL_EVENT_WRITE_COMPLETE ? > > Thanks! > Jonatan > > > ------ Forwarded message - > From: Armin Novak via FreeRDP-devel > Date: Tue, Sep 1, 2020 at 10:27 AM

Re: [FreeRDP-devel] Memory not being freed during file copy via an RDP session

2020-09-01 Thread Armin Novak via FreeRDP-devel
Hi, could you please clarify a bit? Are you talking about using a shared drive or clipboard file copy? As for FreeRDP_VirtualChannelWriteEx, you need to listen for CHANNEL_EVENT_WRITE_COMPLETE and free any buffer supplied before there. (see any of the channels like clipboard using that)

Re: [FreeRDP-devel] Windows 64bit builds "contain" a virus?

2020-07-01 Thread Armin Novak via FreeRDP-devel
Hi Joachim, I´d complain at Virus total ;) These are false positives, check the details from these scanners, they are buggy. (aka most likely some malware used FreeRDP code for some remote access foobar and their automation is now classifying everything related as virus) regards Armin On

[FreeRDP-devel] FreeRDP version 2.1.2 released

2020-06-22 Thread Armin Novak via FreeRDP-devel
Hi there, we've just released FreeRDP version 2.1.2. The release is now available at the usual locations: https://github.com/FreeRDP/FreeRDP/releases/tag/2.1.2 2.1.2 contains fixes for **multiple security issues** we've got reported by GitHub Security Lab. If you are using any older release of

Re: [FreeRDP-devel] H264 Support

2020-06-02 Thread Armin Novak via FreeRDP-devel
Hi, there are only FFMPEG and OpenH264 to choose from. Both have some small issues depending on which version you choose, but FFMPEG is able to utilize some acceleration features, so that might be preferable. regards Armin Am 02.06.20 um 16:55 schrieb Rodney Barnett via FreeRDP-devel: > Hi,

Re: [FreeRDP-devel] Catching some keystrokes locally

2020-05-15 Thread Armin Novak via FreeRDP-devel
Hi Bernd, yes that is possible. Look at xf_keyboard_handle_special_keys and xf_keyboard_handle_special_keys_release for existing exception handling. (Note, we´re currently also busy during lots of test reports coming in thanks to COVID, so fastest way to get something is creating a pull

Re: [FreeRDP-devel] Understanding /drive

2020-05-15 Thread Armin Novak via FreeRDP-devel
Hi, This redirects a local of your linux filesystem as in an RDP session so you can access it as a drive there. Simply put: You have a new drive letter in explorer where you can copy data from / to. Locally on your linux box everything can be found in regards Armin On 15.05.20 08:21,

Re: [FreeRDP-devel] ERRINFO_DECRYPT_FAILED error

2020-05-09 Thread Armin Novak via FreeRDP-devel
Hi, I already tried to contact you via IRC. The mouse and keyboard events are generated in: * input_send_fastpath_mouse_event * input_send_extended_mouse_event * input_send_fastpath_keyboard_event * input_send_fastpath_unicode_keyboard_event What might cause the issue is the function

Re: [FreeRDP-devel] run with flatpak

2020-05-08 Thread Armin Novak via FreeRDP-devel
Hi, yes, that flatpak is sandboxed and does not have access to a lot of parts of the filesystem. if you need more add it to the manifest and recompile or consult the flatpak manual to allow access later. regards Armin Am 07.05.20 um 16:06 schrieb Julien ROTT via FreeRDP-devel: > Hi, > > I'm

Re: [FreeRDP-devel] What's the meaning of bandwidthautodetect:i:7?

2020-05-01 Thread Armin Novak via FreeRDP-devel
Hi Thomas, it is the way microsoft uses the RDP file format. Most likely for legacy reasons both values need to be there and we try to stay compatible here so you can use the files also with other clients. regards Armin On 30.04.20 12:41, Thomas Heuving via FreeRDP-devel wrote: > I got the

Re: [FreeRDP-devel] Support query

2020-04-28 Thread Armin Novak via FreeRDP-devel
Hi Rahul, just as the message tells you, it can not find the libusb include and library files in the CMake search paths. The default since 2.0.0 is -DCHANNEL_URBDRC=ON, so if you don´t need USB redirection, just use -DCHANNEL_URBDRC=OFF or compile libusb and place it with your other

Re: [FreeRDP-devel] Debuging core dump - run /winpr/libwinpr/crt/test/TestAlignment.c

2020-04-20 Thread Armin Novak via FreeRDP-devel
Hi, to build the unittests, run cmake -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Debug from your builddirectory. Build the code with cmake --build The unittests are binaries in the Testing subdirectory of your build directory (TestAlignment is part of TestCrt, so start directly with ./TestCrt

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] 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

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

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

2020-03-05 Thread Armin Novak via FreeRDP-devel
nt.OS2] - Freerdp connect error [21:03:30:441] [1356:206b33a0] [DEBUG][com.freerdp.client.OS2] - Main thread exited. 05.03.20 20:36, 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

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-04 Thread Armin Novak via FreeRDP-devel
[1603:206b3360] [ERROR][com.freerdp.core] - freerdp_check_fds() failed - 0 [21:27:46:820] [1603:206b3360] [ERROR][com.freerdp.client.OS2] - Network disconnect! [21:27:46:820] [1603:206b3360] [ERROR][com.freerdp.client.OS2] - Failed to check FreeRDP file descriptor 04.03.20 18:09, Armin Novak vi

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

2020-03-04 Thread Armin Novak via FreeRDP-devel
dp_check_fds() failed - 0 [21:27:46:820] [1603:206b3360] [ERROR][com.freerdp.client.OS2] - Network disconnect! [21:27:46:820] [1603:206b3360] [ERROR][com.freerdp.client.OS2] - Failed to check FreeRDP file descriptor 04.03.20 18:09, Armin Novak via FreeRDP-devel пишет: Do you have a few more lines in the l

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

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.

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 /*

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

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

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

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

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

2019-12-05 Thread Armin Novak via FreeRDP-devel
like to suggest a version or teaching? Thanks for your help. Armin Novak via FreeRDP-devel <mailto:freerdp-devel@lists.sourceforge.net>> 於 2019年12月4日 週三 下午5:28寫道: Well, you need to compile a gssapi library and make the includes/libraries available to CMake. (CMAKE_PREFI

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

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] 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

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

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

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-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

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-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

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-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

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

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

2019-10-02 Thread Armin Novak via FreeRDP-devel
> > regards > > > > > > Armin > > > > > > On 10/2/19 9:15 AM, Erkan Çoban wrote: > > > > I believe i am using debian packages? > > > > I installed it using >

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

2019-10-02 Thread Armin Novak via FreeRDP-devel
min > > > > On 10/2/19 9:15 AM, Erkan Çoban wrote: > > > I believe i am using debian packages? > > > I installed it using > > > $apt install freerdp2-x11 > > > > > > Microphone works

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

2019-10-02 Thread Armin Novak via FreeRDP-devel
freerdp2-x11 > > > > Microphone works locally, when i redirect both speaker and the mic, > > speaker works however mic won’t catch any sound for some reason. > > > > Thanks for reply > > > > > > >

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

2019-10-02 Thread Armin Novak via FreeRDP-devel
> > > > On Wed, Oct 2, 2019 at 10:11 AM +0300, "Armin Novak via FreeRDP-devel" > <mailto:freerdp-devel@lists.sourceforge.net>> wrote: > > I assume you´re using the debian/ubuntu default packages? > > > Did you check if the microphone works for

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

2019-10-02 Thread Armin Novak via FreeRDP-devel
I assume you´re using the debian/ubuntu default packages? Did you check if the microphone works for local applications? The mixer might simply be set to the wrong device or muted. regards Armin On 10/2/19 8:55 AM, Erkan Çoban via FreeRDP-devel wrote: > > > Have a weird

Re: [FreeRDP-devel] Remote app doesn't work

2019-09-23 Thread Armin Novak via FreeRDP-devel
What are you using? Only xfreerdp implements rails so far. regards Armin On 9/20/19 11:40 AM, Slava Stepanov via FreeRDP-devel wrote: > Hello, could you please help me? I use freerdp from latest master for Mac > OS Mojave 10.14.6. I have tried to open remote app on Windows 10 and 8. But >

Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-15 Thread Armin Novak via FreeRDP-devel
ng FreeRDP 1.1 with barely any latency on videos, and this is > essentially the behavior I would like to reproduce. Any advices on how > to fix this, or is it because some features are not yet implemented? > > Sorry for the rant and thanks a lot for your help, I really appreciate it. >

Re: [FreeRDP-devel] FreeRDP2 on Ubuntu

2019-09-13 Thread Armin Novak via FreeRDP-devel
* ubuntu does not compile against ffmpeg (wich is in universe) so you only have /gfx:rfx * you could give some information on where you are using the stuff ;) 'incredibly glitchy' could be as simple as too slow hardware...   freerdp currently does all frame decoding in software, so be sure your

Re: [FreeRDP-devel] freerdp performance degraded since April 2018

2019-09-12 Thread Armin Novak via FreeRDP-devel
Hi, > Hello! > > I found that newer versions of freerdp 2 are performing slightly slower > than older. The usablility is not much, but noticeably worser. This > prevents me from moving to fresh versions of freerdp. This is true for the legacy GDI mode of operation. The new version has less bugs

Re: [FreeRDP-devel] Shadow server on Wayland

2019-08-26 Thread Armin Novak via FreeRDP-devel
No, wayland design prevents something like that. (by choice) but they have a RDP backend ;) On 8/24/19 5:19 PM, Lonnie Cumberland via FreeRDP-devel wrote: > Hi All, > > Does Freerdp shadow server compile and run on Wayland? > > I know that it compiles a d runs on X11 but was also wandering

Re: [FreeRDP-devel] Nightly build incomplete!

2019-08-23 Thread Armin Novak via FreeRDP-devel
> > Regards. > > ---- > *From:* Armin Novak via FreeRDP-devel > > *Sent:* Friday, 23 August 2019 1:05 AM > *To:* freerdp-devel@lists.sourceforge.net > > *Subject:* Re: [FreeRDP-devel] I need the syntax to redirect a

Re: [FreeRDP-devel] I need the syntax to redirect a drive in Windows

2019-08-22 Thread Armin Novak via FreeRDP-devel
07: We have > now continuous builds on the stable 1.1 branch as ... > cloudbase.it > > > > ---- > *From:* Armin Novak via FreeRDP-devel > > *Sent:* Thursday, 22 August 2019 4:50 PM > *To:* ToddAndMargo ; > freerdp-devel@lists.sourceforge.net > *Subject:* Re: [FreeRDP-devel] I

Re: [FreeRDP-devel] I need the syntax to redirect a drive in Windows

2019-08-22 Thread Armin Novak via FreeRDP-devel
t;> >>>> program starts, but no "home" directory shows up. >>>> >>>> >>>> Many thanks, >>>> -T >>>> >>>> p.s. wfreerdp /version does not work >>>> I just downloaded it >>

Re: [FreeRDP-devel] Building Shadow Server on Windows 7 (64-bit)?

2019-08-20 Thread Armin Novak via FreeRDP-devel
ftware.html >- git http://code.google.com/p/tortoisegit/ > > What libraries have you installed for the others optional things JPEG, > sound on Windows 7 Pro (64 bit)? > > > On Tue, Aug 20, 2019 at 8:28 AM Armin Novak via FreeRDP-devel < > freerdp-devel@lists.sourceforge.net>

Re: [FreeRDP-devel] Building Shadow Server on Windows 7 (64-bit)?

2019-08-20 Thread Armin Novak via FreeRDP-devel
_handle_standard_args) >> cmake/FindFeature.cmake:31 (find_package) >> CMakeLists.txt:866 (find_feature) >> >> -- Configuring incomplete, errors occurred! >> See also "C:/freerdp/FreeRDP/build/CMakeFiles/CMakeOutput.log". >> See also "C:/freer

  1   2   >