Armin Novak
40ee5d3bcc
Updated for 2.7.0 release
2022-04-25 15:04:48 +02:00
Armin Novak
32b8db3025
Added missing WINPR_API
2022-04-25 14:42:14 +02:00
Armin Novak
c263ff19ec
Updated changelog
2022-04-25 09:19:45 +02:00
akarl
97957fcde0
Implement BIO_CTRL_GET_KTLS_SEND and BIO_CTRL_GET_KTLS_SEND
...
Openssl 3.0 requires to respond to this controls. According to there
documentation it should not need them, but in practice openssl's own source
is full of places where negative return values are not checked.
(cherry picked from commit 9d7c20ce8f
)
2022-04-25 09:19:45 +02:00
akallabeth
52f3e5139f
Cleaned up ntlm_fetch_ntlm_v2_hash
...
(cherry picked from commit 4661492e5a
)
2022-04-22 15:30:30 +02:00
Armin Novak
70bd7f010f
Update default android build config
...
Remove x86 and x86_64 to bring down pr build times
(cherry picked from commit 7e7394d905
)
2022-04-22 11:06:55 +02:00
akallabeth
e8010231c8
Changelog
2022-04-22 11:06:44 +02:00
2fly2
4308d8e91e
fix x11 black RAIL window when connect to server 2019
...
Signed-off-by: 2fly2 <wjatchd@163.com>
(cherry picked from commit cb66a4c0df
)
2022-04-22 11:06:44 +02:00
Steve Pronovost
66ff8cf2ad
Added support for AUDIO_PLAYBACK_DVC
...
Support audio on dynamic channel. Please refer to MS-RDPEA.
2022-04-22 10:32:28 +02:00
Steve Pronovost
f773d9759d
Update header with missing flag
...
Added definition for TS_RAIL_CLIENTSTATUS_GET_APPID_RESPONSE_EX_SUPPORTED.
2022-04-22 10:32:28 +02:00
Armin Novak
0a6b999c56
Updated Changelog
2022-04-19 15:00:28 +02:00
Armin Novak
0f9efe1972
Fixed /gt:xxx settings
...
* Disable websocket support with RPC
* Use settings getter/setter
(cherry picked from commit 882b91d986
)
2022-04-19 15:00:28 +02:00
Armin Novak
62937807ee
Changelog
2022-04-19 08:54:32 +02:00
Kazuki Oikawa
572c63a9f1
Supports 10bit X11 color (BGRX32 only)
...
(cherry picked from commit 8a86a4e8d9
)
2022-04-19 08:54:32 +02:00
Armin Novak
2b65b7cb12
Fixed FFMPEG detection without pkgconfig
...
(cherry picked from commit 2c31c36759
)
2022-04-11 12:08:36 +02:00
akallabeth
9ab0667b54
Fix #7785 : Missed GatewayHttpUseWebsockets initialization
...
In backport #6877 this was missed.
2022-04-07 12:25:24 +02:00
Alexandru Bagu
ce8616c0dc
Urbrdc fix ( #7417 )
...
* fix libusb libusb_device usage (manually unref required usb devices, versus freeing all when we still hold references to the ones we want)
* disabled detach_kernel_driver & attach_kernel_driver on win32 since libusb does not support them
* fixed libusb async event handling
* add log for transfer request error
* Update libusb_udevice.c
* refactor code
2022-04-06 17:01:17 +02:00
Armin Novak
b836f72ded
Updated changelog
2022-04-06 11:02:18 +02:00
Armin Novak
a923f59c20
Fixed #7745 : Progressive surface cleanup
...
(cherry picked from commit edcb8284e7
)
2022-04-06 11:02:18 +02:00
Armin Novak
5249f61b72
Fixed missing field read.
...
(cherry picked from commit cb538114ed
)
2022-04-06 10:22:06 +02:00
Armin Novak
c8dced5905
Fixed windows build (_snpnrintf)
...
(cherry picked from commit 6cccc95691
)
2022-04-06 10:22:06 +02:00
Armin Novak
311558c964
Fixed missing return check
...
(cherry picked from commit 46c78cf0f0
)
2022-04-06 10:22:06 +02:00
Armin Novak
49780f6306
Updated changelog
2022-04-06 10:22:06 +02:00
Armin Novak
061edc109f
Fixed backport compile problems
2022-04-06 10:22:06 +02:00
Armin Novak
269ebb8cad
Fixed NTLM flag handling
...
* NTLMSSP_NEGOTIATE_WORKSTATION_SUPPLIED and NTLMSSP_NEGOTIATE_DOMAIN_SUPPLIED
* Problem with clients not supporting NTLMSSP_NEGOTIATE_LM_KEY
* Improve logging
(cherry picked from commit 3c657d58cd
)
2022-04-06 10:22:06 +02:00
Armin Novak
34e851209a
Removed unnecessary assert
...
(cherry picked from commit 4b1427639a
)
2022-04-06 10:22:06 +02:00
Armin Novak
f1d9faa7fc
Refactored WinPR::NTLM
...
* added assertions
* added log messages
* removed code duplication
(cherry picked from commit 813966da1a
)
2022-04-06 10:22:06 +02:00
Armin Novak
c6bd48f926
Use GetComputerName instead of gethostname
...
(cherry picked from commit 82165d95a9
)
2022-04-06 10:22:06 +02:00
Armin Novak
732e946289
Updated changelog
2022-03-28 12:08:51 +02:00
Armin Novak
2008751c04
Replaced WINPR_ASSERT defines, use include
2022-03-28 12:08:51 +02:00
Armin Novak
0089ce25b4
Removed cached wlog pointer
...
(cherry picked from commit 77580466ae
)
2022-03-28 12:08:51 +02:00
Armin Novak
e675ffcb35
Fixed warnings from WLOG_ASSERT
...
(cherry picked from commit 02896b0656
)
2022-03-28 12:08:51 +02:00
Armin Novak
83dffd0009
Improve WINPR_ASSERT, log backtrace
...
(cherry picked from commit 9e94f1dace
)
2022-03-28 12:08:51 +02:00
akallabeth
f522bcb63a
Added option do disable WINPR_ASSERT
...
(cherry picked from commit 3a75228242
)
2022-03-28 12:08:51 +02:00
Armin Novak
76660aab19
Added WINPR_ASSERT
...
Added a WinPR macro that can be used for WinPR and FreeRDP to
replace standard C assert.
It is more verbose and logs issues to WLog which makes it easier
for us to trace problems in the field.
(cherry picked from commit b435e6db9b
)
2022-03-28 12:08:51 +02:00
Armin Novak
1c91d66a50
Changelog
2022-03-09 16:19:34 +01:00
Armin Novak
6462eca724
Workaround for [MS-RDPBCGR] 2.2.9.2.3 Frame Marker Command (TS_FRAME_MARKER)
...
Connections with windows 2016 and 2019 sometimes receive short
frame marker. Ignore these to prevent disconnects
(cherry picked from commit 91ef44ed35
)
2022-03-09 16:19:34 +01:00
Armin Novak
baf35cece9
Implemented #4341 : Default to /network:auto
...
If no arguments are supplied, default to the behaviour of
/network:auto. This ensures the default experience is using the
best available graphics options.
As soon as any /network, /bpp, /rfx, /gfx, ... argument is used
only use these.
(cherry picked from commit d3168a1436
)
2022-03-09 16:19:34 +01:00
Armin Novak
79207e6700
rfx_process_message verbose error log
...
(cherry picked from commit c194a68b1b
)
2022-03-08 15:35:54 +01:00
Armin Novak
631e71bebd
Added more log messages for SurfaceCommand failures
...
(cherry picked from commit c6f2040912
)
2022-03-08 15:35:54 +01:00
Armin Novak
658a72980f
Abort autoreconnect if a user cancel action was triggered.
...
(cherry picked from commit 15e7647f20
)
2022-03-07 15:24:08 +01:00
Armin Novak
5e4347681d
Changelog & version
2022-03-07 15:24:08 +01:00
Armin Novak
1e9485e4d9
Fixed #7696 : Abort freerdp_connect if manually canceled
...
If freerdp_abort_connect is called, set FREERDP_ERROR_CONNECT_CANCELLED
This way freerdp_reconnect can distinguish between network issues and
user interaction and abort a retry attempt.
(cherry picked from commit a6b42ff6c9
)
2022-03-07 15:24:08 +01:00
akallabeth
658abd5597
Updated changelog
2022-03-07 14:03:02 +01:00
akallabeth
8371d85dc5
Unified rdpsnd cleanup code
...
(cherry picked from commit 18db3e1df8
)
2022-03-07 14:03:02 +01:00
akallabeth
334e8a8475
Backported rdpsnd channel cleanup fixes
2022-03-07 14:03:02 +01:00
Bernhard Miklautz
bd6521ed65
new: mention version detection in the ChangeLog
2022-03-07 13:40:27 +01:00
Bernhard Miklautz
71f3c3a49b
new: add some basic documentation about version dectction
...
(cherry picked from commit 130fe26e62
)
2022-03-07 13:40:27 +01:00
akallabeth
dd92a7a040
Respect USE_VERSION_FROM_GIT_TAG
...
(cherry picked from commit 20b2d4c7e4
)
2022-03-07 13:40:27 +01:00
Bernhard Miklautz
b827e3767b
Merge pull request #7692 from akallabeth/stable-2.0.silence_info
...
Decreased logging verbosity for INFO level
2022-03-07 12:29:05 +01:00