[FreeRDP-devel] passphrase.c/wait_for_fd()

2023-06-13 Thread Andrey Vasilkin via FreeRDP-devel
Hi libfreerdp/utils/passphrase.c function static int wait_for_fd(int fd, int timeout) The argument is fd, but the function uses variable sockfd (if WINPR_HAVE_POLL_H is not defined). ___ FreeRDP-devel mailing list

[FreeRDP-devel] Unable to connect to one of my servers

2023-02-20 Thread Andrey Vasilkin via FreeRDP-devel
Hi. Unable to connect to one of my servers (Windows Server 2008 R2 Enterprise SP 1). This happens with all FreeRDP versions of recent weeks. When connecting to other servers, this problem does not occur. At the same time, the version from 2023-01-16 works without problems with all my servers.

[FreeRDP-devel] endless same messages

2023-02-05 Thread Andrey Vasilkin via FreeRDP-devel
Hi. After updating the sources a few days ago and after all subsequent updates, I get a flurry of messages in the log: [08:20:39:105] [493:029ffbc0] [WARN][com.winpr.wStream] - [Stream_CheckAndLogRequiredLengthWLogExVa]:[fastpath_recv_update_synchronize(core/fastpath.c:337)] invalid length,

Re: [FreeRDP-devel] struct sched_param

2023-01-11 Thread Andrey Vasilkin via FreeRDP-devel
Question removed. And this field doesn't seem to be used at all. 12.01.23 08:12, Andrey Vasilkin via FreeRDP-devel пишет: Hi. libwinpr/synch/synch.h, line 130: struct sched_param param; The structure sched_param is not described anywhere

Re: [FreeRDP-devel] Connection problem on new versions

2023-01-11 Thread Andrey Vasilkin via FreeRDP-devel
like the correct option to force RDP level encryption is: -sec:rdp Eric On Wed, Jan 11, 2023 at 4:00 PM Andrey Vasilkin via FreeRDP-devel < freerdp-devel@lists.sourceforge.net> wrote: I've try switch "-encryption" without any results - log is same. Then, I've get version bu

Re: [FreeRDP-devel] Connection problem on new versions

2023-01-11 Thread Andrey Vasilkin via FreeRDP-devel
is likely to make it work Eric On Sun, Jan 8, 2023 at 9:12 PM Andrey Vasilkin via FreeRDP-devel < freerdp-devel@lists.sourceforge.net> wrote: Hi. With the latest versions (sources updated today) I get this when connecting to one of my servers: [13:58:48:576] [2951:029f3a00] [WARN][com.f

[FreeRDP-devel] struct sched_param

2023-01-11 Thread Andrey Vasilkin via FreeRDP-devel
Hi. libwinpr/synch/synch.h, line 130: struct sched_param param; The structure sched_param is not described anywhere. ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freerdp-devel

[FreeRDP-devel] Connection problem on new versions

2023-01-08 Thread Andrey Vasilkin via FreeRDP-devel
Hi. With the latest versions (sources updated today) I get this when connecting to one of my servers: [13:58:48:576] [2951:029f3a00] [WARN][com.freerdp.core.nego] - Error: SSL_NOT_ALLOWED_BY_SERVER [13:58:48:597] [2951:029f3a00] [WARN][com.freerdp.core.nego] - Error:

[FreeRDP-devel] client-hostname

2022-12-07 Thread Andrey Vasilkin via FreeRDP-devel
Hi. Lately I've been noticing another strange thing. Regardless of whether the client-hostname switch is set or the name is determined automatically, sometimes extra characters are displayed after the name in windows. You can see it in my screenshot:

Re: [FreeRDP-devel] /client-hostname is causing the problem

2022-12-07 Thread Andrey Vasilkin via FreeRDP-devel
:47, Andrey Vasilkin via FreeRDP-devel wrote: Hi. With /client-hostname:"..." switch specified, I get an error (see second line): [14:30:35:462] [140:029d39a0] [WARN][com.freerdp.core.license] - license binary blob::type BB_CERTIFICATE_BLOB, length=0, skipping. > [14:30:35:681]

[FreeRDP-devel] /client-hostname is causing the problem

2022-12-06 Thread Andrey Vasilkin via FreeRDP-devel
Hi. With /client-hostname:"..." switch specified, I get an error (see second line): [14:30:35:462] [140:029d39a0] [WARN][com.freerdp.core.license] - license binary blob::type BB_CERTIFICATE_BLOB, length=0, skipping. > [14:30:35:681] [140:029d39a0] [WARN][com.freerdp.core.license] - short

[FreeRDP-devel] Arguments are messed up

2022-11-28 Thread Andrey Vasilkin via FreeRDP-devel
Hi all. client/common/cmdline.c , function parse_app_options() , line 2209 : if (option_starts_with(val, cur->name)) As far as I understand it should be: if (option_starts_with(cur->name, val)) -- http://os2.snc.ru/ ☮

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 doe

[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

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: [D:\projects\FreeRDP\port

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

2020-03-05 Thread Andrey Vasilkin 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:&

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

2020-03-05 Thread Andrey Vasilkin via FreeRDP-devel
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 ago. Now I updated again, but the problem remains. The problem arises

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

2020-03-04 Thread Andrey Vasilkin via FreeRDP-devel
report if something breaks. regards Armin On 04.03.20 00:29, Andrey Vasilkin via FreeRDP-devel wrote: 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 [

[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] 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] ERROR: unexpected license packet

2019-01-26 Thread Andrey Vasilkin via FreeRDP-devel
I have not used this argument. Hm... But now I tried to connect using it. And it succeeded. :-/ 25.01.19 19:25, Armin Novak via FreeRDP-devel пишет: Or you use the argument /old-license ;) On 1/25/19 3:59 AM, Andrey Vasilkin via FreeRDP-devel wrote: Hi. After updating the source code, I get

[FreeRDP-devel] ERROR: unexpected license packet

2019-01-24 Thread Andrey Vasilkin via FreeRDP-devel
Hi. After updating the source code, I get the following error when trying to connect to one of my servers (Windows Server 2008 R2 Enterprise); [13:39:13:250] [13731:206b4b80] [ERROR][com.freerdp.core.license] - unexpected license packet. [13:39:13:259] [13731:206b4b80]

[FreeRDP-devel] bug in channels/drive

2019-01-23 Thread Andrey Vasilkin via FreeRDP-devel
Hi, Armin and all. File channels/drive/client/drive_file.c , function drive_file_set_information() , in block "case FileAllocationInformation:" : we read input data in variable "size"; Stream_Read_INT64(input, size); but than we use liSize for set file position: if

Re: [FreeRDP-devel] Some of my finds.

2019-01-18 Thread Andrey Vasilkin via FreeRDP-devel
18.01.19 23:15, Armin Novak via FreeRDP-devel пишет: I've taken your fixes and created pull https://github.com/FreeRDP/FreeRDP/pull/5200 incorporating these. Ok. But I think this (Os2 fixes #5200) should be true for Windows too:

[FreeRDP-devel] Some of my finds.

2019-01-17 Thread Andrey Vasilkin via FreeRDP-devel
Hi, FreeRDP team. First, I would like to thank the FreeRDP developers for their great work. I use FreeRDP ported by me for some not very widely used :-) operating system. Over the last ~year I have found, I think, a few problem points in the source code. All these problems have not been fixed