Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-17Fix some compiler warningsmyheroyuki
2023-07-12Spelling: Various strings for assistance modeAllan Nordhøy
2023-07-11Better handle errors when attempting to connect in Assistance modemyheroyuki
2023-07-11Remote assistance now works in Remmina in the same way the /assistance flag ↵myheroyuki
works in FreeRDP
2023-07-07Begin work on adding remote assistancemyheroyuki
2023-06-02plugins/rdp: Ensure output redirection configuration applies to both dynamic ↵msizanoen
and static rdpsnd Remmina should also set configuration options for the dynamic `rdpsnd` channel if `freerdp_client_add_static_channel` for the static `rdpsnd` succeeds. This aligns the behavior with upstream CLI (at https://github.com/FreeRDP/FreeRDP/blob/d0bf018e951d6b7382053387d53f415f64be2dcf/client/common/cmdline.c#L999-L1003 ).
2023-03-24[REM-1987] allow for dynamic resolution updates for vnc connectionsmyheroyuki
2023-02-24remmina_rdp_monitor_get(): fix maxw, maxh and monitorids calculationMax Ihlenfeldt
2022-12-26Add mime text formats for RDP clibpoardGiovanni Panozzo
2022-12-16Update Copyright for 2023myheroyuki
2022-12-04Initial macOS supportWeijia Wang
2022-11-12[Rem-2682] Added view-only mode for RDPmyheroyuki
2022-10-29remmina: Allow building on a Wayland-only environmentMarek Vasut
Currently, it is not possible to build remmina without x11 support. Implement the necessary changes to support building and running remmina on a Wayland-only environment. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Fabio Estevam <festevam@denx.de>
2022-10-29plugins/rdp: Use 'true' and 'false' consistentlyFabio Estevam
Currently, 'True' and 'true' / 'False' and 'false' are used to express boolean, which can be confusing. For the sake of consistency, use the 'true' and 'false' format only. Suggested-by: Giovanni Panozzo <giovanni@panozzo.it> Signed-off-by: Fabio Estevam <festevam@denx.de>
2022-10-10RDP: Add option to disable output suppressionDaniel Richard G
2022-06-24Fixed ChannelDisconnected argument typesakallabeth
2022-06-24Fixed type of channel connect/disconnect callbacksakallabeth
2022-06-24Fixed missing static for functions in RDP plugin.akallabeth
2022-06-03Resolving WebLate threadAntenore Gatta (tmow)
2022-05-31Headers refactoringAntenore Gatta (tmow)
2022-05-24Fix crash during connectionGiovanni Panozzo
2022-05-10Cannot disable shared folderAntenore Gatta (tmow)
2022-05-01Make FreeRDPs TLS Security Level setting accessible in the advanced settings ↵Antenore Gatta (tmow)
view
2022-04-30Extract python pluginMathias Winterhalter
2022-04-06Add mutex to protect RDP clipboard->srv_dataGiovanni Panozzo
2022-03-26Fix possible SEGV crashGiovanni Panozzo
2022-03-10Merge branch 'issue/2695-max-reconnect' into 'master'Antenore Gatta (tmow)
Get the right value for FreeRDP_AutoReconnectMaxRetries See merge request Remmina/Remmina!2388
2022-03-10Get the right value for FreeRDP_AutoReconnectMaxRetriesissue/2695-max-reconnectAntenore Gatta (tmow)
2022-03-10Merge branch 'issue/2695-max-reconnect' into 'master'Antenore Gatta (tmow)
Minor fixes Closes #2687 and #2695 See merge request Remmina/Remmina!2387
2022-03-10Get the right value for FreeRDP_AutoReconnectMaxRetriesAntenore Gatta (tmow)
2022-03-08FreeRDP_OffscreenSupportLevel is of type UINT32Armin Novak
2022-03-08Fix #2695 - reconnect attemps settingAntenore Gatta (tmow)
2022-03-03Fix some build warningsdonoban
2022-01-31Adding flush and cairo clean upAntenore Gatta (tmow)
2022-01-14Fixing some gcc warningsAntenore Gatta (tmow)
2022-01-14Fixing some gcc warningsAntenore Gatta (tmow)
2022-01-14Remmina_preferences language reworkedAllan Nordhøy
2022-01-07Auditing facilityAntenore Gatta (tmow)
This patch add a macro to log auditing traces, this traces will be shown when the audit is enabled in the general preferences (security): - in the linux journal if available - if Remmina has been started with the Remmina Desktop file - if started from the terminal - from the terminal if G_MESSAGES_DEBUG=all is set (always). Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-12-20Release v1.4.23Antenore Gatta (tmow)
* Patch for a Remmina segfault and stats code cleaning [!2358](https://gitlab.com/Remmina/Remmina/merge_requests/2358) *@antenore* * Make Appindicator optional [!2359](https://gitlab.com/Remmina/Remmina/merge_requests/2359) *@antenore* * Added check-box to force tight encoding for VNC connections [!2360](https://gitlab.com/Remmina/Remmina/merge_requests/2360) *@antenore* * remote resolution: use multiple of four [!2353](https://gitlab.com/Remmina/Remmina/merge_requests/2353) *@eworm-de* * Add Keyboard mapping per client RDP [!2361](https://gitlab.com/Remmina/Remmina/merge_requests/2361) *@headkaze* * Improve TLS error message, fixes #2364 [!2362](https://gitlab.com/Remmina/Remmina/merge_requests/2362) *@antenore* * Triage policy language reworked [!2363](https://gitlab.com/Remmina/Remmina/merge_requests/2363) *@kingu* /cc @bkohler @larchunix @slaanesh @jweberhofer @tukusejssirs @kingu @ToolsDevler @raghavgururajan Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-12-17Merge branch 'issue/2364-tls-error' into 'master'Antenore Gatta (tmow)
Improve TLS error message, fixes #2364 Closes #2364 See merge request Remmina/Remmina!2362
2021-12-17Improve TLS error message, fixes #2364Antenore Gatta (tmow)
2021-12-17Add remmina_pref_keymap_get_tableheadkaze
2021-12-17Add Keyboard mapping per client RDPheadkaze
2021-11-14Remove unneded call to remmina_rdp_load_static_channel_addin(rdpdr), already ↵Giovanni Panozzo
handled inside libfreerdp
2021-11-14RDP printer setup cleanupGiovanni Panozzo
2021-11-07Fixes compilation errors and warnings for freerdp 3. See issue #2631.Giovanni Panozzo
2021-10-29Compile time warning fixesAntenore Gatta
2021-10-28Merge branch 'refact/files' into 'master'Antenore Gatta (tmow)
File Interface refactoring See merge request Remmina/Remmina!2332
2021-10-28Adding X2Go svg icon, and remove PNGsAntenore Gatta
2021-10-27Move last_success to state fileAntenore Gatta
This is a huge refactoring of the Remmina File interface. In particular this patch move the last_success to the Remmina state file. See issue #2271 and #1991