summaryrefslogtreecommitdiff
path: root/src/libs/ssh/sshconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * SSH: Fix parsing of server id.Christian Kandeler2012-09-261-18/+60
* | Do not use the fromAscii() and toAscii() functions.Christian Kandeler2012-09-211-1/+1
* | SSH: Implement tunneling.Christian Kandeler2012-08-281-0/+13
|/
* SSH: Take more care when closing channels.Christian Kandeler2012-08-201-2/+7
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* SSH: Close channels before re-using a connection.Christian Kandeler2012-06-281-0/+9
* Update botan library.Christian Kandeler2012-06-261-2/+1
* SSH: Add parent object to SshConnection constructor.Christian Kandeler2012-06-081-1/+2
* SSH: Fix some potential crashes.Christian Kandeler2012-06-061-3/+3
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-291-6/+2
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-0/+728