You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(19) |
Jun
(20) |
Jul
(9) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(12) |
Dec
(88) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2010 |
Jan
(18) |
Feb
(100) |
Mar
(115) |
Apr
(80) |
May
(111) |
Jun
(179) |
Jul
(131) |
Aug
(137) |
Sep
(167) |
Oct
(244) |
Nov
(168) |
Dec
(58) |
| 2011 |
Jan
(53) |
Feb
(176) |
Mar
(308) |
Apr
(169) |
May
(181) |
Jun
(227) |
Jul
(67) |
Aug
(127) |
Sep
(99) |
Oct
(84) |
Nov
(60) |
Dec
(70) |
| 2012 |
Jan
(55) |
Feb
(85) |
Mar
(98) |
Apr
(18) |
May
(29) |
Jun
(17) |
Jul
(26) |
Aug
(37) |
Sep
(77) |
Oct
(60) |
Nov
(15) |
Dec
(74) |
| 2013 |
Jan
(27) |
Feb
(22) |
Mar
(39) |
Apr
(22) |
May
(17) |
Jun
(20) |
Jul
(41) |
Aug
(25) |
Sep
(29) |
Oct
(62) |
Nov
(11) |
Dec
(9) |
| 2014 |
Jan
(11) |
Feb
(14) |
Mar
(34) |
Apr
(20) |
May
(7) |
Jun
(20) |
Jul
(47) |
Aug
(26) |
Sep
(29) |
Oct
(10) |
Nov
(4) |
Dec
(23) |
| 2015 |
Jan
(12) |
Feb
(15) |
Mar
(29) |
Apr
(25) |
May
(20) |
Jun
(20) |
Jul
(5) |
Aug
(3) |
Sep
(4) |
Oct
(5) |
Nov
(5) |
Dec
(8) |
| 2016 |
Jan
(9) |
Feb
(5) |
Mar
(16) |
Apr
(12) |
May
(20) |
Jun
(7) |
Jul
(2) |
Aug
(6) |
Sep
(1) |
Oct
(2) |
Nov
(7) |
Dec
(7) |
| 2017 |
Jan
(20) |
Feb
(27) |
Mar
(13) |
Apr
(6) |
May
(5) |
Jun
(9) |
Jul
(7) |
Aug
(6) |
Sep
(2) |
Oct
(7) |
Nov
(5) |
Dec
(5) |
| 2018 |
Jan
(9) |
Feb
(10) |
Mar
(10) |
Apr
(15) |
May
(18) |
Jun
(6) |
Jul
(22) |
Aug
(14) |
Sep
(25) |
Oct
(33) |
Nov
(28) |
Dec
(16) |
| 2019 |
Jan
(28) |
Feb
(20) |
Mar
(2) |
Apr
(11) |
May
(25) |
Jun
(24) |
Jul
(29) |
Aug
(45) |
Sep
(21) |
Oct
(41) |
Nov
(15) |
Dec
(6) |
| 2020 |
Jan
(1) |
Feb
(16) |
Mar
(22) |
Apr
(18) |
May
(18) |
Jun
(15) |
Jul
(28) |
Aug
(6) |
Sep
(12) |
Oct
(7) |
Nov
(14) |
Dec
(3) |
| 2021 |
Jan
(26) |
Feb
(2) |
Mar
(2) |
Apr
(8) |
May
(3) |
Jun
(2) |
Jul
(2) |
Aug
(11) |
Sep
(6) |
Oct
(5) |
Nov
(2) |
Dec
(4) |
| 2022 |
Jan
(4) |
Feb
(9) |
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(2) |
Aug
(7) |
Sep
(7) |
Oct
(6) |
Nov
(4) |
Dec
(8) |
| 2023 |
Jan
(12) |
Feb
(12) |
Mar
(2) |
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
(6) |
Sep
(11) |
Oct
|
Nov
(4) |
Dec
(4) |
| 2024 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
(7) |
May
(3) |
Jun
(2) |
Jul
(3) |
Aug
(13) |
Sep
|
Oct
(6) |
Nov
|
Dec
(2) |
| 2025 |
Jan
|
Feb
(3) |
Mar
(3) |
Apr
(3) |
May
(12) |
Jun
(4) |
Jul
(5) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
(3) |
| 2026 |
Jan
(4) |
Feb
(4) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Armin N. <arm...@th...> - 2026-04-23 09:11:30
|
Hi, FreeRDP version 3.25.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Bugfix and feature release. * Experimental AV1 support has been added. This currently works only with FreeRDP based servers. * Most notably there is now support for [MS-RDPEWA] (FIDO2 redirection) * Android client received a (small) facelift * Improved SDL3 client drawing performance * Console output support for SDL3 (windows) and windows native client * RDP proxy now supports NSCodec and RFX modes. * RDP PRoxy now has smartcard emulation and SAM file support (via config file) * Smartcard KSP support for NLA authentication ## CVE fixes * CVE-2026-40254 ## What's Changed * [winpr,wlog] add WLog_SetGlobalPrefix (#12497) * [channels,video] fix wrong cast (#12511) * [codec,openh264] reject encoder ABI mismatch on runtime-loaded library (#12510) * [client,sdl] create a copy of rdpPointer (#12512) * [codec,video] properly pass intermediate format (#12518) * [utils, signal] lazily initialize Windows CRITICAL_SECTION to match POSIX static mutex behavior (#12520) * winpr: improve libunwind backtraces (#12530) * [server,shadow] remember selected caps (#12528) * Zero credential data before free in NLA and NTLM context (#12532) * [server,proxy] ignore missing client in input channel (#12536) * [server,proxy] ignore rdpdr messages (#12537) * [winpr,sspi] improve kerberos logging (#12538) * Codec fixes (#12542) * [winpr,sspi] Fix context nullptr handling (#12543) * Dev 3.24.3 dev0 (#12545) * Fix memory leak in `gdi_create_bitmap()` on `gdi_CreateBitmap` failure (`libfreerdp/gdi/graphics.c`) (#12547) * Fix memory leak in `vgids_read_do_fkt()` on `Stream_New` failure (`libfreerdp/emu/scard/smartcard_virtual_gids.c`) (#12548) * Proxy config improve (#12549) * Proxy config improve (#12550) * [client,sdl] clamp cursor hotspot (#12553) * RFC: Research/av1 codec extension (#12527) * [winpr,kerberos] fix krb_log_context_encryption (#12555) * [client,sdl] fix global init return check (#12558) * Fix remote credential with windows11h2 (#12560) * Proxy scard auth improvements (#12561) * [winpr,sspi] guard krb5_get_etype_info (#12562) * [utils,smartcard] fix STATUS_BUFFER_TOO_SMALL (#12564) * [client,common] do not manipulate security settings for smartcard-logon (#12567) * [channels,audin] fix regression for microphone (#12570) * [client,sdl] add SDL_KMOD_MODE and SDL_KMOD_LEVEL5 (#12569) * Fix unbound strlen on slotDescription (#12571) * build: Update FindFFmpeg.cmake to support Apple frameworks with 'lib' prefix (#12565) * [channels,rdpewa] add WebAuthn virtual channel support (#12572) * [core] fix freerdp_get_nla_sspi_error always returning 0 on client (#12574) * [ci] enable rdpewa channel (#12576) * small refactoring (#12578) * Rdpewa unify notifications (#12581) * [client,sdl] fix crash when clicking 'cancel' on PIN popup (#12580) * [channels,drive] refine bounds checks (#12584) * fix: smartcard logon with ECC keys and minidriver-assigned container names (#12585) * Various papercuts (#12583) * fix: console output on Windows client (#12573) * [winpr,crt] dump stack on aligned memory errors (#12588) * [client,x11] keep scancode input for Ctrl/Alt/Super combinations in /kbd:unicode mode (#12590) * [codec,progressive] fix underflow guard in progressive_rfx_quant_sub (#12592) * fix: wfreerdp floatbar visibility (#12594) * [winpr,json] return a copy from WINPR_JSON_Print* (#12595) * [client,sdl] drop WITH_DEBUG_SDL_EVENTS (#12599) * Ncrypt and asn1 cleanup (#12604) * Video channel fix (#12593) * [codec,h264] fix media foundation backend (#12606) * fix(sdl): detect Hyprland and river in tryFallback() (#12608) * Proxy stress fixes (#12597) * Add new fuzzer tests (#12613) * fix(sdl): use SDL_Renderer instead of software surfaces (#12607) * fix(sdl): BFS neighbor walk pop/begin mismatch in addOrUpdateDisplay (#12614) * fix(sdl): promote first monitor as primary when subset excludes primary (#12618) * [ci,android] default to only aarch64 (#12622) * Fix process exit code on non-pidfd platforms (macOS, BSD)#12534) (#12586) * warning cleanups (#12626) * fix: prevent PostQuitMessage in RemoteApp WM_DESTROY handler (#12629) * [winpr,ntlm] fix message cleanup across the SSPI lifecycle (#12609) * Code bug fixes (#12632) * Oss fixes (#12633) * [client,android] add an option to enable keeping screen on when connected (#12630) * [client, android] Fix layout overlaps, migrate to AndroidX, and update UI components (#12628) * Proxy config tests (#12636) * Proxy config optional targethost (#12637) * [client,sdl] set SDL_HINT_SCREENSAVER_INHIBIT_ACTIVITY_NAME (#12639) * Nightly deb fix (#12640, #12641, #12649, #12650, #12642, #12643) * [winpr,input] fix korean keyboard mapping (#12646) * [client,sdl] set hints before SDL_Init (#12644) * Sdl inhibit option (#12647) * [client,X11] fix residual race in xf_clipboard_formats_free (#12648) * (sdl3): Fix oversized window on HiDPI Wayland (#12635) * [cache,bitmap] fix off-by-one in bitmap_cache_put bounds check (#12651) * [winpr,sspi] free fields buffer immediately (#12654) * [codec,dsp] fix fencepost error in dsp_ima_clamp_step (#12655) ## New Contributors * @Kotivskyi made their first contribution in (#12532) * @Skinner927 made their first contribution in (#12571) * @bluca made their first contribution in (#12572) * @sitiom made their first contribution in (#12573) * @mtixt made their first contribution in (#12590) * @MrVampy made their first contribution in (#12608) * @ZackaryShen made their first contribution in (#12629) * @parasol-aser made their first contribution in (#12609) * @svncibrahim made their first contribution in (#12628) **Full Changelog**: https://github.com/FreeRDP/FreeRDP/compare/3.24.1...3.25.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-03-25 14:32:12
|
Hi, FreeRDP version 3.24.2 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Bug and security fix release ## CVE fixes We got 4 High and 2 Moderate security reports from * Calvin Young - eWalker Consulting * Enoch Chow - Isomorph Cyber and 2 Modreate reports from * [Sebastian Alba Vives] ***@***.***) Sebastián Alba and 1 Moderate report from * @prahal CVE have been requested but not assigned yet. They will be published once assigned at https://github.com/FreeRDP/FreeRDP/security ## What's Changed * [channels,video] fix wrong cast (#12511) * [codec,openh264] reject encoder ABI mismatch on runtime-loaded library (#12510) * [client,sdl] create a copy of rdpPointer (#12512) * [codec,video] properly pass intermediate format (#12518) * [utils, signal] lazily initialize Windows CRITICAL_SECTION to match POSIX static mutex behavior (#12520) * winpr: improve libunwind backtraces (#12530) * [server,shadow] remember selected caps (#12528) * Zero credential data before free in NLA and NTLM context (#12532) * [server,proxy] ignore missing client in input channel (#12536) * [server,proxy] ignore rdpdr messages (#12537) * [winpr,sspi] improve kerberos logging (#12538) * Codec fixes (#12542) ## New Contributors * @Kotivskyi made their first contribution in #12532 For a complete and detailed change log since the last release run: git log 3.24.2...3.24.1 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-03-18 09:59:10
|
Hi, FreeRDP version 3.24.1 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Minor bugfix release addression two regressions found in previous 3.24.0 release ## What's Changed * [warnings] fix various sign and cast warnings (#12480) * [client,x11] start with xfc->remote_app = TRUE; (#12491) * Sam file read regression fix (#12484) * [ncrypt,smartcardlogon] support ECC keys in PKCS#11 smartcard enumeration (#12490) * Fix: memory leak in rdp_client_establish_keys() in libfreerdp/core/co… (#12494) * Fix memory leak in `freerdp_settings_int_buffer_copy()` on error paths (`libfreerdp/core/settings.c`) (#12486) * Code Cleanups (#12493) * Fix: memory leak in PCSC_SCardListReadersW() in winpr/libwinpr/smartc… (#12495) * [channels,telemetry] use dynamic logging (#12496) * [channel,gfx] use generic plugin log (@12498, #12499) * [channels,audin] set error when audio_format_read fails (#12500) * [channels,video] unify error handling (#12502) * Fastpath fine grained lock (#12503) * [core,update] make the PlaySound callback non-mandatory (#12504) * Refinements: RPM build updates, FIPS improvements (#12506) ## New Contributors * @dko-strd made their first contribution in #12490 * @huanghuihui0904 made their first contribution in #12486 For a complete and detailed change log since the last release run: git log 3.24.1...3.24.0 Regards FreeRDP Team |
|
From: Andrey V. <di...@os...> - 2026-03-17 22:34:07
|
18.03.26 09:09, Andrey Vasilkin пишет: > Hi. > > channels/rdpdr/client/devman.c function devman_load_device_service(), > > I think line > > if (!ServiceName) > > should be replaced with line > > if (ServiceName) > > - without '!'. No, I'm wrong, that's incorrect. But there's definitely something wrong with the validation of the ServiceName variable in this function. -- ☮ <https://image1.slideserve.com/2085748/war-is-over-if-you-want-it-john-lennon-and-yoko-ono-1971-l.jpg> All we are saying is give peace a chance. /John Lennon/ |
|
From: Andrey V. <di...@os...> - 2026-03-17 22:24:59
|
Hi.
channels/rdpdr/client/devman.c function devman_load_device_service(),
I think line
if (!ServiceName)
should be replaced with line
if (ServiceName)
- without '!'.
13.03.26 21:37, Armin Novak via FreeRDP-devel пишет:
> Hi,
>
> FreeRDP version 3.24.0 is released:
>
> As usual, the archive can be downloaded from:
>
> https://pub.freerdp.com/releases/
>
> A new release with bugfixes and many improvements for users and
> developers alike.
> * Completed the [[nodiscard]] marking of the API to warn about
> problematic
> unchecked use of functions
> * Added full C23 support (default stays at C11) to allow new compilers
> to do stricter checking
> * Improved X11 and SDL3 clients
> * Improved smartcard support
> * proxy now supports RFX graphics mode
>
> ## Security Advisories
> * CVE-2026-29774
> * CVE-2026-29775
> * CVE-2026-29776
> * CVE-2026-31806
> * CVE-2026-31883
> * CVE-2026-31884
> * CVE-2026-31885
> * CVE-2026-31897
>
> ## What's Changed
> * Attribute nodiscard related chanes (#12325, #12360, #12395, #12406,
> #12421, #12426, #12177, #12403, #12405, #12407, #12409, #12408,
> #12412, #12413)
> * c23 related improvements (#12368, #12371, #12379, #12381, #12383,
> #12385, #12386, #12387, #12384)
> * Generic code cleanups (#12382, #12439, #12455, #12462, #12399, #12473)
> * [core,utils] ignore NULL values in remove_rdpdr_type (#12372)
> * [codec,fdk] revert use of WinPR types (#12373)
> * [core,gateway] ignore incomplete rpc header (#12375, #12376)
> * [warnings] make function declaration names consistent (#12377)
> * [libfreerdp] Add new define for logon error info (#12380)
> * [client,x11] improve rails window locking (#12392)
> * Reload fix missing null checks (#12396)
> * Bounds checks (#12400)
> * [server,proxy] check for nullptr before using scard_call_context
> (#12404)
> * [uwac] fix rectangular glitch around surface damage regions (#12410)
> * Address various error handling inconsistencies (#12411)
> * [core,server] Improve WTS API locking (#12414)
> * Address some GCC compile issues (#12415, #12420)
> * Winpr atexit (#12416)
> * [winpr,smartcard] fix function pointer casts (#12422)
> * Xf timer fix (#12423)
> * [client,sdl] workaround for wlroots compositors (#12425)
> * [client,sdl] fix SdlWindow::query (#12378)
> * [winpr,smartcard] fix PCSC_ReleaseCardContext (#12427)
> * [client,x11] eliminate obsolete compile flags (#12428)
> * [client,common] skip sending input events when not connected (#12429)
> * Input connected checks (#12430)
> * Floatbar and display channel improvements (#12431)
> * [winpr,platform] fix WINPR_ATTR_NODISCARD definition (#12432)
> * [client] Fix writing of gatewayusagemethod to .rdp files (#12433)
> * Nodiscard finetune (#12435)
> * [core] fix missing gateway credential sync (#12436)
> * [client,sdl3] limit FREERDP_WLROOTS_HACK (#12441)
> * [core,settings] Allow FreeRDP_instance in setter (#12442)
> * [codec,h264] make log message trace (#12444)
> * X11 rails improve (#12440)
> * [codec,nsc] limit copy area in nsc_process_message (#12448)
> * Proxy support RFX and NSC settings (#12449)
> * [client,common] display a shortened help on parsing issues (#12450)
> * [winpr,smartcard] refine locking for pcsc layer (#12451)
> * [codec,swscale] allow runtime loading of swscale (#12452)
> * Swscale fallback (#12454)
> * Sdl multi scaling support (#12456)
> * [packaging,flatpak] update runtime and dependencies (#12457)
> * [codec,video] add doxygen version details (#12458)
> * [github,templates] update templates (#12460)
> * [client,sdl] allow FREERDP_WLROOTS_HACK for all sessions (#12461)
> * [warnings,nodiscard] add log messages for failures (#12463)
> * [gdi,gdi] ignore empty rectangles (#12467)
> * Smartcard fix smartcard-login, pass rdpContext for abort (#12466)
> * [winpr,smartcard] fix compiler warnings (#12469)
> * [winpr,timezone] fix search for transition dates (#12468)
> * [client,common] improve /p help (#12471)
> * Scard logging refactored (#12472)
> * [emu,scard] fix smartcard emulation (#12475)
> * Sdl null cursor (#12474)
>
> ## New Contributors
> * @larsch made their first contribution in #12410
>
> For a complete and detailed change log since the last release run:
> git log 3.24.0...3.23.0
>
> Regards
>
> FreeRDP Team
>
>
>
> _______________________________________________
> FreeRDP-devel mailing list
> Fre...@li...
> https://lists.sourceforge.net/lists/listinfo/freerdp-devel
--
☮
<https://image1.slideserve.com/2085748/war-is-over-if-you-want-it-john-lennon-and-yoko-ono-1971-l.jpg>
All we are saying is give peace a chance. /John Lennon/
|
|
From: Armin N. <arm...@th...> - 2026-03-13 10:37:34
|
Hi, FreeRDP version 3.24.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ A new release with bugfixes and many improvements for users and developers alike. * Completed the [[nodiscard]] marking of the API to warn about problematic unchecked use of functions * Added full C23 support (default stays at C11) to allow new compilers to do stricter checking * Improved X11 and SDL3 clients * Improved smartcard support * proxy now supports RFX graphics mode ## Security Advisories * CVE-2026-29774 * CVE-2026-29775 * CVE-2026-29776 * CVE-2026-31806 * CVE-2026-31883 * CVE-2026-31884 * CVE-2026-31885 * CVE-2026-31897 ## What's Changed * Attribute nodiscard related chanes (#12325, #12360, #12395, #12406, #12421, #12426, #12177, #12403, #12405, #12407, #12409, #12408, #12412, #12413) * c23 related improvements (#12368, #12371, #12379, #12381, #12383, #12385, #12386, #12387, #12384) * Generic code cleanups (#12382, #12439, #12455, #12462, #12399, #12473) * [core,utils] ignore NULL values in remove_rdpdr_type (#12372) * [codec,fdk] revert use of WinPR types (#12373) * [core,gateway] ignore incomplete rpc header (#12375, #12376) * [warnings] make function declaration names consistent (#12377) * [libfreerdp] Add new define for logon error info (#12380) * [client,x11] improve rails window locking (#12392) * Reload fix missing null checks (#12396) * Bounds checks (#12400) * [server,proxy] check for nullptr before using scard_call_context (#12404) * [uwac] fix rectangular glitch around surface damage regions (#12410) * Address various error handling inconsistencies (#12411) * [core,server] Improve WTS API locking (#12414) * Address some GCC compile issues (#12415, #12420) * Winpr atexit (#12416) * [winpr,smartcard] fix function pointer casts (#12422) * Xf timer fix (#12423) * [client,sdl] workaround for wlroots compositors (#12425) * [client,sdl] fix SdlWindow::query (#12378) * [winpr,smartcard] fix PCSC_ReleaseCardContext (#12427) * [client,x11] eliminate obsolete compile flags (#12428) * [client,common] skip sending input events when not connected (#12429) * Input connected checks (#12430) * Floatbar and display channel improvements (#12431) * [winpr,platform] fix WINPR_ATTR_NODISCARD definition (#12432) * [client] Fix writing of gatewayusagemethod to .rdp files (#12433) * Nodiscard finetune (#12435) * [core] fix missing gateway credential sync (#12436) * [client,sdl3] limit FREERDP_WLROOTS_HACK (#12441) * [core,settings] Allow FreeRDP_instance in setter (#12442) * [codec,h264] make log message trace (#12444) * X11 rails improve (#12440) * [codec,nsc] limit copy area in nsc_process_message (#12448) * Proxy support RFX and NSC settings (#12449) * [client,common] display a shortened help on parsing issues (#12450) * [winpr,smartcard] refine locking for pcsc layer (#12451) * [codec,swscale] allow runtime loading of swscale (#12452) * Swscale fallback (#12454) * Sdl multi scaling support (#12456) * [packaging,flatpak] update runtime and dependencies (#12457) * [codec,video] add doxygen version details (#12458) * [github,templates] update templates (#12460) * [client,sdl] allow FREERDP_WLROOTS_HACK for all sessions (#12461) * [warnings,nodiscard] add log messages for failures (#12463) * [gdi,gdi] ignore empty rectangles (#12467) * Smartcard fix smartcard-login, pass rdpContext for abort (#12466) * [winpr,smartcard] fix compiler warnings (#12469) * [winpr,timezone] fix search for transition dates (#12468) * [client,common] improve /p help (#12471) * Scard logging refactored (#12472) * [emu,scard] fix smartcard emulation (#12475) * Sdl null cursor (#12474) ## New Contributors * @larsch made their first contribution in #12410 For a complete and detailed change log since the last release run: git log 3.24.0...3.23.0 Regards FreeRDP Team |
|
From: Robert B. <bl...@ib...> - 2026-02-25 08:55:20
|
Guten Tag, vielen Dank für Ihre Nachricht. Ich bin bis zum 27.02.2026 leider nicht im Hause, kümmere mich aber gerne gleich nach meiner Rückkehr um Ihr Schreiben. Ihre Nachricht wird nicht automatisch weitergeleitet. Im Falle unaufschiebbarer Anliegen schreiben Sie bitte an tt...@ib... Vielen Dank für Ihr Verständnis. Mit freundlichen Grüßen Robert Bloch IBI - Institut für Bildung in der Informationsgesellschaft gGmbH Salzufer 22 10587 Berlin Fon Zentrale 030 – 330 99 89 - 0 Meine Durchwahl 030 – 330 99 89 -17 Fax 030 – 330 99 89 01 www.ibi.tu-berlin.de Wissenschaftlicher Direktor Prof. Dr. Ulf Schrader Geschäftsführer Morten Hendricks Registergericht Berlin-Charlottenburg Registernummer HRB 160074 B Steuernummer 27/640/02054 |
|
From: Armin N. <arm...@th...> - 2026-02-25 08:53:34
|
Hi, FreeRDP version 3.23.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ A new release and again a lot of changes: * We've received in depth analysis of FreeRDP client code and have addressed shortcomings uncovered by these. CVE-2026-26965 CVE-2026-26955 CVE-2026-26271 CVE-2026-25997 CVE-2026-25959 CVE-2026-25955 CVE-2026-25954 CVE-2026-25953 CVE-2026-25952 CVE-2026-25942 CVE-2026-25941 Another weakness was reported, see https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-qcfc-ghxr-h927 * Configuration isolation was added. 3rd party client/server applications should check the new API freerdp_setApplicationDetails and winpr_setApplicationDetails which allows using a custom namespace for configuration files and runtime data per application * For developers, we've marked most of the API with [[nodiscard]] now so compilers might start complaining about unchecked return values now. This is intentional and should give some incentive to clean up code. Functions where the return is optional have been omitted. For the time being these checks are automatically applied for FreeRDP builds, external projects can opt in by defining WINPR_DEFINE_ATTR_NODISCARD in their build system. * For developers: Please start testing your applications against FreeRDP builds with `-DWITHOUT_FREERDP_3x_DEPRECATED=ON` to ensure you're not using some soon to be removed API. * SDL client did get a huge update, multimonitor and high DPI modes are now much improved * We got a contribution for smartcard channel adding support for new attributes, so more applications might work now. ## What's Changed * Sdl cleanup (#12202) * [client,sdl] do not apply window offset (#12205) * [client,sdl] add SDL_Error to exceptions (#12214) * Rdp monitor log (#12215) * [winpr,smartcard] implement some attributes (#12213) * [client,windows] Fix return value checks for mouse event functions (#12279) * [channels,rdpecam] fix sws context checks (#12272) * [client,windows] Enhance error handling and context validation (#12264) * [client,windows] Add window handle validation in RDP_EVENT_TYPE_WINDOW_NEW (#12261) * [client,sdl] fix multimon/fullscreen on wayland (#12248) * Vendor by app (#12207) * [core,gateway] relax TSG parsing (#12283) * [winpr,smartcard] simplify PCSC_ReadDeviceSystemName (#12273) * [client,windows] Implement complete keyboard indicator synchronization (#12268) * Fixes more more more (#12286) * Use application details for names (#12285) * warning cleanups (#12289) * Warning cleanup (#12291) * [client,windows] Enhance memory safety with NULL checks and resource protection (#12271) * [client,x11] apply /size:xx% only once (#12293) * Freerdp config test (#12295) * [winpr,smartcard] fix returned attribute length (#12296) * [client,SDL3] Fix properly handle smart-sizing with fullscreen (#12298) * [core,test] fix use after free (#12299) * Sign warnings (#12300) * [cmake,compiler] disable -Wjump-misses-init (#12301) * [codec,color] fix input length checks (#12302) * [client,sdl] improve cursor updates, fix surface sizes (#12303) * Sdl fullscreen (#12217) * [client,sdl] fix move constructor of SdlWindow (#12305) * [utils,smartcard] check stream length on padding (#12306) * [android] Fix invert scrolling default value mismatch (#12309) * Clear fix bounds checks (#12310) * Winpr attr nodiscard fkt ptr (#12311) * [codec,planar] fix missing destination bounds checks (#12312) * [codec,clear] fix destination checks (#12315) * NSC Codec fixes (#12317) * Freerdp api nodiscard (#12313) * [allocations] fix growth of preallocated buffers (#12319) * Rdpdr simplify (#12320) * Resource fix (#12323) * [winpr,utils] ensure message queue capacity (#12322) * [server,shadow] fix return and parameter checks (#12330) * Shadow fixes (#12331) * [rdtk,nodiscard] mark rdtk API nodiscard (#12329) * [client,x11] fix XGetWindowProperty return handling (#12334) * Win32 signal (#12335) * [channel,usb] fix message parsing and creation (#12336) * [cmake] Define WINPR_DEFINE_ATTR_NODISCARD (#12338) * Proxy config fix (#12345) * [codec,progressive] refine progressive decoding (#12347) * [client,sdl] fix sdl_Pointer_New (#12350) * [core,gateway] parse [MS-TSGU] 2.2.10.5 HTTP_CHANNEL_RESPONSE_OPTIONAL (#12353) * X11 kbd sym (#12354) * Windows compile warning fixes (#12357,#12358,#12359) ## New Contributors * @tsz8899 made their first contribution in (#12279) * @morgan9e made their first contribution in (#12298) * @Wladefant made their first contribution in (#12309) For a complete and detailed change log since the last release run: git log 3.23.0...3.22.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-02-25 08:36:37
|
Hi, FreeRDP version 2.11.8 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ This release will be the last official one for the 2.x series of FreeRDP. From this point on we will no longer maintain this branch and urge all to upgrade to FreeRDP 3.x. Noteworthy changes: * Backported #12319 bugfixes from 3.x * Fix incompatible pointer type issues by @AlessandroBono (#10172) * X11: fix pointer/integer type mismatch by @floppym (#10207) * Warn backport by @akallabeth (#10456) * [core] eliminate rdpRdp::instance by @akallabeth (#10782) * X11 client: ignore grab related LeaveNotify events by @akallabeth (#10888) * [winpr,pubsub] add NULL parameter checks by @akallabeth (#10898) * fix: correct server port assignment logic by @LeeEirc (#11793) For a complete and detailed change log since the last release run: git log 2.11.8...2.11.7 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-02-25 08:31:58
|
Hi, FreeRDP version 2.11.8 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ This release will be the last official one for the 2.x series of FreeRDP. From this point on we will no longer maintain this branch and urge all to upgrade to FreeRDP 3.x. Noteworthy changes: * Backported #12319 bugfixes from 3.x * Fix incompatible pointer type issues by @AlessandroBono (#10172) * X11: fix pointer/integer type mismatch by @floppym (#10207) * Warn backport by @akallabeth (#10456) * [core] eliminate rdpRdp::instance by @akallabeth (#10782) * X11 client: ignore grab related LeaveNotify events by @akallabeth (#10888) * [winpr,pubsub] add NULL parameter checks by @akallabeth (#10898) * fix: correct server port assignment logic by @LeeEirc (#11793) For a complete and detailed change log since the last release run: git log 2.11.8...2.11.7 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-01-28 10:33:55
|
Hi, FreeRDP version 3.22.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Major bugfix release: * Complete overhaul of SDL client * Introduction of new WINPR_ATTR_NODISCARD macro wrapping compiler or C language version specific [[nodiscard]] attributes * Addition of WINPR_ATTR_NODISCARD to (some) public API functions so usage errors are producing warnings now * Add some more stringify functions for logging * We've received CVE reports, check https://github.com/FreeRDP/FreeRDP/security/advisories for more details! * @Keryer reported an issue affecting client and proxy: * CVE-2026-23948 * @ehdgks0627 did some more fuzzying and found quite a number of client side bugs. * CVE-2026-24682 * CVE-2026-24683 * CVE-2026-24676 * CVE-2026-24677 * CVE-2026-24678 * CVE-2026-24684 * CVE-2026-24679 * CVE-2026-24681 * CVE-2026-24675 * CVE-2026-24491 * CVE-2026-24680 ## What's Changed * [core,info] fix missing NULL check (#12157) * [gateway,tsg] fix TSG_PACKET_RESPONSE parsing (#12161) * Allow querying auth identity with kerberos when running as a server (#12162) * Sspi krb heimdal (#12163) * Tsg fix idleTimeout parsing (#12167) * [channels,smartcard] revert 649f7deee4e32ecedf0dcdfe571e54134b5be81e (#12166) * [crypto] deprecate er and der modules (#12170) * [channels,rdpei] lock full update, not only parts (#12175) * [winpr,platform] add WINPR_ATTR_NODISCARD macro (#12178) * Wlog cleanup (#12179) * new stringify functions & touch API defines (#12180) * Add support for querying SECPKG_ATTR_PACKAGE_INFO to NTLM and Kerberos (#12171) * [channels,video] measure times in ns (#12184) * [utils] Nodiscard (#12187) * Error handling fixes (#12186) * [channels,drdynvc] check pointer before reset (#12189) * Winpr api def (#12190) * [winpr,platform] drop C23 [[nodiscard]] (#12192) * [gdi] add additional checks for a valid rdpGdi (#12194) * Sdl3 high dpiv2 (#12173) * peer: Disconnect if Logon() returned FALSE (#12196) * [channels,rdpecam] fix PROPERTY_DESCRIPTION parsing (#12197) * [channel,rdpsnd] only clean up thread before free (#12199) * [channels,rdpei] add RDPINPUT_CONTACT_FLAG_UP (#12195) For a complete and detailed change log since the last release run: git log 3.22.0...3.21.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-01-19 16:00:13
|
Hi, FreeRDP version 3.21.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Bugfix release with a few new API functions addressing shortcomings with regard to input data validation. Thanks to @ehdgks0627 we have fixed the following additional (medium) client side vulnerabilities: * CVE-2026-23530 * CVE-2026-23531 * CVE-2026-23532 * CVE-2026-23533 * CVE-2026-23534 * CVE-2026-23732 * CVE-2026-23883 * CVE-2026-23884 ## What's Changed * [client,sdl] fix monitor resolution (#12142) * [codec,progressive] fix progressive_rfx_upgrade_block (#12143) * Krb cache fix (#12145) * Rdpdr improved checks (#12141) * Codec advanced length checks (#12146) * Glyph fix length checks (#12151) * Wlog printf format string checks (#12150) * [warnings,format] fix format string warnings (#12152) * Double free fixes (#12153) * [clang-tidy] clean up code warnings (#12154) For a complete and detailed change log since the last release run: git log 3.21.0...3.20.2 # 2026-01-14 Version 3.20.2 Patch release fixing a regression with gateway connections introduced with 3.20.1 ## What's Changed * Warnings and missing enumeration types (#12137) For a complete and detailed change log since the last release run: git log 3.20.2...3.20.1 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-01-14 10:50:40
|
Hi, FreeRDP version 3.20.2 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Patch release fixing a regression with gateway connections introduced with 3.20.1 ## What's Changed * Warnings and missing enumeration types (#12137) For a complete and detailed change log since the last release run: git log 3.20.2...3.20.1 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2026-01-14 08:30:39
|
Hi, FreeRDP version 3.20.1 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ New years cleanup release. Fixes some issues reported and does a cleaning sweep to bring down warnings. Thanks to @ehdgks0627 doing some code review/testing we've uncovered the following (medium) vulnerabilities: * CVE-2026-22851 * CVE-2026-22852 * CVE-2026-22853 * CVE-2026-22854 * CVE-2026-22855 * CVE-2026-22856 * CVE-2026-22857 * CVE-2026-22858 * CVE-2026-22859 These affect FreeRDP based clients only, with the exception of CVE-2026-22858 also affecting FreeRDP proxy. FreeRDP based servers are not affected. ## What's Changed * [ci,abi] use abigail-tools from repo (#12079) * [ci,abi] fix missing ABI suppressions (#12080) * [ci,abi] add missing functions to suppression list (#12081) * [core,gateway] fix http response (#12095) * [ci,mac] build openh264 from master branch (#12104) * [client,sdl] lock primary while used (#12103) * [client,sdl] show file selection dialog (#12083) * Proxy fixes (#12106) * [core,freerdp] fix race in freerdp_abort_connect_context (#12107) * [server,proxy] make peer_list access thread-safe and fix leaks (#12108) * Clang warning fixes (#12109) * Tidy nsc (#12110) * Clang warn fixes (#12105) * Tcp refactor (#12113) * [enum,cast] fix implicit enum casts (#12111) * [client,common] fix /remoteGuard (#12115) * Coverity warning fixes (#12116) * [channels,rdpei] properly clean up server channel (#12119) * [core,gateway] ignore unknown http headers (#12120) * Asan fixes (#12121, #12124, #12124) * [crypto,base64] do proper length checks (#12122) * [core,gcc] fix integer promotion issue (#12126) * [core,orders] fix brush update decoding (#12130) * [client,sdl] fix +workarea (#12131) * [channels,rdpear] add checks for itemSize (#12127) * Fix dead lock in smartcard when using smartcard logon with emulated smartcard (#12132) For a complete and detailed change log since the last release run: git log 3.20.1...3.20.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2025-12-17 10:48:59
|
Hi, FreeRDP version 3.20.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ ## What's Changed * Mingw fixes (#12070) * [crypto,certificate_data] add some hostname sanitation (#12072) * [client,common]: Fix loading of rdpsnd channel (#12074) * [client,sdl] set touch and pen hints (#12076) For a complete and detailed change log since the last release run: git log 3.20.0...3.19.1 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2025-12-12 07:53:26
|
Hi, FreeRDP version 3.19.1 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ ## What's Changed * [core,transport] improve SSL error logging (#12045) * [utils,helpers] fix freerdp_settings_get_legacy_config_path (#12052) * From stdin and sdl-creds improve (#12050) * [crypto,certificate] sanitize hostnames (#12055) * [channels,drdynvc] propagate error in dynamic channel (#12057) * [CMake] make Mbed-TLS and LibreSSL experimental (#12058) * Json fix (#12060) * rdpecam: send sample only if it's available (#12061) * [channels,rdpecam] allow MJPEG frame skip and direct passthrough (#12059) * [winpr,utils] explicit NULL checks in jansson WINPR_JSON_ParseWithLength (#12064) * [packaging,flatpak] remove xprop (#12065) For a complete and detailed change log since the last release run: git log 3.19.1...3.19.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2025-12-05 09:19:17
|
Hi, FreeRDP version 3.19.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Release addressing a regression (gateway transport failing) and some bugfixes ## What's Changed * [ci] add git-archive ignore list (#11994) * [client,common] fix retry counter (#11996) * [cmake] fix aarch64 neon detection (#11998) * Fix response body existence check when using RDP Gateway (#12002) * fix line clipping issue (#12005) * Clip coord fix (#12006) * [core,input] Add debug log to keyboard state sync (#12008) * Update command line usage for gateway option (#12011) * [codec,ffmpeg] 8.0 dropped AV_PROFILE_AAC_MAIN (#12012) * [channels,audin] fix pulse memory leak (#12013) * [channels,drive] Small performance improvements in drive channel (#12014) * [winpr,utils] fix command line error logging (#12021) * [common,test] Adjust AVC and H264 expectations. (#12020) * drdynvc: implement compressed packet (#12028) * [channels,rdpecam] improve log messages (#12029) * Fix remote credential guard channel loading (#12031) * Fix inverted ifdef (#12032) * [core,nego] disable all enabled modes except the one requested (#12035) * rdpear: handle basic NTLM commands and fix server-side (#12039) * [smartcardlogon] Fix off-by-one error in `smartcard_hw_enumerateCerts` (#12042) * rdpecam: fix camera sample grabbing (#12041) ## New Contributors * @kov-serg made their first contribution in (#12005) * @alexiri made their first contribution in (#12011) * @nteodosio made their first contribution in (#12020) For a complete and detailed change log since the last release run: git log 3.19.0...3.18.0 Regards FreeRDP Team |
|
From: Armin N. <an...@th...> - 2025-09-19 06:13:13
|
Hi, FreeRDP version 3.17.2 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Minor improvements and bugfix release. Most notably resource usage (file handles) has been greatly reduced and static build pkg-config have been fixed. For users of xfreerdp RAILS/RemoteApp mode the switch to DesktopSession mode has been fixed (working UAC screen) ## What's Changed * Findfirst fix (#11833) * [channels,drive] tolerate drive_file_set_disposition_information (#11834) * endianness fixes (#11835) * fix(winpr): ncrypt_pkcs11: set correct PIV certificate labels (#11837) * [cmake] fix versioning regression (#11832) * Limit threadpool (#11840) * [winpr,path] fix missing length check (#11841) * [proxy,channels] better NULL checks (#11842) * [codec,yuv] wrap step calculation (#11843) * [winpr,sspi] log mechanisms not valid (#11844) * settings: remove duplicate setting of GatewayAvdScope (#11845) * [client,sdl] improve clipboard logging (#11849) * rdpecam: add some new callbacks to the HAL (#11851) * [proxy,modules] generate pkg-config files for modules (#11848) * [cmake] static build: populate private (#11852) * [proxy,modules] extend dynamic module loader (#11854) * [winpr,threadpool] default minimum thread count (#11855) * [core,tcp] unify setting of TCP_NODELAY (#11856) * Planar fix (#11857) * Fix quote parsing (#11858) * Sdl mod: disable hotkeys (#11862) * Aad auth fail (#11863) * [clients] add checks from #11804 to all clients (#11865) * [client,x11] fix rails/desktop switch (#11866) * [client,x11] disable output during rail/desktop switch (#11867) * [core,gateway] automatically accept ARM redirection (#11870) * Update android deps (#11871) ## New Contributors * @TheBestTvarynka made their first contribution in #11837) For a complete and detailed change log since the last release run: git log 3.17.2...3.17.1 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2025-09-01 07:48:31
|
Hi, FreeRDP version 3.17.1 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ Minor improvements and bugfix release. * most notably a memory leak was addressed * fixed header files missing C++ guards * xfreerdp as well as the SDL clients now support a system wide configuration file * Heimdal kerberos support was improved * builds with [MS-RDPEAR] now properly abort at configure if Heimdal is used (this configuration was never supported, so ensure nobody compiles it that way) ## What's Changed * [client,sdl] always set sdl->windows_created (#11807) * [winpr,synch] increase timeout for TestSynchCritical (#11808) * Enable RDPECAM client in flatpak release (#11809) * [proxy,channels] refactor dynamic channel (#11812) * [core,settings] fix ReceivedCapabilities reset (#11814) * Freebsd build fixes (#11815) * [client,sdl] disable connection dialog (#11820) * audin_oss: do not reset mic volume on capture start (#11822) * add-x11-config-file (#11823) * [client,sdl] fix global config evaluation (#11825) * [sspi,negotiate] improve /auth-pkg-list parsing (#11826) * Geometry channel fixes (#)11828) * core/redirection: Ensure stream has enough space for all parameters (#11830) ## New Contributors * @omatasas made their first contribution in #11787 * @sharkcz made their first contribution in #11808 * @cvpcs made their first contribution in #11809 * @Defenso-QTH made their first contribution in #11822 For a complete and detailed change log since the last release run: git log 3.17.1...3.17.0 Regards FreeRDP Team |
|
From: Armin N. <arm...@th...> - 2025-08-22 08:54:29
|
Hi, FreeRDP version 3.17.0 is released: As usual, the archive can be downloaded from: https://pub.freerdp.com/releases/ We're proud to present the newest release of FreeRDP. This is a bugfix release with (lots) of format string issues along with a few minor parser issues fixed. Most notable (user visible) change is full X509 chain support for client/server. ## What's Changed * [client,sdl2] fix build with webview (#11685) * [core,nla] use wcslen for password length (#11687) * Clear channel error prior to call channel init event proc (#11688) * Warn args (#11689) * [client,common] fix -mouse-motion (#11690) * [core,proxy] fix IPv4 and IPv6 length (#11692) * Regression fix2 (#11696) * Log fixes (#11693) * [common,settings] fix int casts (#11699) * [core,connection] fix log level of several messages (#11697) * [client,sdl] print current video driver (#11701) * [crypto,tls] print big warning for /cert:ignore (#11704) * [client,desktop] fix StartupWMClass setting (#11708) * [cmake] unify version creation (#11711) * [common,settings] force reallocation on caps copy (#11715) * [manpages] Add example of keyboard remapping (#11718) * Some fixes in Negotiate and NLA (#11722) * [client,x11] fix clipboard issues (#11724) * kerberos: do various tries for TGT retrieval in u2u (#11723) * Cmdline escape strings (#11735) * [winpr,utils] do not log command line arguments (#11736) * [api,doc] Add stylesheed for doxygen (#11738) * [core,proxy] fix BIO read methods (#11739) * [client,common] fix sso_mib_get_access_token return value in error case (#11741) * [crypto,tls] do not use context->settings->instance (#11749) * winpr: re-introduce the credentials module (#11734) * [winpr,timezone] ensure thread-safe initialization (#11754) * core/redirection: Ensure stream has enough space for the certificate (#11762) * [client,common] do not log success (#11766) * Clean up bugs exposed on systems with high core counts (#11761) * [cmake] add installWithRPATH (#11747) * [clang-tidy] fix various warnings (#11769) * Wlog improve type checks (#11774) * [client,common] fix tenantid command line parsing (#11779) * Proxy module static and shared linking support (#11768) * LoadLibrary Null fix (#11786) * [client,common] add freerdp_client_populate_settings_from_rdp_file_un… (#11780) * Fullchain support (#11787) * [client,x11] ignore floatbar events (#11771) * [winpr,credentials] prefer utf-8 over utf-16-LE #11790 * [proxy,modules] ignore bitmap-filter skip remaining #11789 ## New Contributors * @steelman made their first contribution in #11718 * @pvachon made their first contribution in #11761 For a complete and detailed change log since the last release run: git log 3.17.0...3.16.0 Regards FreeRDP Team |
|
From: Michael L. <mc...@me...> - 2025-08-11 15:37:44
|
Hi, using 3.16 and after I connect to my Linux box it is fine for 30-60 seconds then disconnects. When I reconnect it’s ok for 1 second then disconnects.
Here is my log:
michael@MCL-M4-MBA ~ % xfreerdp /u:mlau23 /v:192.168.150.XX
[11:02:22:830] [83028:6b01b000] [WARN][com.freerdp.codec.nsc.neon] - [nsc_init_neon_int]: TODO: Implement neon optimized version of this function
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]: *************************************************
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]: This build is using [runtime-check] build options:
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]: * 'WITH_VERBOSE_WINPR_ASSERT=ON'
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]:
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]: [runtime-check] build options might slow down the application
[11:02:22:865] [83028:6b01b000] [WARN][com.freerdp.core.rdp] - [log_build_warn][0x126008200]: *************************************************
Domain: 192.168.150.XX
Password:
[11:03:15:204] [83028:6b01b000] [ERROR][com.freerdp.core.transport] - [transport_default_write]: BIO_should_retry returned a system error 32: Broken pipe
[11:03:15:204] [83028:6b01b000] [ERROR][com.freerdp.core] - [transport_default_write]: ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[11:03:15:204] [83028:6b01b000] [ERROR][com.freerdp.core] - [mcs_client_begin]: Error: unable to send MCS Connect Initial
[11:03:15:204] [83028:6b01b000] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x126008200]: CONNECTION_STATE_MCS_CREATE_REQUEST - mcs_client_begin() fail
[11:03:15:204] [83028:6b01b000] [ERROR][com.freerdp.core.rdp] - [rdp_recv_callback_int][0x126008200]: CONNECTION_STATE_MCS_CREATE_REQUEST status STATE_RUN_FAILED [-1]
[11:03:15:209] [83028:6b01b000] [WARN][com.freerdp.codec.nsc.neon] - [nsc_init_neon_int]: TODO: Implement neon optimized version of this function
[11:03:16:243] [83028:6b01b000] [WARN][com.freerdp.core.connection] - [rdp_client_connect_auto_detect]: expected messageChannelId=0, got 1003
[11:03:16:327] [83028:6b01b000] [ERROR][com.freerdp.core.license] - [license_read_binary_blob_data]: license binary blob::type expected BB_UNKNOWN, got BB_ERROR_BLOB
[11:03:16:327] [83028:6b01b000] [WARN][com.freerdp.core.license] - [license_read_binary_blob_data]: license binary blob::type BB_ERROR_BLOB, length=0, skipping.
[11:03:16:328] [83028:6b01b000] [WARN][com.freerdp.core.connection] - [rdp_client_connect_auto_detect]: expected messageChannelId=0, got 1003
[11:03:16:374] [83028:6b01b000] [INFO][com.freerdp.gdi] - [gdi_init_ex]: Local framebuffer format PIXEL_FORMAT_BGRX32
[11:03:16:374] [83028:6b01b000] [INFO][com.freerdp.gdi] - [gdi_init_ex]: Remote framebuffer format PIXEL_FORMAT_BGRA32
[11:03:16:377] [83028:6b01b000] [INFO][com.freerdp.channels.rdpsnd.client] - [rdpsnd_load_device_plugin]: [static] Loaded fake backend for rdpsnd
[11:03:16:377] [83028:6b01b000] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel ainput
[11:03:16:377] [83028:6b01b000] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel rdpgfx
[11:03:16:378] [83028:6b01b000] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel disp
[11:03:16:378] [83028:6b01b000] [INFO][com.freerdp.channels.drdynvc.client] - [dvcman_load_addin]: Loading Dynamic Virtual Channel rdpsnd
[11:03:16:378] [83028:6b01b000] [WARN][com.winpr.thread] - [SetThreadPriority]: pthread_setschedprio(0) not implemented, requires POSIX 2008 or later
[11:03:16:685] [83028:6c3cb000] [WARN][com.freerdp.channels.drdynvc.client] - [check_open_close_receive]: {Microsoft::Windows::RDS::DisplayControl:1} OnOpen=0x0, OnClose=0x1050cfc08
[11:03:37:152] [83028:6c227000] [WARN][com.freerdp.channels.rdpdr.client] - [rdpdr_check_extended_pdu_flag]: Checking ExtendedPDU::RDPDR_USER_LOGGEDON_PDU, client supported, server not found
[11:04:54:812] [83028:6b01b000] [ERROR][com.freerdp.core.transport] - [transport_read_layer]: BIO_read returned a system error 60: Operation timed out
[11:04:54:812] [83028:6b01b000] [ERROR][com.freerdp.core] - [transport_read_layer]: ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
[11:04:54:812] [83028:6b01b000] [ERROR][com.freerdp.core.transport] - [transport_default_write]: BIO_should_retry returned a system error 32: Broken pipe
[11:04:54:812] [83028:6b01b000] [INFO][com.freerdp.client.common] - [client_auto_reconnect_ex]: Network disconnect!
[11:04:54:812] [83028:6c3cb000] [WARN][com.freerdp.channels.drdynvc.client] - [check_open_close_receive]: {Microsoft::Windows::RDS::DisplayControl:1} OnOpen=0x0, OnClose=0x1050cfc08
|
|
From: Ramy <amo...@gm...> - 2025-07-08 19:01:21
|
|
From: Armin N. <arm...@th...> - 2025-07-03 08:23:04
|
here is the list of merged pull requests issues: https://github.com/FreeRDP/FreeRDP/pulls?q=is%3Apr+is%3Aclosed+milestone%3Anext-3.0 some of them are just logging improvements, but most do address some issues. if it is easier for you I can do a new release this/beginning of next week. (will be 3.17.0 due to a addition in include/freerdp/client.h) regards Armin On 03.07.25 10:14, Michael Tokarev via FreeRDP-devel wrote: > On 03.07.2025 11:07, Armin Novak via FreeRDP-devel wrote: >> Hi, >> >> known and fixed with https://github.com/FreeRDP/FreeRDP/pull/11699 > > Hm.. Ok. > > Are there other issues in 3.16.0 which are known and fixed and > are worth to patch in debian? Due to this TestSettings test > failure I can't push 3.16 to trixie so far, - maybe there are > other fixes which should be there too? > > Thanks, > > /mjt > > > _______________________________________________ > FreeRDP-devel mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freerdp-devel |
|
From: Michael T. <mj...@tl...> - 2025-07-03 08:14:22
|
On 03.07.2025 11:07, Armin Novak via FreeRDP-devel wrote: > Hi, > > known and fixed with https://github.com/FreeRDP/FreeRDP/pull/11699 Hm.. Ok. Are there other issues in 3.16.0 which are known and fixed and are worth to patch in debian? Due to this TestSettings test failure I can't push 3.16 to trixie so far, - maybe there are other fixes which should be there too? Thanks, /mjt |
|
From: Armin N. <arm...@th...> - 2025-07-03 08:07:55
|
Hi, known and fixed with https://github.com/FreeRDP/FreeRDP/pull/11699 regards Armin On 03.07.25 09:08, Michael Tokarev via FreeRDP-devel wrote: > 3.16.0 is failing test with 100% reproducibility on big-endian > hosts, like this: > > https://buildd.debian.org/status/fetch.php?pkg=freerdp3&arch=sparc64&ver=3.16.0%2Bdfsg-1&stamp=1750864102&raw=0 > > > Bisection points to this commit: > > commit a4c4bad132ab2d34bd0b01a0636a6d6e1a7376f7 > Author: Armin Novak <arm...@th...> > Date: Wed Apr 16 08:47:35 2025 +0200 > Subject: [common,settings] new settings (de)serialization API > > before this commit, all tests passes, and after this one, this > particular test always fails. > > I don't thin it's the same as > https://github.com/FreeRDP/FreeRDP/issues/11721 > but I'm not sure. > > Thanks, > > /mjt > > > _______________________________________________ > FreeRDP-devel mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freerdp-devel |