Christian Kandeler
ee635dcf9e
SSH: Don't allow connectToHost() while already connecting/connected.
...
Also fix callers potentially violating this policy.
Change-Id: I630f1c544885df93a81e217e792363c0c2314108
Reviewed-on: http://codereview.qt.nokia.com/1186
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2011-07-06 13:09:05 +02:00
Christian Kandeler
2101eff1ef
SSH: Set keep-alive timer period to connection timeout.
...
The Qt SDK's Qemu can be so slow that a single packet takes more
than the old fixed value of five seconds for a round trip.
Change-Id: I06f442c3c080fec8d1b1d10bd26e2e27b06e6863
Reviewed-on: http://codereview.qt.nokia.com/854
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com >
2011-06-28 18:10:32 +02:00
Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
Christian Kandeler
53ff5b187c
SSH: Don't send keep-alive packet during key exchange.
...
Only certain types of messages are allowed in that phase.
2011-04-28 11:22:08 +02:00
Christian Kandeler
cca52b6d30
SSH: Tighter state checking during key exchange.
...
This will also make it easier for us to initiate a re-exchange
if we ever want to implement that.
2011-04-19 14:40:40 +02:00
Christian Kandeler
8e5797bbd4
SSH: Fix typo.
2011-04-19 14:40:40 +02:00
Christian Kandeler
9ecb8d2e7e
SSH: Implement key re-exchange support.
...
Correct protocol-wise, but possibly buggy (fails with dropbear).
2011-04-19 14:40:40 +02:00
Oswald Buddenhagen
45c9cf7a12
add/unify i/o error handling
...
lots of use of Utils::FileSaver and Utils::FileReader
Task-number: QTCREATORBUG-1619
2011-04-18 14:10:14 +02:00
Oswald Buddenhagen
dc3c156cac
Merge branch '2.2'
...
Conflicts:
src/plugins/debugger/gdb/pythongdbengine.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4desktoptargetfactory.h
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.cpp
src/plugins/qt4projectmanager/qt-desktop/qt4simulatortargetfactory.h
src/plugins/qt4projectmanager/qt-maemo/maemodeploystep.cpp
src/plugins/qt4projectmanager/qt-maemo/maemodeviceconfigurations.cpp
src/plugins/qt4projectmanager/qt-maemo/maemoglobal.cpp
src/plugins/qt4projectmanager/qt-maemo/qt4maemotargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
src/plugins/qt4projectmanager/qt-s60/s60deploystep.cpp
src/plugins/qt4projectmanager/qt4target.cpp
src/plugins/qt4projectmanager/qt4target.h
src/plugins/qt4projectmanager/qtoptionspage.h
src/plugins/qt4projectmanager/qtversionmanager.cpp
src/plugins/welcome/welcomemode.cpp
2011-04-14 12:39:31 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
Christian Kandeler
439b45618e
Start making the Maemo support more generic.
...
This includes:
- decoupling deploy configurations from targets (Reviewed-by: dt)
- adding a "Generic Linux" device type
- splitting up the Maemo deployment step into small pieces that
can be combined in different ways (and much more easily maintained)
- adding a new version handler for pro.user files
(Reviewed-by: Tobias Hunger)
Also:
- Add and use an SSH manager class for easier connection sharing.
- Make the SSH connection parameters a fixed attribute of the connection.
2011-03-09 13:10:19 +01:00
Friedemann Kleint
505256fab9
API-Documentation: Add the Utils-library.
...
Fix API after doc template change.
2011-03-02 17:14:19 +01:00
Christian Kandeler
d24ebfed3d
SSH: Fix misnomers.
2011-02-28 17:02:38 +01:00
Christian Kandeler
22a49fd4a8
SSH: Choose better names for public types and variables.
2011-02-15 13:35:17 +01:00
Milian Wolff
94548a1e1f
move src/plugins/coreplugin/ssh to src/lib/utils/ssh
...
Merge-request: 253
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-02-14 16:34:17 +01:00