Commit Graph

77 Commits

Author SHA1 Message Date
akallabeth
a4f2d1a4aa Updated changelog 2022-10-19 09:19:00 +02:00
Armin Novak
36247e3a48 Updated version to 2.8.1 2022-10-12 12:21:22 +02:00
akallabeth
b2447efd44 Changelog 2022-10-07 13:27:47 +02:00
akallabeth
74a54407e9 changelog 2022-10-07 10:53:13 +02:00
Armin Novak
09315478ed Updated changelog 2022-09-22 13:48:36 +02:00
Pascal Nowack
246ac55d9c Update changelog 2022-09-14 08:45:06 +02:00
Bernhard Miklautz
e3fc97feb5
Release 2.8.0 (#8096) 2022-07-28 15:12:43 +02:00
Siva Gudivada
7a2215fd40
Backport TLS1.2 enforcement and version control from master to stable2.0 (#8094)
* Add a new command line arg to enforce tls1.2

* Add better explanation of FreeRDP_EnforceTLSv1_2

(cherry picked from commit ce2e3ab0c7)

* Regenerated settings helpers

* backport prev cherry-pick

* Cleanup tls_prepare

* TLS version control

* added settings for minimal and maximal TLS versions supported
* refactorisation of the force TLSv1.2 setting

* cleanup from prev cherry-pick

* updated change log

Co-authored-by: akallabeth <akallabeth@posteo.net>
Co-authored-by: David Véron <david.veron@rubycat.eu>
2022-07-28 14:12:12 +02:00
Pascal Nowack
f344d1d481
[stable-2.0] codec/progressive: Fix wrong usage of subband diffing flag (#8077)
* codec/progressive: Fix wrong usage of subband diffing flag (#8076)

Currently, all Calista Progressive encoded streams contain tile
artifacts, when the RFX_SUBBAND_DIFFING is used, but not the
RFX_DWT_REDUCE_EXTRAPOLATE flag.
The reason is the wrong usage of the context and tile flags.
The RFX_SUBBAND_DIFFING flag should have no actual impact on the
decoder itself.
Especially, it does not affect the band sizes within a 64x64 tile.
The RFX_DWT_REDUCE_EXTRAPOLATE flag, on the other hand, MUST have an
effect on the band sizes.
However, FreeRDP currently uses the RFX_SUBBAND_DIFFING flag when
decoding a component to determine whether the Reduce-Extrapolate method
is used, resulting in tile artifacts, when that method was actually not
used.
The current behaviour did not result in tile artifacts with the MS
Windows RDS, as that server always sets both flags.

So, fix this issue by using the correct flag, when decoding a tile.

* Update changelog
2022-07-15 08:52:02 +02:00
Pascal Nowack
ea3c4174c7 Update changelog 2022-07-07 13:47:25 +00:00
akallabeth
e231a848fe Updated changelog 2022-07-05 14:48:17 +02:00
Pascal Nowack
5696d0b613 Update changelog 2022-06-30 14:13:05 +02:00
Richard Dymond
16676959f1 Update ChangeLog 2022-06-08 16:52:58 +02:00
Pascal Nowack
19538c03e8 Update changelog 2022-06-08 16:19:31 +02:00
Pascal Nowack
4a8d2d6628 rdpsnd: Enhance server implementation
The current server sided channel handling of RDPSND/AUDIO_PLAYBACK_DVC
is currently very constrained.
So, solve this. This means:

- Add the missing Training/Training Confirm PDUs
- Stop overriding the average bytes per second values, when submitting
  the audio formats, as this currently makes the usage of codecs
  impossible
- Add a way to send the server formats manually again, to be able to
  restart the protocol after a Close PDU was sent
- Add a way to send already encoded audio data to let server
  implementations to take care of the encoding process and to set
  custom audio timestamps for the Video Optimized Remoting channel
- Add public attributes to let server implementations know the initial
  volume and pitch values
- Add public attribute to let server implementations know the quality
  mode setting

(cherry picked from commit 26488911be9ae8e00f77f075e03ddbe4dc70a402)
2022-06-03 09:07:42 +02:00
Richard Dymond
2f78a4cf9a Update ChangeLog 2022-06-03 08:06:53 +02:00
Armin Novak
cf1b4b0603 Changelog 2022-05-24 10:24:56 +02:00
akallabeth
9437c4b4be changelog 2022-05-13 12:56:18 +02:00
akallabeth
bd71070063 changelog 2022-05-12 15:17:41 +02:00
akallabeth
f117ff13ad Updated changelog 2022-04-29 15:27:08 +02:00
Armin Novak
1695685403 Updated changelog 2022-04-27 18:45:36 +02:00
Armin Novak
f392f6de2e Changelog 2022-04-27 18:32:13 +02:00
Armin Novak
8b0900c0a6 Changelog 2022-04-27 18:12:53 +02:00
Armin Novak
0cc152af3b Updated changelog 2022-04-27 08:16:49 +02:00
Armin Novak
40ee5d3bcc Updated for 2.7.0 release 2022-04-25 15:04:48 +02:00
Armin Novak
c263ff19ec Updated changelog 2022-04-25 09:19:45 +02:00
akallabeth
e8010231c8 Changelog 2022-04-22 11:06:44 +02:00
Armin Novak
0a6b999c56 Updated Changelog 2022-04-19 15:00:28 +02:00
Armin Novak
62937807ee Changelog 2022-04-19 08:54:32 +02:00
Armin Novak
b836f72ded Updated changelog 2022-04-06 11:02:18 +02:00
Armin Novak
49780f6306 Updated changelog 2022-04-06 10:22:06 +02:00
Armin Novak
732e946289 Updated changelog 2022-03-28 12:08:51 +02:00
Armin Novak
1c91d66a50 Changelog 2022-03-09 16:19:34 +01:00
Armin Novak
5e4347681d Changelog & version 2022-03-07 15:24:08 +01:00
akallabeth
658abd5597 Updated changelog 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
Armin Novak
9e497c22a9 Updated chanelog and version 2022-02-22 12:41:11 +01:00
akallabeth
4743cf58f2 Updated changelog 2022-01-27 09:56:29 +01:00
akallabeth
00900c5cbb Updated version and changelog. 2022-01-26 12:10:47 +01:00
Armin Novak
c8c2ca26e9 Updated changelog 2022-01-26 10:48:26 +01:00
Armin Novak
fd4876a087 Updated changelog 2022-01-12 09:30:05 +01:00
akallabeth
f4f7ebed12 Updated changelog. 2021-11-29 08:18:25 +01:00
akallabeth
d9bad571bd Updated changelog 2021-11-29 07:50:02 +01:00
Armin Novak
2704397db7 Updated ChangeLog 2021-11-17 10:09:16 +01:00
akallabeth
ce5ebec832 Updated changelog. 2021-11-05 14:57:11 +01:00
akallabeth
d39a7ba5c3
Stable 2.0 backports (#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 26bf2816c3)

* winpr: avoid calling FIPS_mode() with OpenSSL 3.0

Fixes: 26bf2816c3
(cherry picked from commit 0c81c73c8d)

* winpr/crypto: Load legacy provider to fix rc4 with OpenSSL 3.0 (#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: https://github.com/openssl/openssl/issues/14392
Fixes: https://github.com/FreeRDP/FreeRDP/issues/6604
(cherry picked from commit 67f3fff2c8)

Conflicts:
	winpr/libwinpr/crypto/cipher.c

* Fix TestUnicodeConversion on big endian machines (#7219)

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

Fixes: https://github.com/FreeRDP/FreeRDP/issues/6968
(cherry picked from commit 5208a67ea7)

* Fixed async-input quit

* Fix data write on usb channel

* Bitmap update fix (#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 #7363: Length checks in ConvertUTF8toUTF16

(cherry picked from commit 623a77258a)

* Implemented missing TSG debug functions

(cherry picked from commit c06c463806)

* 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 f0b44da67c)

* 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 c8571dd5fd)

* Updated changelog and version

* Added more explicit warning for deprecated command line

* Add exit codes for more errors

(cherry picked from commit aa4c3dfb8a)

* Updated changelog.

Co-authored-by: Ondrej Holy <oholy@redhat.com>
Co-authored-by: Mike Gilbert <floppym@gentoo.org>
Co-authored-by: Ondrej Holy <ondrejholy@users.noreply.github.com>
Co-authored-by: Ian Weir <mr.weir@me.com>
2021-10-21 08:30:50 +02:00
Armin Novak
647a48dfa7 Fixed typo in changelog 2021-07-27 12:33:02 +02:00
Armin Novak
230a09a671 changelog 2021-07-27 11:57:33 +02:00
Armin Novak
dae591e580 Updated Changelog 2021-06-02 13:44:47 +02:00
akallabeth
1b8e5c262e changelog 2021-05-25 15:30:50 +02:00