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
2024-01-02Add unlocking code to let plugins use passwordsPatryk Nowak
2023-06-28[REM-2926] Added ability to set a fixed aspect ratio for vnc connections ↵myheroyuki
when using dynamic resolution. No GUI option yet, only in config files
2022-12-16Update Copyright for 2023myheroyuki
2022-04-30Extract python pluginMathias Winterhalter
2022-04-18Python pluginsMathias Winterhalter
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-17Add remmina_pref_keymap_get_tableheadkaze
2021-09-20Add _remmina_{info, message, debug, warning, error, critical} log functions; ↵Daniel Teichmann
Add REMMINA_PLUGIN_{..., ...} defines. GLib oriented log functions printing both to Remmina's own debug window and to stdout. Newline are always added and can't be turned off. Thats a GLib flaw. !!! Calling g_error (_remmina_error) crashes Remmina purposefully with a trap signal !!!
2021-05-05UNIX sockets initial supportAntenore Gatta (tmow)
2021-04-23Fixing RemminaConnectionWindow map/unmap eventsAntenore Gatta
The remmina connection windows in fullscreen is a different object than when is in scrolled mode, therefore the old logic to map and unmap the windows from the plugin it was notr working. Now the events are managed directly from the RCW object and the RemminaProtocolWidget, with an API that can be used by any plugins. When in multi monitor and fullscreen, this mechanism doesn't work, Therefore, in the plugin itself I catch when we are in multi monitor fullscreen mode And I ignore the event. This last behaviour should be managed directly in the Remmina Protocol Widget (TODO). Fixes #2475 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-12-31WIP: Established instance identificationToolsDevler
2020-12-17Implementing dynamic resolution in SPICE pluginJacek Szafarkiewicz
2020-05-21Introduce remmina_plugin_debug() for pluginsGiovanni panozzo
2020-05-21Refactoring remmina_debug to avoid memory leaks and overhead, should fix #2202Antenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-05-18New remmina_debug function, replaces remmina_log_print, remmina_log_printf ↵Antenore Gatta
and g_debug remmina_debug is meant to be used in place of remmina_log_print, remmina_log_printf and g_debug, to print debug messages in the remmina log window and in the STDOUT
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-11-03Code cleaningAntenore Gatta
2019-11-01Better messagepanel plugin APIGiovanni Panozzo
2019-11-01Plugin connection close refactoringGiovanni Panozzo
2019-07-15Priority for secret plugins init. Breaks secret plugins APIGiovanni Panozzo
2019-01-10Updating coyright for year 2019Antenore Gatta
2018-05-03Renamed remmina in src and moved source filesAntenore Gatta