summaryrefslogtreecommitdiffstats
path: root/source/dialogs/ssh.c
AgeCommit message (Expand)Author
2022-02-23Rename Dialogs -> ModesDave Davenport
2022-02-23Change modi -> modesDave Davenport
2022-02-07Bump copyright date.Dave Davenport
2021-08-21[CppCheck] Fix some shadowing variables.Dave Davenport
2021-08-18[Cleanup] Using clang-tidyDave Davenport
2021-08-14Simple maintenance improvements (#1370)a1346054
2021-06-09Update copyright header.Dave Davenport
2021-06-01Re-indent the code using indenter.Dave Davenport
2021-04-10Partially fix switching between modi, does not work for script mode.Dave Davenport
2020-10-12Fix some of the documentationDave Davenport
2020-09-08Fix and optimize 20200908 (#1184)nick87720z
2020-08-28Run indenter.Dave Davenport
2020-02-02Indent all the code.Dave Davenport
2020-01-01Update copyright dates.Dave Davenport
2019-09-30[CI] Fixing some more doxygen warnings.Dave Davenport
2019-09-30[CI] Update missing documentation.Dave Davenport
2019-09-27Update copyright.Dave Davenport
2019-06-24[SSH] Fix wrong sizeof in read_hosts_fileDave Davenport
2019-05-10[SSH] Always initialize .port field.qball
2019-04-24[SSH] Match lowered keywords.Dave Davenport
2019-04-20[Dialogs.SSH] Remove use of g_ascii_string_to_signed.Dave Davenport
2019-03-29Use g_ascii_string_to_signed instead of atoi in ssh, allows errorDave Davenport
2019-03-08[SSH] Use \x1F as separator between host/command and port.Dave Davenport
2019-03-04[SSH] Expand path and use right strcmp.Dave Davenport
2019-03-04[SSH] Add support for UserKnownHostsFileDave Davenport
2019-02-10[Doc] Update documentation to match changed functions.Dave Davenport
2019-02-10[SSH] Add support for parsing port number from known hosts file.Dave Davenport
2018-09-22[SSH] Improve parser for known_hosts a bit.Dave Davenport
2018-08-08Indent the code.Dave Davenport
2018-02-06[SSH] Reload ssh when entry is deleted.Dave Davenport
2017-11-23Correct spelling mistakes. (#722)Edward Betts
2017-09-29Implement support for specifying negated matchDave Davenport
2017-06-13[helper] Fix type issue with variadic function.Dave Davenport
2017-06-03Don't inline function that uses alloca.Dave Davenport
2017-06-03Run indenter.Dave Davenport
2017-06-02ssh: Add startup notification supportQuentin Glidic
2017-06-02helper: Add API to support startup notificationQuentin Glidic
2017-06-02helper: Add execute helperQuentin Glidic
2017-05-29Use libnkutils for keybindingsQuentin Glidic
2017-05-11Fix some clang compiler warningsDave Davenport
2017-04-27Re-Indent codeDave Davenport
2017-04-15Fix licenses headersQuentin Glidic
2017-04-15Consolidate loggingQuentin Glidic
2017-04-15 Switch to g_{debug,warning} instead of g_logDave Davenport
2017-04-02Add converter back for old theme format.Dave Davenport
2017-03-31Improve error message when called with `-show`Dave Davenport
2017-03-17[Keys] Cleanup view a bit.Dave Davenport
2017-03-11[SSH] Fix missing parameter documentationDave Davenport
2017-03-10Zeltakmadness (#572)Dave Davenport
2017-03-08Issue570 (#571)Dave Davenport