aboutsummaryrefslogtreecommitdiffstats
path: root/sshlib/src/main/java/com/trilead/ssh2/Connection.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5 from kruton/indirect-proxyKenny Root2015-10-081-84/+0
|\ | | | | Allow indirect proxy classes to implement their own functions
| * Remove the authenticateWithDSA methodKenny Root2015-10-081-59/+0
| | | | | | | | | | This has been deprecated for quite a while and using DSA should be discouraged.
| * Remove tcpNoDelay settingKenny Root2015-10-081-25/+0
| | | | | | | | | | This conflicts with more advanced proxy transports that don't support this, so just remove it altogether.
* | Fix typo in javadoc about encryptionKenny Root2015-10-081-1/+1
| |
* | Add mentions of EC keys where DSA and RSA are mentionedKenny Root2015-10-081-11/+12
| | | | | | | | | | EC keys have been supported by this library for a while, so the documentation should be updated to reflect that fact.
* | Add Javadoc for user argumentKenny Root2015-10-081-1/+1
|/
* Rename project to sshlibKenny Root2015-07-181-0/+1628