summaryrefslogtreecommitdiff
path: root/src/libs/utils/ssh
Commit message (Expand)AuthorAgeFilesLines
* Move SSH support into a dedicated library.Christian Kandeler2012-05-2256-10374/+0
* SSH: Fix connection check in SFTPFileSystemModel.Christian Kandeler2012-04-031-1/+3
* Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-03-081-2/+2
|\
| * SSH: UI fixes.Christian Kandeler2012-03-081-2/+2
* | Introduce the concept of an abstract device.Christian Kandeler2012-03-083-0/+452
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-082-8/+8
|\ \ | |/
| * Normalized connect()sRobert Loehning2012-03-062-8/+8
* | RemoteLinux: More preparations for introducing an abstract device class.Christian Kandeler2012-03-072-3/+3
|/
* SSH: Add debug message.Christian Kandeler2012-02-231-0/+4
* Removed module names from #include directives.Erik Verbruggen2012-02-1535-88/+88
* SSH: Export information about the underlying TCP connection.Christian Kandeler2012-02-102-4/+20
* SSH: Add download capability to SftpFileSystemModel.Christian Kandeler2012-02-062-8/+35
* SSH: Add SFTP-based remote file system model.Christian Kandeler2012-02-032-0/+469
* SSH: Add SFTP operations needed to implement remote FS traversal.Christian Kandeler2012-02-029-7/+126
* Long live the king!hjk2012-01-2651-51/+51
* SSH: Use enum for signals API.Christian Kandeler2012-01-205-45/+55
* SSH: Add possibility to force unencrypted private key.Christian Kandeler2012-01-102-16/+30
* Utils: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-065-7/+7
* Fix crash in sshconnectionmanagerTobias Hunger2011-12-131-25/+6
* ssh: Add option to force a new connectionTobias Hunger2011-12-132-45/+97
* SSH: Print more helpful error message on key decoding error.Christian Kandeler2011-12-073-94/+101
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-12-072-9/+29
|\
| * SSH: Ask for private key password right on connection start.Christian Kandeler2011-12-022-7/+29
* | SSH: Don't expose SshRemoteProcess object from SshRemoteProcessRunner.Christian Kandeler2011-12-052-5/+73
* | SSH: Support different read channels in SshRemoteProcess.Christian Kandeler2011-11-293-10/+47
* | SSH: Don't call FileReader::fetch() with empty file name.Christian Kandeler2011-11-221-0/+2
* | SSH: Fix packet size bug.Christian Kandeler2011-11-172-3/+7
* | SSH: SshRemoteProcessRunnerPrivate does not need to be a QObject.Christian Kandeler2011-11-172-130/+88
* | SSH: Replace idiosyncratic state checking with standard macros.Christian Kandeler2011-11-161-21/+7
* | SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-157-66/+83
* | SSH: Make API of SshRemoteProcess more similar to the one of QProcess.Christian Kandeler2011-11-144-17/+56
* | Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-1151-102/+102
|\ \ | |/
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-0351-102/+102
* | SSH: Don't allow external access to process runner's connection object.Christian Kandeler2011-11-092-8/+24
* | SSH: Improve SshRemoteProcessRunner API.Christian Kandeler2011-11-092-61/+32
* | SSH: SshRemoteProcessRunner does not need to be a shared pointer.Christian Kandeler2011-10-282-20/+8
|/
* Fix typoJarek Kobus2011-10-121-1/+1
* SSH: Allow querying of IP protocol version.Christian Kandeler2011-10-042-0/+7
* whitespacehjk2011-09-163-11/+11
* Coding style: Pure virtual functions, private implementation pointers.Christian Kandeler2011-09-153-8/+8
* utils/ssh: suppress warnings in release buildhjk2011-08-222-0/+4
* SSH: Support password input for private keys in non-GUI applications.Christian Kandeler2011-07-291-8/+19
* SSH: Allow creation of encrypted keys.Christian Kandeler2011-07-283-10/+33
* SSH: Produce "mixed" key files by default.Christian Kandeler2011-07-282-42/+64
* SSH: Support encrypted private keys in PKCS8 format.Christian Kandeler2011-07-283-1/+108
* SSH: Fix PKCS8 key reading.Christian Kandeler2011-07-281-0/+2
* SSH: Implement remote shell support.Christian Kandeler2011-07-2612-13/+89
* Remove unneeded defines.hjk2011-07-143-3/+2
* RemoteLinux: Improve handling of symbolic links when deploying.Christian Kandeler2011-07-131-0/+3
* SSH: Add ability to create symbolic links on remote host.Christian Kandeler2011-07-136-1/+40