Home
last modified time | relevance | path

Searched refs:SshMasterConnection (Results 1 – 23 of 23) sorted by relevance

/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dsshmasterconnection.h71 class SshMasterConnection: public QThread
91 ~SshMasterConnection();
149 void slotSshProxyServerAuthError ( int,QString, SshMasterConnection* );
161 void slotSshProxyInteractionFinish ( SshMasterConnection* connection);
213 SshMasterConnection* sshProxy;
240 void needPassPhrase(SshMasterConnection*, SshMasterConnection::passphrase_types);
241 void needChallengeResponse(SshMasterConnection*, QString Challenge);
242 void startInteraction(SshMasterConnection*, QString prompt);
243 void finishInteraction(SshMasterConnection*);
244 void updateInteraction(SshMasterConnection*, QString output);
[all …]
H A Dsshmasterconnection.cpp67 void SshMasterConnection::parseKnownHosts() in parseKnownHosts()
438 void SshMasterConnection::slotSshProxyInteractionFinish(SshMasterConnection* connection)
444 void SshMasterConnection::slotSshProxyInteractionStart(SshMasterConnection* connection, QString pro…
449 void SshMasterConnection::slotSshProxyInteractionUpdate(SshMasterConnection* connection, QString ou…
461 void SshMasterConnection::slotSshProxyServerAuthError(int errCode, QString err, SshMasterConnection
496 void SshMasterConnection::run()
512 … SIGNAL ( needPassPhrase(SshMasterConnection*, SshMasterConnection::passphrase_types)) );
761 SshMasterConnection::~SshMasterConnection()
778 bool SshMasterConnection::sshConnect()
1769 bool SshMasterConnection::userAuth()
[all …]
H A Dhttpbrokerclient.h66 SshMasterConnection* sshConnection;
81 void slotSshServerAuthError ( int error, QString sshMessage, SshMasterConnection* connection );
82 …erverAuthPassphrase ( SshMasterConnection* connection, SshMasterConnection::passphrase_types passp…
H A Dhttpbrokerclient.cpp102 SLOT ( slotSshServerAuthError ( int,QString, SshMasterConnection* ) ) ); in createSshConnection()
103 …connect ( sshConnection, SIGNAL ( needPassPhrase(SshMasterConnection*, SshMasterConnection::passph… in createSshConnection()
104 …SLOT ( slotSshServerAuthPassphrase(SshMasterConnection*, SshMasterConnection::passphrase_types)) ); in createSshConnection()
113 SLOT(slotSshInteractionStart(SshMasterConnection*,QString)) ); in createSshConnection()
115 SLOT(slotSshInteractionUpdate(SshMasterConnection*,QString)) ); in createSshConnection()
116 connect ( sshConnection, SIGNAL(finishInteraction(SshMasterConnection*)),mainWindow, in createSshConnection()
117 SLOT(slotSshInteractionFinish(SshMasterConnection*))); in createSshConnection()
219 …oid HttpBrokerClient::slotSshServerAuthPassphrase(SshMasterConnection* connection, SshMasterConnec… in slotSshServerAuthPassphrase()
225 case SshMasterConnection::PASSPHRASE_PRIVKEY: in slotSshServerAuthPassphrase()
229 case SshMasterConnection::PASSPHRASE_CHALLENGE: in slotSshServerAuthPassphrase()
[all …]
H A Dsshprocess.h39 friend class SshMasterConnection; variable
42 SshProcess(SshMasterConnection* master, int pid);
61 SshMasterConnection* masterCon;
62 SshMasterConnection* tunnelConnection;
H A Donmainwindow.h73 class SshMasterConnection; variable
216 SshMasterConnection::ProxyType proxyType;
544 SshMasterConnection* findServerSshConnection(QString host);
639 SshMasterConnection* sshConnection;
640 QList<SshMasterConnection*> serverSshConnections;
973 SshMasterConnection* startSshConnection ( QString host, QString port,
976 SshMasterConnection::ProxyType type=SshMasterConnection::PROXYSSH,
1049 …void slotSshServerAuthPassphrase ( SshMasterConnection* connection, SshMasterConnection::passphras…
1050 void slotSshInteractionStart ( SshMasterConnection* connection, QString prompt );
1051 void slotSshInteractionUpdate ( SshMasterConnection* connection, QString output );
[all …]
H A Donmainwindow.cpp2845 SshMasterConnection::ProxyType type, in startSshConnection()
2851 SshMasterConnection* con; in startSshConnection()
2883 …connect ( con, SIGNAL ( needPassPhrase(SshMasterConnection*, SshMasterConnection::passphrase_types… in startSshConnection()
2884 …SLOT ( slotSshServerAuthPassphrase(SshMasterConnection*, SshMasterConnection::passphrase_types)) ); in startSshConnection()
2894 …nnect (con, SIGNAL(finishInteraction(SshMasterConnection*)),this, SLOT(slotSshInteractionFinish(Ss… in startSshConnection()
3080 void ONMainWindow::slotSshServerAuthPassphrase(SshMasterConnection* connection, SshMasterConnection in slotSshServerAuthPassphrase()
3086 case SshMasterConnection::PASSPHRASE_PRIVKEY: in slotSshServerAuthPassphrase()
3090 case SshMasterConnection::PASSPHRASE_CHALLENGE: in slotSshServerAuthPassphrase()
3094 case SshMasterConnection::PASSPHRASE_PASSWORD: in slotSshServerAuthPassphrase()
3659 SshMasterConnection::ProxyType proxyType= SshMasterConnection::PROXYHTTP; in startSession()
[all …]
H A Dsshprocess.cpp39 SshProcess::SshProcess(SshMasterConnection* master, int pid): QObject(0) in SshProcess()
/dports/net/x2goclient/x2goclient-4.1.2.2/
H A DChangeLog244 to SshMasterConnection it is also valid to specify that for the server
439 since we also have to use it in SshMasterConnection, that may not
441 part of SshMasterConnection for now.
2955 - SshMasterConnection should use current user name if no user name is
3252 - Add support for SSH proxy in class SshMasterConnection.
3253 - SshMasterConnection emit signal to GUI thread if it need a passphrase
3268 - SshProcess is only usable over SshMasterConnection.
3470 - Waiting for SshMasterConnection thread to be finished before
/dports/net/x2goclient/x2goclient-4.1.2.2/res/i18n/
H A Dx2goclient_pt.ts3796 <name>SshMasterConnection</name>
H A Dx2goclient_zh_tw.ts4281 <name>SshMasterConnection</name>
H A Dx2goclient_cs.ts3911 <name>SshMasterConnection</name>
H A Dx2goclient_tr.ts4422 <name>SshMasterConnection</name>
H A Dx2goclient_da.ts4471 <name>SshMasterConnection</name>
H A Dx2goclient_fr.ts3477 <name>SshMasterConnection</name>
H A Dx2goclient_ru.ts4927 <name>SshMasterConnection</name>
H A Dx2goclient_fi.ts4768 <name>SshMasterConnection</name>
H A Dx2goclient_nb_no.ts4051 <name>SshMasterConnection</name>
H A Dx2goclient_et.ts4621 <name>SshMasterConnection</name>
H A Dx2goclient_nl.ts4714 <name>SshMasterConnection</name>
H A Dx2goclient_sv.ts4837 <name>SshMasterConnection</name>
H A Dx2goclient_es.ts4798 <name>SshMasterConnection</name>
H A Dx2goclient_de.ts5330 <name>SshMasterConnection</name>