aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ssh: Rename SshConnectionParameters into SshParametersJarek Kobus2022-05-231-435/+0
* Get rid of SftpTransferJarek Kobus2022-05-231-21/+0
* SftpTransfer: Get rid of FileTransferErrorHandling enumJarek Kobus2022-05-111-10/+7
* Utils: Introduce QtcProcess::controlEnvironment()hjk2022-05-101-2/+3
* QtcProcess: Forward declare Environment in QtcProcess headerJarek Kobus2022-05-091-0/+1
* Get rid of SshRemoteProcessJarek Kobus2022-05-091-13/+0
* Move setupSshEnvironment() into SshConnectionParametersJarek Kobus2022-05-091-1/+21
* Get rid of SshConnectionInfoJarek Kobus2022-05-031-33/+0
* Get rid of SftpSessionJarek Kobus2022-04-081-7/+0
* QtcSsh: Connect to QtcProcess::done() signalJarek Kobus2022-04-051-12/+3
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-181-1/+2
|\
| * Make the setup info visually more noticeableJarek Kobus2022-03-181-1/+2
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-171-0/+91
|\|
| * RemoteLinux: Avoid unexpected password dialog in testsChristian Stenger2022-03-161-0/+91
* | Get rid of SshProcess (one process class less)Jarek Kobus2022-02-211-3/+5
* | Ssh: Drop ProcessMode from c'tors and creator methodsJarek Kobus2022-02-181-5/+4
|/
* RemoteLinux: Implement some of the remote file APIhjk2022-01-041-31/+43
* Make connParams a const memberJarek Kobus2022-01-031-3/+5
* Get rid of Utils::FileSystemWatcher from SshConnectionJarek Kobus2021-12-151-29/+8
* Use QtcProcess in SshConnection::connectionInfo()Jarek Kobus2021-11-051-3/+5
* Ssh: Use FilePath for SshConnectionParameters::privateKeyFilehjk2021-09-281-1/+1
* Ssh: Re-base SshProcess on top of QtcProcessJarek Kobus2021-09-131-11/+13
* SSH: Help preventing "Too many authentication failures" errorsMartin Kampas2020-10-071-1/+3
* 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