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-06-01Fix #2739 - Send clipboard as keystrokesAntenore Gatta (tmow)
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-07-14Nullify host if qucikconnect isn't a valid addressAntenore Gatta (tmow)
For instance vnc:// or just / are not valid adresses Closes #2555 Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-07-02Removing unused code with X11 callbacksAntenore Gatta (tmow)
2021-05-05UNIX sockets initial supportAntenore Gatta (tmow)
2021-04-20Using old server_port parser for VNC repeaterAntenore Gatta
2021-04-16Dealing with non resolvable addressesAntenore Gatta
remmina_public_get_server_port fails when the server name is not an ip address or a resolvable host name. This patch should fix #2458 … and break tons of other use cases ;-)
2021-02-19Fix minor typosYuri Chornoivan
2021-02-18WIP: Adding SSH certificate authenticationAntenore Gatta
2021-02-12Switching to resources for UI elementsAntenore Gatta
2021-02-12CMake refactoringAntenore Gatta
2021-02-08changing from g_print to g_debugAntenore Gatta
2021-01-04Updating Copyright notice for 2021Antenore Gatta
2020-12-31WIP: Implemented Settings and Features for Python (works!)ToolsDevler
2020-12-30Resolve "SSH tunneling, honoring ssh_config"Antenore Gatta (tmow)
- Simplifying remmina_public_get_server_port - Adding debugging strings during ssh initialization - Correctly parsing user provided option from ssh_config - Parsing always for the destination host when the entrance is 127.0.0.1
2020-11-26Automatically accept changes to fingerprints and certificatesAntenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-06-15Keystrokes not sending the ENTER key on \n. Fixes #2227Antenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-05-27Fixing heap-use-after-freeAntenore Gatta
Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
2020-05-01Fix minor typosYuri Chornoivan
2020-01-10Updating copyrights and contribution listsAntenore Gatta
2019-11-22Adding autostart profiles at remmina startup, closes #2013Antenore Gatta
2019-11-03Fixing stringsAntenore Gatta
2019-01-27Replace single quotes by true apostrophesDavy Defaud
2019-01-27Replace all triple points by ellipsis charactersDavy Defaud
Remove spaces before ellipsis, except for German.
2019-01-10Updating coyright for year 2019Antenore Gatta
2018-09-09Allow wayland backend again when GTK >= 3.22.27Giovanni Panozzo
Undo commit 5fa1132dac5d988130ce1f27c0b2edf69ed0ae1c because now, under GTK 3.22.37, clibpoard owner-change signal seems to correctly change the clipboard owner (see GTK fixed bug 790031). Enabling Wayland will also fix keyboard grabbing of Windows/Super key which cannot be grabbed under XWayland (issue #1395).
2018-05-29Added error managementAntenore Gatta
2018-05-03Renamed remmina in src and moved source filesAntenore Gatta