aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* SSH: Ignore connection timeout with Microsoft's OpenSSHChristian Kandeler2019-10-011-12/+20
* SSH: Fix autotestChristian Kandeler2019-06-111-1/+1
* Merge remote-tracking branch 'origin/4.9' into 4.10Eike Ziller2019-06-061-1/+3
|\
| * SSH: Add missing return statementChristian Kandeler2019-06-051-1/+3
* | Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* | SSH: Pass remote command as QStringChristian Kandeler2019-05-241-2/+2
|/
* SSH: Shorten the temporary directory even moreChristian Kandeler2019-04-301-4/+2
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-1/+1
* SSH: Shorten the path name of the control socketChristian Kandeler2019-01-151-2/+2
* RemoteLinux: Use an SshProcess for rsyncChristian Kandeler2018-12-211-1/+1
* SshConnection: Reduce the scope of some variablesChristian Kandeler2018-12-191-14/+13
* RemoteLinux: Add an rsync deploy stepChristian Kandeler2018-12-171-2/+12
* SSH: Delete file system watcher right after useChristian Kandeler2018-12-141-1/+2
* SSH: Use OpenSSH toolsChristian Kandeler2018-12-131-871/+245
* SSH: Implement X11 forwardingChristian Kandeler2018-11-191-0/+5
* SSH: Use Botan2Christian Kandeler2018-08-101-8/+6
* Combine some SshConnectionParameter membershjk2017-12-191-13/+13
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-091-2/+2
|\
| * SSH: Catch std::exception rather than Botan-specific onesChristian Kandeler2017-05-051-2/+2
* | SSH: Add support for ssh-agentChristian Kandeler2017-05-041-14/+162
|/
* SSH: Catch all exceptions in SshConnectionPrivate::closeConnectionRobert Loehning2017-02-221-1/+1
* SSH: Use Qt5-style connectsOrgad Shaneh2016-06-151-16/+20
* Ssh: Implement tcp/ip forward tunnelingUlf Hermann2016-05-231-4/+32
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* SSH: Use categorized logging.Christian Kandeler2016-01-181-8/+4
* SSH: Fix TCP/IP forwarding support.Christian Kandeler2015-04-151-4/+6
* Don't mix iterator and const_iteratorKai Koehne2015-04-021-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | SSH: implement host key checking.Christian Kandeler2014-12-151-4/+5
* | Catch exceptions by const reference.Christian Kandeler2014-11-281-4/+4
|/
* License updateEike Ziller2014-10-091-7/+8
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-2/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* SSH: Add missing library initialization.Christian Kandeler2013-08-141-21/+7
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-06-251-1/+2
|\
| * Doc: use standard wording in \brief commandsLeena Miettinen2013-06-201-1/+2
* | SSH: Implement and make use of RFC 4256.Christian Kandeler2013-06-201-21/+79
|/
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
| * Ssh: Support older serversOrgad Shaneh2012-10-111-0/+3
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-2/+1
* | SSH: Make it configurable whether to check server data pedantically.Christian Kandeler2012-10-111-12/+15
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Merge branch 'master' of ssh://codereview.qt-project.org:29418/qt-creator/qt-...Eike Ziller2012-10-041-3/+3
|\ \
| * | SSH: Add infrastructure for passing additional connection options.Christian Kandeler2012-10-041-3/+3
* | | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-041-2/+2
|\ \ \ | |/ / |/| / | |/
| * tr()-fixes for 2.6.Friedemann Kleint2012-10-011-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-09-271-18/+60
|\|