aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/transport/SSH.java
Commit message (Expand)AuthorAgeFilesLines
* Move PublicKey decoding out of PubkeyBeanKenny Root2013-04-161-1/+1
* Add ECDSA supportKenny Root2013-02-041-0/+2
* Remove J2ME compatibility layer for keysKenny Root2013-02-031-24/+28
* Move public key functions into Pubkey classKenny Root2011-10-151-2/+1
* Fix inverted logic for in-memory key useKenny Root2010-03-131-1/+1
* Remove isSavingKeys() from TerminalManagerKenny Root2010-03-131-4/+2
* First pass at fixing auto-reconnectKenny Root2010-03-081-0/+8
* Change license for contributed works to APL 2.0Kenny Root2010-02-081-16/+15
* Trilead port forwards can throw many exceptionsKenny Root2010-02-071-3/+3
* Allow browsable URIs for ssh, telnet, localKenny Root2009-12-281-1/+10
* Detect servers that lie about keyboard-interactiveKenny Root2009-12-231-1/+5
* Switch pref of interactive and password methodsKenny Root2009-12-201-9/+9
* Fix tracking of enabled remote port forwardsKenny Root2009-10-241-1/+1
* Only listen on localhost for dynamic port forwardsKenny Root2009-07-081-1/+2
* Add "stay connected" preference to hostsKenny Root2009-07-061-4/+10
* Externalize the last few strings lingering in SSH and TerminalBridgeKenny Root2009-06-271-14/+14
* Add confirm-use and lifetime constraints to individual pubkeysKenny Root2009-06-261-12/+31
* Clean up auth agent forwarder, add auth agent lockingKenny Root2009-06-261-0/+23
* Add authentication agent forwardingKenny Root2009-06-251-3/+78
* Do not allow enabling or disabling port forwards before authentication in SSH...Kenny Root2009-06-241-1/+9
* Properly disconnect SSH when remote host ends tKenny Root2009-06-171-1/+4
* Various fixes for transports branch bugsKenny Root2009-06-171-2/+6
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-0/+3
* Add hints for transport destination formats (username@hostname, etc)Kenny Root2009-06-151-0/+8
* Add multiple transportsKenny Root2009-06-151-0/+785