Replace SSH library.

This commit is contained in:
ck
2010-07-12 09:33:22 +02:00
parent e43287fb3a
commit 65eb1d5515
289 changed files with 8564 additions and 30284 deletions

View File

@@ -85,10 +85,27 @@ SOURCES += mainwindow.cpp \
editormanager/systemeditor.cpp \
designmode.cpp \
editortoolbar.cpp \
ssh/ne7sshobject.cpp \
ssh/sshconnection.cpp \
helpmanager.cpp \
ssh/sshsendfacility.cpp \
ssh/sshremoteprocess.cpp \
ssh/sshpacketparser.cpp \
ssh/sshpacket.cpp \
ssh/sshoutgoingpacket.cpp \
ssh/sshkeygenerator.cpp \
helpmanager.cpp
ssh/sshkeyexchange.cpp \
ssh/sshincomingpacket.cpp \
ssh/sshcryptofacility.cpp \
ssh/sshconnection.cpp \
ssh/sshchannelmanager.cpp \
ssh/sshchannel.cpp \
ssh/sshcapabilities.cpp \
ssh/sftppacket.cpp \
ssh/sftpoutgoingpacket.cpp \
ssh/sftpoperation.cpp \
ssh/sftpincomingpacket.cpp \
ssh/sftpdefs.cpp \
ssh/sftpchannel.cpp \
ssh/sshdelayedsignal.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -171,10 +188,33 @@ HEADERS += mainwindow.h \
editormanager/systemeditor.h \
designmode.h \
editortoolbar.h \
ssh/ne7sshobject.h \
ssh/sshconnection.h \
helpmanager.h \
ssh/sshsendfacility_p.h \
ssh/sshremoteprocess.h \
ssh/sshremoteprocess_p.h \
ssh/sshpacketparser_p.h \
ssh/sshpacket_p.h \
ssh/sshoutgoingpacket_p.h \
ssh/sshkeygenerator.h \
helpmanager.h
ssh/sshkeyexchange_p.h \
ssh/sshincomingpacket_p.h \
ssh/sshexception_p.h \
ssh/ssherrors.h \
ssh/sshcryptofacility_p.h \
ssh/sshconnection.h \
ssh/sshconnection_p.h \
ssh/sshchannelmanager_p.h \
ssh/sshchannel_p.h \
ssh/sshcapabilities_p.h \
ssh/sshbotanconversions_p.h \
ssh/sftppacket_p.h \
ssh/sftpoutgoingpacket_p.h \
ssh/sftpoperation_p.h \
ssh/sftpincomingpacket_p.h \
ssh/sftpdefs.h \
ssh/sftpchannel.h \
ssh/sftpchannel_p.h \
ssh/sshdelayedsignal_p.h
FORMS += dialogs/newdialog.ui \
actionmanager/commandmappings.ui \