1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-11 02:05:39 +02:00
Find a file
Roland Schulz 95db103e5b Support proxy connection for gateway without sftp or with MaxSession=1
Command proxy does not work if both the host and the gateway have MaxSession=1
(caused by 356657).

Add support in JschConnection for a connection which has a session but isn't
fully setup. Such a connection isn't considered open. And if it is opened after
it already has a session without setupFully=false (default), then all setup
setups are done.

Also change that getProxyConnection returns null not a LocalConnection for
a local command. This reduces the dependency on LocalConnection from within
jsch.core.*.

Change-Id: I64d05e69749d96248d2f40bd2db021d809cb04a9
2014-11-25 11:38:58 -05:00
bundles Support proxy connection for gateway without sftp or with MaxSession=1 2014-11-25 11:38:58 -05:00
features/org.eclipse.remote-feature Update version to 1.1.1 2014-09-23 22:17:46 -04:00
releng Fix build failure if directory can't be removed. 2014-10-13 18:20:46 -04:00
tests/org.eclipse.remote.core.tests Add file mode test. 2013-10-09 16:28:14 -04:00
.gitignore Fix build. 2014-07-23 09:36:53 +03:00