aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/channel
Commit message (Collapse)AuthorAgeFilesLines
* Rename project to sshlibKenny Root2015-07-1813-3621/+0
|
* Fix various javadoc errorsKenny Root2015-07-181-1/+2
|
* Fix line endingsKenny Root2013-04-1111-2757/+2757
|
* Use RSA CRT keys for speedKenny Root2013-02-041-5/+9
|
* Add ECDSA supportKenny Root2013-02-041-33/+55
|
* Remove J2ME compatibility layer for keysKenny Root2013-02-032-36/+80
| | | | | | 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.
* Attempt to fix CLOSE_WAIT problemKenny Root2011-05-055-14/+15
|
* License contributed works as APL 2.0, 2nd passKenny Root2010-02-082-15/+32
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@472 df292f66-193f-0410-a5fc-6d59da041ff2
* Support SOCKS 4a extension for resolving hostnames remotelyKenny Root2009-07-091-15/+8
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@363 df292f66-193f-0410-a5fc-6d59da041ff2
* Do not rely on jsocks ProxyServer; implement our ownKenny Root2009-07-091-28/+120
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@361 df292f66-193f-0410-a5fc-6d59da041ff2
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-3/+24
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@334 df292f66-193f-0410-a5fc-6d59da041ff2
* Clean up auth agent forwarder, add auth agent lockingKenny Root2009-06-261-67/+130
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@332 df292f66-193f-0410-a5fc-6d59da041ff2
* Add authentication agent forwardingKenny Root2009-06-252-0/+463
| | | | git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@331 df292f66-193f-0410-a5fc-6d59da041ff2
* Reduce allocations in read and write path, pass 1 (there is still more ↵Kenny Root2009-06-011-4/+5
| | | | | | allocation badness in insertLine to take care of) git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@252 df292f66-193f-0410-a5fc-6d59da041ff2
* Comply with RFC 4254 on window-change packetKenny Root2009-01-231-10/+4
| | | | | | * Always send false for "want reply" * We don't need to wait since a reply should not be sent. * Allow the sending of (informational) pixel dimensions.
* * Add dynamic port forwarding.Kenny Root2008-11-081-0/+199
|
* * WARNING: this build is broken lolJeffrey Sharkey2008-09-111-1/+2
| | | | | | | | | | * moving more stuff over to new frontend gui in org.connectbot * found out that we dont need a contentprovider to make desktop shortcuts, will be easy to add ssh://user@host/ uri shortcut handling * new host-editing backend that uses preferences hack, will blog about this technique later today * using colors to categorize hosts (does this work?) * moved host-specific options (like disconnect/edit/delete) to long-tap menu instead of main menu
* * moved all terminal logic into a Service backend. connections are held in ↵Jeffrey Sharkey2008-08-271-0/+30
| | | | | | | | | | | | | | | | | | place by a TerminalBridge, which keeps the connection alive and renders the screen to a bitmap if provided. a Console creates TerminalViews for each bridge while it is active, and handles panning back/forth between them. * volume up/down controls will change console font size * extended trilead library to support resizePTY() command * left/right screen gestures will pan between various open consoles * up/down screen gestures on right-half will look through scrollback buffer * up/down screen gestures on left-half will trigger pageup/down keys * broke ctrl+ keyboard mapping, will need to bring back over from older code
* Update Trilead SSH-2 for Java from build 211 to build 213Kenny Root2008-08-262-35/+111
|
* Initial import.Kenny Root2007-11-1711-0/+2599