Commit Graph

  • 20c56b5977 Merge factory to update 3.22.0 slfo-main Yifan J 2026-02-04 10:53:58 +08:00
  • ddabce2f06 Accepting request 1330520 from X11:RemoteDesktop factory Ana Guerrero 2026-02-03 20:30:41 +00:00
  • cce381e9d8 Accepting request 1330520 from X11:RemoteDesktop Ana Guerrero 2026-02-03 20:30:41 +00:00
  • 310078fa14 Accepting request 1330224 from home:yfjiang:branches:X11:RemoteDesktop Hans-Peter Jansen 2026-02-02 16:08:07 +00:00
  • ff2d6deb15 - Update to version 3.22.0: + 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 - Changes from version 3.21.0 * [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 649f7de (#12166) * [crypto] deprecate er and der modules (#12170) Hans-Peter Jansen 2026-02-02 16:08:07 +00:00
  • 67b610e34e Accepting request 1329871 from X11:RemoteDesktop Ana Guerrero 2026-01-30 17:21:31 +00:00
  • 34924e2ef6 Accepting request 1329871 from X11:RemoteDesktop Ana Guerrero 2026-01-30 17:21:31 +00:00
  • fc4699b36d Accepting request 1329744 from home:yfjiang:branches:X11:RemoteDesktop Hans-Peter Jansen 2026-01-29 19:02:22 +00:00
  • 9e2344a7e8 Sync changelog with SLE/Leap. Hans-Peter Jansen 2026-01-29 19:02:22 +00:00
  • cc50441a2d Merge factory for a number of security fixes Yifan J 2026-01-29 10:29:36 +08:00
  • 347091f991 Accepting request 1329659 from X11:RemoteDesktop Ana Guerrero 2026-01-28 14:15:50 +00:00
  • ce3b6414bb Accepting request 1329659 from X11:RemoteDesktop Ana Guerrero 2026-01-28 14:15:50 +00:00
  • f5c74d8bad Accepting request 1328767 from home:yfjiang:branches:X11:RemoteDesktop Hans-Peter Jansen 2026-01-28 11:48:05 +00:00
  • b53fbf8175 - Update to version 3.21.0: + 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 - Changes from version 3.20.2 * [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) Hans-Peter Jansen 2026-01-28 11:48:05 +00:00
  • 222e067a4f A set of security fix Yifan J 2026-01-28 15:47:40 +08:00
  • 8828e9ed20 Accepting request 1327620 from X11:RemoteDesktop Dominique Leuenberger 2026-01-17 13:55:03 +00:00
  • d28c68e377 Accepting request 1327620 from X11:RemoteDesktop Dominique Leuenberger 2026-01-17 13:55:03 +00:00
  • 7c8497eca0 Accepting request 1327609 from GNOME:Next Hans-Peter Jansen 2026-01-16 10:54:00 +00:00
  • 4d3a8961ac Update to 3.20.2 Hans-Peter Jansen 2026-01-16 10:54:00 +00:00
  • 95824c16c6 Accepting request 1324848 from X11:RemoteDesktop Ana Guerrero 2025-12-31 09:47:38 +00:00
  • c0a72f180b Accepting request 1324848 from X11:RemoteDesktop Ana Guerrero 2025-12-31 09:47:38 +00:00
  • 297f6a655d Accepting request 1324821 from GNOME:Next Dirk Mueller 2025-12-30 21:09:29 +00:00
  • 3af3c7ca9c - Update to version 3.20.0: * Mingw fixes (#12070) * [crypto,certificate_data] add some hostname sanitation * [client,common]: Fix loading of rdpsnd channel * [client,sdl] set touch and pen hints - Changes from version 3.19.1: * [core,transport] improve SSL error logging * [utils,helpers] fix freerdp_settings_get_legacy_config_path * From stdin and sdl-creds improve * [crypto,certificate] sanitize hostnames * [channels,drdynvc] propagate error in dynamic channel * [CMake] make Mbed-TLS and LibreSSL experimental * Json fix * rdpecam: send sample only if it's available * [channels,rdpecam] allow MJPEG frame skip and direct passthrough * [winpr,utils] explicit NULL checks in jansson WINPR_JSON_ParseWithLength * [packaging,flatpak] remove xprop - Changes from version 3.19.0: * [client,common] fix retry counter * [cmake] fix aarch64 neon detection * Fix response body existence check when using RDP Gateway * fix line clipping issue * Clip coord fix * [core,input] Add debug log to keyboard state sync * Update command line usage for gateway option * [codec,ffmpeg] 8.0 dropped AV_PROFILE_AAC_MAIN * [channels,audin] fix pulse memory leak * [channels,drive] Small performance improvements in drive channel * [winpr,utils] fix command line error logging * [common,test] Adjust AVC and H264 expectations Dirk Mueller 2025-12-30 21:09:29 +00:00
  • ef2b67ac9c Accepting request 1318903 from X11:RemoteDesktop Ana Guerrero 2025-11-24 13:06:19 +00:00
  • fb97d10892 Accepting request 1318903 from X11:RemoteDesktop Ana Guerrero 2025-11-24 13:06:19 +00:00
  • fbb49ea335 Accepting request 1318888 from GNOME:Next Hans-Peter Jansen 2025-11-20 15:59:34 +00:00
  • 49703be4c2 - Update to version 3.18.0: + Fix a regression reading passwords from stdin + Fix a timer regression (µs instead of ms) + Improved multitouch support + Fix a bug with PLANAR codec (used with /bpp:32 or sometimes with /gfx) + Better error handling for ARM transport (Entra) + Fix audio encoder lag (microphone/AAC) with FFMPEG + Support for janssen JSON library - Drop 11876.patch: fixed upstream Hans-Peter Jansen 2025-11-20 15:59:34 +00:00
  • 224abb7b87 Accepting request 1311334 from X11:RemoteDesktop Dominique Leuenberger 2025-10-14 16:10:32 +00:00
  • 5f55b53b52 Accepting request 1311334 from X11:RemoteDesktop Dominique Leuenberger 2025-10-14 16:10:32 +00:00
  • e030c1e760 Accepting request 1311294 from GNOME:Next Hans-Peter Jansen 2025-10-14 08:31:36 +00:00
  • 3af47aaaed OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=186 Hans-Peter Jansen 2025-10-14 08:31:36 +00:00
  • 88ece09a6c Accepting request 1309184 from X11:RemoteDesktop Dominique Leuenberger 2025-10-06 16:08:21 +00:00
  • d8097b0a24 Accepting request 1309184 from X11:RemoteDesktop Dominique Leuenberger 2025-10-06 16:08:21 +00:00
  • f3226245df Accepting request 1308825 from GNOME:Next Hans-Peter Jansen 2025-10-06 07:12:26 +00:00
  • 897e072851 Update to 3.7.2 - Now with patch,makes consumers like gnome-remote-desktop build Hans-Peter Jansen 2025-10-06 07:12:26 +00:00
  • 9db39d44c7 Accepting request 1304842 from X11:RemoteDesktop Ana Guerrero 2025-09-15 17:53:37 +00:00
  • 0f65ee794c Accepting request 1304842 from X11:RemoteDesktop Ana Guerrero 2025-09-15 17:53:37 +00:00
  • 639c20aec3 Accepting request 1304548 from home:iznogood:branches:GNOME:Next Hans-Peter Jansen 2025-09-15 14:23:18 +00:00
  • 1ac9696a5c - Enable openh264 support, we can build against the noopenh264 stub Hans-Peter Jansen 2025-09-15 14:23:18 +00:00
  • 9b9a94b68c Accepting request 1300996 from X11:RemoteDesktop Ana Guerrero 2025-08-25 18:37:17 +00:00
  • 2853549bc9 Accepting request 1300996 from X11:RemoteDesktop Ana Guerrero 2025-08-25 18:37:17 +00:00
  • 3da454f92f Accepting request 1300986 from home:polslinux:branches:X11:RemoteDesktop Hans-Peter Jansen 2025-08-22 15:25:40 +00:00
  • 1d13ec82ad - Update to 3.17.0: * [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 Hans-Peter Jansen 2025-08-22 15:25:40 +00:00
  • 0608da2f3e Accepting request 1286285 from X11:RemoteDesktop Ana Guerrero 2025-06-17 16:23:08 +00:00
  • ffd38601ec Accepting request 1286285 from X11:RemoteDesktop Ana Guerrero 2025-06-17 16:23:08 +00:00
  • aa8bddfab1 Accepting request 1286267 from home:polslinux:branches:X11:RemoteDesktop Hans-Peter Jansen 2025-06-17 07:53:56 +00:00
  • ff02fdb45f - Update to 3.16.0: * Lots of improvements for the SDL3 client * Various X11 client improvements * Add a timer implementation * Various AAD/Azure/Entra improvements * YUV420 primitives fixes - Update to 3.15.0: * [client,sdl] fix crash on suppress output * [channels,remdesk] fix possible memory leak * [client,x11] map exit code success * Hidef rail checks and deprecation fixe * Standard rdp security network issues * [core,rdp] fix check for SEC_FLAGSHI_VALID * [core,caps] fix rdp_apply_order_capability_set * [core,proxy] align no_proxy to curl * [core,gateway] fix string reading for TSG * [client,sdl] refactor display update Hans-Peter Jansen 2025-06-17 07:53:56 +00:00
  • 02025c6235 Accepting request 1267739 from X11:RemoteDesktop Ana Guerrero 2025-04-08 15:51:26 +00:00
  • 4ab47678b5 Accepting request 1267739 from X11:RemoteDesktop Ana Guerrero 2025-04-08 15:51:26 +00:00
  • 1474596989 Accepting request 1254179 from GNOME:Next Hans-Peter Jansen 2025-04-07 16:14:41 +00:00
  • 00da486866 - Update to version 3.14.0: + Bugfix and cleanup release. Due to some new API functions the minor version has been increased. - Changes from version 3.13.0: + Friends of old hardware rejoice, serial port redirection got an update (not kidding you) + Android builds have been updated to be usable again + Mingw builds now periodically do a shared and static build + Fixed some bugs and regressions along the way and improved test coverage as well - Changes from version 3.12.0: + Multimonitor backward compatibility fixes + Smartcard compatibility + Improve the [MS-RDPECAM] support + Improve smartcard redirection support + Refactor SSE optimizations: Split headers, unify load/store, require SSE3 for all optimized functions + Refactors the CMake build to better support configuration based builders + Fix a few regressions from last release (USB redirection and graphical glitches) - Changes from version 3.11.0: + A new release with bugfixes and code cleanups as well as a few nifty little features Hans-Peter Jansen 2025-04-07 16:14:41 +00:00
  • 39885649f6 Accepting request 1245347 from X11:RemoteDesktop Ana Guerrero 2025-02-12 20:38:15 +00:00
  • 2e782e06e5 Accepting request 1245347 from X11:RemoteDesktop slfo-1.2 Ana Guerrero 2025-02-12 20:38:15 +00:00
  • dbe3ce2c6f Accepting request 1245247 from home:krop:branches:X11:RemoteDesktop Hans-Peter Jansen 2025-02-12 10:40:44 +00:00
  • 9891a7277a - Fix freerdp-devel requirement. fuse3 is among the public link targets but isn't installed automatically Hans-Peter Jansen 2025-02-12 10:40:44 +00:00
  • 344ea91418 Accepting request 1243936 from X11:RemoteDesktop Ana Guerrero 2025-02-06 21:10:53 +00:00
  • e07b755cf1 Accepting request 1243936 from X11:RemoteDesktop Ana Guerrero 2025-02-06 21:10:53 +00:00
  • 3c92f1fc01 Accepting request 1243270 from home:iznogood:branches:X11:RemoteDesktop Hans-Peter Jansen 2025-02-06 17:14:27 +00:00
  • 31c3974481 - Drop pkgconfig(webkit2gtk-4.0) BuildRequires, we are not passing webview=on to cmake, hence unused and nobody complained. Hans-Peter Jansen 2025-02-06 17:14:27 +00:00
  • 846e96325b Accepting request 1233902 from X11:RemoteDesktop Ana Guerrero 2025-01-01 22:04:41 +00:00
  • 8b50006af6 Accepting request 1233902 from X11:RemoteDesktop Ana Guerrero 2025-01-01 22:04:41 +00:00
  • fcc60134a7 Accepting request 1233844 from home:iznogood Hans-Peter Jansen 2024-12-30 10:55:01 +00:00
  • 1b3f1aa68e - Update to version 3.10.3: * Fix usage of GetComputerNameExA (#10988) * Fix cmake clean target (#10990) Hans-Peter Jansen 2024-12-30 10:55:01 +00:00
  • 2c724e4ee8 Accepting request 1231560 from X11:RemoteDesktop Ana Guerrero 2024-12-17 18:23:03 +00:00
  • 2cb9480df0 Accepting request 1231560 from X11:RemoteDesktop Ana Guerrero 2024-12-17 18:23:03 +00:00
  • 6e77760bc0 Accepting request 1231549 from home:jtorres:branches:openSUSE:g-r-d-fixes Hans-Peter Jansen 2024-12-16 17:39:30 +00:00
  • 864de30a31 Accepting request 1231549 from home:jtorres:branches:openSUSE:g-r-d-fixes Hans-Peter Jansen 2024-12-16 17:39:30 +00:00
  • 9a8daa94ba Accepting request 1217228 from X11:RemoteDesktop Ana Guerrero 2024-10-23 19:07:56 +00:00
  • b95b59ce8c Accepting request 1217228 from X11:RemoteDesktop Ana Guerrero 2024-10-23 19:07:56 +00:00
  • 42aabc2cc0 Accepting request 1217139 from home:ecsos Fabian Vogt 2024-10-23 07:52:56 +00:00
  • 4d1e399d6f - Update to 3.9.0 So, what is new: * Support for RDPEAR (remote credential guard) /remoteGuard option for non windows clients * Global configuration file support, allowing to configure certificate accept/ignore/... default settings for all users * Simplified manpage generation, eliminates docbook and xmlto dependencies speeding up builds * New API for client channels to run tasks on RDP thread * New extended transport layer API * RDPECAM MJPEG support * the first updates of timezone definitions from our automated ci Noteworthy changes: * Fix bugs in SSE4.1/AVX2 image copy (#10720) * Add warnings for invalid monitor settings during connect (#10672) * Fix ALSA microphone support (#10664) * Fix modal windows in RAILS mode (#10629) * Update experimental SDL3 client (SDL3 API should now have been stabilized, various pull requests) * Fix keyboard layouts, the external JSON did miss a few (#10639) Fabian Vogt 2024-10-23 07:52:56 +00:00
  • 8bb46dc295 Accepting request 1198158 from X11:RemoteDesktop Dominique Leuenberger 2024-09-02 11:15:08 +00:00
  • 00779b8dd7 Accepting request 1198158 from X11:RemoteDesktop Dominique Leuenberger 2024-09-02 11:15:08 +00:00
  • 12cdae9bbd Accepting request 1198153 from home:ecsos Dirk Mueller 2024-09-01 13:17:23 +00:00
  • 2276ae1d26 Accepting request 1198153 from home:ecsos Dirk Mueller 2024-09-01 13:17:23 +00:00
  • c3fa2316d2 Accepting request 1196110 from X11:RemoteDesktop Ana Guerrero 2024-08-27 17:38:47 +00:00
  • 4f247440ce Accepting request 1196110 from X11:RemoteDesktop Ana Guerrero 2024-08-27 17:38:47 +00:00
  • eacde918c1 Accepting request 1195793 from home:mgorse:branches:X11:RemoteDesktop Hans-Peter Jansen 2024-08-26 16:21:25 +00:00
  • 8d8185d1a4 - Only use gcc 12 for SLE 15 / Leap. SLE 16 will presumably use a newer gcc by default. Hans-Peter Jansen 2024-08-26 16:21:25 +00:00
  • c4dbf1ac79 Accepting request 1192822 from X11:RemoteDesktop Dominique Leuenberger 2024-08-09 14:16:12 +00:00
  • 58c6b6f35e Accepting request 1192822 from X11:RemoteDesktop Dominique Leuenberger 2024-08-09 14:16:12 +00:00
  • 774ba3e113 Accepting request 1192786 from home:ecsos Hans-Peter Jansen 2024-08-09 09:30:26 +00:00
  • 559710924d - Update to 3.7.0 * Support for FDK-AAC for sound and microphone redirection (activate with -DWITH_FDK_AAC=ON build option) This allows enabling the AAC compression that do not ship faad2 and/or faac * Support keyboard layouts as JSON resources (activate with -DWITH_KEYBOARD_LAYOUT_FROM_FILE=ON build option, also requires JSON support) This allows editing keyboard layouts for existing releases should the need arise * Support timezones as JSON resources (activate with -DWITH_TIMEZONE_FROM_FILE=ON -DWITH_TIMEZONE_COMPILED=OFF build options, also requires JSON support) Allows reading the mapping between IANA and windows timezones from a JSON file, allowing easier updates without recompile * Improve shadow server compatibility with windows 11 24H2 RDP client Windows 7 RFX and bitmap updates with multiple rectangles have been deactivated, so adjust shadow to not send such. Noteworthy changes: * Fix ActionScript paramter (#10423) * Support keyboard layouts as JSON resource (#10394) * Support timezones as JSON resource and command line argument (#10428 #10393 #10391) * Deactivate AsyncUpdate (#10402) * Compatibility fixes for shadow with windows 11 24H2 (#10455 #10422 #10420 #10416) * Fix SDL client autoreconnect (#10390) * Fix xfreerdp clipboard locking (#10385) * Improve logging (#10426 #10441) * Improve warnings and code checks (#10381 #10401 #10403 #10405 #10406 #10410 #10421 #10454) * Support FDK-AAC (#10372) * Fix drive redirection state transitions (#10367 #10374) * Support mth:// routing token (#10366) * Ignore unsupported SetThreadPriority (#10363) * Fix reported documentation and code typos (#10365 #10368 #10370 #10369 #10431 #10446) Hans-Peter Jansen 2024-08-09 09:30:26 +00:00
  • ec387485ea Accepting request 1188329 from X11:RemoteDesktop Ana Guerrero 2024-07-19 13:27:19 +00:00
  • 62b2a9a523 Accepting request 1188329 from X11:RemoteDesktop Ana Guerrero 2024-07-19 13:27:19 +00:00
  • 3ad2b9b469 Accepting request 1186550 from home:polslinux:branches:X11:RemoteDesktop Dirk Mueller 2024-07-18 07:40:58 +00:00
  • 60a622785c - Update to 3.6.3: * Fix xfreerdp and sdl-freerdp manpage names (accidentally changed name) * Fix crash of wfreerdp * Fix missing dependency for ci abi-checker * Fix build WITH_SSE2/WITH_NEON: only enable support if the compiler also defines symbols that suggest support. * Improved image copy (#10208) * Experimental [MS-RDPECAM] support by @oleg0421 (#10258) * Improved primitives (#10304) * Connection timeout for HTTP gateway transport (#10288) * Improved command line failure logging (#10333) * p11-kit support (#10081) * json-c support (#10183) * (experimental) SDL3 port SDL client (#10195) * New option '/gfx:frame-ack:off' for connection delay testing (#10214) * improved decoder speed (#10222, #10235) * xfreerdp floatbar hide bug (#10237) * winpr-makecert month bug (#10236) * kerberos kdcUrl check fixes (#10238) * timezone updates (#10120, #10144, #10170) * fixed a capability protocol violation bug (#10132) * fix SDL client dialog bug terminating on credential dialog (#10134) * some more oss-fuzz issues (#10126, #10141, #10148, #10161, #10239) * fix a graphics regression (#10352) * workaround for a protocol bug of older FreeRDP based servers (#10358) * fix possible NULL dereference in command line parser (#10348) Dirk Mueller 2024-07-18 07:40:58 +00:00
  • 4a59ded0a2 Accepting request 1170062 from X11:RemoteDesktop Ana Guerrero 2024-04-25 18:48:52 +00:00
  • 991b8425a7 Accepting request 1170062 from X11:RemoteDesktop Ana Guerrero 2024-04-25 18:48:52 +00:00
  • 0d036236bb Accepting request 1170000 from home:ecsos Hans-Peter Jansen 2024-04-24 15:43:19 +00:00
  • aa3c465345 Accepting request 1170000 from home:ecsos Hans-Peter Jansen 2024-04-24 15:43:19 +00:00
  • 293114563a Accepting request 1162853 from X11:RemoteDesktop Ana Guerrero 2024-04-03 15:18:59 +00:00
  • be82bf2b53 Accepting request 1162853 from X11:RemoteDesktop Ana Guerrero 2024-04-03 15:18:59 +00:00
  • c651b87a0c Accepting request 1162298 from home:jengelh:branches:X11:RemoteDesktop Hans-Peter Jansen 2024-03-27 09:41:01 +00:00
  • c25235477a Accepting request 1162298 from home:jengelh:branches:X11:RemoteDesktop Hans-Peter Jansen 2024-03-27 09:41:01 +00:00
  • 43e1456c02 Accepting request 1161677 from home:jtorres:branches:X11:RemoteDesktop Hans-Peter Jansen 2024-03-26 12:07:44 +00:00
  • 778d815f01 Accepting request 1161677 from home:jtorres:branches:X11:RemoteDesktop Hans-Peter Jansen 2024-03-26 12:07:44 +00:00
  • 643bf44bab Accepting request 1159235 from home:polslinux:branches:X11:RemoteDesktop Dirk Mueller 2024-03-25 15:30:09 +00:00
  • 58ba2fdce8 Accepting request 1159235 from home:polslinux:branches:X11:RemoteDesktop Dirk Mueller 2024-03-25 15:30:09 +00:00
  • bb80a5b9fa Accepting request 1140790 from home:polslinux:branches:X11:RemoteDesktop Dirk Mueller 2024-01-26 09:39:26 +00:00