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
2022-04-06Add mutex to protect RDP clipboard->srv_dataGiovanni Panozzo
2022-03-26Fix possible SEGV crashGiovanni Panozzo
2022-03-18Handle after-auth connection errors in VNC properlyLorenz Brun
Signed-off-by: Lorenz Brun <lorenz@brun.one>
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-08Fixing missing webkit dependenciesAntenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2022-03-08Removing dependencies that are available as extensionsAntenore Gatta (tmow)
Removed packages: - libgnutls28-dev - libjpeg-dev - libxcursor-dev - libxdamage-dev - libxext-dev - libxi-dev - libxinerama-dev - libxml2-dev - libxrandr-dev - libxtst-dev - libgcrypt20-dev - libwebkit2gtk-4.0-dev - libpcre2-dev - python3-dev - xdg-user-dirs - gtk-3-examples - libthai0 - libsndfile1 - libasyncns0 - libflac8 - libvorbisenc2 - libxau6 - libxdmcp6 - libogg0 - libvorbis0a - libpcre2-8-0 I've improved some CMakeFiles that were not handling correctly the include and librari directories
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-14Fixing quotesAntenore Gatta (tmow)
2022-01-14Merge branch 'feat/2668-remmina-hardening' into 'master'Antenore Gatta (tmow)
Remmina Hardening and Compliance * Enhance and extend current Primary Password functionalities. * Added new options for connection and edit actions. * improved preferences widgets. * Per profile locking. * Password dialog when a password is not set. * Add a logging interface for auditing purposes. * General option to set or unset the auditing. * Macros and functions to print auditing traces. * Adding some traces for each plugin * RDP (missing failed connection attempts?) * SSH. * VNC. * Spice. * X2Go. See merge request Remmina/Remmina!2366
2022-01-14Adding X2Go Audit traceAntenore Gatta (tmow)
2022-01-10Language of VNC encoding cleaned upAllan Nordhøy
2022-01-10Adding per plugin AUDIT tracesAntenore Gatta (tmow)
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-19NO binary check at compile timeflatpak/x2goAntenore Gatta (tmow)
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-12-17Added check-box to force tight encoding for VNC connectionsAntenore Gatta (tmow)
2021-12-11X2Go format string bugsAntenore Gatta
2021-12-09VNC custom encodings to avoid corrupted frames.Antenore Gatta (tmow)
In some cases, in poor quality, missing encodings like 'tight' may cause output curruption. Adding 'tight' by default in poor quality it's not a wise decision, so I added a text field to specify a custom encoding override. Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-12-09Merge branch 'fix/x2go-session-terminate-on-failure' into 'master'Antenore Gatta (tmow)
X2Go: Major rewrite of session-terminating system. See merge request Remmina/Remmina!2349
2021-12-03x2go_plugin.c: Apply changes to error msgs from @kingu Allan Nordhøy
2021-12-03Removing the Remmina stats sender and repurposing Remmina statsAntenore Gatta (tmow)
2021-12-03Merge branch 'kingu-master-patch-15757' into 'master'Antenore Gatta (tmow)
Deduplicated "Started PyHoca" string See merge request Remmina/Remmina!2346
2021-12-02x2go_plugin.c: In short: Major rewrite of session-terminating system.Daniel Teichmann
Introduce new functions, Change error messages, Change X2GoCustomUserData struct, Alter documentation, A lot of cosmetic changes. Now on termination, rows will be hidden instead of deleted in order to make a re-addition of said row possible. For example if the termination failed for some reason.
2021-12-02x2go_plugin.c: Add rmplugin_x2go_session_property_to_string() function.Daniel Teichmann
2021-11-27x2go_plugin.c: NO_INTERACTIVE --> NON_INTERACTIVE; --no-interactive --> ↵Daniel Teichmann
--non-interactive
2021-11-25Deduplicated "Started PyHoca" stringAllan Nordhøy
2021-11-24x2go_plugin.c: Make changes to source strings for translations.Daniel Teichmann
2021-11-23x2go_plugin.c: Ensure that pyhoca-cli will never ask interactively for a ↵Daniel Teichmann
password.
2021-11-23x2go_plugin.c: Don't pass empty passwords to pyhoca-cliDaniel Teichmann
2021-11-23x2go_plugin.c: Refactor use of X2GoCustomUserData struct for dialogs.Daniel Teichmann
Fixes non-session-chooser dialogs again.
2021-11-23x2go_plugin.c: Add dialog_factory_{func, data} to _DialogData inits.Daniel Teichmann
2021-11-23x2go_plugin.c: Make all dialogs children of remmina connection window.Daniel Teichmann
2021-11-23x2go_plugin.c: Session selection dialog: make default width bigger.Daniel Teichmann
2021-11-23x2go_plugin.c: Session-Chooser-Dialog: Swap SUSPENDED_SINCE and CREATE_DATE.Daniel Teichmann
2021-11-23x2go_plugin.c: Introduce terminate button to Session-Chooser-DialogDaniel Teichmann
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