Martin Oberhuber
|
a604bc4c50
|
Workaround bug 153118 - ssh hangs when trying to create empty file
|
2006-08-08 16:57:01 +00:00 |
|
David McKnight
|
80981eee1e
|
defect 149133 - use absolute to indicate local receiver file rather than mapping
|
2006-08-08 15:15:16 +00:00 |
|
Martin Oberhuber
|
a219176dd1
|
Fix ssh shell session timeouts by using a separate Thread.
Improve ssh terminal handling (backspace)
|
2006-08-08 14:14:31 +00:00 |
|
David McKnight
|
f2e6f47b3f
|
removed unused property strings
|
2006-08-08 13:17:03 +00:00 |
|
David McKnight
|
5ab5c04a65
|
watch exception when getting shell
|
2006-08-08 13:01:51 +00:00 |
|
Martin Oberhuber
|
625103658e
|
Improve javadoc comments
|
2006-08-08 08:59:05 +00:00 |
|
Martin Oberhuber
|
a8925af740
|
Fix some externalized strings warnings
|
2006-08-08 08:58:33 +00:00 |
|
Martin Oberhuber
|
328e07f782
|
Remove unnecessary check after instanceof
|
2006-08-08 08:36:50 +00:00 |
|
Martin Oberhuber
|
1f3cf11369
|
Remove unnecessary check after instanceof
|
2006-08-08 08:34:20 +00:00 |
|
David Dykstal
|
25deb8be8d
|
bug 149331 - Change some internal classes from public to private so they don't show up in the API reference. Modified tutorial and example to use ISystemFilter instead of SystemFilter.
|
2006-08-07 19:28:45 +00:00 |
|
Martin Oberhuber
|
d1dd0b13db
|
Set a useful name for SshShellOutputReader
|
2006-08-07 18:16:05 +00:00 |
|
David Dykstal
|
96842affa0
|
bug 150904 - getIconPath was changed back to providing the trailing "/".
All code using getIconPath (including samples and tutorials) was checked to ensure this was taken into account.
|
2006-08-07 15:45:56 +00:00 |
|
David McKnight
|
0238daf805
|
use EFS null store when unable to connect
|
2006-08-02 15:56:35 +00:00 |
|
David McKnight
|
20df494a4a
|
look for active connection for host before inactive
|
2006-08-02 15:31:45 +00:00 |
|
David McKnight
|
5230031f6d
|
look for active connection for host before inactive
|
2006-08-02 15:30:49 +00:00 |
|
David McKnight
|
d3b837471f
|
Bug 142968 - more IBM strings to change
|
2006-08-02 14:53:24 +00:00 |
|
David McKnight
|
59468c61ba
|
Bug 142968 - more IBM strings to change
|
2006-08-02 14:34:36 +00:00 |
|
David McKnight
|
6bae465c8c
|
Bug 149133 - adding rules so that the same file can not be concurrently transferred
|
2006-08-02 14:33:05 +00:00 |
|
Kushal Munir
|
8dcdc17ebc
|
Bug 149150
|
2006-08-01 19:14:04 +00:00 |
|
David McKnight
|
a9b455c205
|
delete when the parent is the tree itself
|
2006-08-01 18:33:23 +00:00 |
|
David McKnight
|
c13f860b64
|
port range support for daemon
|
2006-08-01 17:25:48 +00:00 |
|
David Dykstal
|
836e33b3fe
|
bug 149331 - moving AbstractResource to an API package from an internal package so that it appears as part of the API.
|
2006-08-01 16:36:47 +00:00 |
|
David McKnight
|
9c9dffd03c
|
no user actions icons and team categories
|
2006-08-01 16:13:03 +00:00 |
|
Kushal Munir
|
2c92c2ccb0
|
Bug 148969
|
2006-08-01 16:06:29 +00:00 |
|
David McKnight
|
0590f6e4b0
|
support case where daemon and server use differnet keystores
|
2006-08-01 15:45:34 +00:00 |
|
David Dykstal
|
3cf7398481
|
bug 149331 - updating extension point schemata to remove etools references.
|
2006-08-01 02:22:17 +00:00 |
|
David McKnight
|
c770d4358e
|
getting rid of "ibm"
|
2006-07-31 20:43:50 +00:00 |
|
David McKnight
|
8383669ac8
|
getting rid of "ibm"
|
2006-07-31 20:27:08 +00:00 |
|
David McKnight
|
fd2e5014bb
|
Use default display rather than the shell for the listener - since listener.getShell() can't work off the main thread.
fix for defect 150919
|
2006-07-31 20:25:19 +00:00 |
|
David McKnight
|
c1d279a102
|
added a wait() to ensure poll query job completes before the next gets executed.
Fix for 150953
|
2006-07-31 17:21:36 +00:00 |
|
David McKnight
|
92c597cd0f
|
Fix for defect 150924
Don't do poll query when disconnected.
|
2006-07-31 16:49:53 +00:00 |
|
Martin Oberhuber
|
314a81dd22
|
Allow remote commands for ssh shell service
|
2006-07-31 16:45:19 +00:00 |
|
David McKnight
|
e29fce740d
|
removed unused properties
Fix for defect 149143
|
2006-07-31 16:30:38 +00:00 |
|
David McKnight
|
27746a536e
|
SubSystemFactory -> SubSystemConfiguration
Fix for Defect 150496
|
2006-07-31 16:21:36 +00:00 |
|
David McKnight
|
46fed2bfe1
|
move IActionFilter to IDataElementActionFilter. Fix for defect 150803.
|
2006-07-31 15:02:14 +00:00 |
|
Martin Oberhuber
|
d337eab9cc
|
Fix warnings in dstore.doc.isv build
|
2006-07-27 13:39:31 +00:00 |
|
Martin Oberhuber
|
1003ed6e14
|
Fix more obvious javadoc warnings (707 remaining)
|
2006-07-27 12:35:24 +00:00 |
|
Martin Oberhuber
|
06b4d2269c
|
Fix some obvious javadoc warnings (733 remaining)
|
2006-07-27 12:16:36 +00:00 |
|
Martin Oberhuber
|
7a2be0808b
|
Fix some externalized Strings warnings and incorrect icon pathes
|
2006-07-27 11:36:52 +00:00 |
|
Martin Oberhuber
|
cbbf547366
|
Organize Imports: Remove unnecessary imports
|
2006-07-27 11:16:12 +00:00 |
|
David McKnight
|
41f13fa015
|
allow non-ssl for server when ssl is used for daemon
|
2006-07-26 17:02:17 +00:00 |
|
David McKnight
|
1226ebf334
|
try non-ssl if there is a ssl handshake exception during with server
|
2006-07-26 16:48:53 +00:00 |
|
Martin Oberhuber
|
6e9bacb11b
|
bug 145539 - update about.html files. Note the trademark info in ssh plugins.
|
2006-07-25 16:00:51 +00:00 |
|
Martin Oberhuber
|
634c59ae2e
|
Replace eclipse32.gif feature image by eclipse32.png
|
2006-07-25 09:29:50 +00:00 |
|
Martin Oberhuber
|
36d45968e9
|
Remove private file committed by accident
|
2006-07-20 15:29:25 +00:00 |
|
Martin Oberhuber
|
9e35dc1808
|
Add RSE Update Site Project
|
2006-07-20 15:28:03 +00:00 |
|
Martin Oberhuber
|
6bb6da14b2
|
Apply patch for bug 150955 - ADAPTER IS NULL warnings
|
2006-07-19 07:35:27 +00:00 |
|
Martin Oberhuber
|
4269bd09fa
|
Apply patch for bug 150938 - static factory methods for PropertyType
|
2006-07-18 12:51:53 +00:00 |
|
Martin Oberhuber
|
9353e792c0
|
Apply patch for bug 150930 - Fix NPE in ServicesViewer
|
2006-07-18 12:16:42 +00:00 |
|
Martin Oberhuber
|
f355260209
|
Apply patch for bug 150929: handle supportsUserId() properly
|
2006-07-18 11:48:56 +00:00 |
|