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
path: root/src
AgeCommit message (Collapse)Author
2022-04-09SSH X11 Forwardingmarco.fortina/Remmina-masterAntenore Gatta (tmow)
2022-04-08Call remmina_ssh_close_all_x11_ch also in remmina_ssh_shell_freeMarco Fortina
2022-04-08Close remaining X11 channels on exitMarco Fortina
2022-04-08Replace REMMINA_ERROR/REMMINA_CRITICAL with REMMINA_WARNINGMarco Fortina
2022-04-08Aligned wit branch issue/2713-ssh-x11-forwardAntenore Gatta (tmow)
2022-04-08Adding SSH X11Forward supportMarco Fortina
2022-04-07Use events and callbacks for reading/writing dataMarco Fortina
2022-03-25Fix typoGiovanni Panozzo
2022-03-25Manual page refactoring fixes #2056Antenore Gatta (tmow)
2022-03-25Add '--enable-extra-hardening' command-line optionLitecoinZ
2022-03-24Add '--enable-fullscreen' command-line optionLitecoinZ
2022-03-24Add '--disable-toolbar' command-line optionLitecoinZ
2022-03-23Add '--disable-news' command-line optionLitecoinZ
2022-03-20Fix trial for 2577: Closing a VNC connection makes Remmina close all other ↵Philippe Waroquiers
connections and disappear Following valgrind error report, it seems that a motion timeout still expires after the connection has been freed. Two changes might help fixing this: - in rcw.c:rco_closewin, explicitly call remmina_scrolled_viewport_remove_motion before freeing the connection object. - in remmina_scrolled_viewport.c:emmina_scrolled_viewport_leave, call remmina_scrolled_viewport_remove_motion if there is still a viewport_motion_handler.
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-04Deprecations and amend g_date_time_format_iso8601Antenore Gatta (tmow)
@donoban g_date_time_format_iso8601 is available since 2.62
2022-03-04Merge branch 'fix_manpages' into 'master'Antenore Gatta (tmow)
Fix manpages See merge request Remmina/Remmina!2378
2022-03-03Fix some build warningsdonoban
2022-03-02Optional close confirmationAntenore Gatta (tmow)
This patch ammend the commit dbd73dcbfea559fec974de9af68a986d53ca3f93 adding an option for those not wanting to confirm. Fixes #2122 comment note_848622269 @emmguyot FYI Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-03-02Honour soft links target.Antenore Gatta (tmow)
Closes #2691 Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2022-02-23Fix manpagesFabio Fantoni
from debian patch of Matteo F. Vescovi <mfv@debian.org>
2022-02-10Fix compilation warning introduced by 2609548eGiovanni panozzo
2022-02-10Fix rare crashGiovanni panozzo
2022-01-27Fix buffer overflow and one-time clear text passwordAntenore Gatta (tmow)
2022-01-24Merge branch 'Issue-2122-confirm-on-close' into 'master'Antenore Gatta (tmow)
Issue 2122 : Confirm on close of window See merge request Remmina/Remmina!2374
2022-01-24Removing not used string parameterAntenore Gatta (tmow)
2022-01-24Issue 2122 : Confirm on close of windowEmmanuel Guyot
2022-01-17Fixing positions and adding tooltip + placeholdersAntenore Gatta (tmow)
2022-01-15Refactoring security tab, solves #2676Antenore Gatta (tmow)
2022-01-14Remmina_preferences language reworkedAllan Nordhøy
2022-01-13Code cleaningAntenore Gatta (tmow)
2022-01-12Unlock cleaningAntenore Gatta (tmow)
2022-01-12Fixing unlocking timeoutAntenore Gatta (tmow)
2022-01-11Fixing password unlocking - unlocked = FALSEAntenore Gatta (tmow)
2022-01-10Remmina file load cleaningAntenore Gatta (tmow)
This was needed since a long time, it's not yet perfect, but at least now the code can be read to understand how to add the new encryption functions.
2022-01-10Adding per plugin AUDIT tracesAntenore Gatta (tmow)
2022-01-10Adding new filesAntenore Gatta (tmow)
2022-01-10Primary Password dialog and hardeningAntenore Gatta (tmow)
2022-01-08Primary Password per profile and as global option.Antenore Gatta (tmow)
Now it's possible to lock/secure a single connection profile. Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
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>
2022-01-04Remmina Hardening and ComplianceAntenore Gatta (tmow)
This Patch is meant to: - Enhance the use of the Primary Password - Replace the internal password hashing algorithm - Add an auditing log. This first commit adds some new settings in the Remmina preferences editor, and enhance the Primary Password functionalities. It's now possible to chose to lock Preferences (default), connections and edit actions (separately). Signed-off-by: Antenore Gatta (tmow) <antenore@simbiosi.org>
2021-12-23Freeing the SHELL when receiving an EOF signalAntenore Gatta (tmow)
Fixes #2661 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-12-17Add Keyboard mapping per client RDPheadkaze
2021-12-17Merge branch 'resolution-multiple-four' into 'master'Antenore Gatta (tmow)
remote resolution: use multiple of four See merge request Remmina/Remmina!2353
2021-12-17Removed debug messageAntenore Gatta (tmow)
2021-12-16Moving defines outside the ifdefAntenore Gatta (tmow)
2021-12-16Make Appindicator optionalAntenore Gatta (tmow)
2021-12-14Code cleaningbug/multimon-robertAntenore Gatta (tmow)