aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh
Commit message (Expand)AuthorAgeFilesLines
* SSH: Add missing return statementChristian Kandeler2019-06-051-1/+3
* SSH: Shorten the temporary directory even moreChristian Kandeler2019-04-301-4/+2
* SSH: Fix upload of symbolic linksChristian Kandeler2019-04-231-1/+5
* SSH: Fix error messageRobert Loehning2019-03-071-1/+1
* SSH: Fix UI textLeena Miettinen2019-03-041-1/+1
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-113-3/+3
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-1/+0
* SSH: Shorten the path name of the control socketChristian Kandeler2019-01-151-2/+2
* RemoteLinux: Support terminal aspectChristian Kandeler2019-01-112-8/+18
* RemoteLinux: Use an SshProcess for rsyncChristian Kandeler2018-12-218-14/+12
* SSH: Disable connection sharing on WindowsChristian Kandeler2018-12-201-2/+3
* SshConnection: Reduce the scope of some variablesChristian Kandeler2018-12-191-14/+13
* SSH: Add ssh-askpass implementationChristian Kandeler2018-12-192-7/+23
* RemoteLinux: Add an rsync deploy stepChristian Kandeler2018-12-172-2/+13
* SSH: Delete file system watcher right after useChristian Kandeler2018-12-141-1/+2
* SSH: Fix exit status/exit code interpretationChristian Kandeler2018-12-141-1/+6
* SSH: Fix compile for Qt5.9Christian Stenger2018-12-141-6/+6
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-1382-11872/+1307
* SSH: Fix autotestChristian Kandeler2018-12-031-2/+5
* SSH: Add support for "new" OpenSSH private key formatChristian Kandeler2018-11-225-1/+287
* SSH: Do not offer to create DSA keys anymoreChristian Kandeler2018-11-222-22/+3
* SSH: Implement X11 forwardingChristian Kandeler2018-11-1921-16/+748
* SSH: Introduce and handle generic "channel open" packetsChristian Kandeler2018-11-134-59/+111
* SSH: Remove nonsensical checkChristian Kandeler2018-11-061-9/+0
* SSH: Re-format the qbs project fileChristian Kandeler2018-11-061-29/+65
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-11-061-1/+1
|\
| * SSH: Fix decryption in CBC modeChristian Kandeler2018-10-261-1/+1
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-241-1/+2
|\|
| * SSH: Add missing check in key exchange reply handlerChristian Kandeler2018-10-231-1/+2
* | SSH: Turn some manual tests into autotestsChristian Kandeler2018-10-232-0/+7
* | Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-10-161-1/+1
|\|
| * Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* | Ssh: Add mtime to QSshFileInfoUlf Hermann2018-10-122-6/+10
|/
* SSH: Use Botan2Christian Kandeler2018-08-1016-217/+117
* Combine some SshConnectionParameter membershjk2017-12-193-21/+28
* Ssh: Move some Ssh specific images from Utils to SshAlessandro Portale2017-09-177-3/+13
* SshExceptions derive from std::exceptionNikita Baryshnikov2017-09-141-3/+8
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* SshAgent.Request: Initialize memberNikita Baryshnikov2017-08-141-1/+1
* SSH: Fix enum valuesChristian Kandeler2017-05-221-2/+3
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-0910-19/+15
|\
| * SSH: Fix DSA key creationChristian Kandeler2017-05-051-0/+2
| * SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-059-19/+13
* | SSH: Add support for ssh-agentChristian Kandeler2017-05-0417-28/+703
|/
* Remove spaces in initializer listsTim Jenssen2017-02-221-7/+7
* SSH: Catch all exceptions in SshConnectionPrivate::closeConnectionRobert Loehning2017-02-221-1/+1
* make library defines more consistencyTim Jenssen2016-12-123-3/+3
* SSH: Fix typo in key generator that leads to a crashChristian Kandeler2016-11-281-1/+1
* Fix icons that moved from core to utilsOrgad Shaneh2016-10-271-3/+3
* Fix qbs build on macOSChristian Kandeler2016-07-281-2/+2