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
Greg Watson
d77fa7f2b8
Merge with master
...
Change-Id: I83939d136c0419f68601ddde8eae24e547869205
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-12-10 19:01:53 -05:00
Greg Watson
5a627b8184
Bug 452757 - Handle null attribute values
...
Change-Id: I99be71f80f14ae0befafd003010e3130404ed578
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-12-03 15:00:40 -05:00
Greg Watson
c6c146049c
Merge "Bug 453332 - Rename "Connections" to "Remote Connections" in preferences."
2014-11-28 19:19:59 -05:00
Greg Watson
8e17e4fdc5
Bug 453332 - Rename "Connections" to "Remote Connections" in
...
preferences.
Change-Id: I7c19d57c0ec879c300b7eac6a2b340acae7860c7
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-11-26 12:49:29 -05:00
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
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
John Eblen
cda4c419d6
Merge "Fix JSchConnection Proxy Link"
2014-11-13 11:51:52 -05:00
Roland Schulz
42972f1999
Fix JSchConnection Proxy Link
...
Change-Id: I0d19974cdb7294aa9db1f7aa4b0ed0058d9af5ea
2014-11-11 18:22:18 -05:00
Greg Watson
a78deb1ffc
Merge "Bug 449306: Unnecessary access to secure storage by JSchConnection "
2014-11-11 17:24:11 -05:00
Greg Watson
84c898f16a
Bug 450350 - Change connection timeout default to 0
...
Change-Id: Ibbe79ec1555f33c8b14dc1a747bf310f162cfc8d
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-11-06 17:00:04 -05:00
Markus Schorn
c096be5127
Bug 449306: Unnecessary access to secure storage by JSchConnection
...
Change-Id: I7e2372e9e059b71d69676d6c0fe3aba71057a009
Signed-off-by: Markus Schorn <markus.schorn@windriver.com>
2014-11-04 14:42:28 +01: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
e70802ab61
Fix build failure if directory can't be removed.
...
Change-Id: I6a34be72f80ab56bc5ba890d7ca5f70f4cc4a8fd
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-10-13 18:20:46 -04:00
Greg Watson
db68d9779d
Automatically open closed connection when performing FileStore
...
operations.
Change-Id: I26059d8be488c32722d5a25d75cb56fe1c0eb462
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-10-13 17:17:16 -04:00
Greg Watson
b3dbbaca76
Add check to prevent possible NPE
...
Change-Id: I5e653f8e32484f6bcda5d13f78b1b3c712cf888c
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-09-24 09:15:44 -04:00
Greg Watson
1296420f07
Update version to 1.1.1
2014-09-23 22:17:46 -04:00
Greg Watson
137f306ed5
Bug 443723 - Fix invalid test of DIRECTORY_BROWSER option
...
Change-Id: I36f7827ba092611e4247b91f7c779a962c50569f
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-09-11 11:08:04 -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
Greg Watson
1ab074695f
Merge remote-tracking branch 'origin/R1_0_maintenance'
2014-08-14 15:25:09 -04:00
Greg Watson
ecce443c73
Merge with R1_0_maintenance
...
Change-Id: I74cb53e886fa54450ea13544a9c53ac7457f75d1
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 14:16:16 -05:00
Greg Watson
94a64a1579
Change build location.
...
Change-Id: Iac282c66e9e0ef0adebc4f52eedf35329314f4d6
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 14:03:03 -05:00
Greg Watson
64c0a2dc84
Bug 441597 - Add new folder name dialog
...
Change-Id: I0128deb7a3c6dffef846cd358b77676703532e34
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 13:54:53 -05:00
Greg Watson
f2be749153
Bug 440993 - return a file store for #getStore(IPath)
...
Change-Id: I1f39423a8b667c001c8dec8e4914396546536e64
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-14 13:54:31 -05:00
Alexander Kurtakov
e87bfd839e
Fix build.
...
4.4milestones repo is gone now and in order to use final 4.4 Tycho 0.20
is needed.
Also ignore target/ dirs to get sane output of git status.
Change-Id: Iab3a807645c9fce737de5e5a8239d89d0c63eaf3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-08-14 13:54:17 -05:00
John Eblen
b32a66fc95
Bug 439607 - Can't delete directories from synchronized projects
...
Change-Id: I3b8a8aeef6200a92fd5623c259060c3031836809
Signed-off-by: John Eblen <jeblen@acm.org>
2014-08-14 13:54:10 -05:00
Greg Watson
b3f5531dbf
Revert "Bug 437560 - Add new API to return contents of text field"
...
This reverts commit 0a9379e119
.
2014-08-14 13:45:30 -05:00
Greg Watson
37095ff1f1
Bug 441597 - Add new folder name dialog
...
Change-Id: I0128deb7a3c6dffef846cd358b77676703532e34
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-12 23:09:16 -04:00
Greg Watson
0a9379e119
Bug 437560 - Add new API to return contents of text field
...
Change-Id: If8351267e39bc934a12d431ede6748dff1b69873
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-12 17:14:05 -04:00
Greg Watson
52e01f7339
Bug 440993 - return a file store for #getStore(IPath)
...
Change-Id: I1f39423a8b667c001c8dec8e4914396546536e64
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-08-01 11:34:21 -04:00
Greg Watson
559dd99ea8
Merge "Bug 437083 - Improve error message if ssh fails"
2014-07-29 09:14:21 -04:00
Greg Watson
5f0cea6a32
Merge "Bug 439607 - Can't delete directories from synchronized projects"
2014-07-29 09:05:51 -04:00
Alexander Kurtakov
5bdf087607
Fix build.
...
4.4milestones repo is gone now and in order to use final 4.4 Tycho 0.20
is needed.
Also ignore target/ dirs to get sane output of git status.
Change-Id: Iab3a807645c9fce737de5e5a8239d89d0c63eaf3
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-07-23 09:36:53 +03:00
John Eblen
69492aa8ea
Bug 439607 - Can't delete directories from synchronized projects
...
Change-Id: I3b8a8aeef6200a92fd5623c259060c3031836809
Signed-off-by: John Eblen <jeblen@acm.org>
2014-07-15 14:00:11 -04:00
gwatson
0f5f0fbbcb
Merge remote-tracking branch 'origin/R1_0_maintenance'
2014-06-26 14:55:21 -04:00
gwatson
e2705cfd34
Update version to 1.0.1
2014-06-26 14:48:05 -04:00
gwatson
e9340257aa
Merge from M1_0_maintenance
...
Change-Id: I357dedf01c2621de6617cd50d3671046b627f3d5
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 14:41:30 -04:00
gwatson
087e4aafbf
Make update_versions script work
...
Change-Id: I219502605284a8cf4f7235390b453a4e6720ad42
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:33:46 -04:00
gwatson
bec4821d63
Add update_versions script
...
Change-Id: I65d80b51788743fe40457b02d9372f63395f3093
Signed-off-by: gwatson <g.watson@computer.org>
2014-06-26 11:07:16 -04:00
Greg Watson
8149858afc
Bug 437842 - Fix setInitialPath() so it works.
...
Change-Id: Ic8599552b1c1b9b99743bd73429b60a1d73dc29f
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-20 15:53:34 -04:00
Roland Schulz
b511b31ad1
Bug 437083 - Improve error message if ssh fails
...
Execute loadEnv once before trying sftp to make sure exec works.
This way we don't assume it is an sftp problem if the ssh
connection doesn't work at all. To make this work throw an
exception if ExecCommand fails (if exit code != 0). ExecCommand doesn't
have a way to check exit code. Thus this also fixes that if any command
executed with ExecCommand failed, the calling code didn't notice.
Change-Id: I30b8baa0d87166e179fad67643e31a9f17c8ead2
Signed-off-by: Roland Schulz <roland@utk.edu>
2014-06-11 16:43:24 -04:00
Roland Schulz
407382d8af
Bug 437083 - Connection error "session is down"
...
isOpen is expected to cleanup old sessions but didn't do so if fIsOpen
is false.
Change-Id: I65290d06eec51f65281c9f7eb16eba7e3bb5dcc9
2014-06-10 15:19:42 -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
Roland Schulz
f2a8c2053e
Bug 428658 - fix keyboard-interactive authentication
...
Also removes unnecessary code for firstTry for password/
keyboard-interactive. And fixes firstTry for pubKey auth.
JSchConnection.newSession is storing the password with
session.setPassword. This password is used first before
jsch is using the UserInfo to prompt. Thus it isn't
necessary to return from the prompt first the same
stored password.
Change-Id: I17a4ae057fc595c2afe452c550bf47b70b696ef4
2014-06-09 08:32:57 -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
0df67c311c
Bug 436390 - Fix new connection status.
...
Change-Id: Ib90b507abb7c8c1b8bcb4a2d91e06de988103172
Signed-off-by: Greg Watson <g.watson@computer.org>
2014-06-02 22:47:17 -04:00