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 (Expand)Author
2021-10-18Resource renaming to comply with the Freedesktop rulesAntenore Gatta (tmow)
2021-10-14Merge branch 'rdpclip_html' into 'master'Giovanni Panozzo
2021-10-14Fix possible SGSEGVGiovanni panozzo
2021-10-12X2Go plugin language reworked 2Allan Nordhøy
2021-10-11RDP clipboard: add support for Microsoft Clipboard HTML FormatGiovanni Panozzo
2021-10-06Fix possible crashGiovanni Panozzo
2021-10-06Merge branch 'issue1951_mitigation' into 'master'Antenore Gatta (tmow)
2021-10-05Mitigation for #1951 and extra RDP clibpoard debug messagesGiovanni Panozzo
2021-10-02remmina_file_editor.c: Adjust some error messages to make more sense.Daniel Teichmann
2021-10-02(All protocol-plugins): Add 2xNULL to the end of each item in basic settings ...Daniel Teichmann
2021-10-01x2go_plugin.c: Complete refactor; Use 8-space tab instead of 4; Introduce enu...Daniel Teichmann
2021-10-01x2go_plugin.c: Make authentication a standalone function; Actually save usern...Daniel Teichmann
2021-10-01x2go_plugin.c: Fix endless loop of cleanup()Daniel Teichmann
2021-10-01x2go_plugin.c: Add translators comments; Improve an error message.Daniel Teichmann
2021-10-01x2go_plugin.c: Improved formatting allowed values; Add translator comments; R...Daniel Teichmann
2021-10-01x2go_plugin.c: Allow data without any delimiters; Fix missing '!' in NULL check.Daniel Teichmann
2021-10-01x2go_plugin.c: Prettify error output.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix crash on rare failure of malloc.Daniel Teichmann
2021-10-01x2go_plugin.c: Restructure basic settings array; Add string_setting_validator...Daniel Teichmann
2021-10-01x2go_plugin.c: Change error message; Comment out too verbose debug output.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix heap-buffer-overflow in split_string() function.Daniel Teichmann
2021-10-01x2go_plugin.c: Fix strings to be translatable.Daniel Teichmann
2021-10-01x2go_plugin.c: Declare error string only once per function.Daniel Teichmann
2021-10-01x2go_plugin.c: Add docstrings to validator functions.Daniel Teichmann
2021-10-01x2go_plugin.c: Rename 'direction' -> 'element' in string_setting_validator()Daniel Teichmann
2021-10-01x2go_plugin.c: Add stderr output if parameters are broken and don't rely on j...Daniel Teichmann
2021-10-01x2go_plugin.c: Change behaviour to include username, when saving new credenti...Daniel Teichmann
2021-10-01x2go_plugin.c: Rename 'parse_pyhoca_features()' to 'split_string()'Daniel Teichmann
2021-10-01x2go_plugin.c: Various code style changesDaniel Teichmann
2021-10-01x2go_plugin.c: Update DialogData documentationDaniel Teichmann
2021-10-01remmina_file_editor.c && x2go_plugin.c: Introduce plugin ProtocolSettings val...Daniel Teichmann
2021-09-28Merge branch 'kingu-master-patch-09819' into 'master'Antenore Gatta (tmow)
2021-09-23Adding VNCI Listen port field tooltipAntenore Gatta (tmow)
2021-09-23X2Go plugin language reworkedAllan Nordhøy
2021-09-21x2go_plugin.c: Change DPI resolution to settings type int.Daniel Teichmann
2021-09-21Typo reported through weblateAntenore Gatta (tmow)
2021-09-20x2go_plugin.c: Revert wrongfully commited change of variable name.Daniel Teichmann
2021-09-20x2go_plugin.c: Whitespace issues and ensure max line-length.Daniel Teichmann
2021-09-20x2go_plugin.c: Alter pyhoca-cli-unexpected-exit error message.Daniel Teichmann
2021-09-20x2go_plugin.c: if keyboard layout is not set; set it to 'auto'Daniel Teichmann
2021-09-20x2go_plugin.c: Adapt code to ensure consistent style. Renamed some variables.Daniel Teichmann
2021-09-20x2go_plugin.c: Make basic_settings array more readable (and follow max line-l...Daniel Teichmann
2021-09-20x2go_plugin.c: Don't spam the console with useless non-createnotify messages.Daniel Teichmann
2021-09-20x2go_plugin.c: Add feature check for almost every command line option.Daniel Teichmann
2021-09-20x2go_plugin.c: Change one error message.Daniel Teichmann
2021-09-20x2go_plugin.c: Change dialog message types to error dialogs.Daniel Teichmann
2021-09-20x2go_plugin.c: Change GtkDialog to GtkWidget in order to disable compiler war...Daniel Teichmann
2021-09-20x2go_plugin.c: Various cosmetic code changes.Daniel Teichmann
2021-09-20x2go_plugin.c: Breaking some lines to ensure max line length, Add translation...Daniel Teichmann
2021-09-20x2go_plugin.c: Using pyhoca-cli's --list-cmdline-feature in order to check if...Daniel Teichmann