Matthew Bastien
efeb6fc7bb
Bug 465212 - SSH should support command shell service
...
Added JSchCommandShellService which creates a ChannelShell through JSch
in order to open a remote terminal.
Change-Id: Ib7ddeb3f9c964ab32130baf99a8d70d36605c3d8
Signed-off-by: Matthew Bastien <mbastien@qnx.com>
2015-04-23 09:09:27 -04:00
Greg Watson
6ee3aff83b
Merge "Fix preference category and remove debugging"
2015-04-15 20:05:15 -04:00
Greg Watson
8059f28aff
Remove old plugin repos
...
Change-Id: Iaaf0791d597de221bf2f74f14e871b2d706278d9
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-04-15 17:58:59 -04:00
Greg Watson
2618625a26
Merge "Bug 463844 - Support serial port connection type."
2015-04-13 09:54:04 -04:00
Greg Watson
a5e9db7a27
Fix preference category and remove debugging
...
Change-Id: Ia59e217e8d7366939bc0a077d351e54d56ca5945
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-04-10 15:10:13 -04:00
Doug Schaefer
1bbe4be784
Bug 463844 - Support serial port connection type.
...
This adds a remote connection type that uses the CDT Native serial
port driver. Really all this is supported is the command shell for
the Remote Terminal. But it's a great example of something very
different from SSH and Local that supports the same common infra
structure such as the Terminal.
Change-Id: I813e26370d3d137d5158fa63deba4b0820cdd596
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-04-10 12:35:11 -04:00
John Eblen
5cdc3b254a
Merge "Fix local command proxy"
2015-04-07 12:58:30 -04:00
Greg Watson
4c45929aae
Merge "Bug 463468 - provide set methods for host services"
2015-04-02 21:09:40 -04:00
Roland Schulz
f65b1837ed
Fix local command proxy
...
Was broken by d5cb7731db
Change-Id: I26ec14d832150d20dfefa19b614299a495897bf5
2015-04-02 13:23:24 -04:00
Greg Watson
a977d9c6b6
Merge "Bug 463530 - Avoid ConcurrentModificationException in listener list"
2015-03-31 14:26:45 -04:00
Greg Watson
56b0c45b4f
Bug 463530 - Avoid ConcurrentModificationException in listener list
...
Change-Id: I82c876b1162acfc6b464e535c6c54469c87bb114
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-30 21:44:25 -04:00
Greg Watson
82f4d12873
Bug 463468 - provide set methods for host services
...
Change-Id: I68d4e7bb1cdcc81d9584d8055b0460d7c4cad5c2
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-30 18:26:51 -04:00
Greg Watson
91596fb8d7
Merge "Bug 462418 - Use stored password on non-preferred password based auth."
2015-03-25 09:37:37 -04:00
Greg Watson
d36eb06f7c
Merge "Fix missing API and package visibility"
2015-03-24 09:35:34 -04:00
Greg Watson
fd2ac20235
Fix missing API and package visibility
...
Change-Id: I69ee8ed61631981a735666b5bbbb461dada8416e
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-24 09:20:15 -04:00
Bernd Hufmann
fab592345d
Bug 462709: Display host and user in Remote Connections preference page
...
Change-Id: I940b7bd27c09d12cd47487007686787f2d19b571
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2015-03-23 09:32:08 -04:00
Patrick Tasse
003263a0d4
Bug 462418 - Use stored password on non-preferred password based auth.
...
Change-Id: Id169ecbb47cb4ad8d04d68a5d37338dad77b2b60
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-18 18:03:39 -04:00
Greg Watson
62dcd2bc81
Merge "Bug 462503 - Fix for ConnectionExistsException in Remote Connections preference page"
2015-03-18 17:33:42 -04:00
Patrick Tasse
833711c77b
Bug 462499 - Set viewer comparator in Remote Connections preference page
...
Change-Id: I082e420e89662ff45051254a714bd22e641a5194
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-18 17:00:16 -04:00
Greg Watson
bc00fb852f
Bug 462503 - Fix for ConnectionExistsException in Remote Connections
...
preference page
Change-Id: Ib49d82a51568d99d7db4bcf0e4d39b00f8c444ed
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-18 16:48:17 -04:00
Patrick Tasse
cbb9d14e0b
Bug 461541 - Fix handling of default attributes in JSchConnectionPage
...
Change-Id: If5fc199c4916f9a3f4fbb97ddaf564899a439d0f
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
2015-03-17 10:13:25 -04:00
Greg Watson
da73772cb7
Fix potential NPEs
...
Change-Id: I1648e8bda4de9129ae15432e73b070d64b8c3e17
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-16 16:02:22 -04:00
Greg Watson
45072181ad
Merge "Bug 461520: Implement service for user authentication"
2015-03-16 15:57:44 -04:00
Bernd Hufmann
21506cdf73
Bug 461520: Implement service for user authentication
...
Change-Id: I6089e1f7012136aa439cdc3456f18f9b8a530e7f
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2015-03-15 20:02:59 -04:00
Greg Watson
7d608a4b5c
Terminal view that is specific to the remote API
...
Change-Id: I9033ed0fd0ec1007bf84fd935d0e5a9efcdff3c1
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-13 11:27:55 -07:00
Greg Watson
d5cb7731db
Bug 457493 - Add support for window terminal size and signals.
...
Change-Id: Iceb1786796c43c70584d6e01824ffe56e9bed255
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-06 22:59:33 -05:00
Greg Watson
fab5645c94
Merge "Bug 461324 - Fix NPE in Remote Connections preference page"
2015-03-05 17:27:15 -05:00
Greg Watson
abe2472d2f
Bug 461249 - Avoid exceptions when attributes are not defined.
...
Change-Id: I7c84e6070c9ce2572efbf74bde4453cee79c5db5
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-05 15:52:50 -05:00
Greg Watson
f1e97d0928
Bug 461324 - Fix NPE in Remote Connections preference page
...
Change-Id: I8cadb829916b0588849e797aa737b6c861598f8a
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-05 15:39:05 -05:00
Greg Watson
d8310d99c0
Bug 461098 - Add support for filtering connection types.
...
Change-Id: I0ead2fcf73e6e1f39ce28078d898202d389b3e50
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-03-04 20:07:51 -05:00
Greg Watson
6e5f7a97bd
Cleanup comments and interfaces.
...
Change-Id: Id7bb77b110963314b0daca143eab6a197a4201b0
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-27 10:50:45 -05:00
Greg Watson
1ad2aeddd6
Change field names and messages to conform to new API.
...
Change-Id: I6a29bc6f3711164d80c20aca02b0a22a7a8d84ea
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-27 09:59:59 -05:00
Greg Watson
6c93815268
Update flag and preference names for new API.
...
Change-Id: Idb0c6d39f569e913efb47085b2455963532a2d56
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-25 16:41:41 -05:00
Alena Laskavaia
566add7ee3
adjusted some messages in the new connection wizard
...
- replace Launch Type with Connection type
- message "Enter name for connection" is not relevant and confusing when
user actually entered it already (and it is set by default too),
replaced with generic message (only visible in the begging and when no
errors)
Change-Id: I4deb8b2a0e878084eaf59030c9bd5d09610d2d78
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
2015-02-23 16:39:47 -05:00
Greg Watson
72289d3ce6
Merge "Bug 460059 - Add handling of file scheme for Local connection."
2015-02-17 12:19:21 -05:00
Doug Schaefer
cf2f51f8ff
Bug 460059 - Add handling of file scheme for Local connection.
...
LocalFileManager is renamed to LocalFileService to fit in with the
standard naming.
Change-Id: I2ac49c64346709bdde0f3b38034cefaea3df913f
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-02-17 12:01:14 -05:00
Greg Watson
666decb0f7
Merge "Bug 460113: Fix IRemoteConnectionHostService definition for build-in SSH"
2015-02-17 11:45:13 -05:00
Greg Watson
12b86bff42
Remove some unneeded exceptions.
...
Change-Id: I019898868080900213663d53d1b943048ae7383c
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-17 09:52:00 -05:00
Bernd Hufmann
d3f785c9ea
Bug 460113: Fix IRemoteConnectionHostService definition for build-in SSH
...
Change-Id: I6a1ee62017c792c33494f49844e3fb2bdfa98c10
Signed-off-by: Bernd Hufmann <Bernd.Hufmann@ericsson.com>
2015-02-17 09:30:24 -05:00
Greg Watson
f431ca6fc3
Add connection host service.
...
Change-Id: Ie9f1edc7750cd4748a6ba15af2e04c39db34dbe4
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-13 17:00:39 -05:00
Greg Watson
71d0786dbb
Update version to 2.0.0
...
Change-Id: Ie21940bc8dd34c455d97eee48d6e6c22e7fd3e6b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-02-13 16:36:53 -05:00
Doug Schaefer
e97eb96c5d
Bug 458583 Remote Services v2 API with UI, Local, and JSch updated.
...
v2 of Remote API. New Services architecture.
Connections are now stored in preferences and loaded by the framework.
Attributes are stored in the preferences. Secure attributes are stored
in the secure preferences. Remote services renamed to connection types.
Remote connections broken up into services. JSch and Local connection
types have been updated to new architecture.
Also moved the tests from core.tests to jsch.core.tests since they
are actually JSch tests and need to reference attribute names from
the jsch.core plug-in.
This is just phase one. Many more changes are expected to clean up
and to fix bugs this introduces.
Change-Id: I62ad2567b0c5ca7d277649879a8d16bec7058d5f
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-02-13 12:33:30 -05:00
Greg Watson
391b74f0a1
Merge remote-tracking branch 'origin/R1_1_maintenance'
2015-01-26 10:49:59 -05:00
Marc-Andre Laperle
e8f83ae762
Bug 458295 - Add SourceReferences to Remote Services plugins
...
This allows the user to clone and checkout the source code of Remote Services
without knowing where the repository is. See:
https://wiki.eclipse.org/PDE/UI/SourceReferences
One use case is to right-click on a plug-in under the Plug-in dependencies in
Package Explorer view and select Import from Repository. Note that for this
EGit needs to be installed.
What this patch does is to let Tycho generate the source references in the
MANIFEST.MF of the built jars. So to test this patch, one can build the update
site locally and inspect the manifests of the (non-source) jars.
Change-Id: I9214bfc31c6d04a6945be398a2c7b10f9a30d204
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-23 14:40:25 -05:00
Greg Watson
6b817f9c6b
Merge "Use authority section when converting a UNC path to a URI so that the connection name is correctly escaped. "
2015-01-19 09:58:54 -05:00
Greg Watson
ef14e0d51c
Merge remote-tracking branch 'origin/R1_1_maintenance'
2015-01-14 16:49:59 -05:00
Greg Watson
262b235b19
Merge "Bug 456102 - Set default proxy to Local" into R1_1_maintenance
2015-01-14 15:40:56 -05:00
Greg Watson
89f28f606f
Merge remote-tracking branch 'origin/R1_1_maintenance'
...
Change-Id: If12178d72a8659030a39053050550e56c12ac871
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-01-07 15:35:12 -05:00
Greg Watson
ce2a1d3c28
Add category names to repo.
...
Change-Id: I7d0fd733c876d36d46bfbaee833915e0b3707191
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-01-07 15:31:18 -05:00
Greg Watson
c528e65e98
Bug 456102 - Set default proxy to Local
...
Change-Id: Ie43f61dc7a29f00957759ef0518ab5928efb475b
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-01-06 12:23:43 -05:00