aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/Connection.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to sshlibKenny Root2015-07-181-1628/+0
|
* Fix various javadoc errorsKenny Root2015-07-181-1/+1
|
* Fix line endingsKenny Root2013-04-111-1628/+1628
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-4/+7
| | | | | | Use JCE instead of the DIY crypto library that is in Trilead. This was apparently for J2ME devices. Well, I'm sorry, J2ME devices, you're dead to me.
* Fix to SSH library to allow SSH protocol debuggingKenny Root2009-04-151-0/+2
|
* * Add compression option to hostsKenny Root2008-11-111-0/+21
|
* * Add dynamic port forwarding.Kenny Root2008-11-081-0/+52
|
* * First pass at publickey authentication.Kenny Root2008-10-291-0/+52
| | | | | | | | * RSA and DSA keys can be generated (not imported yet). * RSA and DSA keys can be copied to the clipboard and deleted. * Encrypted keys are not tried right now, only unencrypted. * Restore Marcus's name (Jeffrey, fix your editor!) * Fix a typo in the EULA.
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-261-241/+383
|
* Initial import.Kenny Root2007-11-171-0/+1356