Skip to content

Tags: Yudha23Rich/FreeRDP

Tags

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stable 2.0 backports (FreeRDP#7366)

* Fixed typo in changelog

* Fix FIPS mode support and build with OpenSSL 3.0

FreeRDP fails to build with OpenSSL 3.0 because of usage of the `FIPS_mode`
and `FIPS_mode_set` functions, which were removed there. Just a note that
the FIPS mode is not supported by OpenSSL 1.1.* although the mentioned
functions are still there (see https://wiki.openssl.org/index.php/FIPS_modules).
Let's make FreeRDP build with OpenSSL 3.0 and fix the FIPS mode support.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1952937
(cherry picked from commit 26bf281)

* winpr: avoid calling FIPS_mode() with OpenSSL 3.0

Fixes: 26bf281
(cherry picked from commit 0c81c73)

* winpr/crypto: Load legacy provider to fix rc4 with OpenSSL 3.0 (FreeRDP#7210)

* winpr/crypto: Exit cleanly when EVP_EncryptInit_ex fails

The `EVP_EncryptInit_ex` function may fail in certain configurations.
Consequently, FreeRDP segfaults in `EVP_CIPHER_CTX_set_key_length`.
Let's handle the `EVP_EncryptInit_ex` failures and exit cleanly in
such case.

* winpr/crypto: Load legacy provider to fix rc4 with OpenSSL 3.0

Currently, the `EVP_EncryptInit_ex` function fails for rc4 with OpenSSL 3.0.
This is becuase rc4 is provided by the legacy provider which is not loaded
by default. Let's explicitly load the legacy provider to make FreeRDP work
with OpenSSL 3.0.

Relates: openssl/openssl#14392
Fixes: FreeRDP#6604
(cherry picked from commit 67f3fff)

Conflicts:
	winpr/libwinpr/crypto/cipher.c

* Fix TestUnicodeConversion on big endian machines (FreeRDP#7219)

Wide character literals are stored in native byte order.
Use an array of bytes as a reference instead.

Fixes: FreeRDP#6968
(cherry picked from commit 5208a67)

* Fixed async-input quit

* Fix data write on usb channel

* Bitmap update fix (FreeRDP#7349)

* Added checks for bitmap width and heigth values

Data received from the server might have invalid values for bitmap
with or height. Abort parsing if such a value is found.
Reported by Sunglin from the Knownsec 404 team & 0103 sec team

* Added checks for glyph width & height

* Fixed FreeRDP#7363: Length checks in ConvertUTF8toUTF16

(cherry picked from commit 623a772)

* Implemented missing TSG debug functions

(cherry picked from commit c06c463)

* Refactored RPC gateway parser

Utilize wStream instead of custom binary parsing code, add proper
input validation.
Reported by Sunglin from the Knownsec 404 team & 0103 sec team

(cherry picked from commit f0b44da)

* Replaced chmod with safer fchmod

* Use fchmod so the file may not change underneath
* Add unit tests for SetFileAttributesA
* Add warning logs for unsupported flags

(cherry picked from commit c8571dd)

* Updated changelog and version

* Added more explicit warning for deprecated command line

* Add exit codes for more errors

(cherry picked from commit aa4c3df)

* Updated changelog.

Co-authored-by: Ondrej Holy <[email protected]>
Co-authored-by: Mike Gilbert <[email protected]>
Co-authored-by: Ondrej Holy <[email protected]>
Co-authored-by: Ian Weir <[email protected]>

2.4.0

Toggle 2.4.0's commit message
Fixed typo in changelog

2.3.2

Toggle 2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated changelog. (FreeRDP#6906)

2.3.1

Toggle 2.3.1's commit message
Added -DDEFINE_NO_DEPRECATED CMake option

With that option all symbols marked deprecated are no longer
compiled. This helps testing compatibility of external apps.

2.3.0

Toggle 2.3.0's commit message
Updated changelog

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FreeRDP#6382 from bmiklautz/release_220

FreeRDP security and version 2.2.0 release

2.1.2

Toggle 2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FreeRDP#6285 from akallabeth/stable-backports2

Stable backports

2.1.1

Toggle 2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FreeRDP#6212 from akallabeth/stable_backport_cve

Stable backport cve

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request FreeRDP#6152 from akallabeth/stable-backports

Stable backports

2.0.0

Toggle 2.0.0's commit message
new: update ChangeLog and set version to 2.0.0