Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17Use String.contains instead of indexOfLars Vogel1-1/+1
Change-Id: I46605c9328b8f30d8a48737681adfb71c31e9183 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2019-06-15Use jdk 5 for-each loopI20190616-1800I20190615-1800Carsten Hammer2-26/+22
Replace simple uses of Iterator with a corresponding for-each loop. Also add missing braces on loops as necessary. Change-Id: I8cee98245fb49892d80949d1dcda89c9bf72f3e4 Signed-off-by: Carsten Hammer <carsten.hammer@t-online.de>
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski16-3084/+3084
This change fixes space or mixed tab/space indentations in all Java files. This also includes two or three space indentations and even fix most stray single spaces in indentations. The change includes only whitespace formatting and no code changes. Change-Id: I4149aaf4e48ccf7b49083f36d52e0c7a67433c7d
2019-04-17Remove useless non-javadoc/@see comments. (take 4)I20190417-1800Alexander Kurtakov6-62/+40
Put @Override instead where needed. Change-Id: I3798bfbb5fd3c05c16531f7fac7885d2f6eb65b7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-04-17Remove useless non-javadoc/@see comments.Alexander Kurtakov6-66/+40
Put @Override instead where needed. Change-Id: Ib198807a342501579ed484a02e5231a4f06e5a59 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2019-02-14Resolve raw type warningsI20190215-0055Karsten Thoms2-10/+16
Change-Id: I5a66afa307f4a830c3766c2c54a8ac2a371f90be Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-11-22Bug 541429 - empty windows accompanying cvs+extssh dialogsAlexander Kurtakov1-2/+16
Consult PlaformUI for active shell if there is one use it, otherwise create new shell like it is now. Change-Id: Ib83b2c6f8c93dae4c25b8574481226ea21db31e1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-30Even more lambda conversions.Y20181030-0940Alexander Kurtakov1-31/+8
Change-Id: I621c582be5c5afba330cacb1f3d635465c41158a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-10-30Lambda conversions.Alexander Kurtakov3-113/+131
Change-Id: I82abbfbcfd6d7485cf76711d685f79030f5b7306 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2018-08-27Bug 535802 - EPL 2.0 conversion for team bundlesLars Vogel17-51/+102
Change-Id: I073c57899401ab31237c02f74fe9c049dcaefe5d Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-28Removes trailing whitespace from org.eclipse.jsch.uiI20180702-0435I20180701-2000I20180630-1500I20180629-2000I20180629-0420I20180629-0400Lars Vogel13-260/+260
Change-Id: I65e095b8ca684d26b971012618d02832d0b8e987 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-06-28Bug 536399 - [Dark Theme] ssh preference page tabs not styledI20180628-2000Lars Vogel1-11/+11
Change-Id: I1c3828bbee4ff25be0ef2a50a5524a9c54d2009b Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2018-04-18Bug 533755 - Direct use of IStructuredSelectionI20180420-2000I20180419-2000I20180418-2000Alexander Kurtakov1-2/+2
Instead of getSelection and cast. Touched files have been converted to lambdas and useless @see comments removed. Change-Id: I249927f61cab0dfd2a1645b6aee3b0a1cc9760f1 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2014-12-02Bug 179924 - [SSH2] SSH connection should respect ssh-agent in publickeyI20141216-0800I20141210-2000I20141210-0800I20141209-2000I20141209-1115I20141209-0800I20141208-2000I20141208-0800I20141207-2000Atsuhiko Yamanaka3-4/+77
authentication * The extension point identityrepository is added. The connectors to ssh-agent and pageant will implement IIdentityRepositoryFactory, and those implementations will be given through this entry point. * A preference page is added to manage connectors. Connectors will provide an implementation of IIdentityRespositoryFactory, which allows to communicate with agents like ssh-agent and pageant. Change-Id: Id1a8691ecb1202e204705c70831d4d18133f5979
2013-11-06Fixed bug 421145: CVSSSH2PreferencePage_144=&Key Exchange Methods introduces ↵Dani Megert1-2/+2
mnemonic conflict
2013-10-24Bug 407660 - Add JSch 0.1.50 to PlatformAtsuhiko Yamanaka3-4/+333
2011-08-11Bug 351094 - SSH2 Key Management Comment Field stuck on RSA-1024yamanaka1-3/+42
2011-05-05Updated CopyrightsTomasz Zarna2-2/+2
2009-08-08Bug 262515 [SSH2] An undetermined authentication failureyamanaka3-10/+232
* applying a patch that allows for method order selection * https://bugs.eclipse.org/bugs/show_bug.cgi?id=262515#c20
2009-01-26bug 261802: [SSH2] Typo when overwriting private key on saver35x_20100210-1114Tomasz Zarna1-2/+2
2008-09-22bug 247815: [CVS UI] Correct typo in method in UserInfoPrompterTomasz Zarna1-3/+3
2008-08-06Bug 189144yamanaka1-1/+5
[CVS UI][SSH2] KeyboardInteractiveDialog should respect the argument 'echo'
2008-04-14bug 222124: Use secure storage to save passwords (JSch part)Tomasz Zarna6-88/+9
2007-11-02Bug 204138 [SSH2] UI for SSH2 should be pushed down from CVS to jsch.yamanaka8-79/+948
2007-06-22Bug 190626 [SSH2] TVT33:TCT436: IW: Fingerprint filed is RTL and garbledMichael Valenta1-2/+2
2007-05-25Bug 189032 javadoc errors in platform doc isv in I20070524-0800Michael Valenta1-3/+3
2007-05-16Bug 179295 [Doc] Add doc for Proxy and SSH2 preference pages and APIMichael Valenta1-1/+1
2007-04-05Bug 180586 javadoc warnings in N20070401-0010Michael Valenta1-0/+14
2007-03-16Updated copyrightMichael Valenta2-2/+2
2007-02-26Made JSch an OSGi serviceMichael Valenta5-4/+29
2007-02-20*** empty log message ***Michael Valenta1-2/+2
2007-02-20Bug 170883 [SSH2] jsch connection preferences should be made public below ↵Michael Valenta8-24/+914
"Internet" category
2007-02-19Bug 170883 [SSH2] jsch connection preferences should be made public below ↵Michael Valenta10-0/+1979
"Internet" category

    Back to the top