aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/transport
Commit message (Expand)AuthorAgeFilesLines
* telnet: try all addresses for hostKenny Root2015-04-191-1/+18
* ssh: display the key exchange algorithm usedKenny Root2015-04-191-0/+2
* Telnet: ensure port number is below maximumKenny Root2015-04-171-2/+2
* Provide more context for SSH connection failuresKenny Root2015-04-051-1/+5
* Break circle since connectionLost should not call closeKenny Root2015-04-031-2/+2
* Fix JavaDoc (okay, not much of an improvement)Kenny Root2015-04-031-1/+2
* Do not try to resize local PTY before connectionKenny Root2015-03-271-0/+5
* 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-084-0/+29
* Change license for contributed works to APL 2.0Kenny Root2010-02-085-80/+75
* Trilead port forwards can throw many exceptionsKenny Root2010-02-071-3/+3
* Allow browsable URIs for ssh, telnet, localKenny Root2009-12-284-4/+29
* Detect servers that lie about keyboard-interactiveKenny Root2009-12-231-1/+5
* Switch pref of interactive and password methodsKenny Root2009-12-201-9/+9
* Use ASE's JNI Exec codeKenny Root2009-11-171-32/+6
* Fix tracking of enabled remote port forwardsKenny Root2009-10-241-1/+1
* Don't auto-start local connections upon selectionKenny Root2009-08-142-2/+37
* Only listen on localhost for dynamic port forwardsKenny Root2009-07-081-1/+2
* Add "stay connected" preference to hostsKenny Root2009-07-062-4/+11
* 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-252-3/+82
* Do not allow enabling or disabling port forwards before authentication in SSH...Kenny Root2009-06-241-1/+9
* Add in CHARSET (RFC 2066) support to Telnet transportKenny Root2009-06-241-0/+10
* Bugfix for Telnet to work with new CharsetDecoderKenny Root2009-06-241-2/+2
* Flip rows and columns to match actual API callKenny Root2009-06-221-1/+1
* Properly disconnect SSH when remote host ends tKenny Root2009-06-171-1/+4
* Various fixes for transports branch bugsKenny Root2009-06-173-4/+8
* Detect SocketExceptions when communicating via TelnetKenny Root2009-06-161-5/+15
* * Don't let SSH hang on authentication when the TerminalManager goes awayKenny Root2009-06-161-0/+3
* Make sure new transports report when they're connected correctly.Kenny Root2009-06-152-4/+10
* Add hints for transport destination formats (username@hostname, etc)Kenny Root2009-06-155-0/+48
* Add multiple transportsKenny Root2009-06-155-0/+1607