1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 15:05:36 +02:00
Commit graph

41 commits

Author SHA1 Message Date
Greg Watson
0c09911da5 Merge "Bug 461520: Fix user authentication service" 2015-06-05 12:12:49 -04:00
Greg Watson
7a5e2454ef Bug 461520: Fix user authentication service
Change-Id: I64873881d8f201cb708ac92e26dc1a150e838ddf
Signed-off-by: Greg Watson <g.watson@computer.org>
2015-06-05 12:05:24 -04:00
Martin Oberhuber
7ebba3a6a2 Bug 468889 - Allow Eclipse 3.8.2 after testing confirmed it works fine
Change-Id: Id9d692160cdd2355f6cdc26711d350d071385abb
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2015-06-04 08:38:24 +02:00
Martin Oberhuber
4488f6ff37 Bug 468889 - Support Eclipse older than Mars (tested on Kepler)
Change-Id: I660efe3602e74c3d724707d597a620eda286589c
Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com>
2015-05-31 02:17:30 +02:00
Doug Schaefer
1f9f3a19a0 Icons missing from the build.properties file. Added them.
Also missing some properties files.

Change-Id: I35a350bd33a4df2376df3f50d2a439335ba2943d
2015-05-21 10:26:30 -04:00
Doug Schaefer
a278a865a1 Bug 466786 added images amongst other things
Added images including the error overlay for when connections are
closed. Made the resulting label provider public so it can be reused
by the launch bar.

Fixed a bug with the JschConnection factory which was creating new
connections everytime asked resulting in great weirdness. Added getting
list of services to the IRemoteConnectionType API and separated
out the three types of services.

Added open and close connection commands for the Connections view.

Changed connection type capabilities to booleans and removed unused
ones.

Removed launch config service. Found a better way to pass targets
to launch configs that will actually work.

Change-Id: I99d85f72d496f42d6ba790bd1b91943ea869c12b
Signed-off-by: Doug Schaefer <dschaefer@qnx.com>
2015-05-17 22:31:32 -04:00
Marc-Andre Laperle
9753ed7aad Bug 454063 - Require o.e.core.runtime 3.11.0 because of new API usage
Change-Id: I7b605d7e5874a5338f2c8a45bcc4a623c75b86f5
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-05-05 17:24:05 -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
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
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
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
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
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
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
Roland Schulz
b1903767f3 Bug 424627 - Fix password login with pubkey available
Put password the first in PreferredAuthentications so that password is
used when password is selected by the user.

Also
- remove the "File with private key" field
- remove the get/setKeyFile from the JSchConnection
- add a link to the network connections preference page
- swap the order of the public key/password areas
- make public key the default

Change-Id: I5aea011e41fd0097aa51b052ab1386d431362ec8
2014-11-13 12:04:07 -05:00
Roland Schulz
42972f1999 Fix JSchConnection Proxy Link
Change-Id: I0d19974cdb7294aa9db1f7aa4b0ed0058d9af5ea
2014-11-11 18:22:18 -05:00
Roland Schulz
c563ea3f0e Bug 345329 - Add SSH proxy
Allows to connect over any ssh server as gateway or over any other
proxy by executing a local or remote command (such as netcat, corkscrew, ...).

Change-Id: I413c22cb588d8560d8db9ac877fb04f8331456aa
2014-10-17 12:29:45 -04:00
Roland Schulz
5ee4fa818a Cleanup some Jsch files
Source->Cleanup for files changed by child commit.

Change-Id: I787b623fc0832df3bf98cc1b89edc69f461235e2
2014-10-16 11:56:09 -04:00
Roland Schulz
d83bd777dc Bug 445425 - Fix username being deleted by interactive dialog
Change-Id: Ic46e937f6c8559971136fb4d37cb049747eae983
2014-10-13 23:04:43 -04:00
Greg Watson
1296420f07 Update version to 1.1.1 2014-09-23 22:17:46 -04:00
Greg Watson
3860c54cc0 Bug 437560 - Add new API to return contents of text field
Change-Id: Ib14c69752e61ee7e03c37834f16923b5b41f16ef
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 15:27:53 -05:00
gwatson
e2705cfd34 Update version to 1.0.1 2014-06-26 14:48:05 -04:00
Roland Schulz
fdcc7b3987 Bug 436096 - Fix Tab order in Connection dialog
Shouldn't be necessary because it should be the default
order. But on Linux and Windows (but not OSX) it somehow
isn't the correct without.

Change-Id: Ifb0babe7c0014b07510ef9789e274f1d8e83829c
2014-06-09 12:30:14 -04:00
Greg Watson
5a6ab10f37 Bug 436096 - Increase width of port and timeout fields.
Change-Id: Ic775bdd4a608deb9a0bf2bd1b4dd5bbced5ea3b3
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-09 10:54:26 -04:00
Greg Watson
dad71b863b Bug 428658 - Add a default Authenticator
Change-Id: I9e2e3ced3c1d3a0b9fb97e685d3836b586cc98a0
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-07 00:07:26 -04:00
Greg Watson
79bf8fb436 Bug 436880 - Only flag change if something has actually changed.
Change-Id: I56313985ea703c0c602166e4c1cb1fb1211cb702
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-06 15:16:45 -04:00
Greg Watson
d2d6c71758 Bug 430211 - Fix open failure if host is not known.
Change-Id: I6345d2068261f19751320315b26f1513e671b125
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 17:14:44 -04:00
Chris Navarro
fa67010349 Bug 427153 - Update Jsch connection name when modified
Change-Id: Ibeb2ac8d3bd06ff242ffcac93d82e46f7b4a6344
Signed-off-by: Chris Navarro <cmnavarr@illinois.edu>
2014-05-22 10:23:08 -05:00
Greg Watson
93ecdc6948 Allow browser to select files, directories or resources.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-23 16:32:20 -05:00
Greg Watson
a4895a48d7 Add API to set connection in browser.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-23 11:19:36 -05:00
Greg Watson
80792af690 Add progress monitor to RemoteResourceBrowser.
Change RemoteResourceBrowserWidget to return IFileStore instead of
String.

Signed-off-by: Greg Watson <g.watson@computer.org>
2013-12-19 11:36:45 -05:00
Greg Watson
3882867d49 Update execution environment to 1.6.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-10-07 16:18:15 -04:00
Greg Watson
bfd74f8717 Fix incorrectly named packages.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-10-07 15:15:13 -04:00
Greg Watson
2369f72979 Add UI prompting for password/passphrase.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-10-07 14:59:26 -04:00
Greg Watson
c22656936a [417810] - Fix support for specifying private key an passphrase.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-27 17:37:51 -04:00
Greg Watson
c7f1824eec [417962] - Fix editing connections.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-24 16:24:52 -04:00
Greg Watson
446ee9f33f Hide text in password and passphrase fields.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-23 15:11:03 -04:00
Greg Watson
950f2d8bbb Ignore more build artifacts.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-23 09:42:05 -04:00
Greg Watson
c8f08a419f Various pom fixes.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 08:45:30 -04:00
Greg Watson
f01d8e3a10 Add repo and build dirs.
Signed-off-by: Greg Watson <g.watson@computer.org>
2013-09-20 08:32:02 -04:00
Greg Watson
484ed91c60 Move to subdirectories 2013-09-19 21:01:47 -04:00