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-05-18translators commentAntenore Gatta (tmow)
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-20remmina_plugin_mananager.c: Fix spacing typo.Daniel Teichmann
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-01-05Disabling Python support by defaultAntenore Gatta (tmow)
- Added a compile switch -DWITH_PYTHON to enable/disable the Python support - Mitigate #2379 Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-12-31WIP: Make Remmina run againToolsDevler
2020-12-31WIP: Cleanup remmina module codeToolsDevler
2020-12-31WIP: Fixed missing wrappers and sys.argv bugToolsDevler
2020-12-31WIP Python Plugins: CleanupToolsDevler
2020-12-31WIP: Fixed plugin loadingToolsDevler
2020-12-31WIP: Re-develop tool_hello_plugin in pythonToolsDevler
2020-12-31WIP: Python plugin implementationToolsDevler
2020-12-17Implementing dynamic resolution in SPICE pluginJacek Szafarkiewicz
2020-11-13Adding Github fundingAntenore Gatta
2020-10-10Spelling: Plugin manager language reworkedAllan Nordhøy
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-03-27Explicitally include gmodule to avoid issues on XenialAntenore Gatta
2020-01-20SSH key migration fixesGiovanni Panozzo
2020-01-17ssh tunnel auth dialog and encryption fixGiovanni Panozzo
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-11-01Better messagepanel plugin APIGiovanni Panozzo
2019-11-01Plugin connection close refactoringGiovanni Panozzo
2019-10-04Adding hidden proxy/socks settings for the RDP pluginAntenore Gatta
To use it, at the moment, the only way is to add the parameters directly in the remmina files The parameters are proxy_type = http, socks5, no_proxy proxy_username = foo proxy_password = cleartextpassword proxy_hostname = bar.com proxy_port = 80 is the default TODO: Add password encryption (ASAP) UI refactoring to add also these options (in a future MR) Closes #196
2019-08-23Fixing cast from/to pointer from/to int of different sizesAntenore Gatta
2019-07-15Priority for secret plugins init. Breaks secret plugins APIGiovanni Panozzo
2019-06-19Fixing typos of X.Org, Java and H.264Antenore Gatta
2019-02-03refactoring: new name space for remmina_connection_windowAntenore Gatta
2019-01-27Replace single quotes by true apostrophesDavy Defaud
2019-01-10Updating coyright for year 2019Antenore Gatta
2018-12-04rcw_preopen completeGiovanni Panozzo
2018-09-27Plugin declare it uses GtkSocket and rcw block the call if not supportedAntenore Gatta
2018-09-26Do not register socket plugins when X11 is not availableAntenore Gatta
2018-05-04Speedup file listGiovanni Panozzo
2018-05-03Renamed remmina in src and moved source filesAntenore Gatta