aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh
Commit message (Expand)AuthorAgeFilesLines
* Fix qbs build on macOSChristian Kandeler2016-07-281-2/+2
* SSH: Use Qt5-style connectsOrgad Shaneh2016-06-1510-47/+50
* qbs build: More steps toward creating a "development installation".Christian Kandeler2016-06-131-116/+120
* SSH: Consistently use override in SshForwardTcpIpTunnelTobias Hunger2016-05-241-6/+6
* Ssh: Implement tcp/ip forward tunnelingUlf Hermann2016-05-2326-114/+1007
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-0/+1
|\
| * Qbs: Enable exceptions where neededOrgad Shaneh2016-05-021-0/+1
| * Revert "Qbs: Replace deprecated qbs.getEnv with Environment.getEnv"Orgad Shaneh2016-04-121-2/+1
| * Qbs: Replace deprecated qbs.getEnv with Environment.getEnvOrgad Shaneh2016-04-111-1/+2
* | Fix compiler warnings on windows.David Schulz2016-04-224-10/+14
* | Wholesale conversion to #pragma oncehjk2016-03-3036-143/+36
* | Fix project resolving with qbs master.Christian Kandeler2016-03-221-1/+2
|/
* Fixed segfault in SshKeyExchange due to using object after deletionDmytro Poplavskiy2016-02-241-1/+1
* Licensing: Fix license on sshlogging* filesTobias Hunger2016-01-202-32/+22
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1963-1071/+766
* SSH: Use categorized logging.Christian Kandeler2016-01-1818-156/+166
* SSH: Fix GCC 5.2.1 warning in release buildOrgad Shaneh2015-11-201-1/+2
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-201-3/+6
|\
| * SSH: Use "none" authentication type in case of an empty password.Christian Kandeler2015-08-191-3/+6
* | SSH: Support creation of ECDSA keys.Christian Kandeler2015-07-275-36/+72
* | SSH: Don't assume an exact width of ECDSA keys.Christian Kandeler2015-07-273-15/+14
* | SSH: Support ECDSA user keys.Christian Kandeler2015-07-212-5/+54
* | SSH: Support more ECDSA public key sizes.Christian Kandeler2015-07-215-5/+34
* | SSH: Remove bogus compatibility check.Christian Kandeler2015-07-211-21/+1
|/
* SSH: Fix composition of ECDH key exchange signature.Christian Kandeler2015-06-293-2/+20
* SSH: Give better name to member variable.Christian Kandeler2015-06-295-7/+7
* SSH: Use better member name and fix wrong comment.Christian Kandeler2015-06-273-10/+10
* SSH: Do not tie key exchange methods to specific host key algorithms.Christian Kandeler2015-06-244-55/+57
* SSH: Fix wrongly emitted assert.Christian Kandeler2015-06-181-1/+2
* UI text: use double quotes for emphasisLeena Miettinen2015-06-011-1/+1
* SSH: SshKeyExchangeInit is a struct.Arnold Dumas2015-05-281-1/+1
* SSH: Support ECDH key exchange.Christian Kandeler2015-05-2812-74/+225
* SSH: Minor refactorings in key exchange code.Christian Kandeler2015-05-273-9/+23
* SSH: Fix TCP/IP forwarding support.Christian Kandeler2015-04-158-31/+39
* Don't mix iterator and const_iteratorKai Koehne2015-04-022-2/+2
* SSH: Add support for SHA-256 HMAC.Christian Kandeler2015-02-203-6/+13
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1261-366/+366
|\
| * Update LicenseEike Ziller2015-01-1661-366/+366
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-062-7/+7
* | Port to new connect apiMontel Laurent2015-02-046-32/+43
* | Fix clang warning about uninitialized variableTobias Hunger2015-01-062-3/+3
* | SshConnectionManager: s/break/continueChristian Kandeler2014-12-191-2/+2
* | SSH: Close unused cached connections after a period of inactivity.Christian Kandeler2014-12-181-13/+47
* | SSH: implement host key checking.Christian Kandeler2014-12-158-9/+262
* | Merge remote-tracking branch 'origin/3.3'Eike Ziller2014-12-012-6/+15
|\|
| * SSH: Delay channel close request to server in SessionRequested state.Christian Kandeler2014-11-272-6/+15
* | Catch exceptions by const reference.Christian Kandeler2014-11-288-32/+32
* | Ssh: Remove indirection in AbstractSshChannel::m_timeoutTimerhjk2014-11-274-14/+13
|/
* SSH: Fix misleading error message.Christian Kandeler2014-11-261-8/+20
* Ssh: Remove wrong Q_ASSERT in SshRemoteProcess destructorhjk2014-11-251-3/+1