aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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